aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/RegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-28BugfixesAdam Frisby1-0/+4
2007-04-27Major ass commitAdam Frisby1-0/+13
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-0/+2
viewer 1.15.02, due to big changes in the message templates.
2007-04-21Config:Adam Frisby1-3/+3
* Added sane defaults to each configuration step. (The defaults for sim/user/grid will now create a working grid)
2007-04-20Hopefully fixed the forward slash bug in the gridurl set upMW1-7/+16
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-6/+6
2007-04-13Fixed weird XML/HTTP bugsgareth1-2/+4
Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
2007-04-12aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth1-5/+9
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-8/+8
* Now dumping default value in config. *
2007-04-11(no commit message)MW1-39/+44
2007-04-11Added POST handler for /sims/ in the grid servergareth1-63/+41
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-04more work on Primitive2MW1-17/+16
2007-04-04Added SimUUIDgareth1-2/+18
Added empty POST for /sims in REST on gridserver
2007-04-03Temporary fix for the object taking bugMW1-4/+4
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-0/+229
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).