OpenSimMirror/OpenSim
Robert Adams 742f505440 Change terrain update sending to be triggered by frame tick rather
than everytime terrain is changed.

The TerrainModule now hooks the frame event and, if terrain has changed,
sends terrain updates to the clients. This polling pattern replaces
the previous push on change pattern and will make it easier to do per
client throttling and per scene presence terrain update ordering.
2014-03-10 22:05:18 -07:00
..
Addons Send group notices through the same messaging module mechanism used to send group chat to avoid timeout issues when sending messages to large groups. 2014-03-11 00:11:18 +00:00
ApplicationPlugins varregion: add --noterrain and --noparcel to 'load oar'. 2014-01-19 11:03:08 -08:00
Capabilities If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some reason and returns null, log and return empty contents rather than throwing an exception that ends up terminating the simulator. 2014-02-20 22:35:41 +00:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Add regression test for sending group notices via xmlrpc groups connector. 2014-03-07 01:04:54 +00:00
Framework Change terrain update sending to be triggered by frame tick rather 2014-03-10 22:05:18 -07:00
Region Change terrain update sending to be triggered by frame tick rather 2014-03-10 22:05:18 -07:00
Server Add Util method to load OpSys env vars 2014-02-26 23:39:45 +00:00
Services If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some reason and returns null, log and return empty contents rather than throwing an exception that ends up terminating the simulator. 2014-02-20 22:35:41 +00:00
Tests Add regression test for sending group notices via xmlrpc groups connector. 2014-03-07 01:04:54 +00:00
Tools Added 2 new behaviors to pCampBot 2014-02-21 10:06:08 -08:00