Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-25 | * Start sending "ImageNotFound" packet back to the client if we can't find ↵ | Justin Clarke Casey | 1 | -24/+8 | |
an image * This might stop some client's constant requests for unfound textures, which is a candidate for the memory leak * If a texture is not found then the "Image not found" texture will now be displayed clientside * If it works, this should resolve mantis 676 * Non texture image requests do not receive this packet yet * This will require a prebuild | |||||
2008-02-25 | * Caught HttpListenerException and swallowed if with output | lbsa71 | 1 | -2/+10 | |
* Moved Flush into Close since it's always done in that order. * Minor renamings * Reversed if for clarity | |||||
2008-02-25 | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 1 | -0/+6 | |
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 | |
* Correct asset cache stats table heading * Correct spelling mistake in AssetCache (thanks ChrisD!) | |||||
2008-02-22 | * Winnow the debug and info messages associated with stat fetching | Justin Clarke Casey | 3 | -14/+29 | |
* As such, only a request for a non cached asset, the response and failures show up now. * I know lbsa71 only put these in not long ago, so if they are really still required, I think we should think whether we can move the default log4net level off 'Debug' | |||||
2008-02-22 | * Converted the last of the events to the private delegate instance method ↵ | Teravus Ovares | 1 | -25/+47 | |
to avoid race conditions. | |||||
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 | |
* This will show the packets waiting in each queue for each client logged into a region server * These are displayed using 'show stats' on the region command line * This is in pursuit of a memory leak. * This will require a prebuild | |||||
2008-02-22 | * Moved all events except gridcomms and regioncomms over to Event Delegate ↵ | Teravus Ovares | 1 | -8/+14 | |
instances to prevent event race conditions | |||||
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 ↵ | Tedd Hansen | 4 | -0/+109 | |
compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging. | |||||
2008-02-20 | * Eliminate AssetCache.CopyAsset() | Justin Clarke Casey | 1 | -26/+4 | |
* Resolve a bad logic bug in AssetCache.GetAsset() * This may make some asset related things work better (possibly getting main map images will now be improved). | |||||
2008-02-20 | * Only count download requests for assets which are not already waiting for ↵ | Justin Clarke Casey | 1 | -5/+6 | |
data from the asset server * This should stop the constant increase in the download requests statistics * If you see stat numbers for download requests which are far from what you'd expect, please report | |||||
2008-02-20 | * Properly guard removal of asset request lists on AssetCache.AssetNotFound ↵ | Justin Clarke Casey | 2 | -14/+16 | |
(my own bug) | |||||
2008-02-20 | * Remove unused texture dictionaries from AssetCache | Justin Clarke Casey | 2 | -48/+73 | |
* Add documentation to AssetCache | |||||
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 | |
* This fixes some of the 'runaway downloads' problem but not all of it * Also fix up logging messages so texture requests are reported as such rather than as assets | |||||
2008-02-20 | * re-enabled AssetNotFound code | lbsa71 | 1 | -15/+16 | |
* turned script asset fetching asynchronous | |||||
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 ↵ | Teravus Ovares | 1 | -0/+6 | |
Groups Module, made it shared to save on threads. | |||||
2008-02-20 | * Fixed xml loading bug (the xml was scheduled for update before added to a ↵ | lbsa71 | 1 | -70/+101 | |
scene) * Fixed ClickAction situation on the same note (properties shouldn't cause big changes) * Added some more debug output to AssetCache | |||||
2008-02-20 | * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode. | lbsa71 | 1 | -1/+17 | |
(There are actually other non-content requests too, but I didn't know what we wanted to do with them) | |||||
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 ↵ | Tedd Hansen | 3 | -0/+3 | |
threads so it will be easier to debug. | |||||
2008-02-19 | * Committing Ahzz's patch number 620. | Teravus Ovares | 1 | -135/+177 | |
* Description SQLITE Inventory Table locks. *Provided by Openlfiegrid.com * Provides missing inventory table locks in SQLite. | |||||
2008-02-18 | Committing ahzz's patch #619 - Description: | Teravus Ovares | 1 | -9/+24 | |
Patch provided by Openlifegrid.com Adds locks around clientCircuits and clientCircuits_reverse Adds existance check on adding to clientCircuits for clients resending UseCircuit packet. Adds locks around Clientmanager.m_clients for add/remove/tryGet calls | |||||
2008-02-18 | * Output XmlRpc error message if user server gets a fault response from the ↵ | Justin Clarke Casey | 1 | -6/+9 | |
region server on login * This will make it more obvious if one accidentally starts one's region server in standalone rather than grid mode but then tries to login to a grid (as I am wont to do) * We are now sending back a fault code (-32601) if no xmlrpc method is found rather than an ordinary message | |||||
2008-02-18 | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 1 | -1/+9 | |
* Minor documentation bits | |||||
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 | |
If no scriptengine is specified then don't try to load any. | |||||
2008-02-18 | Thank you very much Ahzzmandius for adding the support | Charles Krinke | 1 | -0/+8 | |
to purge the avatars inventory "Trash" folder using the bizarre tortoiseSVN method of diff/patch. | |||||
2008-02-17 | Added copyright notices. | Jeff Ames | 2 | -2/+56 | |
2008-02-16 | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of ↵ | MW | 3 | -7/+13 | |
CommsManager and into a module (AgentAgentTransactionModule), still needs cleaning up though. But its one more thing out of the CommsManager. One day we will kill the CommsManager! | |||||
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 | |
again. | |||||
2008-02-14 | * Fixed #564, errors in friend sql | lbsa71 | 1 | -4/+4 | |
[Provided by openlifegrid.com] | |||||
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 7 | -13/+24 | |
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon. | |||||
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 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Fixed bug in avatarpicker so now you can search on single word | lbsa71 | 1 | -2/+1 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Moved insertUserRow into MSSQLUserData so 'create user' works again | lbsa71 | 2 | -96/+95 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Moved insertRegionRow into MSSQLGridData | lbsa71 | 5 | -188/+193 | |
* Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql | |||||
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 ↵ | MW | 2 | -0/+14 | |
inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider] | |||||
2008-02-13 | * Copied 'Friends' functionality from the MySQLUserData to MSSQLUserData | lbsa71 | 1 | -5/+136 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Split out MSSQLManager Test/Init into each provider. | lbsa71 | 7 | -255/+138 | |
* Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com] | |||||
2008-02-13 | * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. | lbsa71 | 3 | -42/+86 | |
[Provided by openlifegrid.com] |