OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) d7815ace4a On standup, trigger the changed link script event after the avatar has been fully changed.
This was meant to help with the script in http://opensimulator.org/mantis/view.php?id=5772 but it doesn't work.
Probably the event is fired before the physics actor has been set up again for the stood avatar.
Fixing that would be much more complicated, but processing the event last of all seems like a good idea in any case.
2011-11-04 23:24:22 +00:00
..
ApplicationPlugins Rename ForEachAvatar back to ForEachScenePresence. The other changes 2011-11-03 17:53:51 -07:00
Capabilities Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero. 2011-09-09 00:38:04 +01:00
ConsoleClient Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
Data Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. 2011-11-02 14:59:00 -07:00
Framework Restart the event queue worker threads that I accidentally disabled earlier today in 8a0a78c. 2011-10-25 23:26:21 +01:00
Region On standup, trigger the changed link script event after the avatar has been fully changed. 2011-11-04 23:24:22 +00:00
Server Catch any exceptions exiting the top of the robust console, as we already do for the main simulator. 2011-11-02 13:16:02 +00:00
Services Drop the CopyTo parameter from Int32.MaxValue to 4096. This is a buffer size 2011-11-02 18:55:54 -07:00
Tests Get UUIDGatherer to scan notecards in the graph for asset uuids. 2011-10-22 02:16:46 +01:00
Tools remove the pointless check of the face texture struct against null in Bot.Objects_NewPrim() 2011-11-03 22:52:14 +00:00