aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/Assets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Temporary fix for the object taking bugMW2007-04-031-3/+0
|
* Can now Rez and DeRez objects (take to and from inventory).MW2007-03-311-0/+20
| | | | | Very much a work in progress and likely to be a number of bugs.
* 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
|
* When you change the name of a inventory item, it should no longer revert ↵MW2007-03-291-2/+18
| | | | after a logout / login
* Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2007-03-291-0/+13
| | | | Sandbox accounts)
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-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
* 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.
* Added a very very very basic Web front end for admin use - ready to be used ↵MW2007-03-261-0/+10
| | | | in sandbox mode for adding new accounts.
* Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW2007-03-252-9/+15
| | | | uploaded texture on it is moved.
* You want large textures, you shall have! - Xfer system now working for large ↵MW2007-03-252-49/+57
| | | | | | | | | 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-232-8/+37
| | | | | | | | | 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-222-0/+788