Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+3 |
| | |||||
* | * Revert caps fetch inventory service back to UDP for now | Justin Clarke Casey | 2008-05-09 | 1 | -2/+14 |
| | | | | | | | * Linden client 1.19.1.4 appears to be happy using UDP for this request again, and Linden's own servers (1.21) don't appear to be supplying the CAPS version currently * This should for now fix the bug where texture selection in the edit window both shows only already open textures, and later stops subsequent inventory requests from working. | ||||
* | * 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 | ||||
* | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2008-05-09 | 1 | -0/+20 |
| | | | | | | Stop .net generating ambiguous operator errors when two integers are compared for equality in LSL | ||||
* | * Minor: Insert utility function to format raw xml strings into indented xml ↵ | Justin Clarke Casey | 2008-05-09 | 2 | -4/+7 |
| | | | | 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 | 3 | -73/+115 |
| | | | | | | | | 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 | ||||
* | * For your fragging desire, damage enabled land works, but watch out!, life ↵ | Teravus Ovares | 2008-05-03 | 1 | -0/+13 |
| | | | | does not regenerate until you're dead! | ||||
* | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 2008-05-02 | 1 | -4/+4 |
| | | | | | | | just ignore this for now, but it lets us get connect strings to sqlite and nhibernate. | ||||
* | minor refactoring. Change getName and GetVersion methods (yes the had ↵ | Sean Dague | 2008-05-02 | 1 | -1/+1 |
| | | | | | | | | different casings) to Name and Version properties for the User stores. | ||||
* | Update svn properties. | Jeff Ames | 2008-05-02 | 2 | -522/+522 |
| | |||||
* | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 2008-05-01 | 2 | -2/+3 |
| | |||||
* | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2008-05-01 | 4 | -101/+104 |
| | | | | | | | | almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | ||||
* | create pass through of UserManagerBase to plugin calls | Sean Dague | 2008-05-01 | 1 | -4/+55 |
| | |||||
* | remove the db4o asset server | Sean Dague | 2008-05-01 | 1 | -145/+0 |
| | |||||
* | added in IUserService functions. These don't do anything yet, | Sean Dague | 2008-05-01 | 2 | -0/+40 |
| | | | | | | | but the set all compiles together fine, and it provides people an idea of where we are heading. | ||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 6 | -10/+10 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Removing duplicate files that somehow got undeleted from TortoiseSVN. Fixed. | Adam Frisby | 2008-05-01 | 2 | -578/+0 |
| | |||||
* | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 2008-05-01 | 29 | -79/+593 |
| | | | | with namespaces. | ||||
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 2 | -2/+1 |
| | |||||
* | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 2008-04-30 | 1 | -54/+0 |
| | |||||
* | * 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 | 3 | -1/+19 |
| | | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | ||||
* | move IUserService into the OpenSim.Framework.Communications assembly | Sean Dague | 2008-04-30 | 1 | -0/+112 |
| | | | | | | because all the other I***Service interfaces are there. | ||||
* | * 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 | 2 | -15/+7 |
| | | | | | | | | | * 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. | ||||
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -2/+2 |
| | | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | ||||
* | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 2008-04-23 | 1 | -4/+4 |
| | | | | | | | | this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit. | ||||
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 4 | -11/+83 |
| | | | | | | | * On standalone, folders (and their items) should now be persistently deleted on trash emptying, as well as immediate child items * An implementation for grid mode will follow. | ||||
* | * Fix for mantis #1025 - Region always reports that location is unavailable. ↵ | Adam Frisby | 2008-04-23 | 1 | -2/+3 |
| | | | | Thanks Lulurun. | ||||
* | * Fix mantis #842 - folders which are created but left named "New Folder" in ↵ | Justin Clarke Casey | 2008-04-23 | 1 | -1/+14 |
| | | | | places other than directly under "My Inventory" should now be stored | ||||
* | * Add folders and items locking in external manipulations of ↵ | Justin Clarke Casey | 2008-04-22 | 1 | -20/+35 |
| | | | | | | | | InventoryFolderImpl carried out by CachedUserInfo * These will do temporarily pending refactoring |