aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-27BulletSim: btGhostObjects working to make 'volume detect' work.Robert Adams7-191/+265
2012-09-27BulletSim: renamed members of BulletShape, BulletSim and BulletBodyRobert Adams11-270/+482
2012-09-27BulletSim: fix regression that caused cylindar shapes to have a box collision...Robert Adams1-1/+9
2012-09-27BulletSim: complete code for managed code shape and body tracking. Not debugged.Robert Adams5-130/+675
2012-09-27BulletSim: add class and infrastructure for shape and objectRobert Adams5-39/+192
2012-09-27BulletSim: Convert BSCharacter to use common BSPhysObject code and variables.Robert Adams5-117/+113
2012-09-27BulletSim: move a bunch of common logic out of BSPrim and BSCharacterRobert Adams7-416/+361
2012-09-28Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)1-6/+11
2012-09-27Removed the bits about the TOSModule. That module doesn't go into core. WARNI...Diva Canto3-14/+0
2012-09-28Fix a possible NREMelanie1-3/+10
2012-09-27make some forgotten changes be done by simulation thread not by callerUbitUmarov2-34/+126
2012-09-27Update the Http server with a few additional properties. Adapt the testMelanie1-0/+4
2012-09-27Remove a core undo call that we don't need.Melanie1-2/+0
2012-09-27Make it possible to rescale SOGs when they are not in a scene.Justin Clark-Casey (justincc)2-31/+42
2012-09-27Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)1-19/+18
2012-09-27Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)1-6/+6
2012-09-27Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2-36/+49
2012-09-27Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)3-50/+52
2012-09-27Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)3-110/+93
2012-09-27create a new PollServiceHttpRequest req per loop since they can be sent toUbitUmarov1-5/+1
2012-09-27Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.Justin Clark-Casey (justincc)5-19/+12
2012-09-26Don't store undo states if a scene object is manipulated when it is not in a ...Justin Clark-Casey (justincc)2-3/+26
2012-09-26refactor: Change control structures in SOP.StoreUndoState() to reduce nesting.Justin Clark-Casey (justincc)1-45/+43
2012-09-26Make it possible to rescale SOGs when they are not in a scene.Justin Clark-Casey (justincc)2-34/+40
2012-09-26Enforce existing 5 action hardcoded undo limit.Justin Clark-Casey (justincc)3-27/+65
2012-09-26Streamline and improve llGetMassMelanie1-23/+17
2012-09-26Add basic undo/redo regression tests.Justin Clark-Casey (justincc)3-8/+137
2012-09-26 don't send a partial contents report if we are sending all dataUbitUmarov1-10/+15
2012-09-26Use GridUser properly for foreign users.Diva Canto3-7/+32
2012-09-26add assettype mesh to list of binary assetsUbitUmarov1-1/+2
2012-09-26Show the user's home url too on the console command.Diva Canto1-4/+3
2012-09-26Not really a change, just added a reminder to fix something here.Diva Canto1-0/+3
2012-09-26 fix GetTextureHandler rangeUbitUmarov1-1/+5
2012-09-26 missing fileUbitUmarov1-1/+1
2012-09-26just remove the damm thingUbitUmarov7-29/+7
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov5-15/+12
2012-09-26UriModule GetEvents also doesn't need a request bodyUbitUmarov1-0/+1
2012-09-26keep watchdog happy using it to kill his threadsUbitUmarov1-9/+1
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto5-5/+72
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-26 more changes to PollServiceUbitUmarov4-25/+25
2012-09-26 fix priorityQueue to correctly use the fairness counts starting at 8 forUbitUmarov1-10/+10
2012-09-25Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)1-19/+18
2012-09-25Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)1-6/+6
2012-09-25Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2-36/+49
2012-09-25Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)3-64/+52
2012-09-25Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)3-110/+94
2012-09-25Deleted extraneous debug messageDiva Canto1-2/+0
2012-09-25missed changeUbitUmarov1-1/+2
2012-09-25do the same to webFecthInvDescModuleUbitUmarov1-33/+25