| Commit message (Expand) | Author | Files | Lines |
2008-02-23 | Update svn properties. | Jeff Ames | 1 | -0/+0 |
2008-02-22 | * Improve alignment of packet queue stats headigns | Justin Clarke Casey | 2 | -5/+7 |
2008-02-22 | * Winnow the debug and info messages associated with stat fetching | Justin Clarke Casey | 3 | -14/+29 |
2008-02-22 | * Converted the last of the events to the private delegate instance method to... | Teravus Ovares | 1 | -25/+47 |
2008-02-22 | * Oops! Add missing interface | Justin Clarke Casey | 1 | -0/+44 |
2008-02-22 | * Implement packet queue statistics | Justin Clarke Casey | 1 | -7/+88 |
2008-02-22 | * Moved all events except gridcomms and regioncomms over to Event Delegate in... | Teravus Ovares | 1 | -8/+14 |
2008-02-21 | Update svn properties. | Jeff Ames | 1 | -106/+106 |
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 4 | -0/+109 |
2008-02-20 | * Eliminate AssetCache.CopyAsset() | Justin Clarke Casey | 1 | -26/+4 |
2008-02-20 | * Only count download requests for assets which are not already waiting for d... | Justin Clarke Casey | 1 | -5/+6 |
2008-02-20 | * Properly guard removal of asset request lists on AssetCache.AssetNotFound (... | Justin Clarke Casey | 2 | -14/+16 |
2008-02-20 | * Remove unused texture dictionaries from AssetCache | Justin Clarke Casey | 2 | -48/+73 |
2008-02-20 | Minor cleanup. | Jeff Ames | 42 | -118/+102 |
2008-02-20 | Report command string on ConsoleBase.RunCommand exception | Justin Clarke Casey | 2 | -3/+4 |
2008-02-20 | * Report 'asset not found' situations back to UserTextureDownloadService | Justin Clarke Casey | 3 | -26/+65 |
2008-02-20 | * re-enabled AssetNotFound code | lbsa71 | 1 | -15/+16 |
2008-02-20 | * just added a readonly and a comment | lbsa71 | 2 | -2/+2 |
2008-02-20 | * Added a few more packets to ClientView. Added tendons to the Skeletal Group... | Teravus Ovares | 1 | -0/+6 |
2008-02-20 | * Fixed xml loading bug (the xml was scheduled for update before added to a s... | lbsa71 | 1 | -70/+101 |
2008-02-20 | * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode. | lbsa71 | 1 | -1/+17 |
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 2 | -3/+3 |
2008-02-19 | Playing "Name that thread". Adding names and isbackground=true to all threads... | Tedd Hansen | 3 | -0/+3 |
2008-02-19 | * Committing Ahzz's patch number 620. | Teravus Ovares | 1 | -135/+177 |
2008-02-18 | Committing ahzz's patch #619 - Description: | Teravus Ovares | 1 | -9/+24 |
2008-02-18 | * Output XmlRpc error message if user server gets a fault response from the r... | Justin Clarke Casey | 1 | -6/+9 |
2008-02-18 | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 1 | -1/+9 |
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 4 | -34/+55 |
2008-02-18 | More exception checks and crash hints | Tedd Hansen | 3 | -4/+9 |
2008-02-18 | Thank you very much Ahzzmandius for adding the support | Charles Krinke | 1 | -0/+8 |
2008-02-17 | Added copyright notices. | Jeff Ames | 2 | -2/+56 |
2008-02-16 | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 3 | -7/+13 |
2008-02-15 | Update svn properties. | Jeff Ames | 1 | -11/+11 |
2008-02-14 | attempt to make our logging at least fail gracefully, we'll see if this helps | Sean Dague | 1 | -26/+33 |
2008-02-14 | Fix a casting subtlety in moving to constants. Logins should work | Sean Dague | 1 | -2/+2 |
2008-02-14 | * Fixed #564, errors in friend sql | lbsa71 | 1 | -4/+4 |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 7 | -13/+24 |
2008-02-14 | Update svn properties from a bar ftw. Kanpai! | Jeff Ames | 2 | -54/+54 |
2008-02-13 | * Fixed another bug in avatarpicker ('surname'/'lastname' mixup) | lbsa71 | 1 | -4/+4 |
2008-02-13 | * Fixed bug in avatarpicker so now you can search on single word | lbsa71 | 1 | -2/+1 |
2008-02-13 | * Moved insertUserRow into MSSQLUserData so 'create user' works again | lbsa71 | 2 | -96/+95 |
2008-02-13 | * Moved insertRegionRow into MSSQLGridData | lbsa71 | 5 | -188/+193 |
2008-02-13 | *fixed varchar size typo in createuserfriendstable.sql | Teravus Ovares | 1 | -1/+1 |
2008-02-13 | Added a method to access a named folder in a users inventory, to the inventor... | MW | 2 | -0/+14 |
2008-02-13 | * Copied 'Friends' functionality from the MySQLUserData to MSSQLUserData | lbsa71 | 1 | -5/+136 |
2008-02-13 | * Split out MSSQLManager Test/Init into each provider. | lbsa71 | 7 | -255/+138 |
2008-02-13 | * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. | lbsa71 | 3 | -42/+86 |
2008-02-13 | Clean up more unnecessary String.Format calls | Jeff Ames | 9 | -92/+73 |
2008-02-13 | * Clean up LIBRARY INVENTORY messages | Justin Clarke Casey | 1 | -13/+12 |
2008-02-13 | Commenting and a spelling correction | Justin Clarke Casey | 2 | -5/+15 |