index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-07
* Reverting the test restructuring as, on second thought, this is not at all ...
lbsa71
5
-0
/
+1088
2009-06-05
* minor: tiny tweak just to trigger another panda build
Justin Clarke Casey
1
-1
/
+1
2009-06-05
* A bug fix for the last mantis 3741 bugfix
Justin Clarke Casey
1
-10
/
+7
2009-06-05
* A further fix for mantis 3641 (oar saves do not complete)
Justin Clarke Casey
1
-12
/
+15
2009-06-05
* refactor: split out part xml writing in SceneObjectSerializer
Justin Clarke Casey
1
-2
/
+7
2009-06-05
Thank you, thomax, for a patch to provide finer-grained access control to
Melanie Thielker
1
-0
/
+20
2009-06-05
* Restructured Scenes Tests to follow (what I conceive of as being) current d...
lbsa71
5
-1088
/
+0
2009-06-04
Comment out unused private functions to avoid compiler warnings.
Jeff Ames
1
-7
/
+8
2009-06-03
* Making sure we fail a bit earlier if we have no AssetService
lbsa71
1
-0
/
+7
2009-06-02
Explicitly set the changed status of the prim groups affected in a delink
Melanie Thielker
1
-0
/
+1
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
44
-44
/
+44
2009-05-31
Add copyright headers, formatting cleanup, ignore some generated files.
Jeff Ames
2
-2
/
+29
2009-05-29
* Bug fix: Fixes an exception when Scene.RemoveClient is called to remove on a
Arthur Valadares
1
-117
/
+117
2009-05-29
* refactor: little tweaks to trigger another build
Justin Clarke Casey
1
-4
/
+15
2009-05-29
* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()
Justin Clarke Casey
1
-8
/
+3
2009-05-29
* Add save xml2 serialization test
Justin Clarke Casey
2
-2
/
+3
2009-05-29
some clean up of sculpt map caching code
Dahlia Trimble
1
-1
/
+2
2009-05-29
reinstate a hopefully more robust experimental decoded sculpt map caching scheme
Dahlia Trimble
2
-9
/
+13
2009-05-29
disable sculpt map caching until a better method of avoiding asset requests c...
Dahlia Trimble
2
-5
/
+7
2009-05-29
null test for texture assets when using cached sculpt map
Dahlia Trimble
1
-2
/
+3
2009-05-29
Experimental decoded sculpt map caching
Dahlia Trimble
2
-3
/
+7
2009-05-27
From: Chris Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
2
-3
/
+22
2009-05-25
Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"
Dr Scofield
2
-22
/
+3
2009-05-25
From: Chris Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
2
-3
/
+22
2009-05-24
Allow the perms module to inspect and modify the list of objects to return
Melanie Thielker
1
-3
/
+3
2009-05-24
Add a new permissions check for bulk object returns.
Melanie Thielker
1
-0
/
+17
2009-05-23
This should make HG asset transfers work much better. It now uses HGUuidGathe...
diva
4
-115
/
+72
2009-05-23
* Implements automatic loopback handling for standalone regions.
Adam Frisby
1
-7
/
+22
2009-05-23
* Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...
Adam Frisby
2
-0
/
+26
2009-05-22
Cleaning up a few HG things. HG Posts may now work in grids, but if the home ...
diva
1
-11
/
+0
2009-05-21
Added ITeleportModule interface, and added a hook into scene so if a module h...
MW
1
-13
/
+13
2009-05-20
Fix a slight oversight in SceneInventory that would not enable copy to
Melanie Thielker
1
-0
/
+6
2009-05-18
Removing the last reference to CommsManager.AssetCache.
diva
1
-2
/
+1
2009-05-18
Finished HG Service Store. Not fully functional because of problems with asse...
diva
1
-36
/
+30
2009-05-17
HG asset transfers starting to work -- GETs only for now.
diva
1
-62
/
+14
2009-05-16
Another minor bug fix for making notecard/script savings work with old asset ...
diva
1
-1
/
+1
2009-05-15
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
9
-51
/
+73
2009-05-14
* refactor: move SceneXmlLoader into subpackage
Justin Clarke Casey
1
-2
/
+2
2009-05-14
* refactor: move bottom part of 'xml2' serializaton to separate class
Justin Clarke Casey
2
-66
/
+66
2009-05-14
* refactor: break some of xml2 serialization out of sog
Justin Clarke Casey
3
-15
/
+21
2009-05-13
Remove some no longer needed debug.
Melanie Thielker
1
-6
/
+2
2009-05-12
Fix interface registration/deregistration mechanics
Melanie Thielker
1
-9
/
+14
2009-05-12
Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g...
diva
1
-1
/
+2
2009-05-12
Making SimStatsReporter a little more restrained in requesting the IEstateMod...
diva
1
-1
/
+3
2009-05-12
* Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ...
Adam Frisby
1
-0
/
+18
2009-05-12
* EventManager's OnNewPresence event now fires correctly again.
Adam Frisby
1
-0
/
+3
2009-05-12
Add permission mechanisms for group deeding land
Melanie Thielker
1
-0
/
+17
2009-05-11
Add AssetService of type IAssetService to Scene
Melanie Thielker
1
-0
/
+14
2009-05-11
Squashed commit of the following:
Dr Scofield
1
-5
/
+45
2009-05-10
Add some asset cache plumbing. Change the generic cache from UUID to string
Melanie Thielker
1
-1
/
+5
[next]