Commit History

Author SHA1 Message Date
  diva 866c85be0d Easy on locking m_scenePresences in RequestTeleportLocation. With the extra locks of SceneGraph ScenePresences introduced in 7982, this was making TPs not close the agent in the departing region due to locking. That locking problem seemed to occur only in Linux/mono -- I suspect a mono bug here. 16 years ago
  Melanie Thielker 1c3542303c Change fake parcel ids to allow a Z coordinate. Change TP by lure 16 years ago
  Teravus Ovares 412dd1260b * Add a second logoffuser message with the region secret. 16 years ago
  Teravus Ovares c80b2bb98e * Fix a few caps limiter that were causing problems 16 years ago
  Teravus Ovares f013b26241 * Fix an invalid seed cap that could be causing issues. 16 years ago
  Sean Dague 9dff38ca14 * Extended TextureSenderTests and modified TestClient.cs with new methods 16 years ago
  Justin Clarke Casey 1baa921463 * minor: remove some mono compiler warnings 16 years ago
  Justin Clarke Casey 363054bb2c * minor; Very minor non-functional tidy ups 16 years ago
  Justin Clarke Casey 2676927466 * Add copyright notice to NHibernate.UserFriend 16 years ago
  Justin Clarke Casey bfef9a7b0d * Apply http://opensimulator.org/mantis/view.php?id=2991 16 years ago
  Justin Clarke Casey c8ea09f325 * Apply http://opensimulator.org/mantis/view.php?id=2992 16 years ago
  Justin Clarke Casey feba3cc3ff * Removing set-time command since it doesn't actually do anything at all 16 years ago
  Justin Clarke Casey 66637ad6e7 * minor: Add a couple of code comments about enabling httpserver logging 16 years ago
  Justin Clarke Casey 1e365df495 * minor: Stop friendship termination crashing the client thread if the friend to be terminated could not be found 16 years ago
  lbsa71 87eff82b28 * Added resolving explicit .exe project names. This fixes mantis #2967 16 years ago
  lbsa71 db88c7c3ee * Fixed breaking VS2008 build. Added missing Statistics reference 16 years ago
  Dr Scofield 9bcaf98e37 From: Christopher Yeoh <[email protected]> 16 years ago
  Justin Clarke Casey efcf6ff095 * Extend current stub packet handler test into a really basic one that checks that a sent in packet ends up on the client queue ready for processing 16 years ago
  Charles Krinke c00c855cc5 Thank you kindly, Tlaukkan (Tommil) for a patch that: 16 years ago
  Justin Clarke Casey ade107f04f * Separate starting a client thread into a separate Start() method (which matches the existing Stop() and Restart() methods) 16 years ago
  Homer Horwitz 2cfd18b6a2 Fix some C#3.0-isms that broke build in Mono 1.2.6 and MSVC# 2005. 16 years ago
  Homer Horwitz 7caf1a4abf Fixed some svn properties 16 years ago
  Justin Clarke Casey d4d2c19594 * Extend PacketHandlerTest to fire in a packet. 16 years ago
  Justin Clarke Casey fb8faa8336 * Apply http://opensimulator.org/mantis/view.php?id=2913 16 years ago
  Justin Clarke Casey 04d3e83a6f * Remove FunSLUDP code since this has moved to http://forge.opensimulator.org/gf/project/funmv/ 16 years ago
  Justin Clarke Casey af0fcb96a4 * Apply http://opensimulator.org/mantis/view.php?id=2965 16 years ago
  Justin Clarke Casey 41377008e1 * Apply http://opensimulator.org/mantis/view.php?id=2980 16 years ago
  Justin Clarke Casey 6e9d5e4ea7 * refactor: move packet handler interface into a separate class 16 years ago
  MW 3c9d57c11b Added WearableItem class to the framework. This class can be used to: load from disk, create from code, or modify a existing Wearable item. Its not currently used by anything in trunk but is a handy utility class. 16 years ago
  Sean Dague 77f0df6394 Caught exceptions in some console commands 16 years ago