aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-27create a new PollServiceHttpRequest req per loop since they can be sent toUbitUmarov1-5/+1
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
2012-09-25 change GetTextureModule processingUbitUmarov1-29/+31
2012-09-24Documenting object-related eventsSignpostMarv1-0/+43
2012-09-24Documenting LSL script-related eventsSignpostMarv1-2/+147
2012-09-24Text changes for upload messagesMelanie1-4/+4
2012-09-24 more upload changes (plus untouch prebuild.xml)UbitUmarov2-68/+128
2012-09-24 add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov7-7/+38
2012-09-24If an asset upload transaction doesn't exist for a CreateInventory request,Melanie4-37/+38
2012-09-23Protect the responses map with a lock. Also remove ugly "this." type ofMelanie2-18/+24
2012-09-23Change the poll service to use a thread pool for replies to make sure theMelanie1-7/+38
2012-09-23Comment out asset error for sculpts/meshes. If an asset is missing it's missing.Melanie1-4/+4
2012-09-23try to allow free uploads for testing, if users prefix names with "TEST-". LetUbitUmarov3-41/+211
2012-09-22HG Rez object: warn the user if the item or asset cannot be found.Diva Canto1-2/+7