| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Updating ODE Libraries to release / dNODEBUG | Teravus Ovares | 2008-03-29 | 4 | -0/+0 |
* | 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 |
* | * ignored some files | lbsa71 | 2008-03-28 | 0 | -0/+0 |
* | * 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 |
* | * Correct asset type of Lost and Found folder - this might stop it appearing ... | Justin Clarke Casey | 2008-03-27 | 3 | -20/+26 |
* | * Tweaking master uuid exception to make it clearer what just went wrong (use... | Justin Clarke Casey | 2008-03-26 | 1 | -10/+40 |
* | * Increase timeout for initial simulator login from 16 to 30 seconds | Justin Clarke Casey | 2008-03-26 | 2 | -22/+49 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-26 | 1 | -0/+2 |
* | * More log messages in the region registration process for debug purposes. S... | Justin Clarke Casey | 2008-03-26 | 1 | -2/+13 |
* | * Increase information in simulator_login log messages | Justin Clarke Casey | 2008-03-26 | 1 | -4/+6 |
* | * Start printing the region simulator_login exception to the log | Justin Clarke Casey | 2008-03-26 | 1 | -1/+1 |
* | Committed patch from Lulurun to fix Mantis 817. Thanks Lulurun | Johan Berntsson | 2008-03-26 | 3 | -2/+59 |
* | Removing redundant code | Johan Berntsson | 2008-03-26 | 1 | -5/+0 |
* | * Massaging CAPS setup/teardown log messages | Justin Clarke Casey | 2008-03-25 | 5 | -7/+15 |
* | * Print out the exception stacks of resolution failures, temporarily | Justin Clarke Casey | 2008-03-25 | 2 | -3/+4 |
* | * Temporary hack to swallow neighbour contact problems on startup (in respons... | Justin Clarke Casey | 2008-03-25 | 2 | -2/+15 |
* | Set svn:ignore. | Jeff Ames | 2008-03-25 | 0 | -0/+0 |
* | rearranged a couple of projects in prebuild.xml: | MW | 2008-03-25 | 1 | -39/+41 |
* | checking that these two files are commented out | MW | 2008-03-25 | 2 | -3/+3 |
* | Moved Avatar appearance Factory to its own project so that the reference to M... | MW | 2008-03-25 | 9 | -15/+682 |
* | * Tear down CAPS and http handlers when an agent leaves a region (via crossin... | Justin Clarke Casey | 2008-03-25 | 3 | -11/+48 |
* | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 2008-03-25 | 2 | -2/+2 |
* | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 2008-03-25 | 2 | -2/+7 |
* | * Remove old CAPS http listeners when a client logs out from a scene | Justin Clarke Casey | 2008-03-25 | 2 | -22/+41 |