aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-05getting all our line endings consistant againSean Dague1-250/+250
2007-09-24* Renamed ScriptConsole to PluginConsole for clarityAdam Frisby1-1/+1
* Fixed a bug where ODE tries to do a physics update for zero frames.
2007-09-24* Added TryGetAvatarByNamelbsa711-0/+14
2007-09-21* Continuing refactoring of presencelbsa711-3/+3
* Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-1/+1
2007-09-20* moved SceneManager to RegionApplicationBaselbsa711-0/+6
* Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
2007-09-20* Added TryGetAvatar to SceneManagerlbsa711-208/+223
* Refactored some names for clarity
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-37/+17
* 'remove redundant this qualifier' ftw
2007-09-18* Merged ClientViewBase into ClientView for great justicelbsa711-1/+0
2007-09-17fixing me some line endingsSean Dague1-237/+237
2007-09-17* Moved some commands from Scene into SceneManager so they could be used ↵lbsa711-1/+28
with 'root' * Removed some duplicated commands
2007-09-17* CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa711-0/+210
* Normalized 'change-region' so (almost) all commands are context sensitive (use 'root' or '..' to set 'all scenes' context) * 'terrain-sim' is thusly obsolete, use 'change-region', followed by 'terrain' * Introduced SceneManager to administrate operations on group of scenes and moved relevant funcs there. * In it, there's a ForEach(Action<Scene>) that either passes all scenes, or only current scene depending on context. * Changed default prim backup (save-xml/load-xml) xml to "prim-backup.xml" * Changed Disable/EnablePermissions to BypassPermissions = true/false; Also: * Removed unused and non-existent project ref