Commit History

Author SHA1 Message Date
  Justin Clarke Casey cd1978b424 * Reduce the annoyingness of clients that continually request unfound textures (probably for some good reason) by dropping all subsequent requests after the first reply. 16 years ago
  Jeff Ames 7d1dcf3e68 Replaced some magic PCode numbers with enum values. 16 years ago
  Jeff Ames 825c89e7ac Replaced some Console.WriteLine calls with writes to log. 16 years ago
  Justin Clarke Casey 5160733ba1 * Remove uninformative exception traces from remoting errors 16 years ago
  Sean Dague dba37a8722 From: Alan M Webb <[email protected]> 16 years ago
  Teravus Ovares 76bf1f3654 * Fixed prim creation in basic physics mode. ( BasicPhysics returns null probably a lot more then it should? ) 16 years ago
  Jeff Ames 7e5dc7ef67 Update svn:ignore 16 years ago
  Jeff Ames 8a9d20facd Update svn properties. 16 years ago
  Charles Krinke f7c5867723 Thank you kindly, Grumly57 for: 16 years ago
  MW 58ce8f3818 added some os helper functions for the texture drawing module. see http://opensimulator.org/wiki/OSSL_TextureDrawing for function prototypes and example script. Will expand that page later. 16 years ago
  MW c04899b60a Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should now show up. 16 years ago
  MW 70e55205a1 Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented the FetchInventoryDescendents CAPS handler. But currently returning empty folder details. 16 years ago
  Adam Frisby 4746c26824 * Fix for Justincc's bug report #768 - Terrain looks rather phallic. 16 years ago
  Justin Clarke Casey 1641e4ecb1 * Remove stupid bug I just introduced where delinking would only delink one prim at a time. 16 years ago
  Justin Clarke Casey 9341c71135 * Minor - error message should be a warning. Spelling 16 years ago
  Justin Clarke Casey 87067bff1e * The rest of the fix necessary for mantis #766 - terse updates broken 16 years ago
  Sean Dague 01faa86c1a Fix Mantis 636 16 years ago
  Justin Clarke Casey dc84f350a7 * As yet incomplete fix for mantis #766 - terse updates broken 16 years ago
  Teravus Ovares ce9c2ecac8 * You can leave godmode if you want now. 16 years ago
  lbsa71 24aedf52c6 * Added null root part guard 16 years ago
  MW 7ab08f2ac4 Attempt to fix mantis #741, could not replicate it myself. But the error was suggesting that the SceneObjectPart was null, so added a null check, to make sure the sceneobject to be attached is found before attempting the attachment. 16 years ago
  Sean Dague 923cc9f62f addressing the request for msbuild support from mantis 723 16 years ago
  MW a5f5be8a0c attempt to try to fix mantis issue # 613, which seems to be a threading issue. Queue is only threadsafe if its a public static member, which in this case it wasn't. And we were locking it during both enqueues and dequeues. So have added those locks to a syncObject. But it still needs testing on a high load region, as that seems to be when the exception happened. 16 years ago
  Jeff Ames 3778840f36 Update svn properties. 16 years ago
  Adam Frisby 53e8d91c06 * Fixed 'flatten area' brush, so it now has a 'force' instead of instantly flattening the selected area. 16 years ago
  Teravus Ovares ae9a98ceb1 * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL) 16 years ago
  Teravus Ovares abacfba287 * Preliminary work with the ODEPlugin to collect collision data. 16 years ago
  Jeff Ames 94c39c793a Update svn properties. 16 years ago
  Sean Dague 4e588c715d some hackery with the VectorRenderModule to let you pass in a canvas 16 years ago
  lbsa71 cb28cc686b * Added cautionary README.txt 16 years ago