aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make terrain save every 1000 frames instead of every 50. Database load is a s...Melanie2012-08-221-1/+1
* Add support for the extra params to scene and the event managerMelanie2012-08-151-0/+39
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+4
* Merge branch 'careminster' into avinationMelanie2012-08-141-2/+9
|\
| * Merge branch 'master' into careminsterMelanie2012-08-141-1/+1
| |\
| | * Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2012-08-141-1/+1
| * | Merge branch 'master' into careminsterMelanie2012-08-041-1/+8
| |\ \ | | |/
| | * Move previously unadvertised SendPeriodicAppearanceUpdates setting from [Star...Justin Clark-Casey (justincc)2012-08-031-1/+7
* | | Make WaitGetScenePresence wait for up to 20 secondsMelanie2012-08-031-1/+1
* | | minor change avoiding a null referenceUbitUmarov2012-08-031-2/+4
* | | Make sure the position of a loggin-in agent is within region boundaries sinceMelanie2012-08-031-0/+9
|/ /
* | Merge branch 'master' into careminsterMelanie2012-08-011-0/+16
|\ \ | |/
| * Create the ability for physics modules to request assets on demand byMelanie2012-08-011-0/+16
* | Merge branch 'master' into careminsterMelanie2012-07-281-5/+17
|\ \ | |/
| * Avoid a race condition between the scene shutdown thread and the update threa...Justin Clark-Casey (justincc)2012-07-271-3/+5
| * Add a Dispose() of the physics engine when a scene is being shutdown.Robert Adams2012-07-261-0/+9
| * Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+1
| * Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-2/+2
| * Change attachment handling to remove object from the scene first as perMelanie2012-07-231-11/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-231-11/+1
|\ \
| * | Change attachment handling to remove object from the scene first as perMelanie2012-07-231-11/+1
* | | Merge branch 'master' into careminsterMelanie2012-07-201-2/+19
|\ \ \ | | |/ | |/|
| * | Prevent race conditions between two threads that call LLClientView.Close() si...Justin Clark-Casey (justincc)2012-07-191-3/+3
| * | Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)2012-07-191-0/+17
* | | Merge branch 'master' into careminsterMelanie2012-07-191-31/+43
|\ \ \ | |/ / | | / | |/ |/|
| * Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-5/+5
| * Add back notification to neighbouring regions when RegionReadyModule is not a...Justin Clark-Casey (justincc)2012-07-181-0/+3
| * Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)2012-07-181-19/+18
| * Fix bug where region ready was being triggered twice in quick succession if a...Justin Clark-Casey (justincc)2012-07-181-9/+12
| * Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)2012-07-181-0/+1
| * Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)2012-07-181-1/+1
| * Close() the ScenePresence after we've removed it from the scene graph, to cut...Justin Clark-Casey (justincc)2012-07-181-10/+16
* | fix our stats ( old schema )UbitUmarov2012-07-171-21/+26
* | Fix merge artefactsMelanie2012-07-171-2/+2
* | Merge branch 'avination' into careminsterMelanie2012-07-161-0/+7
|\ \
| * | Add "gc collect" console command for debugging memleaksMelanie2012-07-121-0/+7
* | | Merge branch 'master' into careminsterMelanie2012-07-131-2/+2
|\ \ \ | | |/ | |/|
| * | Change very recent AllowedViewerList and BannedViewerList config setting name...Justin Clark-Casey (justincc)2012-07-121-4/+4
* | | Merge branch 'master' into careminsterMelanie2012-07-111-19/+56
|\ \ \ | |/ /
| * | When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)2012-07-101-1/+18
| * | Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-2/+0
| * | Remove now duplicate interregion object check that should have been removed a...Justin Clark-Casey (justincc)2012-07-061-12/+0
| * | Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)2012-07-061-0/+11
| * | Pull prim crossing/teleport checks up into Scene.IncomingCreateObject() from ...Justin Clark-Casey (justincc)2012-07-061-14/+27
* | | Merge branch 'master' into careminsterMelanie2012-07-051-0/+65
|\ \ \ | |/ /
| * | Correct spelling mistake m_BanedViewers to m_BannedViewersJustin Clark-Casey (justincc)2012-07-031-4/+4
| * | Adds a list of viewers that are allowed or banned from the region.Michelle Argus2012-07-021-0/+65
* | | Merge branch 'master' into careminsterMelanie2012-07-011-38/+0
|\ \ \ | |/ /
| * | Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-301-22/+0
| * | Remove code listed for removal in 0.7.3 that handled script restart for incom...Justin Clark-Casey (justincc)2012-06-301-16/+0