aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-13Added ':' to debug messagesDiva Canto1-4/+4
2015-06-13Add optional GodNames region moduleCinder1-0/+144
2015-06-13Guard against scenes without an agent prefs service and a copy and paste fixCinder2-1/+8
2015-06-13Fixed indentationDiva Canto1-4/+4
2015-06-13A few bug fixes for Agent Preferences to actually work. Also added missing co...Diva Canto3-3/+5
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder13-104/+1040
2015-06-13Relicense AgentPreferences files to BSD and OpenSimulatorCinder4-96/+96
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder6-5/+419
2015-06-10SceneObjectPart.UpdateLookAt() now uses corrected libomv quaternion functions.dahlia1-16/+6
2015-06-09Avoid registering console commands in every single instance of GridUserServic...Diva Canto1-16/+22
2015-06-06Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams1-25/+49
2015-06-05Typo FixH-H-H1-1/+1
2015-06-05Upgraded the Simian inventory connector with an item cache, too, so that it d...Diva Canto1-1/+17
2015-06-05More on mantis #7567. Two things:Diva Canto2-2/+12
2015-06-05The only purpose of this commit is to remove an erroneous comment. It turns o...Diva Canto1-4/+2
2015-06-04Mantis #7603 -- bad folders in inventory could produce null pointer exception...Diva Canto1-1/+1
2015-06-04Mantis #7536. This may alleviate the side effects of broken SceneObjects XML....Diva Canto1-15/+20
2015-06-04Mantis #7600. The warning message was not a symptom of a problem, it was just...Diva Canto1-9/+11
2015-06-04Trivial: fix copy-paste typo in stringDiva Canto1-1/+1
2015-06-04More assertions in inventory client tests to check for assorted combinations ...Diva Canto1-1/+26
2015-06-04Added tests that verify the absence of the bug fixed in the previous commits ...Diva Canto1-1/+29
2015-06-04Making the inventory cache static, so that there's less timers.Diva Canto1-1/+1
2015-06-04Mantis #7567. Once again, avoiding prefetching linked items within linked fo...Diva Canto2-15/+9
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto6-29/+57
2015-06-02I suspect the viewer doesn't need the target of linked items inside linked fo...Diva Canto1-14/+14
2015-06-02New unit tests for FetchInventory2 cap.Diva Canto1-0/+170
2015-06-02Mantis #7567. One of the reported log messages showed this:Diva Canto1-3/+26
2015-06-01Mantis #7594: putting things as they were before regarding duplicate removal....Diva Canto2-4/+42
2015-06-01Mantis #7594. Fixing the broken code I just introduced.Diva Canto1-1/+4
2015-06-01More on mantis #7594, this a=time addressing the reported exception, which se...Diva Canto1-0/+3
2015-06-01Mantis #7594. This should be functionally equivalent to what it was, but just...Diva Canto1-2/+2
2015-06-01Correct constant RCERR_CAST_TIME_EXCEEDED.Magnuz Binder1-1/+1
2015-05-29Add a new os function "osGetGender()"dahlia3-0/+51
2015-05-27llListRandomize() wasn't very randomCinder2-6/+58
2015-05-26Attachments Module. Fix detach event not being fired until the next time the ...AliciaRaven1-0/+5
2015-05-25Minor change of statement order in unit testDiva Canto1-3/+4
2015-05-23Fix mesh cache race condition in llCastRay V3.Magnuz Binder1-2/+4
2015-05-22Use own mesh cache in llCastRay V3 after throttling.Magnuz Binder1-39/+104
2015-05-22Throttle llCastRay V3.Magnuz Binder1-2/+90
2015-05-20New values returned by llGetEnvTalun2-2/+40
2015-05-19Removing duplicate definitionMichael Heilmann1-2/+0
2015-05-13resolve possible nullref when sending appearance packet. Thanks to zadark for...dahlia1-0/+1
2015-05-13Adding back command to clear region's user cacheBlueWall1-7/+22
2015-05-13Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ha...AliciaRaven1-6/+24
2015-05-12Patch llCastRay fully simplified to V3.Magnuz Binder1-212/+217
2015-05-12Disable the "show threadpool calls active" console command for now.Justin Clark-Casey (justincc)1-5/+5
2015-05-12One more test in UserAccountsClient.Diva Canto1-1/+5
2015-05-11Added tests for UserAccountService in Robust. In the process fixed a couple o...Diva Canto5-181/+115
2015-05-11Trivial change just to trigger jenkins to build againDiva Canto1-0/+1
2015-05-11Added inventory tests to Robust.Tests.Diva Canto4-7/+165