aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (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-26Streamline and improve llGetMassMelanie1-23/+17
2012-09-26Add basic undo/redo regression tests.Justin Clark-Casey (justincc)3-8/+137
2012-09-26Use GridUser properly for foreign users.Diva Canto2-3/+5
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-26just remove the damm thingUbitUmarov4-4/+4
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov3-12/+2
2012-09-26UriModule GetEvents also doesn't need a request bodyUbitUmarov1-0/+1
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto2-5/+54
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-26 more changes to PollServiceUbitUmarov2-1/+7
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 useUbitUmarov5-7/+33
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-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-". LetUbitUmarov2-41/+210
2012-09-22HG Rez object: warn the user if the item or asset cannot be found.Diva Canto1-2/+7
2012-09-22Guard against inventory get failures.Diva Canto1-0/+3
2012-09-22 report asset upload errors the right awayUbitUmarov2-29/+75
2012-09-22removed AssetUploaderWithCost, fixing AssetUploader. add parsing of someUbitUmarov1-42/+24
2012-09-22 removed unused data in MeshUploadFlag responseUbitUmarov1-8/+8
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto2-10/+45
2012-09-22Documenting non-LSL script-related eventsSignpostMarv1-0/+52
2012-09-21Moved the small HGUuidGatherer class to the file where its parent class is. N...Diva Canto3-74/+38
2012-09-22Fix llListFindList() returning no match when there is a match with a script c...Justin Clark-Casey (justincc)2-8/+150