index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
Remove a core undo call that we don't need.
Melanie
1
-2
/
+0
2012-09-27
Make it possible to rescale SOGs when they are not in a scene.
Justin Clark-Casey (justincc)
2
-31
/
+42
2012-09-27
Fix very recently introduced race condition where a CreateNewItem outracing a...
Justin Clark-Casey (justincc)
1
-19
/
+18
2012-09-27
Comment out old m_storeLocal from AssetXferUploader.
Justin Clark-Casey (justincc)
1
-6
/
+6
2012-09-27
Insert transaction ID into AssetXferUploader constructor rather than at Uploa...
Justin Clark-Casey (justincc)
2
-36
/
+49
2012-09-27
Move UDP update task item code to AssetXferUploader to match existing create ...
Justin Clark-Casey (justincc)
3
-50
/
+52
2012-09-27
Fix occasional race condition failure when creating new clothing/body parts i...
Justin Clark-Casey (justincc)
3
-110
/
+93
2012-09-27
Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.
Justin Clark-Casey (justincc)
5
-19
/
+12
2012-09-26
Don'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-26
refactor: Change control structures in SOP.StoreUndoState() to reduce nesting.
Justin Clark-Casey (justincc)
1
-45
/
+43
2012-09-26
Make it possible to rescale SOGs when they are not in a scene.
Justin Clark-Casey (justincc)
2
-34
/
+40
2012-09-26
Enforce existing 5 action hardcoded undo limit.
Justin Clark-Casey (justincc)
3
-27
/
+65
2012-09-26
Streamline and improve llGetMass
Melanie
1
-23
/
+17
2012-09-26
Add basic undo/redo regression tests.
Justin Clark-Casey (justincc)
3
-8
/
+137
2012-09-26
Use GridUser properly for foreign users.
Diva Canto
2
-3
/
+5
2012-09-26
Show the user's home url too on the console command.
Diva Canto
1
-4
/
+3
2012-09-26
Not really a change, just added a reminder to fix something here.
Diva Canto
1
-0
/
+3
2012-09-26
just remove the damm thing
UbitUmarov
4
-4
/
+4
2012-09-26
Seems nothing actually need the request body for getevents. so change
UbitUmarov
3
-12
/
+2
2012-09-26
UriModule GetEvents also doesn't need a request body
UbitUmarov
1
-0
/
+1
2012-09-25
TOS module. WARNING: migration in GridUser table.
Diva Canto
2
-5
/
+54
2012-09-25
Oops, that should be inside the curly bracket.
Diva Canto
1
-3
/
+3
2012-09-26
more changes to PollService
UbitUmarov
2
-1
/
+7
2012-09-25
Fix very recently introduced race condition where a CreateNewItem outracing a...
Justin Clark-Casey (justincc)
1
-19
/
+18
2012-09-25
Comment out old m_storeLocal from AssetXferUploader.
Justin Clark-Casey (justincc)
1
-6
/
+6
2012-09-25
Insert transaction ID into AssetXferUploader constructor rather than at Uploa...
Justin Clark-Casey (justincc)
2
-36
/
+49
2012-09-25
Move UDP update task item code to AssetXferUploader to match existing create ...
Justin Clark-Casey (justincc)
3
-64
/
+52
2012-09-25
Fix occasional race condition failure when creating new clothing/body parts i...
Justin Clark-Casey (justincc)
3
-110
/
+94
2012-09-25
Deleted extraneous debug message
Diva Canto
1
-2
/
+0
2012-09-25
missed change
UbitUmarov
1
-1
/
+2
2012-09-25
do the same to webFecthInvDescModule
UbitUmarov
1
-33
/
+25
2012-09-25
change GetTextureModule processing
UbitUmarov
1
-29
/
+31
2012-09-24
Documenting object-related events
SignpostMarv
1
-0
/
+43
2012-09-24
Documenting LSL script-related events
SignpostMarv
1
-2
/
+147
2012-09-24
Text changes for upload messages
Melanie
1
-4
/
+4
2012-09-24
more upload changes (plus untouch prebuild.xml)
UbitUmarov
2
-68
/
+128
2012-09-24
add missing transactionID in SendInventoryItemCreateUpdate. and make use
UbitUmarov
5
-7
/
+33
2012-09-24
If an asset upload transaction doesn't exist for a CreateInventory request,
Melanie
4
-37
/
+38
2012-09-23
Protect the responses map with a lock. Also remove ugly "this." type of
Melanie
2
-18
/
+24
2012-09-23
Comment out asset error for sculpts/meshes. If an asset is missing it's missing.
Melanie
1
-4
/
+4
2012-09-23
try to allow free uploads for testing, if users prefix names with "TEST-". Let
UbitUmarov
2
-41
/
+210
2012-09-22
HG Rez object: warn the user if the item or asset cannot be found.
Diva Canto
1
-2
/
+7
2012-09-22
Guard against inventory get failures.
Diva Canto
1
-0
/
+3
2012-09-22
report asset upload errors the right away
UbitUmarov
2
-29
/
+75
2012-09-22
removed AssetUploaderWithCost, fixing AssetUploader. add parsing of some
UbitUmarov
1
-42
/
+24
2012-09-22
removed unused data in MeshUploadFlag response
UbitUmarov
1
-8
/
+8
2012-09-21
This fixes HG attachments' missing assets (textures, etc).
Diva Canto
2
-10
/
+45
2012-09-22
Documenting non-LSL script-related events
SignpostMarv
1
-0
/
+52
2012-09-21
Moved the small HGUuidGatherer class to the file where its parent class is. N...
Diva Canto
3
-74
/
+38
2012-09-22
Fix llListFindList() returning no match when there is a match with a script c...
Justin Clark-Casey (justincc)
2
-8
/
+150
[next]