aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/AgentAssetUpload.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed name quotes bugMW2007-03-281-3/+2
|
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-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
* * revert the revert - begin the beguinelbsa712007-03-271-6/+11
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-11/+6
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-271-6/+11
| | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
* Added a very very very basic Web front end for admin use - ready to be used ↵MW2007-03-261-2/+17
| | | | in sandbox mode for adding new accounts.
* Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW2007-03-251-4/+2
| | | | uploaded texture on it is moved.
* You want large textures, you shall have! - Xfer system now working for large ↵MW2007-03-251-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