OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) e474c19c40 Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefaults.ini.
This resends appearance uuids to avatars in the scene once a minute.
I have seen this help in the past resolve grey appearance problems where viewers have for unknown reasons sometimes ignored the packet.
The overhead is very small since only the UUIDs are sent - the viewer then requests the texture only if it does not have it cached.
This setting will not help with cloudy avatars which are usually due to the viewer not uploading baked texture data or uploading something that isn't valid JPEG2000
2012-09-27 23:23:27 +01:00
..
ApplicationPlugins
Capabilities
ConsoleClient
Data
Framework Fix usage statement on "debug http" console command since max level is now 5 rather than 3 2012-09-27 23:20:10 +01:00
Region Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefaults.ini. 2012-09-27 23:23:27 +01:00
Server Don't store the unnecessary VERSIONMIN. VERSIONMAX, METHOD or UserID (present as column PrincipalID) parameters in the Avatars table. 2012-09-27 23:20:42 +01:00
Services Add basic asset connector tests to check behaviour for normal, local and temporary assets. 2012-09-27 23:21:19 +01:00
Tests
Tools