aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed splitID in Scene and added comments on usageJohan Berntsson2009-04-151-1/+8
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-38/+55
* Cleaning up old circuit upon client close.diva2009-04-141-0/+2
* Thank you, dslake, for a patch that converts many of the linear searchesMelanie Thielker2009-04-121-15/+0
* * Add catch-all error handlers back to scene.Teravus Ovares2009-04-111-8/+8
* * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ...Teravus Ovares2009-04-111-8/+8
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-0/+2
* * Added additional debug testing info to SceneAdam Frisby2009-04-091-0/+1
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-1/+1
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-071-1/+2
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+1
* Applying Intimidated's patch to fix anim handling.Melanie Thielker2009-04-061-1/+8
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-051-0/+11
* * refactor: Call StatsReporter methods directly rather than through Scene (as...Justin Clarke Casey2009-04-031-26/+2
* * refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey2009-03-301-118/+9
* * refactor: call some EventManager triggers directly rather than through sceneJustin Clarke Casey2009-03-271-16/+0
* Moved a method GetDefaultVisualParameters from Scene to AvatarAppearance, whe...diva2009-03-271-12/+1
* Root agent retrieval via http/REST. This is a pull, the caller gets the agent...diva2009-03-231-0/+13
* * minor: Lable the heartbeat thread with the region it's beating forJustin Clarke Casey2009-03-121-1/+1
* update some ini defaults in code - all defaults from beginning of OpenSim.ini...Dahlia Trimble2009-03-111-6/+6
* * refactor: Remove GetLandOwner function from SceneJustin Clarke Casey2009-03-061-13/+0
* * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey2009-03-051-5/+0
* * refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey2009-03-051-14/+0
* * simplify media and music url setting since we never get back a null land ob...Justin Clarke Casey2009-03-051-24/+5
* * More work on MiniRegionModule module.Adam Frisby2009-03-041-0/+1
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-031-5/+22
* After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...MW2009-03-021-18/+0
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-231-2/+2
* * Commenting out threaded Scene update for the moment.Adam Frisby2009-02-231-2/+3
* * 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