aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* max-agent-groups supportCinder2015-08-072-2/+19
* BulletSim: clean up some code for axis locking. No functional change.Robert Adams2015-08-061-74/+13
* BulletSim: rearrange code and add some tests to try and resolve theRobert Adams2015-08-062-6/+7
* create osGetAvatarHomeURIChristopher2015-08-043-0/+40
* Make osAvatarName2Key() able to get names from unknown HG usersChristopher2015-08-041-4/+40
* In the AgentCircuitData of HG users, set the last name to include the portOren Hurvitz2015-08-031-1/+1
* Merged the two "Version 2" migrations in PGSQLOren Hurvitz2015-08-031-6/+0
* PGSL Presence migration to correct a double version 2 migration that existedGeir Nøklebye2015-08-031-0/+10
* Removed unused variableOren Hurvitz2015-08-031-2/+0
* Add an option to processes physics collisions using FireAndForget.Robert Adams2015-08-022-3/+48
* Add HGFSAssetService to the HypergridService to provide HG support for FSAssets.AliciaRaven2015-08-022-5/+194
* osKey2Name returns now correct values for HG users who are not on the region.Christopher2015-08-021-10/+18
* Mantis #7657: similar fixes for FSAssets.Diva Canto2015-08-011-1/+28
* Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto2015-08-014-4/+47
* Mantis #7664: Added IHypergridLinker interface to establish a contract about ...Diva Canto2015-08-012-2/+8
* Show last online status of group members from the PresenceService in group pr...Cinder2015-07-313-48/+80
* Eliminated several warningsOren Hurvitz2015-07-317-3/+15
* XMLRPCModule now actually aborts the worker thread when requestedOren Hurvitz2015-07-311-2/+6
* PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for...Geir Nøklebye2015-07-314-1/+33
* Fixed bad log messageOren Hurvitz2015-07-311-1/+1
* Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz2015-07-261-1/+1
* Update PGSQL groups handler to accept search queries from the viewerGeir Nøklebye2015-07-263-17/+26
* Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather2015-07-261-2/+14
* Removed unused code related to DNS lookupsOren Hurvitz2015-07-232-38/+0
* Add quotes aroung LandFlags as PGSQL seems to choke on the word whenMelanie Thielker2015-07-231-1/+1
* Added locking to HypergridLinker, to prevent problems if multiple linking req...Oren Hurvitz2015-07-221-6/+14
* Added logging in places where regions are searched for by their locationOren Hurvitz2015-07-225-20/+60
* BulletSim: fix cut-and-paste typo in constraint frame setting.Robert Adams2015-07-211-1/+1
* Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven2015-07-212-1/+9
* Correcting errors in previous change: MySQL needs int unsigned, notMelanie Thielker2015-07-142-3/+3
* Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!Melanie Thielker2015-07-142-0/+16
* Prevent multiple instances of the FSAssets service causing problems. Protect ...AliciaRaven2015-07-131-33/+46
* Fixed the whitespace in Scene.csOren Hurvitz2015-07-131-515/+515
* Bringing FSAssets more inline with current OpenSim standards. * If no connect...AliciaRaven2015-07-124-54/+198
* More cleanup, add missing refs to prebuild, remove refs to stuff notMelanie Thielker2015-07-111-3/+0
* Some cleanup, add prebuild project, correct pathMelanie Thielker2015-07-112-4/+0
* Rename for uniformity, add data moduleMelanie Thielker2015-07-112-1/+362
* Add main FSAssetsServiceMelanie Thielker2015-07-111-0/+664
* Applying Gavin Hird's patch to correct PGSQL group notices. Thatk you,Melanie Thielker2015-06-261-1/+11
* BulletSim: fix two compiler warnings.Robert Adams2015-06-252-5/+0
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-06-252-126/+127
|\
| * Thanks Gavin Hird for a fix for Mantis 0007604: DeleteClassifiedRecord except...dahlia2015-06-241-123/+124
| * Thanks Gavin Hird for a fix for an exception when requesting an Estate Ban wh...dahlia2015-06-241-3/+3
* | Fixed bad-ish code in login patchDiva Canto2015-06-251-5/+6
* | Changes to Welcome Message sent to clients.Quill Littlefeather2015-06-251-11/+21
|/
* FetchInventoryDescendents2: Signal to the viewer that folder with UUID.Zero i...Diva Canto2015-06-232-1/+37
* Guard against null AgentPrefs service in llGetAgentLanguage()Cinder2015-06-211-3/+10
* Add MaxMaterialsPerTransaction to SimFeaturesCinder2015-06-191-0/+14
* Warp3DImageModule. Reduce workload by not calling to render the root prim twi...AliciaRaven2015-06-191-1/+0
* Bug fix in inventory fetching: sometimes the caps request comes before there ...Diva Canto2015-06-171-5/+0