OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 50aa93137d Fix a bug where physical objects rezzed with an initial velocity by script do not receive this velocity.
This is a minimal fix for the 0.7.1 release, pending a non copy/paste solution.
This hopefully addresses http://opensimulator.org/mantis/view.php?id=5457
The bug was introduced in commit 3ba5eeb
2011-04-28 00:59:21 +01:00
..
Application create "config show" as a region console command synonym for "config get". 2011-04-11 21:59:26 +01:00
ClientStack Merge branch 'master' into queuetest 2011-04-26 08:42:21 -07:00
CoreModules Made things consistent between LocalInventoryServiceConnector and RemoteXInventoryServiceConnector on GetFolderContent. 2011-04-25 11:00:48 -07:00
DataSnapshot First pass at cleaning up thread safety in EntityManager and SceneGraph 2010-09-10 12:04:12 -07:00
Examples/SimpleModule First pass at moving object property requests into a queue similar 2011-04-13 15:37:25 -07:00
Framework Fix a bug where physical objects rezzed with an initial velocity by script do not receive this velocity. 2011-04-28 00:59:21 +01:00
OptionalModules Cleaned up various configuration options. Removed the category throttle 2011-04-25 10:44:41 -07:00
Physics Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 2011-04-21 15:16:12 -04: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 minor: remove some mono compiler warnings 2011-04-11 22:33:24 +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