aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dumb mistake - forgot to assign the datastore variableAdam Frisby2007-04-271-0/+2
* * Added new commandline option -config <configfile.xml>Adam Frisby2007-04-271-2/+3
* added just what opensim needs...yet another command line option: -noverbose ....MW2007-04-261-2/+2
* attempted bug fixMW2007-04-251-1/+1
* updated to use lastest version of libsl but is currently broke when using SL ...MW2007-04-251-1/+3
* Can now use the xml config file for setting up things like sandbox mode, logi...MW2007-04-251-2/+91
* Small clean up of files and directoriesMW2007-04-251-10/+12
* Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel...Adam Frisby2007-04-241-80/+5
* Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth2007-04-221-2/+12
* Terrain:Adam Frisby2007-04-201-0/+5
* Terrain:Adam Frisby2007-04-201-0/+5
* Console:Adam Frisby2007-04-201-3/+75
* Yet another command line option (really need to get all these moved into a co...MW2007-04-171-1/+9
* A few fixes and stopped sim crossing being attempted in sandbox modeMW2007-04-171-26/+33
* Created skeleton SimComms.cs for sim<->sim UDP circuitsgareth2007-04-171-0/+20
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be...gareth2007-04-171-8/+15
* Started to fix sandbox modeMW2007-04-151-59/+72
* unbroke sandbox modegareth2007-04-151-2/+2
* W00t! multiple sims!gareth2007-04-151-5/+56
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-111-8/+8
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-1/+1
* Changed so that a bin\ScriptEngines\ directory will be searched for scripting...MW2007-04-111-1/+1
* Added POST handler for /sims/ in the grid servergareth2007-04-111-1/+0
* * nant building againlbsa712007-04-111-1/+1
* Fixed "teh bug"gareth2007-04-101-0/+1
* Documentation!Adam Frisby2007-04-071-0/+20
* Now back to compiling, just no terrain generation at the momentMW2007-04-061-1/+1
* **BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby2007-04-061-1/+1
* more work on Primitive2MW2007-04-041-3/+4
* no SimUUID in OpenSimMaingareth2007-04-041-3/+1
* Added SimUUIDgareth2007-04-041-14/+4
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-1/+2
* Temporary fix for the object taking bugMW2007-04-031-17/+13
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene...MW2007-04-021-17/+42
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic con...MW2007-04-021-0/+1
* Added /simstatus REST handlergareth2007-04-021-0/+5
* Moved database storage of the world map to the Db4LocalStorage so its in the ...MW2007-04-021-2/+4
* More refactoringMW2007-04-011-51/+26
* More cleaning up of SimClient and packet handlingMW2007-04-011-7/+9
* Moved more packet types to handlersMW2007-04-011-0/+25
* More work on adding Packets handlers and tested the first handler. MW2007-04-011-0/+7
* Added Packet handlers to SimClient MW2007-03-311-0/+1
* Can now Rez and DeRez objects (take to and from inventory).MW2007-03-311-0/+2
* Started to add a few features to the web front end that should be useful duri...MW2007-03-301-1/+1
* * RestMethod now uses same pattern as XmlRpcMethodlbsa712007-03-291-1/+2
* * Tried to make the sandbox/useraccount sim setup a bit simplerlbsa712007-03-291-26/+25
* Added lbsa71's http server changes. MW2007-03-291-23/+63
* After hours of searching for a bug, it works - User accounts in sandbox mode,...MW2007-03-281-3/+19
* RIP OpenSimRoot. (removed)MW2007-03-281-45/+54
* * worked a little bit more on straigthening the startup procedure outlbsa712007-03-281-25/+53