aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/AgentAssetUpload.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-232/+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-2/+2
| | | | , 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.
* fixed the VS 2005 solution/ project files.MW2007-04-301-1/+1
| | | | | and a couple of other small changes
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-251-2/+2
| | | | viewer 1.15.02, due to big changes in the message templates.
* Small clean up of files and directoriesMW2007-04-251-1/+1
|
* attempt at a temporary fix to the shirt creation bug. (Its only temporary as ↵MW2007-04-031-1/+1
| | | | I think the real problem is a deeper one)
* Can now Rez and DeRez objects (take to and from inventory).MW2007-03-311-1/+1
| | | | | Very much a work in progress and likely to be a number of bugs.
* (no commit message)MW2007-03-311-40/+39
|
* Clothing now seems to work (though there are likely to still be some problems)MW2007-03-301-2/+4
|
* Should now be able to create and edit NotecardsMW2007-03-301-2/+2
|
* When you change the name of a inventory item, it should no longer revert ↵MW2007-03-291-0/+1
| | | | after a logout / login
* 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