| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Add some temporary task inventory item inflation debug messages to investig... | Justin Clarke Casey | 2008-04-02 | 3 | -3/+13 |
* | refactor, make the file name the class name | Sean Dague | 2008-04-02 | 1 | -0/+0 |
* | * Added AvatarAppearance.sql for MSSQL | lbsa71 | 2008-04-02 | 1 | -0/+44 |
* | * Reworked Data Framework so that MSSQL works | lbsa71 | 2008-04-02 | 6 | -14/+61 |
* | Set default terrain to complete flat terrain (at 26 height). Even flat terrai... | MW | 2008-04-02 | 2 | -7/+8 |
* | * Updating the version of the ODE library. (big update). The Mac library nee... | Teravus Ovares | 2008-04-02 | 7 | -3/+209 |
* | * Remove the quit command from the inventory console which was actually addin... | Justin Clarke Casey | 2008-04-01 | 1 | -1/+0 |
* | * Fix for mantis #678 | Justin Clarke Casey | 2008-04-01 | 2 | -3/+15 |
* | few more minor changes, needs prebuild to be ran. | MW | 2008-04-01 | 3 | -11/+6 |
* | a few small changes | MW | 2008-04-01 | 6 | -58/+67 |
* | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 2008-04-01 | 1 | -1/+2 |
* | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2008-03-31 | 5 | -5/+5 |
* | * Fix for terrain issue whereby loading or manipulating a terrain item from t... | Adam Frisby | 2008-03-31 | 1 | -0/+2 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-31 | 5 | -74/+170 |
* | * Minor: If a user exists but has no inventory in standalone, automatically c... | Justin Clarke Casey | 2008-03-31 | 4 | -39/+27 |
* | * Log exceptions which make it up to the top of the http request frame, rathe... | Justin Clarke Casey | 2008-03-31 | 2 | -86/+88 |
* | * Fix problem where inventory code throws a swallowed exception on grid mode ... | Justin Clarke Casey | 2008-03-31 | 2 | -18/+34 |
* | * Fix for mantis 131, 796 | Justin Clarke Casey | 2008-03-31 | 1 | -4/+14 |
* | Fixed typo in AvatarFactoryModule.cs | Jeff Ames | 2008-03-31 | 1 | -1/+1 |
* | * Minor change on region grid asset client to change two store log messages t... | Justin Clarke Casey | 2008-03-31 | 1 | -4/+7 |
* | Update svn properties. | Jeff Ames | 2008-03-31 | 6 | -460/+460 |
* | * Added competely untested MSSQLMapper | lbsa71 | 2008-03-30 | 3 | -8/+69 |
* | * Minor cleanup | Teravus Ovares | 2008-03-30 | 4 | -10/+6 |
* | * Quick fix. Re-enabled some code which registers the Terrain Module's Comman... | Adam Frisby | 2008-03-30 | 1 | -1/+1 |
* | **Big ass update warning** | Adam Frisby | 2008-03-30 | 18 | -63/+691 |
* | This update has good news and bad news, first the bad. | Teravus Ovares | 2008-03-30 | 13 | -36/+155 |
* | * Stop the grid inventory service sending all folder and item details twice | Justin Clarke Casey | 2008-03-30 | 2 | -55/+10 |
* | * Refactor: Remove unused inventory methods, some of which weren't properly i... | Justin Clarke Casey | 2008-03-29 | 6 | -73/+16 |
* | * Tidy up 'show users' display | Justin Clarke Casey | 2008-03-29 | 1 | -11/+12 |
* | * Minor log message fix per mantis 829 | Justin Clarke Casey | 2008-03-29 | 1 | -1/+1 |
* | * CODE: Add phat warning to RootFolders http request since it no longer does ... | Justin Clarke Casey | 2008-03-29 | 1 | -0/+5 |
* | * Various 1.19.0.5 grid inventory request fixes. These will only take affect... | Justin Clarke Casey | 2008-03-29 | 8 | -47/+195 |
* | Patches llAvatarOnSitTarget to return NULL_KEY opposed to a blank string. Sho... | alondria | 2008-03-29 | 1 | -6/+7 |
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ s... | MW | 2008-03-29 | 8 | -15/+90 |
* | Fix compiler warnings in BulletXPlugin. | Jeff Ames | 2008-03-29 | 1 | -18/+18 |
* | Set svn:eol-style. | Jeff Ames | 2008-03-29 | 7 | -131/+131 |
* | * Refactored out common http handler operations | lbsa71 | 2008-03-28 | 6 | -102/+92 |
* | * Introduced common abstract UserDataBase provider | lbsa71 | 2008-03-28 | 8 | -183/+167 |
* | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 2008-03-28 | 12 | -30/+73 |
* | * Refactor: Eliminate RequestUsersRoot() redundant method | Justin Clarke Casey | 2008-03-28 | 2 | -13/+9 |
* | * Refactor: Rename CreateInventoryData() to GetInventorySkeleton() | Justin Clarke Casey | 2008-03-28 | 3 | -35/+21 |
* | * Remove pointless boolean on AgentInventory.CreateRootFolder() | Justin Clarke Casey | 2008-03-28 | 5 | -9/+5 |
* | fixes mantis #778 and shoots himself for making such a mistake to begin with,... | MW | 2008-03-28 | 1 | -2/+2 |
* | * Introduced base abstract provider class for GridData | lbsa71 | 2008-03-28 | 5 | -49/+61 |
* | attempt to fix mantis # 779. | MW | 2008-03-28 | 1 | -2/+8 |
* | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 2008-03-28 | 12 | -48/+108 |
* | Applied patch from mantis# 825, thanks A_Biondi | MW | 2008-03-28 | 1 | -13/+26 |
* | * removed redundant constructor | lbsa71 | 2008-03-28 | 1 | -4/+0 |
* | * fixed pk_violation on rename for MSSQLInventoryData | lbsa71 | 2008-03-28 | 1 | -0/+6 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-03-28 | 3 | -12/+192 |