| Commit message (Expand) | Author | Files | Lines |
2008-04-08 | * Adjust some inventory lookup failure messages to reduce confusion as to wha... | Justin Clarke Casey | 1 | -5/+7 |
2008-04-08 | * Following A_Biondi's suggestion, going to try returning a version number of... | Justin Clarke Casey | 1 | -1/+1 |
2008-04-08 | * Update code to use patched libsecondlife.dll which removes the problem wher... | Justin Clarke Casey | 3 | -12/+3 |
2008-04-08 | LLUUID mapper actually appears to work now with | Sean Dague | 4 | -13/+13 |
2008-04-08 | * Added stretchable ellipsoid support with configurable LOD. It's actually a... | Teravus Ovares | 2 | -60/+168 |
2008-04-08 | added mapping for InventoryItemBase | Sean Dague | 1 | -0/+20 |
2008-04-08 | attempt to introduce custom LLUUIDString type for | Sean Dague | 2 | -1/+79 |
2008-04-08 | * Adds poor support for ellipsis in the Meshmerizer. This will get better.. ... | Teravus Ovares | 2 | -2/+113 |
2008-04-07 | refactor of InventoryCollection for good measure | Sean Dague | 1 | -7/+34 |
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 20 | -294/+348 |
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 16 | -324/+443 |
2008-04-07 | needed to add 4 characters to support the dashes | Sean Dague | 1 | -1/+1 |
2008-04-07 | * Updated ODE.NET bindings to the ODE library. | Teravus Ovares | 1 | -11/+15 |
2008-04-07 | * Objects which have their name or description changed while within inventory... | Justin Clarke Casey | 1 | -40/+59 |
2008-04-07 | remove the debug files, these must have been added by accident | Sean Dague | 2 | -43/+0 |
2008-04-07 | * Preserve original creator's name when an object is given | Justin Clarke Casey | 1 | -2/+2 |
2008-04-07 | break out the 5 classes that were | Sean Dague | 5 | -197/+333 |
2008-04-07 | added swag #1 on Inventory NHibernate implementation. There | Sean Dague | 1 | -0/+383 |
2008-04-07 | fix bad indentation | Sean Dague | 1 | -1/+1 |
2008-04-07 | * Nasty hack to reduce the incidence of spurious exceptions where a user dele... | Justin Clarke Casey | 3 | -5/+22 |
2008-04-07 | * Minor: log message correction | Justin Clarke Casey | 1 | -1/+1 |
2008-04-07 | * Okay you can put down your pitchforks - this patch should fix rezzing of it... | Justin Clarke Casey | 3 | -54/+53 |
2008-04-07 | add some error messages for abuse of our IInventoryData interface | Sean Dague | 1 | -6/+18 |
2008-04-07 | Update svn properties. | Jeff Ames | 6 | -1065/+1065 |
2008-04-07 | Thank you kindly Diva & KMeisthax for adding the beginnings | Charles Krinke | 6 | -0/+1065 |
2008-04-07 | * I XmlIgnored the TaskInventory Property as a temporary measure. Taking th... | Teravus Ovares | 2 | -1/+2 |
2008-04-07 | Remove some dead code. | Jeff Ames | 1 | -13/+0 |
2008-04-07 | * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it... | Justin Clarke Casey | 6 | -12/+349 |
2008-04-06 | Update svn properties. | Jeff Ames | 8 | -593/+593 |
2008-04-06 | * Whoops, forgot to include all the new terrain file loaders and things. | Adam Frisby | 8 | -0/+593 |
2008-04-06 | * Various terrain engine fixes | Adam Frisby | 9 | -89/+231 |
2008-04-06 | * Fixed up some documentation | Teravus Ovares | 2 | -13/+13 |
2008-04-06 | * Implemented AgentPause and AgentResume. AgentPause extends the timeout f... | Teravus Ovares | 1 | -7/+22 |
2008-04-05 | * Lowered the default throttle settings. They were way too high at 1.5MB/s! | Teravus Ovares | 1 | -8/+8 |
2008-04-05 | * The simulator now checks the parcel at the position that you get put by the... | Teravus Ovares | 1 | -0/+10 |
2008-04-04 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 3 | -26/+7 |
2008-04-04 | make AssetBase use Properties instead of fields. This probably | Sean Dague | 1 | -8/+53 |
2008-04-04 | * Make objects appear in 1.19.1.4 inventory again | Justin Clarke Casey | 1 | -6/+19 |
2008-04-04 | * Removing debugging goo for mantis 854 since the fix is reported to work. | Justin Clarke Casey | 2 | -4/+6 |
2008-04-04 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 1 | -103/+231 |
2008-04-04 | * Fixed up some documentation regarding the inventory descendants method XML.... | Teravus Ovares | 1 | -3/+17 |
2008-04-04 | * Fixes CAPS InventoryDescendants and the notorious 'LLSDParseException:expec... | Teravus Ovares | 1 | -9/+46 |
2008-04-04 | * Fixing permissions on items returned via CAPS based inventory | Teravus Ovares | 1 | -1/+2 |
2008-04-03 | * Fixes Region/Estate panel in current Linden Official client. | Teravus Ovares | 2 | -7/+10 |
2008-04-03 | move NullStorage => OpenSim.Data.Null to be consistant with | Sean Dague | 2 | -3/+3 |
2008-04-03 | Check in the remaining bits to do Asset store via NHibernate. Still | Sean Dague | 2 | -35/+36 |
2008-04-03 | Update svn properties. | Jeff Ames | 4 | -203/+203 |
2008-04-03 | * Attempted resolution for mantis 854 | Justin Clarke Casey | 2 | -0/+7 |
2008-04-03 | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 6 | -195/+426 |
2008-04-03 | * Minor: fix doc glitch | Justin Clarke Casey | 1 | -1/+1 |