aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/AgentInventory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2007-03-291-1/+2
| | | | Sandbox accounts)
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-3/+56
| | | | | | | mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface
* You want large textures, you shall have! - Xfer system now working for large ↵MW2007-03-251-0/+140
asset uploads Fixed the VS solution file. Now forwars ViewerEffect messages onto the other clients Renamed OpenSim.Framework/Inventory.cs to OpenSim.Framework/AgentInventory.cs