aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/Assets/InventoryCache.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-336/+0
the Grid servers can be a separate solution to the region server.
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW1-10/+10
, switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
2007-04-25Small clean up of files and directoriesMW1-3/+3
2007-03-31Can now Rez and DeRez objects (take to and from inventory).MW1-0/+20
Very much a work in progress and likely to be a number of bugs.
2007-03-29When you change the name of a inventory item, it should no longer revert ↵MW1-2/+18
after a logout / login
2007-03-29Fixed so Inventory structure is correct after a log out and re-login (in ↵MW1-0/+13
Sandbox accounts)
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-4/+23
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
2007-03-26Added a very very very basic Web front end for admin use - ready to be used ↵MW1-0/+10
in sandbox mode for adding new accounts.
2007-03-25Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW1-3/+3
uploaded texture on it is moved.
2007-03-25You want large textures, you shall have! - Xfer system now working for large ↵MW1-2/+25
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
2007-03-23Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW1-0/+36
should be sent when not moving. Fixed the problem with sometimes Avatar Animations being updated every frame. New Asset uploads should now appear in the inventory all the time. Moved Animation names/ LLUUIDs to their own class (AvatarAnimations)
2007-03-22brought zircon branch into trunkgareth1-0/+199