OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 94e58ff6b9 Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.)
However, it looks like we should retain SP.ParentID since it's much easier to use that in places where another thread could change ParentPart to null.
Otherwise one has to clumsily put ParentPart in a reference, etc. to avoid a race.
2012-03-09 02:38:11 +00:00
..
Application Move "change region" command into general category 2012-03-08 02:24:37 +00:00
ClientStack Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 2012-03-08 01:51:37 +00:00
CoreModules Merge branch 'xassetservice' 2012-03-09 00:19:42 +00:00
DataSnapshot Commenting out DataSnapShot message "Registering service discovery capability" for now. 2012-01-05 17:10:38 +00:00
Framework Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.) 2012-03-09 02:38:11 +00:00
OptionalModules Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 2012-03-08 01:51:37 +00:00
Physics Stop spurious scene loop startup timeout alarms for scenes with many prims. 2012-02-24 05:02:33 +00:00
RegionCombinerModule Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.) 2012-03-09 02:38:11 +00:00
ReplaceableModules
ScriptEngine Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.) 2012-03-09 02:38:11 +00:00
UserStatistics Call Dispose() via using() on SqliteCommands in WebStatsModule after use. 2012-02-28 22:54:21 +00:00