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
/
Scene.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* minor: Lable the heartbeat thread with the region it's beating for
Justin Clarke Casey
2009-03-12
1
-1
/
+1
*
update some ini defaults in code - all defaults from beginning of OpenSim.ini...
Dahlia Trimble
2009-03-11
1
-6
/
+6
*
* refactor: Remove GetLandOwner function from Scene
Justin Clarke Casey
2009-03-06
1
-13
/
+0
*
* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...
Justin Clarke Casey
2009-03-05
1
-5
/
+0
*
* refactor: move media and music url setting from scene into LandObject
Justin Clarke Casey
2009-03-05
1
-14
/
+0
*
* simplify media and music url setting since we never get back a null land ob...
Justin Clarke Casey
2009-03-05
1
-24
/
+5
*
* More work on MiniRegionModule module.
Adam Frisby
2009-03-04
1
-0
/
+1
*
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...
MW
2009-03-03
1
-5
/
+22
*
After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...
MW
2009-03-02
1
-18
/
+0
*
Update svn properties, add copyright headers, minor formatting cleanup.
Jeff Ames
2009-02-23
1
-2
/
+2
*
* Commenting out threaded Scene update for the moment.
Adam Frisby
2009-02-23
1
-2
/
+3
*
* Fix for recent thread patch - IsAlive apparently is not as reliable as Thre...
Adam Frisby
2009-02-23
1
-1
/
+2
*
* Performance Changes:
Adam Frisby
2009-02-23
1
-1
/
+15
*
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
Charles Krinke
2009-02-22
1
-6
/
+6
*
* Fixes an assumption whereby Scene assumes that each client is capable of pr...
Adam Frisby
2009-02-22
1
-0
/
+8
*
Addresses some issues with appearance after TPs. Appearance.Owner was not bei...
diva
2009-02-22
1
-1
/
+1
*
* Renamed and encapsulated m_sceneGraph as SceneGraph for ccc
lbsa71
2009-02-20
1
-1
/
+10
*
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...
diva
2009-02-20
1
-28
/
+0
*
This moves the 2 friends-related interregion messages out of OGS1 and into th...
diva
2009-02-20
1
-10
/
+0
*
Thank you, Snowdrop, for a patch that makes the callback ID parameter
Melanie Thielker
2009-02-19
1
-1
/
+1
*
- remove the Metadata property from AssetBase and return all previous
Mike Mazur
2009-02-17
1
-4
/
+4
*
Major change to how appearance is managed, including changes in login and use...
diva
2009-02-17
1
-17
/
+23
*
* refactor: remove AssetCache field hanging off Scene
Justin Clarke Casey
2009-02-16
1
-3
/
+2
*
This started as way to correct Mantis #3158, which I believe should be fixed ...
diva
2009-02-15
1
-4
/
+4
*
This hopefully fixes a long-standing annoying behavior related to neighbour r...
diva
2009-02-14
1
-1
/
+6
*
Moved RegionUp to REST/LocalComms. The original functionality has been entire...
diva
2009-02-14
1
-1
/
+10
*
* Change static field "initialized" in RestInterregionComms to an instance field
Justin Clarke Casey
2009-02-13
1
-2
/
+2
*
* refactor: move alert commands from Scene to DialogModule
Justin Clarke Casey
2009-02-13
1
-30
/
+0
*
* Quieten down log messages from the Friends module
Justin Clarke Casey
2009-02-13
1
-1
/
+0
*
* refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModule
Justin Clarke Casey
2009-02-13
1
-56
/
+4
*
* Remove old Scene.CreateTerrainTexture code that is now handled by the world...
Justin Clarke Casey
2009-02-13
1
-392
/
+5
*
* refactor: Move export map function to world map module from scene
Justin Clarke Casey
2009-02-13
1
-53
/
+1
*
Bug fix in prim crossing: making it clear when the local object needs to be c...
diva
2009-02-13
1
-1
/
+1
*
Makes region crossings asynchronous. Moved the bulk of the original code out ...
diva
2009-02-12
1
-0
/
+5
*
* optimized usings.
lbsa71
2009-02-12
1
-30
/
+26
*
Enforce estate bans on Teleports.
diva
2009-02-11
1
-1
/
+27
*
* minor: remove some mono compiler warnings
Justin Clarke Casey
2009-02-11
1
-2
/
+2
*
Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...
diva
2009-02-10
1
-37
/
+34
*
Fixes a failed unit test on ScenePresences tests. That test unit needs some f...
diva
2009-02-09
1
-1
/
+2
*
Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....
diva
2009-02-09
1
-97
/
+135
*
From Alan Webb <awebb@linux.vnet.ibm.com>
Sean Dague
2009-02-09
1
-1
/
+1
*
Replace the console for all OpenSim apps with a new console featuring command
Melanie Thielker
2009-02-07
1
-4
/
+14
*
This changeset is the step 1 of 2 in refactoring
Dr Scofield
2009-02-06
1
-0
/
+4239