OpenSimMirror/OpenSim/Region
Teravus Ovares a534257b0e * Fixes prim crossing. See bug 1050.
* Causes the internal handling of attachments to put the prim group conceptually at the position of the avatar instead of 0,0,0
2008-04-25 21:41:55 +00:00
..
Application replace hard tabs with 4 spaces to be consistant in the source. 2008-04-24 12:27:24 +00:00
ClientStack * Used thomas' patch m884 as an example to make HUD attachments work. While I didn't use the patch directly, I did use the following from the patch to convert the uint value into the byte: (byte)((m_attachmentPoint % 16) * 16 + (m_attachmentPoint / 16)) 2008-04-25 09:47:21 +00:00
Communications From: Dr Scofield <hud@zurich.ibm.com> 2008-04-25 13:37:43 +00:00
DataSnapshot replace hard tabs with 4 spaces to be consistant in the source. 2008-04-24 12:27:24 +00:00
Environment * Fixes prim crossing. See bug 1050. 2008-04-25 21:41:55 +00:00
Examples/SimpleModule replace hard tabs with 4 spaces to be consistant in the source. 2008-04-24 12:27:24 +00:00
ExtensionsScriptModule * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
Modules Update svn properties. 2008-04-23 01:04:44 +00:00
Physics * Tuned the llMove2Target PID controller to be more reasonable and not overshoot the target. 2008-04-24 22:26:26 +00:00
ScriptEngine * Applying mantis#1048 - Patch for osSetRegionWaterHeight() 2008-04-25 10:37:22 +00:00
Storage * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00