Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-08-20 | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 1 | -1031/+0 | |
upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time. | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well ↵ | Justin Clarke Casey | 1 | -2/+2 | |
as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed. | |||||
2009-03-05 | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 1 | -24/+25 | |
Also the first inventory storage methods are implemented. | |||||
2009-02-16 | - replace existing license header in each source file in | Mike Mazur | 1 | -23/+21 | |
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example | |||||
2009-02-16 | - clean up using references as well as References in prebuild.xml | Mike Mazur | 1 | -9/+5 | |
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings | |||||
2009-02-16 | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 1 | -8/+9 | |
console and HttpServer. It doesn't work though. | |||||
2009-02-16 | Converted to Linux newlines. | Mike Mazur | 1 | -1034/+1034 | |
2009-02-16 | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 1 | -1/+1 | |
OpenSim.Grid.AssetInventoryServer. | |||||
2009-02-16 | Adding | Mike Mazur | 1 | -0/+1034 | |
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file |