aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/AgentAssetUpload.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-30fixed the VS 2005 solution/ project files.MW1-1/+1
and a couple of other small changes
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-2/+2
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-1/+1
2007-04-03attempt at a temporary fix to the shirt creation bug. (Its only temporary as ↵MW1-1/+1
I think the real problem is a deeper one)
2007-03-31Can now Rez and DeRez objects (take to and from inventory).MW1-1/+1
Very much a work in progress and likely to be a number of bugs.
2007-03-31(no commit message)MW1-40/+39
2007-03-30Clothing now seems to work (though there are likely to still be some problems)MW1-2/+4
2007-03-30Should now be able to create and edit NotecardsMW1-2/+2
2007-03-29When you change the name of a inventory item, it should no longer revert ↵MW1-0/+1
after a logout / login
2007-03-28Fixed name quotes bugMW1-3/+2
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-0/+1
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-27* revert the revert - begin the beguinelbsa711-6/+11
2007-03-27* Reverting todays work. It was worth a try.lbsa711-11/+6
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-6/+11
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-26Added a very very very basic Web front end for admin use - ready to be used ↵MW1-2/+17
in sandbox mode for adding new accounts.
2007-03-25Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW1-4/+2
uploaded texture on it is moved.
2007-03-25You want large textures, you shall have! - Xfer system now working for large ↵MW1-0/+212
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