OpenSimMirror/OpenSim/Region/CoreModules
Justin Clark-Casey (justincc) 916e3bf886 Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
The encodings are thread-safe and already used in such a manner in other places.
This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
2012-07-11 22:54:22 +01:00
..
Agent Record the fact that child agents can have asset transactions. 2012-06-07 23:51:04 +01:00
Asset minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini to debug 2012-06-20 01:30:20 +01:00
Avatar Allow XEngine StartDelay to be configured in the [XEngine] config section. 2012-07-11 21:55:18 +01:00
Framework Add regression test to check that attachments in source region are deleting when an agent teleports to a neighbouring region 2012-06-26 22:16:44 +01:00
Hypergrid 3rd way of reseting the HG Map. This time, don't use the grid service; instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes. 2011-06-10 17:22:17 -07:00
InterGrid Stop spurious scene loop startup timeout alarms for scenes with many prims. 2012-02-24 05:02:33 +00:00
LightShare Environment Module - allows Environment settings for Viewer3 warning: includes database region store migrations for mssql, mysql, sqlite 2012-05-23 17:04:19 -04:00
Resources Remove duplicate Warp3DImageModule entry in CoreModulePlugin.addin.xml 2012-07-07 00:26:25 +01:00
Scripting Resolve various race conditions between accessing and removing external script URLs by more consistently locking on m_UrlMap 2012-06-22 23:49:52 +01:00
ServiceConnectorsIn Comment out the neighbour and land in connectors from info logging that they are starting up 2012-06-20 00:42:54 +01:00
ServiceConnectorsOut Removing unused handling of incoming create object by userID and itemID only. 2012-06-30 01:14:49 +01:00
World Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00