| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Refactor GetUsersInventory() | Justin Clarke Casey | 2008-04-10 | 3 | -12/+36 |
* | Thank you Justin for a patch that solves the issue of: When a sensor detects ... | Charles Krinke | 2008-04-10 | 1 | -4/+14 |
* | Thank you kindly, A_Biondi for a patch that: | Charles Krinke | 2008-04-10 | 1 | -0/+13 |
* | * Minor: get CreateNewUserInventory() to return true on success | Justin Clarke Casey | 2008-04-10 | 3 | -4/+10 |
* | * Slightly smoother transition between land, shallow water and deep water in ... | Teravus Ovares | 2008-04-10 | 1 | -2/+11 |
* | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 2008-04-10 | 2 | -4/+14 |
* | renaming of attributes in UserAgentData for readability | Sean Dague | 2008-04-10 | 7 | -63/+63 |
* | changing UserAgentData to use properties. This caused more | Sean Dague | 2008-04-10 | 8 | -141/+276 |
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 19 | -205/+205 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 24 | -382/+595 |
* | * Brings back map tile generation based on the terrain. The algorithm produc... | Teravus Ovares | 2008-04-10 | 1 | -0/+108 |
* | comment out OpenSim.Model until first class is added, | Sean Dague | 2008-04-10 | 1 | -2/+2 |
* | * Added stub OpenSim.Model project for migrating core types and base classes | lbsa71 | 2008-04-10 | 1 | -1/+21 |
* | * Fix a null reference when there's no [Economy] section in the opensim.ini | Teravus Ovares | 2008-04-10 | 1 | -3/+3 |
* | * Made it safe again to use the restart button from the estate tools and the ... | Teravus Ovares | 2008-04-10 | 2 | -4/+11 |
* | Patch by lulurun - 0000916: support secondlife client's "-url sim/x/y/z" option | Teravus Ovares | 2008-04-10 | 2 | -1/+13 |
* | * Updates BetaGridLikeMoneyModule | Teravus Ovares | 2008-04-10 | 9 | -21/+272 |
* | * Adds twist support for Cubes, Cylinders, and Prisms in the Meshmerizer | Teravus Ovares | 2008-04-10 | 5 | -11/+365 |
* | Update svn properties. | Jeff Ames | 2008-04-10 | 0 | -0/+0 |
* | split out UserProfile | Sean Dague | 2008-04-09 | 2 | -67/+99 |
* | NHibernate Inventory support. Lightly tested, but seems to work | Sean Dague | 2008-04-09 | 2 | -12/+12 |
* | more futzing around here. None of this works yet because | Sean Dague | 2008-04-09 | 2 | -8/+9 |
* | * Put explicit braces in for single line blocks | Justin Clarke Casey | 2008-04-09 | 1 | -3/+9 |
* | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2008-04-09 | 3 | -7/+26 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-04-09 | 1 | -3/+9 |
* | make this a class | Sean Dague | 2008-04-09 | 1 | -2/+4 |
* | check in an OSUUID wrapper as potential replacement | Sean Dague | 2008-04-09 | 1 | -0/+85 |
* | checking in a chunk of work because I think I'm tackling | Sean Dague | 2008-04-09 | 1 | -1/+1 |
* | oops, broke compile. This fixes it | Sean Dague | 2008-04-09 | 1 | -1/+1 |
* | match file to classname | Sean Dague | 2008-04-09 | 1 | -0/+0 |
* | changing around types a bit to make stuff more readable for | Sean Dague | 2008-04-09 | 5 | -46/+48 |
* | NHibernate Inventory getting close, except for some of the | Sean Dague | 2008-04-09 | 4 | -8/+12 |
* | fixing attributes | Sean Dague | 2008-04-09 | 0 | -0/+0 |
* | add a sample script for migrating from old inventory | Sean Dague | 2008-04-09 | 1 | -0/+39 |
* | fix up Inventory hbm definitions to work. Adding indexes in | Sean Dague | 2008-04-08 | 2 | -7/+6 |
* | add comment for version field based on what Teravus said :) | Sean Dague | 2008-04-08 | 1 | -1/+3 |
* | move the mappings to .hbm.xml so NHibernate actually | Sean Dague | 2008-04-08 | 2 | -0/+0 |
* | added the folder mappings | Sean Dague | 2008-04-08 | 1 | -0/+14 |
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 12 | -45/+45 |
* | added migration script for SqliteAssets | Sean Dague | 2008-04-08 | 1 | -0/+5 |
* | added Readme for migrations | Sean Dague | 2008-04-08 | 1 | -0/+3 |
* | * Minor: Show summary count of connected agents in 'show users' region consol... | Justin Clarke Casey | 2008-04-08 | 1 | -1/+7 |
* | * Adjust some inventory lookup failure messages to reduce confusion as to wha... | Justin Clarke Casey | 2008-04-08 | 1 | -5/+7 |
* | * Following A_Biondi's suggestion, going to try returning a version number of... | Justin Clarke Casey | 2008-04-08 | 2 | -1/+2 |
* | added NHibernate stanza to the config which reduces our verboseness | Sean Dague | 2008-04-08 | 1 | -0/+7 |
* | Update value in OpenSim.ini.example to new DLL name. | Jeff Ames | 2008-04-08 | 1 | -2/+2 |
* | * Update code to use patched libsecondlife.dll which removes the problem wher... | Justin Clarke Casey | 2008-04-08 | 5 | -12/+3 |
* | new compile of libsecondlife (libsecondlife2.dll in root folder) for justincc. | MW | 2008-04-08 | 1 | -0/+0 |
* | LLUUID mapper actually appears to work now with | Sean Dague | 2008-04-08 | 4 | -13/+13 |
* | * Removing lulurun's perl UGAI from core svn, pending a link to an external r... | Justin Clarke Casey | 2008-04-08 | 35 | -7246/+0 |