OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 472f7844f5 Fix adding/removing/replacing outfits in viewer 2
To get this to work, I had to disable the dupe link check I put in a couple of commits ago.
When the viewer adds wearables to an existing outfit, it first requests deletes of all the existing links before creating a new set.
Since these messages are async, the creates were being received before the deletes had a chance to complete, resulting in missing current outfit links.
However, the dupe check shouldn't be as important now that broken links have been fixed - it was the broken links that were causing the client to create dupes.
Tested on kokua 0.1.0 WIP and SL 2.6.3.  I now have no problems managing outfits on my standalone.
2011-05-27 01:22:52 +01:00
..
ApplicationPlugins Mantis #5442: Add admin_save_heightmap 2011-04-17 21:43:16 +01:00
ConsoleClient Make the text mode remote console really work. It can now be used to send 2010-06-08 22:05:06 +01:00
Data Mantis #5470 -- add forgotten MSSQL's GridUserStore. Thank you MrMonkE 2011-05-07 14:59:38 -07:00
Framework Fix offline IMs here too. 2011-05-12 21:09:08 -07:00
Region Fix adding/removing/replacing outfits in viewer 2 2011-05-27 01:22:52 +01:00
Server The get_grid_info REST call now encodes XML Entities 2011-05-14 03:12:20 +01:00
Services Increased timeout for fat UpdateAgent to 200secs. Nebadon's 3800-prim alien avatar takes 6secs to transfer between sims on the same machine... 2011-05-02 09:59:44 -07:00
TestSuite * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll 2009-10-30 00:08:41 -07:00
Tests When loading an OAR that doesn't have parcels, create a default parcel 2011-05-14 03:12:31 +01:00
Tools remove ancient and unused OpenSim.GridLaunch GUI code. 2010-08-19 01:11:10 +01:00