| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 | 2 | -58/+30 |
* | Treads command lists threads, but not thread name (yet) | Tedd Hansen | 2008-02-20 | 1 | -7/+9 |
* | * Only count download requests for assets which are not already waiting for d... | Justin Clarke Casey | 2008-02-20 | 5 | -20/+22 |
* | div+ | Tedd Hansen | 2008-02-20 | 2 | -1/+14 |
* | * Found the land bug, yay | Teravus Ovares | 2008-02-20 | 2 | -5/+17 |
* | * Properly guard removal of asset request lists on AssetCache.AssetNotFound (... | Justin Clarke Casey | 2008-02-20 | 2 | -14/+16 |
* | * Remove unused texture dictionaries from AssetCache | Justin Clarke Casey | 2008-02-20 | 2 | -48/+73 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 206 | -445/+345 |
* | Report command string on ConsoleBase.RunCommand exception | Justin Clarke Casey | 2008-02-20 | 2 | -3/+4 |
* | * Fixed a long standing race condition in physics events. Could this be the... | Teravus Ovares | 2008-02-20 | 1 | -3/+3 |
* | llSetTimerEvent updated to use ticks instead of DateTime for internal timing. | Tedd Hansen | 2008-02-20 | 3 | -24/+41 |
* | * Report 'asset not found' situations back to UserTextureDownloadService | Justin Clarke Casey | 2008-02-20 | 6 | -33/+91 |
* | llSetTimerEvent was setting seconds as milliseconds causing major problems in... | Tedd Hansen | 2008-02-20 | 2 | -2/+2 |
* | * re-enabled AssetNotFound code | lbsa71 | 2008-02-20 | 2 | -92/+96 |
* | Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo... | MW | 2008-02-20 | 1 | -4/+4 |
* | some changes to the initialising of AgentAssetTransactionModule to see if the... | MW | 2008-02-20 | 1 | -9/+23 |
* | * just added a readonly and a comment | lbsa71 | 2008-02-20 | 2 | -2/+2 |
* | small change | MW | 2008-02-20 | 1 | -0/+11 |
* | * Added a few more packets to ClientView. Added tendons to the Skeletal Group... | Teravus Ovares | 2008-02-20 | 4 | -15/+303 |
* | * Fixed xml loading bug (the xml was scheduled for update before added to a s... | lbsa71 | 2008-02-20 | 4 | -75/+104 |
* | * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode. | lbsa71 | 2008-02-20 | 1 | -1/+17 |
* | * Cleanup of some memory consuming items on ScenePresence.Close(). | Teravus Ovares | 2008-02-20 | 5 | -10/+78 |
* | * Made a quickupdate method to run through only entities that have scheduled ... | Teravus Ovares | 2008-02-20 | 4 | -1/+55 |
* | Doc correction | Justin Clarke Casey | 2008-02-19 | 1 | -1/+1 |
* | * Add documentation | Justin Clarke Casey | 2008-02-19 | 3 | -16/+112 |
* | Putting in eyecatcher lines on OpenSim start as we had previously. This make... | Justin Clarke Casey | 2008-02-19 | 1 | -1/+5 |
* | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 2008-02-19 | 3 | -15/+15 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-02-19 | 10 | -197/+576 |
* | * Adds limited support for each hollow type for the supported prim., Cube wit... | Teravus Ovares | 2008-02-19 | 1 | -124/+192 |
* | Playing "Name that thread". Adding names and isbackground=true to all threads... | Tedd Hansen | 2008-02-19 | 9 | -7/+28 |
* | *rawfile fix. | Teravus Ovares | 2008-02-19 | 1 | -1/+1 |
* | * This patch adds Prism support to the Meshmerizer. Prism is one of the obj... | Teravus Ovares | 2008-02-19 | 2 | -1/+211 |
* | * Committing Ahzz's patch number 620. | Teravus Ovares | 2008-02-19 | 1 | -135/+177 |
* | A bit more prominent sign of start up completion :-) thanks HashBox for the A... | Dalien Talbot | 2008-02-18 | 1 | -0/+15 |
* | Committing ahzz's patch #619 - Description: | Teravus Ovares | 2008-02-18 | 2 | -19/+48 |
* | * Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ... | Teravus Ovares | 2008-02-18 | 1 | -3/+9 |
* | * Output XmlRpc error message if user server gets a fault response from the r... | Justin Clarke Casey | 2008-02-18 | 3 | -9/+21 |
* | * Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val)) | Teravus Ovares | 2008-02-18 | 2 | -9/+65 |
* | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 2008-02-18 | 4 | -13/+28 |
* | * Since default loglevel is debug, I'm commenting out the resending x packet ... | Teravus Ovares | 2008-02-18 | 1 | -2/+2 |
* | * Putting the resending x packet into debug mode only. Set your loglevel to... | Teravus Ovares | 2008-02-18 | 1 | -1/+1 |
* | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 2008-02-18 | 5 | -43/+69 |
* | a new attempt at converting to the right types | Sean Dague | 2008-02-18 | 1 | -1/+1 |
* | Attempt to fix casting issue introduced by RegionSize constant. I think this | Sean Dague | 2008-02-18 | 1 | -1/+1 |
* | * Allow create user on standalone even if authentication is off, in case the ... | Justin Clarke Casey | 2008-02-18 | 1 | -9/+3 |
* | More exception checks and crash hints | Tedd Hansen | 2008-02-18 | 6 | -17/+38 |
* | bring back some script engine debugging, hoping this will help track down the... | Sean Dague | 2008-02-18 | 3 | -18/+18 |
* | Patch from Michael Osias IBM (jimbo2120) | Justin Clarke Casey | 2008-02-18 | 5 | -0/+50 |
* | Small change to the IAgentAssetTransactions file that Chi11ken added for me (... | MW | 2008-02-18 | 1 | -2/+2 |