aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Fix for recent thread patch - IsAlive apparently is not as reliable as Thre...Adam Frisby2009-02-231-1/+2
* * Performance Changes:Adam Frisby2009-02-231-1/+15
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-6/+6
* * Fixes an assumption whereby Scene assumes that each client is capable of pr...Adam Frisby2009-02-221-0/+8
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-221-1/+1
* * Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa712009-02-201-1/+10
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-201-28/+0
* This moves the 2 friends-related interregion messages out of OGS1 and into th...diva2009-02-201-10/+0
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-4/+4
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-17/+23
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-3/+2
* This started as way to correct Mantis #3158, which I believe should be fixed ...diva2009-02-151-4/+4
* This hopefully fixes a long-standing annoying behavior related to neighbour r...diva2009-02-141-1/+6
* Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva2009-02-141-1/+10
* * Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey2009-02-131-2/+2
* * refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2009-02-131-30/+0
* * Quieten down log messages from the Friends moduleJustin Clarke Casey2009-02-131-1/+0
* * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModuleJustin Clarke Casey2009-02-131-56/+4
* * Remove old Scene.CreateTerrainTexture code that is now handled by the world...Justin Clarke Casey2009-02-131-392/+5
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-53/+1
* Bug fix in prim crossing: making it clear when the local object needs to be c...diva2009-02-131-1/+1
* Makes region crossings asynchronous. Moved the bulk of the original code out ...diva2009-02-121-0/+5
* * optimized usings.lbsa712009-02-121-30/+26
* Enforce estate bans on Teleports.diva2009-02-111-1/+27
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-02-111-2/+2
* Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva2009-02-101-37/+34
* Fixes a failed unit test on ScenePresences tests. That test unit needs some f...diva2009-02-091-1/+2
* Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva2009-02-091-97/+135
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-1/+1
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-4/+14
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+4239