aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/RegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-261/+0
| | | | the Grid servers can be a separate solution to the region server.
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-12/+1
| | | | class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-151-1/+12
| | | | | Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby2007-05-121-14/+14
| | | | more, 94 warnings in the compiler...
* 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).