Commit History

Author SHA1 Message Date
  Diva Canto c0beeb929e * Fixes http://opensimulator.org/mantis/view.php?id=4225 15 years ago
  John Hurliman 56a27c37d3 Simplified LLUDPClientCollection from three collections down to one. This will prevent any potential problems from inconsistency between the internal collections 15 years ago
  Melanie d33b6fef2b replace LLClientView with proper version 15 years ago
  Melanie adc208e568 Replace LLClientView on the branch with master. UNCOMPILABLE! 15 years ago
  Melanie 9618c196c2 Revert "Merging in diva's locking fixes" 15 years ago
  John Hurliman 832cc68513 Merging in diva's locking fixes 15 years ago
  Diva Canto e992ca0255 Rewrote parts of the code that were double-locking different objects. This is about half of the code base reviewed. 15 years ago
  John Hurliman fb19d1ca0a * Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exceptions thrown in the async method 15 years ago
  John Hurliman e7c877407f * Continued work on the new LLUDP implementation. Appears to be functioning, although not everything is reimplemented yet 15 years ago
  John Hurliman 429a84f390 Beginning work on the new LLUDP implementation 15 years ago
  Melanie 6878b26b0d Merge branch 'diva-textures-osgrid' 15 years ago
  John Hurliman 387e9f7a7f * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) 15 years ago
  John Hurliman 9b342d3e0d * Changed the flush logic to drop packets in non-transactional streams, and to not fire any "put more data in the queues" callbacks 15 years ago
  Melanie 6def897556 Merge branch 'diva-textures-osgrid' into diva-textures 15 years ago
  Melanie 31d8cec0f8 Merge branch 'master' into diva-textures 15 years ago
  Melanie 3ba36bb4d8 Restore the missing image handling to the image manager. The missing 15 years ago
  Melanie 18a744cac1 Change texture sending to be driven by the queue empty event from the 15 years ago
  James J Greensky 44776fea72 Fixing LLClientView memory leak 15 years ago
  John Hurliman 5dfd2643df * Change the signature of the agent set appearance callback to prevent unnecessary serialization/deserialization of TextureEntry objects and allow TextureEntry to be inspected for missing bakes 15 years ago
  Melanie 400abed271 Add RebakeAvatarTexturesPacket to the client view 15 years ago
  Jeff Ames ee205e7e81 Formatting cleanup. 15 years ago
  Adam Frisby 5dc3e560d3 * Makes SimulatorEnable messages 'reliable' and subject to redelivery. 15 years ago
  Jeff Ames c41387b864 Formatting cleanup. 15 years ago
  Teravus Ovares (Dan Olivares) c605509da3 * Lock timers when Calling Start() and Stop() when the Thread Context is murky. This affects Mono only. 15 years ago
  Diva Canto b03eeeb9f6 * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. 15 years ago
  Diva Canto 9e64427262 Putting the inventory packets back to ThrottleOutPacketType.Asset, because that didn't work. 15 years ago
  Diva Canto 922007443e Changed most of inventory packets to LowPriority, to see if that helps with freezing on searching large inventories. 15 years ago
  Diva Canto 118f710a79 Fixed a missing field in SendBulkInventoryFolderUpdate. 15 years ago
  Diva Canto d519f1885f Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). 15 years ago
  Diva Canto c5af39239f A better purge of trash folder. 15 years ago