aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker2010-08-311-1/+1
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-10/+11
* Remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-261-12/+0
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-08-261-1/+0
|\
| * Make scene object directories more robust and prevent deleted SOP's fromMelanie Thielker2010-08-251-1/+0
* | Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-15/+20
|/
* Split out actual scene object insertion code from Scene.Inventory.RezObject a...Justin Clark-Casey (justincc)2010-08-241-1/+17
* Cleaned up a few more things related to incoming agents.Diva Canto2010-08-201-45/+42
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-201-25/+27
|\
| * Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...Diva Canto2010-08-191-25/+27
* | Add some maptile options, change maptile generation from OpenSimBase to SceneMelanie2010-08-201-9/+54
|/
* Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman2010-08-131-39/+0
* refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)2010-08-131-106/+7
* refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)2010-08-131-159/+0
* Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)2010-08-131-22/+1
* refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)2010-08-131-8/+0
* refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)2010-08-131-11/+0
* refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)2010-08-131-27/+0
* refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-3/+3
* Avoid truncation of error message during region creation.Marck2010-08-101-1/+1
* Merge branch 'moap'Justin Clark-Casey (justincc)2010-08-061-1/+3
|\
| * Add EventManager.OnSceneObjectLoaded() for future use. This is fired immedia...Justin Clark-Casey (justincc)2010-07-261-1/+3
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2010-07-301-59/+6
|\ \
| * | remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)2010-07-301-21/+4
| * | remove empty, unused and uncalled UnsubscribeToClientEvents()Justin Clark-Casey (justincc)2010-07-301-4/+0
| * | move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)2010-07-301-34/+2
| |/
* | Changed the way HG client verification is done: now transforming local and LA...Diva Canto2010-07-301-1/+3
|/
* Allow Megaregions to start properly after an unclean shutdownMelanie2010-07-201-0/+3
* Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-2/+1
* Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-1/+1
* Remove getting the object capacity from the money module. It is now setMelanie Thielker2010-07-141-17/+1
* Revamp the permissions propagation. This MAY mess up. Please test.Melanie2010-07-131-1/+1
* * Deleted duplicated migration that was failing anyway.Diva Canto2010-06-141-0/+2
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-25/+4
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2010-06-121-2/+2
|\
| * Change name of method to better reflect what it doesMelanie2010-06-121-2/+2
* | Added checks for failed UpdateAgent calls.Diva Canto2010-06-121-0/+2
|/
* * Added CHANGED_TELEPORT event trigger upon inter-sim teleports.Diva Canto2010-06-121-58/+80
* Added more debug messages to try to pinpoint where login is failing for nebadon.Diva Canto2010-06-101-14/+45
* Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake2010-06-081-11/+13
* Reduce number of full updates sent on region crossing for attachments/huds to...Justin Clark-Casey (justincc)2010-06-081-6/+36
* Add a call to SOG.ResumeScripts() after region crossing / teleportMelanie Thielker2010-06-071-0/+2
* * Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto2010-06-051-0/+2
* Add a method to get the bounding box and root prim offsets within it forMelanie Thielker2010-06-011-0/+44
* Adjust Scene.DeleteAllSceneObjects() to not delete objects attached to avatars.Justin Clark-Casey (justincc)2010-05-281-2/+6
* Added a sanity check before using m_config in the Scene constructorJohn Hurliman2010-05-211-16/+19
* * Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman2010-05-211-50/+46
* Fixes mantis #4622.Diva Canto2010-05-161-23/+14
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-24/+71
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-2/+4