OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) ae355720ab Fix llGetLinkKey() to return the last sat avatar as the last link number.
As per http://wiki.secondlife.com/wiki/LlGetLinkKey
This is done by keeping a scene-object wide list of sitters.
This also fixes bugs in this function where linknums 0 and 1 weren't treated properly if there were sitting avatars on a single prim.
This also fixes a minor race condition for multiple concurrent sitters on a prim with no current sitters by locking on the object-wide list rather than individual sop lists
Addresses http://opensimulator.org/mantis/view.php?id=6477
2013-01-04 21:50:03 +00:00
..
Application Fix problem where restarting the currently selected region would stop various console commands (e.g. "show users") from working. 2012-11-23 02:22:30 +00:00
ClientStack Disable UDPPacketBuffer pooling for now to resolve an issue on Windows of interference between incoming packets. 2012-12-19 01:51:30 +00:00
CoreModules minor: Add some doc to the extremely unhelpful 'fudge....' comment as to why we're deselecting the prim in code before scheduling an update on attachment 2013-01-04 21:49:55 +00:00
DataSnapshot Added AssemblyInfos to every dll in the OpenSim.Region namespace. 2012-11-14 11:09:43 -08:00
Framework Fix llGetLinkKey() to return the last sat avatar as the last link number. 2013-01-04 21:50:03 +00:00
OptionalModules updating documentation in SampleMoneyModule based on doxygen error log output; changing an xml-style hint to a uri-style hint in the class summary, improving documentation of Initialise method and removing a superfluous parameter, improving documentating of ClientClosed method and documenting an omitted parameter 2013-01-04 21:48:55 +00:00
Physics BulletSim: add parameter to have Bullet output performance statistics 2013-01-01 17:27:34 -08:00
RegionCombinerModule Added AssemblyInfos to every dll in the OpenSim.Region namespace. 2012-11-14 11:09:43 -08:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Fix llGetLinkKey() to return the last sat avatar as the last link number. 2013-01-04 21:50:03 +00:00
UserStatistics Make WebStatsModule properly handle scenes added or removed after initial startup. 2012-12-15 00:45:27 +00:00