Commit History

Author SHA1 Message Date
  Jeff Ames 65b9fa9a5f added more packet handling stubs 17 years ago
  Brian McBee 890a7c2e80 Adding an explicit close() and dispose() in the hope that it might help with assetserver issues. 17 years ago
  Brian McBee 383eccc543 hackish code to allow emptying of trash. This really should be done on the inventory server, and not from the region. 17 years ago
  Brian McBee beca2373e1 Allow moving, deleting, and restoring objects in inventory. 17 years ago
  Teravus Ovares e0e9237a89 * Added back the regionup code so people in nearby sims can see a downed sim coming back up. 17 years ago
  Sean Dague 0855066968 This patch fixes mantis 105. Basically, it stops the index exception when 17 years ago
  Jeff Ames 5e08911400 set svn:eol-style 17 years ago
  Teravus Ovares 5f516c9fb2 * All remoting calls are now using Serializable values 17 years ago
  MW 87b337ebf9 Enabled the TextureDownloadModule, so that hopefully I might get some feedback, as to if it makes the texture problem better or worse. As I plan/hope to work on texture/asset downloading this weekend. 17 years ago
  MW a71f4c021b "Borrowed" the LLSD class from a older version of libsl, so that our LLSD decoding (used by CAPS) works again. 17 years ago
  Sean Dague 0aa982c252 move to PacketQueue for throttling. This has been tested with a couple 17 years ago
  Sean Dague 4221ec23f9 further screwing around with the PacketQueue data structure. 17 years ago
  Teravus Ovares 25ec01311d * Serialized data properly for the InterRegionSingleton InformRegionChild method 17 years ago
  MW e23290eff6 Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ScenePresence "has" a AvatarAppearance object. All the ScenePresences in a opensim related to one user (so a user's various ScenePresence's in all the regions in that instance) share the same AvatarAppearance object. This means that a user's avatar should appear correctly (to both that user and other users) no matter what border crossing or teleporting they have done. 17 years ago
  Sean Dague 7f4d033490 This small patch means that the inventoryserver for grid mode now 17 years ago
  Teravus Ovares cbc8a27b34 * Added class sAgentCircuitData and unmarked AgentCircuitData as Serializable. 17 years ago
  lbsa71 9414d6a1e1 * miniscule changes just to keep myself in synch 17 years ago
  Jeff Ames 8297da56f2 updated libopenjpeg-libsl-2.1.2.0.dylib 17 years ago
  MW 167846311a updated openjpeg-libsl.dll 17 years ago
  Adam Johnson 3d938f76b7 Updates to LibSL revision 1498. Thanks Johan! 17 years ago
  Teravus Ovares 57f666497b * Added hacked support for 'anyone can move' and 'anyone can copy'. 17 years ago
  Jeff Ames 6abe37e71d added timer_Script to OpenSim.ini.example 17 years ago
  Jeff Ames a45118d35e added one more command to the console help. 17 years ago
  Sean Dague 9326ee425b added a lock to prevent multiple Timer popping races 17 years ago
  Sean Dague 1ad83bcf1b reversing the r2599 patch, as this started causing CreateThread errors for 17 years ago
  Jeff Ames 73599c0f25 removed obsolete Verbose() function 17 years ago
  Jeff Ames a47176ee92 more minor cleanup. added some command descriptions to region server help. 17 years ago
  lbsa71 395637acdd * now the throttle timer is stopped whilst processing Queue so that it won't fire twice 17 years ago
  MW 44caa7ae8e Fixed conversation bug in InventoryConfig 17 years ago
  Adam Frisby 9e5f7fb415 * Removed lots of scurrilous uses of ASCII/UTF8.GetBytes for making packet strings. BAD PROGRAMMER BAD. Use Helpers.StringToField instead. >_> 17 years ago