OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 57e75d7c03 Do not add attachments to the region scene object backup list.
Attachment persistence is not handled in this way and this just results in a load of busy work until a check in each SOG terminates a backup check for attachments anyway.
2014-10-02 22:30:44 +01:00
..
Addons Fixed a hard-to-run-into bug in groups: at the time of creation of a group, the OwnerRoleID in the groups table was inconsistent with the roleID in the roles table. OpenSim core was not running into this bug, but 3rd party modules (like Wifi) were. 2014-09-21 09:22:32 -07:00
ApplicationPlugins Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
Capabilities Fix issue with TestTextureNotFound in previous commit 1e3027a 2014-07-26 01:56:42 +01: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 Remove database connection locking in MySQLXAssetData. This is unnecessary as connections aren't shared and transactions are already in place where necessary. 2014-08-22 20:34:33 +01:00
Framework Fix long-lived thread name logging. 2014-09-26 01:10:49 +01:00
Region Do not add attachments to the region scene object backup list. 2014-10-02 22:30:44 +01:00
Server Add persistent command history in console 2014-09-23 10:36:00 -04:00
Services Cleanup some unused code and configuration entries 2014-09-03 17:09:57 -04:00
Tests Allow the "debug scene set physics false|true" command to work when bulletsim physics is running in a separate thread. 2014-07-29 01:21:15 +01:00
Tools Add "debug lludp packet" command to pCampbot. 2014-09-24 23:44:48 +01:00