aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that t...MW2007-05-241-531/+0
* Moved the OpenSimMain class into the OpenSim.exe project MW2007-05-161-3/+4
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-32/+2
* a bit more refactoringMW2007-05-161-12/+6
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ok...MW2007-05-161-35/+17
* * removed unused new-login.datlbsa712007-05-161-4/+9
* More refactoring.MW2007-05-161-1/+1
* UDPServer enabled, should no longer be any udp server code in OpenSimMain.MW2007-05-161-124/+10
* started to refactor startup code and to move udp server code out to its own c...MW2007-05-161-176/+164
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-151-2/+2
* Attempting to add region name to console.Adam Frisby2007-05-141-0/+1
* moved the EnableNeighbours code to after the client has completed the move to...MW2007-05-141-36/+1
* Added very basic support for maps (likely to only work in sandbox mode due to...MW2007-05-131-1/+1
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby2007-05-121-34/+34
* Fixed bug where client crashes on login if in sandbox mode and region is set ...MW2007-05-081-1/+1
* * added guid to logname to avoid file sharing on multiple instances on same hostlbsa712007-05-081-1/+1
* * fixed dataUri null buglbsa712007-05-081-2/+4
* Merged 0.1-prestable back into trunk :(gareth2007-05-071-43/+94
* * Removed superfluous int to prevent warningAdam Frisby2007-05-041-1/+11
* Sims can now load their datastore (their localworld class - prims/terrain/etc...Adam Frisby2007-05-041-20/+28
* BugfixesAdam Frisby2007-04-281-1/+1
* Dumb mistake #2Adam Frisby2007-04-271-0/+1
* 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