Commit History

Author SHA1 Message Date
  Teravus Ovares a9cc76e0ef * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thanks A_Biondi and Melanie! 16 years ago
  Teravus Ovares 1fb54b074c * Added basic 3-5 level undo on prim position/rotation/scale. 16 years ago
  Teravus Ovares 911e63765c * Single Attachments now work from inventory. You can attach from inventory and detach from inventory. 16 years ago
  Teravus Ovares f71871bca3 * More attachment stuff, reworked some of the inventory routines to be what I need them to be for attachments. 16 years ago
  Justin Clarke Casey accd89b3f1 * First draft implementation of copying prim inventory items back to agent inventory 16 years ago
  Teravus Ovares 421730d972 * Used thomas' patch m884 as an example to make HUD attachments work. While I didn't use the patch directly, I did use the following from the patch to convert the uint value into the byte: (byte)((m_attachmentPoint % 16) * 16 + (m_attachmentPoint / 16)) 16 years ago
  Sean Dague 2a2ef42e64 replace hard tabs with 4 spaces to be consistant in the source. 16 years ago
  Teravus Ovares aa8aee90a3 * Adds much better support for attachments that you right click on in world. 16 years ago
  Teravus Ovares 1909d74d5f * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the example economy module, implements llSetPayPrice(), money() and llGiveMoney() in scripts. Thanks Melanie! 16 years ago
  Adam Frisby 3370d581e1 * Patch #1026 - llDialog support -- Thanks Melanie! 16 years ago
  Adam Frisby bca7ab7e36 * Applying Mantis #1020 (Animations) - Thanks Melanie. 16 years ago
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 years ago
  Charles Krinke 6865f1c67d Thank you kindly krtaylor for a patch to solve: 16 years ago
  Teravus Ovares 4ee368785d * Acks the first UseCircuitCode packet 16 years ago
  Teravus Ovares 244bfcde5b * Implements 'Set Home to Here' 16 years ago
  Teravus Ovares 7c1f17b994 * Applying melanie's Landmark patch. Thanks Melanie! 16 years ago
  Charles Krinke bf7e7b2c57 Thank you very much, Kmeisthax for: 16 years ago
  Justin Clarke Casey 550ed7b9ec * Fix mantis 975 - prim text > 255 chars 16 years ago
  Teravus Ovares 682f4e9257 * Fixes an issue with the BaseHttpServer in Linux 16 years ago
  Justin Clarke Casey b7ae8701ce * Working towards notifying the client if the inventory service has failed, rather than simply returning 0 items. 16 years ago
  Teravus Ovares e21886eea0 * Fixed a few warnings. 16 years ago
  Justin Clarke Casey 7dec345d9a * Temporarily, stop the exception of mantis #951 from killing the entire client session. 16 years ago
  Sean Dague 25fea01b92 further renaming of properties for clarity 16 years ago
  Sean Dague c176caeb05 moved fields to properties for UserDataProfile, which was 16 years ago
  Teravus Ovares 06967e230f * Updates BetaGridLikeMoneyModule 16 years ago
  Justin Clarke Casey f9646a0c81 From: Michael Osias <[email protected]> 16 years ago
  Justin Clarke Casey f8faf18c66 * Following A_Biondi's suggestion, going to try returning a version number of 1 instead of 0 for the folder requested in a InventoryDescendentsPacket 16 years ago
  Sean Dague 5ee75998ce more refactoring, this time on InventoryFolderBase 16 years ago
  Sean Dague f436815107 Refactor InventoryItemBase to do the following: 16 years ago
  Jeff Ames ac73033231 Remove some dead code. 16 years ago