Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+11 |
| | | | | | | | | | Fixes: - Wearable icon and name sreset to default on copy/paste - Cache is not updated when renaming/moving folders - Partial refactor to make inventory less dependen on AssetBase having a "Name" field - Add llGiveInventoryList() function | ||||
* | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 2008-06-18 | 1 | -68/+17 |
| | |||||
* | * Allow archiver to save and load objects within other objects to arbitrary ↵ | Justin Clarke Casey | 2008-06-16 | 1 | -23/+0 |
| | | | | | | | | | | levels * This currently has various bugs which are more to do with the way its been hacked together than the feature itself (e.g. on save-oar, ghost prims will appear of the saved contained items). These will be found and eliminated in subsequent patches. * Not yet ready for use | ||||
* | * Start recording asset request failures | Justin Clarke Casey | 2008-06-14 | 1 | -2/+6 |
| | | | | | | * This includes problems such as connection failures and timeouts. It does not include 'asset not found' replies from the asset service. | ||||
* | * refactor: catch asset service request exceptions at the AssetServerBase ↵ | Justin Clarke Casey | 2008-06-13 | 2 | -26/+35 |
| | | | | | | | | level rather than in the GridAssetClient * this is to enable logging of asset request exceptions soon | ||||
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -1/+1 |
| | | | | | | to allow the InventoryServer to work with MSSQL.. | ||||
* | * minor: Properly clear the pushed asset cache statistics where the ↵ | Justin Clarke Casey | 2008-06-10 | 1 | -0/+4 |
| | | | | | | | | clear-assets command is used on the region console * stop waiting for garbage collection when GC total memory used is requested, in case the periodic request of this lags the sim | ||||
* | provide slightly more sane defaults in the file based asset loader | Sean Dague | 2008-06-02 | 1 | -3/+3 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 2 | -15/+15 |
| | |||||
* | Thank you very much, Xantor for a patch that: | Charles Krinke | 2008-05-27 | 1 | -1/+34 |
| | | | | | | | | If a request is made for an asset which is not in the cache yet, but has already been requested by something else, queue up the callbacks on that requester instead of swamping the asset server with multiple requests for the same asset. | ||||
* | * Fix mantis 1325. This is a minor issue where 'show assets' would not work ↵ | Justin Clarke Casey | 2008-05-22 | 1 | -8/+14 |
| | | | | fully in the region console | ||||
* | * Minor: Tidy ups and logging tweaks. | Justin Clarke Casey | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | Thank you kindly, Melanie for a patch that avoids a null | Charles Krinke | 2008-05-19 | 1 | -0/+24 |
| | | | | | | ref in inventory give and also now causes items to appear in the correct folders now, no longer in the root folder. | ||||
* | * Refactor: Eliminate empty if clause from AssetCache.GetAsset() | Justin Clarke Casey | 2008-05-18 | 1 | -4/+1 |
| | |||||
* | * Eliminate occurences of "Got a texture uuid ... with no sender object to ↵ | Justin Clarke Casey | 2008-05-16 | 1 | -1/+1 |
| | | | | handle it..." by properly dealing with the situation where a client still has queued texture requests when it logs out | ||||
* | * Cache knowledge in the region server that the asset service has reported ↵ | Justin Clarke Casey | 2008-05-16 | 2 | -14/+31 |
| | | | | | | | | an asset to be missing * This prevents repeated requests for the same missing asset to the asset server, hopefully reducing the load a little | ||||
* | * Removing unnecessary LLUUID.Zero check from AssetCache | Justin Clarke Casey | 2008-05-16 | 1 | -62/+58 |
| | | | | | | * This revision also includes a very temporary fix for the fact that NREs are received because of a missing avatar apperance in grid mode | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 7 | -227/+227 |
| | |||||
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+3 |
| | |||||
* | * Removing polling delay for non-CAPS inventory fetch if the client has not ↵ | Justin Clarke Casey | 2008-05-09 | 2 | -59/+54 |
| | | | | | | | | yet received data from the inventory service * Replaced instead with the system now used by other requests where the fetch request is placed on a queue and service when the data comes in | ||||
* | * Minor: Insert utility function to format raw xml strings into indented xml ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -1/+3 |
| | | | | for debugging purposes | ||||
* | * Restoring some initial inventory lookup polling delays in order to deal ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -2/+2 |
| | | | | with situations seen on osgrid | ||||
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -60/+14 |
| | | | | | * Eventually this codebase will be clean. >_> | ||||
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -2/+3 |
| | |||||
* | * Increase number of poll attempts an inventory items request will make ↵ | Justin Clarke Casey | 2008-05-07 | 1 | -1/+1 |
| | | | | under CAPS | ||||
* | * Refactor: A final root folder special case removal, this time in ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -49/+18 |
| | | | | HandleFetchInventoryDescendents[CAPS] | ||||
* | * Refactor: Do the root case removal thing again, this time in ItemReceive() | Justin Clarke Casey | 2008-05-04 | 1 | -34/+13 |
| | |||||
* | * Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -33/+29 |
| | | | | special case | ||||
* | * Simplify CreateFolder() by folding previous special root case into ↵ | Justin Clarke Casey | 2008-05-04 | 2 | -77/+46 |
| | | | | FindFolder() | ||||
* | * Add ability to defer item actions for AddItem() and DeleteItem(). This ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -5/+21 |
| | | | | won't be useful until we let the client cache (again?) | ||||
* | * Refactor RemoveItem() | Justin Clarke Casey | 2008-05-03 | 2 | -11/+51 |
| | |||||
* | * Refactor: Renaming item and folder tree search methods to have Find*() ↵ | Justin Clarke Casey | 2008-05-03 | 3 | -22/+21 |
| | | | | prefixes | ||||
* | * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ↵ | Justin Clarke Casey | 2008-05-03 | 2 | -62/+100 |
| | | | | arguably should be split) | ||||
* | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 2008-05-03 | 2 | -24/+48 |
| | |||||
* | * Make user profile cache service complain if the caller assumes a profile ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -13/+42 |
| | | | | exists when in fact it does not | ||||
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into ↵ | Justin Clarke Casey | 2008-05-03 | 2 | -72/+104 |
| | | | | | | | | CachedUserInfo * Remove unused/superseded methods from GridInventoryService | ||||
* | * Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem() | Justin Clarke Casey | 2008-05-03 | 1 | -4/+4 |
| | | | | | | * Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy) | ||||
* | * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() | Justin Clarke Casey | 2008-05-03 | 3 | -764/+1 |
| | | | | | | * Remove old framework asset transactions files which were region modularized | ||||
* | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 2008-05-01 | 1 | -1/+1 |
| | |||||
* | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2008-05-01 | 2 | -48/+46 |
| | | | | | | | | almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | ||||
* | remove the db4o asset server | Sean Dague | 2008-05-01 | 1 | -145/+0 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 2 | -2/+2 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 2 | -2/+1 |
| | |||||
* | * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder() | Justin Clarke Casey | 2008-04-30 | 3 | -12/+12 |
| | |||||
* | * Resolve mantis 1068, 1095 | Justin Clarke Casey | 2008-04-30 | 2 | -10/+38 |
| | | | | | | | * The resolution takes the form of not crashing the session if the folder the user is attempting to add already exists (e.g. there is one already with the same UUID). * Printing out warnings instead | ||||
* | * Completely inconsequential inventory odds and ends (actual impact - only ↵ | Justin Clarke Casey | 2008-04-30 | 2 | -2/+10 |
| | | | | one log message changed) | ||||
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 2008-04-30 | 1 | -1/+1 |
| | | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | ||||
* | * Single Attachments now work from inventory. You can attach from inventory ↵ | Teravus Ovares | 2008-04-27 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | and detach from inventory. * Detaching from right clicking in world, detaches to your inventory. * If you go up to a prim and attach it from in world, it appears in your inventory. * Attachment placement is saved when you detach them. * Choosing wear remembers your last attachment point from inventory. * Wrote a method to update an inventory item's asset and sends the updated inventory item to the Client * Wrote a recursive method to find the folder of a known existing inventory item. * Removed a block on physics object position on creation. This might crash a region or two, let us know via Mantis if your region crashes because of a physics out of bounds error. * Drop doesn't work. The menu item doesn't even come up. Don't know why :P. | ||||
* | * First draft implementation of copying prim inventory items back to agent ↵ | Justin Clarke Casey | 2008-04-26 | 1 | -1/+1 |
| | | | | | | | | | | inventory * Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory * Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set * This is pending fixes/implementation of upstream permission implementation | ||||
* | * Implement full grid mode Trash empty | Justin Clarke Casey | 2008-04-23 | 1 | -8/+1 |
| | | | | | | | | | * Now, emptying the trash should remove folders and the items they contain as well as items which were not in a subfolder. * This will only work once both the region and grid servers have reached this revision. * You may also need to clear your cache before this will work * Refactoring to follow. |