Justin Clark-Casey (justincc) 3ab22b2015 fix the minimap sitting avatar location bug 14 年之前
..
Application 21bc238029 Configuration files can read include files from relative paths. 14 年之前
ClientStack f2cbd8c5f5 Show when appearance is sent to an avatar to help track down failure 14 年之前
CoreModules ed97a42664 backport iar version checking 14 年之前
DataSnapshot 711747dd2c More on mantis #4985 14 年之前
Examples c8ed972443 Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet 14 年之前
Framework 3ab22b2015 fix the minimap sitting avatar location bug 14 年之前
OptionalModules 4485732231 For all Flotasm group module XMLRPC calls, correct parameter requestingAgentID to RequestingAgentID 14 年之前
Physics 4a5979c311 minor: remove some mono compiler warnings 14 年之前
RegionCombinerModule ca2abc43ad Refactor SendCoarseLocations for better performance. Instead of computing list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations. 14 年之前
ReplaceableModules ec1a5d8933 Some module reshuffling, no user functionality yet 15 年之前
ScriptEngine be07063102 Patch by Apelsin that fixes behaviour of llSetPos and llGetLocalPos for attachments. 14 年之前
UserStatistics 859bc717a4 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>). 15 年之前