aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bug fix in inventory fetching: sometimes the caps request comes before there ...Diva Canto2015-06-171-5/+0
* Squooshed a warning that could result in a runtime null pointer exception. It...Diva Canto2015-06-141-1/+1
* Squoosh one more warningDiva Canto2015-06-141-1/+1
* Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder2015-06-141-2/+2
* Added ':' to debug messagesDiva Canto2015-06-131-4/+4
* Add optional GodNames region moduleCinder2015-06-131-0/+144
* Guard against scenes without an agent prefs service and a copy and paste fixCinder2015-06-132-1/+8
* Fixed indentationDiva Canto2015-06-131-4/+4
* A few bug fixes for Agent Preferences to actually work. Also added missing co...Diva Canto2015-06-131-1/+1
* Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2015-06-136-110/+300
* Relicense AgentPreferences files to BSD and OpenSimulatorCinder2015-06-132-48/+48
* Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder2015-06-133-5/+272
* SceneObjectPart.UpdateLookAt() now uses corrected libomv quaternion functions.dahlia2015-06-101-16/+6
* Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams2015-06-061-25/+49
* Typo FixH-H-H2015-06-051-1/+1
* More on mantis #7567. Two things:Diva Canto2015-06-051-0/+8
* The only purpose of this commit is to remove an erroneous comment. It turns o...Diva Canto2015-06-051-4/+2
* Mantis #7536. This may alleviate the side effects of broken SceneObjects XML....Diva Canto2015-06-041-15/+20
* Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto2015-06-031-1/+1
* Correct constant RCERR_CAST_TIME_EXCEEDED.Magnuz Binder2015-06-011-1/+1
* Add a new os function "osGetGender()"dahlia2015-05-293-0/+51
* llListRandomize() wasn't very randomCinder2015-05-271-6/+7
* Attachments Module. Fix detach event not being fired until the next time the ...AliciaRaven2015-05-261-0/+5
* Fix mesh cache race condition in llCastRay V3.Magnuz Binder2015-05-231-2/+4
* Use own mesh cache in llCastRay V3 after throttling.Magnuz Binder2015-05-221-39/+104
* Throttle llCastRay V3.Magnuz Binder2015-05-221-2/+90
* Merge branch 'master' into mosesMelanie Thielker2015-05-202-2/+41
|\
| * New values returned by llGetEnvTalun2015-05-202-2/+40
* | Removing duplicate definitionMichael Heilmann2015-05-191-2/+0
* | Merging Opensim upstream before generating patchMichael Heilmann2015-05-1950-687/+3036
|\ \ | |/
| * resolve possible nullref when sending appearance packet. Thanks to zadark for...dahlia2015-05-131-0/+1
| * Adding back command to clear region's user cacheBlueWall2015-05-131-7/+22
| * Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ha...AliciaRaven2015-05-131-6/+24
| * Patch llCastRay fully simplified to V3.Magnuz Binder2015-05-121-212/+217
| * Knocked off a few compiler warnings regarding unused variables.Diva Canto2015-05-107-7/+0
| * Constrain 'terrain modify' to selected RegionDev Random2015-05-091-8/+17
| * Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto2015-05-084-0/+46
| * Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-076-3/+56
| * Minor whitespace removalMichael Cerquoni2015-05-071-1/+0
| * Add 'terrain modify noise' and code cleanupDev Random2015-05-075-291/+113
| * 'terrain modify' command for area-of-effect operationsDev Random2015-05-0610-143/+1266
| * Attempt at fixing mantis #7054. The two inventory threads are stepping on eac...Diva Canto2015-05-051-2/+3
| * Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto2015-05-053-208/+139
| * Revert "Patch llCastRay fully-simplified to V2." for further review.Michael Cerquoni2015-05-041-15/+14
| * fix a minor whitespace issueMichael Cerquoni2015-05-041-1/+0
| * Adding the command <dobackup>to opensim console which requires a region name ...H-H-H2015-05-041-2/+40
| * Missing constants for llGetObjectDetailsTalun2015-05-042-0/+33
| * Implement llGetGeometricCenter correctly.Magnuz Binder2015-05-041-1/+20
| * Patch llCastRay fully-simplified to V2.Magnuz Binder2015-05-041-14/+15
| * Implement llCastRay fully, simplified.Magnuz Binder2015-05-031-1/+759