OpenSimMirror/OpenSim/Region
Melanie fb97fe8307 Finish the RestartModule and fix some bugs. Add new console commands:
region restart bluebox <msg> <time> ...
region restart notice <msg> <time> ...
region restart abort [<message>]
2010-11-25 02:30:06 +00:00
..
Application Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority. 2010-11-21 13:16:52 -08:00
ClientStack add "Unacked bytes" column to "show queues" 2010-11-17 22:55:19 +00:00
CoreModules Finish the RestartModule and fix some bugs. Add new console commands: 2010-11-25 02:30:06 +00:00
DataSnapshot First pass at cleaning up thread safety in EntityManager and SceneGraph 2010-09-10 12:04:12 -07:00
Examples/SimpleModule Major refactoring of appearance handling. 2010-10-20 16:17:54 -07:00
Framework Implement the restart module 2010-11-25 01:22:05 +00:00
OptionalModules Fox case on a method 2010-11-22 14:27:45 +00:00
Physics catch an exception when a mesh asset header cant be decoded 2010-11-24 02:05:41 -08:00
RegionCombinerModule Formatting cleanup. 2010-09-12 13:43:49 -04:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Thank you, thomax, for a patch making changed events CHANGED_REGION_RESTART and CHANGED_REGION work. 2010-11-22 10:39:46 +01:00
UserStatistics Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 2010-03-19 15:16:35 -07:00