OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) ac7537d240 fix build break I just introduced 2011-07-18 21:34:27 +01:00
..
Application Fix: The command line switches 'save_crashes' and 'crash_dir' haven't actually worked 2011-06-10 21:18:09 +01:00
ClientStack When sending an LLUDP MoneyBalanceReply message, fill out the transaction item description even though there is none. 2011-06-10 21:22:16 +01:00
CoreModules Fill in the new OwnerData field in the LLUDP ScriptDialog message. 2011-06-10 21:22:05 +01:00
DataSnapshot First pass at cleaning up thread safety in EntityManager and SceneGraph 2010-09-10 12:04:12 -07:00
Examples/SimpleModule Fill in the new OwnerData field in the LLUDP ScriptDialog message. 2011-06-10 21:22:05 +01:00
Framework fix build break I just introduced 2011-07-18 21:34:27 +01:00
OptionalModules Fill in the new OwnerData field in the LLUDP ScriptDialog message. 2011-06-10 21:22:05 +01:00
Physics Fix crash when [Mesh] section is missing from configuration files 2011-05-04 19:35:36 +01:00
RegionCombinerModule remove now unused individual LandData prim counts. 2011-04-05 21:25:54 +01:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine If an llSensor() is in an attachment, make the detection cone face in the direction of the avatar, not the relative rotation of the attachment towards the avatar. 2011-06-10 21:19:54 +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