aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/CAPS (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-03* The world can not contain ScriptFactories that creates unique instances of ↵lbsa711-30/+2
scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs
2007-04-03* Extended Script API with GetRandomAvatarlbsa711-7/+14
* The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar.
2007-04-03* Script prototypelbsa711-26/+72
2007-04-03Temporary fix for the object taking bugMW1-2/+2
2007-03-30Started to add a few features to the web front end that should be useful ↵MW1-4/+43
during debugging. First such feature is that you can see a list of any connected clients inventory.
2007-03-29When you change the name of a inventory item, it should no longer revert ↵MW1-1/+1
after a logout / login
2007-03-29* Now the rest handlers try to match path as close as possibly, so it's ↵lbsa711-7/+7
possible to add handlers for just a beginning of a path.
2007-03-29* RestMethod now uses same pattern as XmlRpcMethodlbsa711-111/+110
* Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay!
2007-03-29Added lbsa71's http server changes. MW3-263/+0
So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-3/+30
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-28RIP OpenSimRoot. (removed)MW2-4/+36
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-27* revert the revert - begin the beguinelbsa712-22/+30
2007-03-27* Reverting todays work. It was worth a try.lbsa712-30/+22
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa711-4/+7
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-18/+23
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-27Added REST-handler interface for the http server and changed the Admin Web ↵MW3-147/+205
front end to one.
2007-03-26preparing to add full clothes/body part support. MW1-69/+74
Currently you can: now create new body parts and clothes. edit those clothes and wear them. But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar.
2007-03-26Added a very very very basic Web front end for admin use - ready to be used ↵MW1-7/+159
in sandbox mode for adding new accounts.
2007-03-22brought zircon branch into trunkgareth1-0/+175