aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/RegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BugfixesAdam Frisby2007-04-281-0/+4
|
* Major ass commitAdam Frisby2007-04-271-0/+13
| | | | | Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-251-0/+2
| | | | viewer 1.15.02, due to big changes in the message templates.
* Config:Adam Frisby2007-04-211-3/+3
| | | | | | * Added sane defaults to each configuration step. (The defaults for sim/user/grid will now create a working grid)
* Hopefully fixed the forward slash bug in the gridurl set upMW2007-04-201-7/+16
|
* A few fixes and stopped sim crossing being attempted in sandbox modeMW2007-04-171-6/+6
|
* Fixed weird XML/HTTP bugsgareth2007-04-131-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
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-121-5/+9
|
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-111-8/+8
| | | | | | * Now dumping default value in config. *
* (no commit message)MW2007-04-111-39/+44
|
* Added POST handler for /sims/ in the grid servergareth2007-04-111-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
* more work on Primitive2MW2007-04-041-17/+16
|
* Added SimUUIDgareth2007-04-041-2/+18
| | | | | | Added empty POST for /sims in REST on gridserver
* Temporary fix for the object taking bugMW2007-04-031-4/+4
|
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2007-04-021-0/+229
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).