OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 8726748e22 Reuse the same AgentUpdateArgs object for each AgentUpdate UDP packet (of which there are 10 a second) rather than constructing a new one every time.
We can do this because AgentUpdate packets are handled synchronously.
2012-11-28 02:47:31 +00:00
..
ApplicationPlugins Get rid of some unnecessary casts in RemoteAdminPlugin. 2012-11-28 02:35:28 +00:00
Capabilities minor: Comment out "Client requested range for texture ... but" message. This is not useful during normal operation. 2012-11-28 02:43:55 +00:00
ConsoleClient Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00
Data Merge branch '0.7.4-post-fixes' into 0.7.4-extended 2012-11-15 02:52:37 +00:00
Framework Add LastMemoryChurn stat using existing data so we can more quickly tell how memory churn changes rather than waiting for the average to move. 2012-11-28 02:47:01 +00:00
Region Reuse the same AgentUpdateArgs object for each AgentUpdate UDP packet (of which there are 10 a second) rather than constructing a new one every time. 2012-11-28 02:47:31 +00:00
Server Add [AssetService] AllowRemoteDeleteAllTypes (default false). 2012-11-15 02:09:31 +00:00
Services minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now. 2012-11-28 02:46:39 +00:00
Tests Merge branch '0.7.4-post-fixes' into 0.7.4-extended 2012-11-15 02:52:37 +00:00
Tools Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects. 2012-08-01 22:30:34 +01:00