aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove quotes from column selection in ↵Justin Clark-Casey (justincc)2015-01-131-5/+5
| | | | | | | | PGSQLUserProfilesData.SetUserAppData()" This reverts commit 59c0df962a9dcac896cae2ce9b908be37047825c. This is necessary to preserve the casing of column names, otherwise pgsql converts everything to lowercase. TIL, Unlike mysql, a quoted column still refers to the column itself...
* Fix PGSQLUserProfilesData.UpdateUserPreferences() imviaemail and visible ↵Justin Clark-Casey (justincc)2015-01-131-3/+3
| | | | | | casts. These should be left as bools, not converted to strings. Relates to http://opensimulator.org/mantis/view.php?id=7398
* Change PGSQLUserProfilesData.UpdateUserPreferences() to directly pass the ↵Justin Clark-Casey (justincc)2015-01-131-1/+1
| | | | | | | | UUID to the uuid parameter instead of its ToString() This may well be the cause behind "operator does not exist: uuid = character varying" pgsql errors. If so, the other instances will also be changed. Relates to http://opensimulator.org/mantis/view.php?id=7398
* Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly ↵Justin Clark-Casey (justincc)2015-01-132-2/+2
| | | | | | set the UserId parameter instead of the non-existing Id parameter when writing a record because none yet exists. SQLite version is already correct for this.
* Remove quotes from column selection in PGSQLUserProfilesData.SetUserAppData()Justin Clark-Casey (justincc)2015-01-131-5/+5
| | | | This may have been preventing it from working.
* Remove extraneous colon when setting TagId parameter in ↵Justin Clark-Casey (justincc)2015-01-131-1/+1
| | | | PGSQLUserProfilesData.GetUserAppData()
* Fix bug where gathering the clientstack..OutgoingPacketsQueuedCount stat ↵Justin Clark-Casey (justincc)2015-01-131-2/+6
| | | | | | would fail with a casting exception for scenes with NPCs Present since 51eb8fa (Oct 2 2014)
* Remove misstaken quotes from column selection in ↵Justin Clark-Casey (justincc)2015-01-131-2/+2
| | | | PGSQLUserProfilesData.GetUserAppData()
* Remove quotes from column selection in ↵Justin Clark-Casey (justincc)2015-01-131-5/+5
| | | | | | PGSQLUserProfilesData.GetUserImageAssets() This may have been preventing it from working.
* Remove quotes from column selection in ↵Justin Clark-Casey (justincc)2015-01-131-6/+6
| | | | | | | PGSQLUserProfilesData.UpdateAvatarInterests() This may have been preventing it from working. Relates to http://opensimulator.org/mantis/view.php?id=7398
* Remove quotes from column selection in ↵Justin Clark-Casey (justincc)2015-01-131-6/+6
| | | | | | PGSQLUserProfilesData.UpdateAvatarProperties() This may have been preventing it from working.
* Remove quotes from column selection in PGSQLUserProfilesData.GetAvatarNotes()Justin Clark-Casey (justincc)2015-01-131-1/+1
| | | | This may have been preventing it from working.
* Remove quotes from field selection in PGSQLUserProfilesData.GetAvatarPicks()Justin Clark-Casey (justincc)2015-01-131-1/+1
| | | | This may have been preventing it from working.
* minor: correct two exception messages in PGSQLUserProfilesData where I ↵Justin Clark-Casey (justincc)2015-01-131-2/+2
| | | | copy/pasted AgentInterestsUpdate twice
* Remove the locking in PGSQLUserProfilesData which was buggy (Lock object ↵Justin Clark-Casey (justincc)2015-01-121-30/+9
| | | | | | wasn't set!) and is unnecessary. Relates to http://opensimulator.org/mantis/view.php?id=7398
* Add the missing deleted and re-added JobEngine class from the previous ↵Justin Clark-Casey (justincc)2015-01-121-0/+329
| | | | commit 8e1e8a0
* Make the performance controlling job processing threads introduced in ↵Justin Clark-Casey (justincc)2015-01-1210-1307/+195
| | | | conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions.
* SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added ↵Diva Canto2015-01-102-1/+17
| | | | that (plus GridURL, in case viewers want to use it too) to the GridService that gives out that info to simulators.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-0910-759/+173
|\
| * Get PGSQL UserProfilesData to log the exception trace for debugging rather ↵Justin Clark-Casey (justincc)2015-01-091-46/+54
| | | | | | | | than just the exception message.
| * minor: Add event name to existing debug output when a script event fails ↵Justin Clark-Casey (justincc)2015-01-081-1/+2
| | | | | | | | with an exception. To aid debugging.
| * When inspecting a script or notecard, also try to look up any assets ↵Justin Clark-Casey (justincc)2015-01-082-5/+11
| | | | | | | | | | | | | | embedded therein. This is primarily to fix an issue where inventory items for NPC attachments would not be saved in archives as the assets referenced in the appearance notecard were not checked in this manner. Relates to http://opensimulator.org/mantis/view.php?id=7376
| * Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-088-713/+112
| | | | | | | | | | This UUID gatherer provides a superset of the previous gatherer's functionality as it also allows the caller to control gathering iterations for load purposes.
* | Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto2015-01-0914-4/+348
|/ | | | names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
* Commented out clear_registry_ because (1) it isn't clearing up anything ↵Diva Canto2015-01-071-1/+1
| | | | anymore -- mono addins moved to suffix -002 at least since BlueWall updated it; (2) we shouldn't clear the registry, period. People who run many sims from the same bin folder need to configure each sim to use its own RegistryLocation, just like they configure them to use their own port.
* Fix name of EstateDataRemoteConnector in the comment.Diva Canto2015-01-071-1/+1
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-074-12/+39
|\
| * BulletSim: fix line ending problems.Robert Adams2015-01-071-1/+1
| |
| * BulletSim: make computation of hole cut in hull tester explicitRobert Adams2015-01-071-1/+1
| | | | | | | | math showing the odd PrimitiveBaseShape value rather than a constant.
| * BulletSim: tweek step parameters and logic to make walking up stepsRobert Adams2015-01-073-12/+39
| | | | | | | | | | | | | | closer to SL. This change should address small floor edges acting like walls, approaching a step at any angle (other than walking backwards) will allow walking up, and reducing the avatar pop-up when going up stairs.
* | Added a different/better way of specifying data services in DataSnapshot -- ↵Diva Canto2015-01-073-5/+34
|/ | | | using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-0613-16/+779
| | | | | | allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-047-3/+7
|\
| * Fix typo in OpenSim.ini.exampleBlueWall2015-01-041-1/+1
| |
| * BulletSim: comment out the reference to BSShapeHull in BulletSim testsRobert Adams2015-01-041-2/+2
| | | | | | | | | | which seems to cause the tests to fail when compiled on the OpenSim build system. It compiles and runs everywhere else. More research is needed.
| * BulletSim: update BulletSim DLLs and SOs to remove chatty debug log messages.Robert Adams2015-01-044-0/+0
| |
| * BulletSim: correct some of the debugging input and output of PrimitiveBaseShape.Robert Adams2015-01-042-4/+8
| | | | | | | | Whoever defined that structure was really into esoteric coding.
* | Added overloaded LoadArchSpecificWindowsDll, to help addins load native ↵Diva Canto2015-01-041-2/+7
|/ | | | libraries.
* Removing the Wifi config example from Robust.HG.ini.example, because it is ↵Diva Canto2015-01-041-3/+0
| | | | not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-031-0/+0
|\
| * Make bin/mautil.exe executable when checked out.Robert Adams2015-01-031-0/+0
| |
* | Added utility function that simplifies configuration loading of all addins.Diva Canto2015-01-031-0/+57
|/
* Remove the extra key expansion added in commit ↵Diva Canto2015-01-031-2/+0
| | | | a88bc50a168ae729307740fa84540e9571258b13. It's not needed.
* Comment out the suppression of console output for mono addins in robust too. ↵Diva Canto2015-01-021-2/+2
| | | | Seriously, ppl, let's not ignore important warning messages!
* Changed the dll name that comes in Robust.HG.ini.example for Wifi.Diva Canto2015-01-021-1/+2
|
* Amend to previous commits -- also needed for bug fixes: the mono addins dlls.Diva Canto2015-01-023-0/+0
|
* Slight change in the way region module addins handle their configuration. ↵Diva Canto2015-01-022-3/+10
| | | | Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins.
* Another minor improvement to mautil related to ↵Diva Canto2015-01-021-0/+0
| | | | https://github.com/mono/mono-addins/issues/22. And since these commits show up in that issue report, I thought I'd say 'hi' to the zealous Xamarin developer who seems to be eager to get pull requests. Not yet, my friend, not until I fix all the bugs that stand in my way, now that I'm using mautil :-)
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-0210-110/+869
|\
| * Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams2015-01-011-1/+1
| | | | | | | | fail for container specification.