| Commit message (Expand) | Author | Age | Files | Lines |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -5/+28 |
* | * Fixes child prim not editable as an attachment. You can right click on chi... | Teravus Ovares | 2008-04-29 | 1 | -1/+1 |
* | * Single Attachments now work from inventory. You can attach from inventory ... | Teravus Ovares | 2008-04-27 | 1 | -1/+98 |
* | * More attachment stuff, reworked some of the inventory routines to be what I... | Teravus Ovares | 2008-04-27 | 1 | -27/+106 |
* | * First draft implementation of copying prim inventory items back to agent in... | Justin Clarke Casey | 2008-04-26 | 1 | -0/+81 |
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 1 | -5/+5 |
* | * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl... | Adam Frisby | 2008-04-23 | 1 | -11/+51 |
* | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 2008-04-23 | 1 | -19/+5 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -9/+7 |
* | * Fix build break in previous revision | Justin Clarke Casey | 2008-04-19 | 1 | -1/+1 |
* | * Applying melanie's Landmark patch. Thanks Melanie! | Teravus Ovares | 2008-04-16 | 1 | -1/+14 |
* | * Updates BetaGridLikeMoneyModule | Teravus Ovares | 2008-04-10 | 1 | -0/+11 |
* | * Update code to use patched libsecondlife.dll which removes the problem wher... | Justin Clarke Casey | 2008-04-08 | 1 | -1/+1 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -1/+1 |
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -61/+61 |
* | * Objects which have their name or description changed while within inventory... | Justin Clarke Casey | 2008-04-07 | 1 | -40/+59 |
* | * Preserve original creator's name when an object is given | Justin Clarke Casey | 2008-04-07 | 1 | -2/+2 |
* | * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it... | Justin Clarke Casey | 2008-04-07 | 1 | -4/+83 |
* | * Resolve mantis 849 | Justin Clarke Casey | 2008-04-03 | 1 | -1/+1 |
* | Minor: just some method comments | Justin Clarke Casey | 2008-04-02 | 1 | -1/+1 |
* | * Fix for mantis 131, 796 | Justin Clarke Casey | 2008-03-31 | 1 | -4/+14 |
* | * Updated ray tracing code. It's now good enough to use when the XYZ vector... | Teravus Ovares | 2008-03-21 | 1 | -0/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -28/+25 |
* | Fix a few mono compiler warnings. Minor cleanup. | Jeff Ames | 2008-03-17 | 1 | -2/+2 |
* | * Fix mantis 757. | Justin Clarke Casey | 2008-03-12 | 1 | -20/+0 |
* | * Temporary resolution for mantis #711 | Justin Clarke Casey | 2008-03-07 | 1 | -10/+19 |
* | Change SceneObjectPart.LocalID to .LocalId to be case matching | Sean Dague | 2008-03-05 | 1 | -3/+3 |
* | * Applied patch 708 from devalnor. Thanks devalnor! | Teravus Ovares | 2008-03-03 | 1 | -7/+38 |
* | * Properly guard against the possibility that CopyInventoryItem doesn't get a... | Justin Clarke Casey | 2008-02-20 | 1 | -5/+16 |
* | * Eliminate AssetCache.CopyAsset() | Justin Clarke Casey | 2008-02-20 | 1 | -32/+26 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -3/+3 |
* | Thank you very much Ahzzmandius for adding the support | Charles Krinke | 2008-02-18 | 1 | -0/+45 |
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 2008-02-16 | 1 | -4/+15 |
* | Clean up more unnecessary String.Format calls | Jeff Ames | 2008-02-13 | 1 | -4/+3 |
* | * Refactor: Move last commit's refactor back to AgentAssetTransactionsManager | Justin Clarke Casey | 2008-02-13 | 1 | -43/+6 |
* | Refactor: factor a method out of AgentAssetTransactionsManager | Justin Clarke Casey | 2008-02-12 | 1 | -8/+27 |
* | * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a... | Justin Clarke Casey | 2008-02-12 | 1 | -1/+1 |
* | Tiny change to print out a warning in a situation which almost guaranteeably ... | Justin Clarke Casey | 2008-02-11 | 1 | -3/+20 |
* | * some refactoring on permissions | lbsa71 | 2008-02-11 | 1 | -3/+3 |
* | The very beginnings of attachments (no detachments! :) | Dalien Talbot | 2008-02-10 | 1 | -0/+10 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -38/+38 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -59/+60 |
* | * Library scripts can now be dragged into prims | Justin Clarke Casey | 2008-01-23 | 1 | -9/+28 |
* | * changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe... | lbsa71 | 2008-01-22 | 1 | -1/+1 |
* | Change misleading placeholder error messages for attempts to persist non-scri... | Justin Clarke Casey | 2008-01-21 | 1 | -2/+2 |
* | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 2008-01-16 | 1 | -7/+10 |
* | * Pass 2 of collidable (non physical) linksets | Teravus Ovares | 2008-01-15 | 1 | -0/+1 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
* | Prim inventory script saving phase 2. | Justin Clarke Casey | 2008-01-09 | 1 | -30/+52 |
* | Minor prim inventory method refactoring | Justin Clarke Casey | 2008-01-07 | 1 | -1/+1 |