aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/Assets/AssetCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-574/+0
| | | | the Grid servers can be a separate solution to the region server.
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-3/+3
| | | | , 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.
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-151-1/+1
| | | | | Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
* Small clean up of files and directoriesMW2007-04-251-1/+1
|
* Temporary fix for the object taking bugMW2007-04-031-3/+0
|
* Removed a few comments sent to the consoleMW2007-03-301-4/+1
|
* Should now be able to create and edit NotecardsMW2007-03-301-0/+3
|
* RIP OpenSimRoot. (removed)MW2007-03-281-1/+5
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW2007-03-251-6/+12
| | | | uploaded texture on it is moved.
* You want large textures, you shall have! - Xfer system now working for large ↵MW2007-03-251-47/+32
| | | | | | | | | 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
* Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW2007-03-231-8/+1
| | | | | | | | | 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)
* brought zircon branch into trunkgareth2007-03-221-0/+589