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
/
CoreModules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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-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-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-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-21
This fixes HG attachments' missing assets (textures, etc).
Diva Canto
1
-0
/
+28
2012-09-21
Moved the small HGUuidGatherer class to the file where its parent class is. N...
Diva Canto
2
-74
/
+2
2012-09-21
Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...
Diva Canto
1
-18
/
+24
2012-09-21
Minor: may avoid crashes of sims that still don't have this configuration sec...
Diva Canto
1
-1
/
+1
2012-09-21
HG 2.0: added asset import/export policies at the sim too.
Diva Canto
1
-8
/
+15
2012-09-21
Minor: change the return value of unsuccessful posts to string.Empty.
Diva Canto
1
-1
/
+1
2012-09-21
Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't b...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-09-20
More HG2.0: Added permission policies in HGAsset Service based on asset types...
Diva Canto
1
-15
/
+19
2012-09-19
Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...
Justin Clark-Casey (justincc)
3
-6
/
+11
2012-09-17
Moving ScriptModuleComms into the CoreModules tree.
Mic Bowman
1
-0
/
+367
2012-09-16
HG2.0: Generalized the allowed HG appearances to be more than 1.
Diva Canto
1
-31
/
+59
2012-09-15
More on HG2.0: added the possibility of controlling the appearance that avies...
Diva Canto
2
-2
/
+171
2012-09-15
Add basic asset connector tests to check behaviour for normal, local and temp...
Justin Clark-Casey (justincc)
2
-2
/
+141
2012-09-15
For FlotsamAssetCache, always update access times of cached scene assets befo...
Justin Clark-Casey (justincc)
1
-20
/
+17
2012-09-14
Added unit tests for multi-region OARs
Oren Hurvitz
1
-58
/
+326
2012-09-14
Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...
Justin Clark-Casey (justincc)
3
-9
/
+9
2012-09-14
Support multi-region OAR files
Oren Hurvitz
8
-395
/
+1057
2012-09-14
Wait longer for arrival cofirmation to aid tps into laggy regions
Melanie
1
-2
/
+2
2012-09-13
Restarting to work on HGSuitcaseInventoryService: added the ability for the o...
Diva Canto
1
-0
/
+2
2012-09-13
correcting a typo that causes c# express to complain about xml comment contai...
SignpostMarv
1
-1
/
+1
2012-09-12
minor: Comment out friends notification log spam for now.
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-09-09
Adjust namespce of FlotsamCache
BlueWall
2
-2
/
+1
2012-09-09
Revert "Move addin information to CoreModulePlugin.addin.xml"
BlueWall
3
-3
/
+6
2012-09-09
Catch zero UUIDs in LSL and shout as an error. Also catch attempts to send IM
Melanie
1
-0
/
+3
2012-09-07
Move addin information to CoreModulePlugin.addin.xml
BlueWall
3
-6
/
+3
2012-09-07
stop sending duplicated parcelProprieties at login
UbitUmarov
1
-18
/
+39
2012-09-07
Add warning chevrons around the GC.Collect added to Warp3DImageModule in comm...
Justin Clark-Casey (justincc)
1
-0
/
+4
2012-09-06
Add missing DynamicTexture.cs file from last commit
Justin Clark-Casey (justincc)
1
-0
/
+61
2012-09-06
If reusing dynamic textures, do not reuse small data length textures that fal...
Justin Clark-Casey (justincc)
6
-43
/
+127
2012-09-06
0006270: Warp3D leaks memory on mono based systems
BlueWall
1
-1
/
+4
2012-09-06
If the GetTexture capability receives a request for a range of data beyond th...
Justin Clark-Casey (justincc)
2
-3
/
+33
2012-09-04
let avatar keep flying in tps to same region. (still bad for other
UbitUmarov
1
-0
/
+6
[next]