aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-10-301-2/+3
|\
| * Fix memory leak where removing an NPC did not remove its circuits.Justin Clark-Casey (justincc)2012-10-291-2/+3
* | Merge branch 'master' into careminsterMelanie2012-10-281-1/+4
|\ \ | |/
| * Deep copy the collection of at_target objects so it can't be modified whileMelanie2012-10-281-2/+5
* | Merge branch 'master' into careminsterMelanie2012-10-261-18/+39
|\ \ | |/
| * Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)2012-10-261-11/+13
| * minor: if a scene is already shutting down on Scene.Close(), warn and exit in...Justin Clark-Casey (justincc)2012-10-251-0/+6
| * In Scene.Close(), dispose of the physics scene after base.Close() since scrip...Justin Clark-Casey (justincc)2012-10-251-6/+8
| * Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)2012-10-241-1/+12
* | Merge branch 'master' into careminsterMelanie2012-10-161-2/+3
|\ \ | |/
| * minor: Add/correct some doc messages associated with entity teleport.Justin Clark-Casey (justincc)2012-10-161-2/+3
* | Merge branch 'master' into careminsterMelanie2012-10-121-210/+297
|\ \ | |/
| * Fix problems with regression tests by allowing invoke of Update() with a fini...Justin Clark-Casey (justincc)2012-10-121-3/+4
| * Add "active true|false" to "debug scene" console command.Justin Clark-Casey (justincc)2012-10-121-3/+37
| * Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to preve...Justin Clark-Casey (justincc)2012-10-101-201/+256
| * minor: elaborate method doc on Scene.NewUserConnection()Justin Clark-Casey (justincc)2012-10-091-6/+13
| * Trigger ObjectAddedToScene when loading objects from oarfile. Already trigger...Dan Lake2012-10-051-1/+8
| * Forgot to actually remove the packetpool set code from scene.Justin Clark-Casey (justincc)2012-10-051-7/+0
* | Fix merge issuesMelanie2012-10-071-7/+0
* | Merge branch 'master' into careminsterMelanie2012-10-031-0/+6
|\ \ | |/
| * Prevent the ExtraSettings code from crashing SQLite driven sims.Melanie2012-10-021-0/+6
| * Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.Justin Clark-Casey (justincc)2012-09-271-3/+2
| * Enforce existing 5 action hardcoded undo limit.Justin Clark-Casey (justincc)2012-09-261-1/+5
* | Merge branch 'avination' into careminsterMelanie2012-09-271-1/+1
|\ \
| * | Make IncomingCloseChildAgent not send a stop packet. This may preventMelanie2012-09-161-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-09-241-3/+5
|\ \ \ | | |/ | |/|
| * | Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefa...Justin Clark-Casey (justincc)2012-09-201-0/+2
| * | Cleanup from prev. commitBlueWall2012-09-181-2/+2
| * | Fix some inconsistencies in configurartion: NonPhys primsBlueWall2012-09-181-3/+3
* | | Merge branch 'master' into careminsterMelanie2012-09-171-0/+3
|\ \ \ | |/ /
| * | preventing a null reference exception from being thrownSignpostMarv2012-09-171-0/+3
* | | Merge branch 'avination' into careminsterMelanie2012-09-161-1/+1
|\ \ \ | | |/ | |/|
| * | Wait a bit longer for new scene presences to aid tps into laggy regionsMelanie2012-09-141-1/+1
* | | Merge branch 'avination' into careminsterMelanie2012-09-101-0/+2
|\ \ \ | |/ /
| * | One more redundante ParcelProprieties on loginUbitUmarov2012-09-071-0/+2
* | | Merge branch 'master' into careminsterMelanie2012-09-091-0/+21
|\ \ \ | | |/ | |/|
| * | implementing per-region configuration of limits on the number of prims one ca...SignpostMarv2012-09-091-0/+11
| * | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv2012-09-081-0/+10
* | | Merge branch 'master' into careminsterMelanie2012-09-071-0/+24
|\ \ \ | |/ /
| * | adding utility method for getting SceneObjectGroup from sceneSignpostMarv2012-09-061-0/+12
| * | adding utility method for getting SceneObjectPart from sceneSignpostMarv2012-09-061-0/+12
* | | Merge branch 'avination' into careminsterMelanie2012-08-311-0/+6
|\ \ \ | | |/ | |/|
| * | [possible still very broken] mess around keyframes. timer eventsUbitUmarov2012-08-281-0/+6
* | | renaming to be similar to equivalent Set commandMelanie2012-08-251-1/+1
* | | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-251-1/+1
|\ \ \ | | |/ | |/|
| * | If a connecting scene presence is replacing an existing scene presence then b...Justin Clark-Casey (justincc)2012-08-241-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-08-231-3/+6
|\ \ \ | |/ /
| * | Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-3/+6
* | | Merge branch 'avination' into careminsterMelanie2012-08-231-1/+1
|\ \ \ | | |/ | |/|
| * | Make terrain save every 1000 frames instead of every 50. Database load is a s...Melanie2012-08-221-1/+1