OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 8bdd38b804 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 2012-03-20 23:14:15 +00:00
..
Application Allow comments to appear in command scripts (e.g. shutdown_commands.txt). 2012-03-16 02:07:26 +00:00
ClientStack Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. 2012-03-20 23:12:21 +00:00
CoreModules Fix a bug where logins to standalones would fail if the RegionReady module was not active 2012-03-19 22:45:03 +00:00
DataSnapshot Datasnapshot: added "secret" to the registration/deregistration query so that data providers can verify authenticity if they want. 2012-03-13 08:06:30 -07:00
Framework Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 2012-03-20 23:14:15 +00:00
OptionalModules Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. 2012-03-20 23:12:21 +00:00
Physics refactor: precalculate the fixed movement factor for avatar tilting (sqrt(2)) rather than doing it multiple times on every move. 2012-03-20 20:39:33 +00:00
RegionCombinerModule Factor out common default animations code into SLUtil. LLClientView now makes use of the SLUtil copy via a method rather than each LLClientView loading a separate copy. 2012-03-09 23:57:24 +00:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Stop console command "xengine status" throwing an exception if there are no scripts in a region. 2012-03-19 21:43:23 +00:00
UserStatistics Call Dispose() via using() on SqliteCommands in WebStatsModule after use. 2012-02-28 22:54:21 +00:00