aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Bunch of fixes that reduce the number of times appearanceMaster ScienceSim2010-10-291-0/+7
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-16/+27
|\ \ | |/
| * Merge branch 'opensim-master' into dev-appearanceMaster ScienceSim2010-10-281-13/+29
| |\
| | * Overload Scene.NewUserConnection() to facilitate NPCs and other region specif...dahlia2010-10-261-9/+27
| | * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-10-221-3/+3
| | |\ | |_|/ |/| |
| | * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-4/+1
| * | Major refactoring of appearance handling.Master ScienceSim2010-10-201-7/+0
* | | Change some exception to use ToString(). e.Message is not sufficient to fixMelanie2010-10-221-3/+3
| |/ |/|
* | Merge branch 'hg16' into mantis5110Jonathan Freedman2010-10-221-1/+4
|\ \
| * | * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-1/+4
| |/
* | Make SImStatsReporter pick ObjectCapacity striaght out of region infoMelanie2010-10-221-2/+0
|/
* Plumb the path for multiple object deletesMelanie2010-10-061-2/+2
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-9/+5
* rename SceneObjectGroup.DeleteGroup() to DeleteGroupFromScene() to improve co...Justin Clark-Casey (justincc)2010-09-151-1/+1
* minor: Add comments which explain what's going on wrt avatar movements at var...Justin Clark-Casey (justincc)2010-09-131-0/+4
* MergedJohn Hurliman2010-09-121-7/+7
|\
| * Formatting cleanup.Jeff Ames2010-09-121-9/+9
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-31/+71
|/
* Shuffling fields and properties around in Scene to make Scene.cs more readableJohn Hurliman2010-09-111-138/+124
* Made it impossible to create a user with names containing spaces and prevente...randomhuman2010-09-101-2/+3
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-24/+21
* Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)2010-09-071-9/+16
* Make console backup command do a forced backup rather than non-forcedJustin Clark-Casey (justincc)2010-09-061-5/+0
* Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)2010-09-061-2/+11
* Logout the presence if client IP verification fails.Diva Canto2010-09-041-0/+2
* 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