Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
16 年之前 |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
16 年之前 |
Justin Clarke Casey
|
29e8fcd13c
* minor: Rename IInterGridInventoryServices since it's inter service rather than inter grid
|
16 年之前 |
Justin Clarke Casey
|
9af05d0bc3
* refactor: break out inter grid inventory services further
|
16 年之前 |
Justin Clarke Casey
|
4452ed60f8
* refactor: split out inventory services which are only used between non-region services
|
16 年之前 |
MW
|
86defd0a69
plumbing for multiple inventory servers. Mostly done on the region server side.
|
16 年之前 |
Charles Krinke
|
7821cca2f5
Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch
|
16 年之前 |
Jeff Ames
|
65c5efe43b
Formatting cleanup.
|
16 年之前 |
Justin Clarke Casey
|
a81edef2b9
* Refactor: Remove redundant userID from further up the inventory request chain
|
16 年之前 |
Justin Clarke Casey
|
1de6cffa28
* Refactor: Remove the unused userID parameter that was being passed into almost every inventory method
|
16 年之前 |
Teravus Ovares
|
a9cc76e0ef
* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thanks A_Biondi and Melanie!
|
16 年之前 |
Justin Clarke Casey
|
4db839c3b8
* Implement proper emptying of trashcan on standalone
|
16 年之前 |
Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 年之前 |
Justin Clarke Casey
|
649f304e76
* Minor inventory code cleanup following on from last patch
|
16 年之前 |
Justin Clarke Casey
|
a5176c2e2c
* Change inventory async response deliver to deliver all items and folders at once, rather than each individual
|
16 年之前 |
Justin Clarke Casey
|
5ad4c79a4e
* Refactor GetUsersInventory()
|
16 年之前 |
Justin Clarke Casey
|
ba132f3a0b
* Minor: get CreateNewUserInventory() to return true on success
|
16 年之前 |
Justin Clarke Casey
|
a6999f8a5d
* Refactor: Remove unused inventory methods, some of which weren't properly implemented anyway.
|
16 年之前 |
Justin Clarke Casey
|
0a47a75b88
* Send full inventory folder skeleton to standalone client logins rather than just the root child folders
|
16 年之前 |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 年之前 |
Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
17 年之前 |
MW
|
49a5a00b80
Added a method to access a named folder in a users inventory, to the 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]
|
17 年之前 |
Justin Clarke Casey
|
c80c6e9774
Documenting and minor tweaks
|
17 年之前 |
MW
|
33c4631c6d
some small changes, like adding a couple of extra methods to IInventoryServices so that a check can be done to see if a inventory set exists for a certain user.
|
17 年之前 |
lbsa71
|
efd90b56b7
* Optimized usings
|
17 年之前 |
Brian McBee
|
8a8c89a0f3
Grid Inventory feature upgrade: renaming folders should now be correct, subfolders work, moving folders works.
|
17 年之前 |
Teravus Ovares
|
79935881aa
* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST calls
|
17 年之前 |
MW
|
5df851761a
Initial working Grid Inventory server. Only been tested on a very small grid, so likely to have problems on a larger grid with more people?
|
17 年之前 |
lbsa71
|
67e12b95ea
* Optimized usings
|
17 年之前 |
MW
|
3d8219f6c7
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
|
17 年之前 |