aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that t...MW1-531/+0
2007-05-16Moved the OpenSimMain class into the OpenSim.exe project MW1-3/+4
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-32/+2
2007-05-16a bit more refactoringMW1-12/+6
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ok...MW1-35/+17
2007-05-16* removed unused new-login.datlbsa711-4/+9
2007-05-16More refactoring.MW1-1/+1
2007-05-16UDPServer enabled, should no longer be any udp server code in OpenSimMain.MW1-124/+10
2007-05-16started to refactor startup code and to move udp server code out to its own c...MW1-176/+164
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW1-2/+2
2007-05-14Attempting to add region name to console.Adam Frisby1-0/+1
2007-05-14moved the EnableNeighbours code to after the client has completed the move to...MW1-36/+1
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due to...MW1-1/+1
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby1-34/+34
2007-05-08Fixed bug where client crashes on login if in sandbox mode and region is set ...MW1-1/+1
2007-05-08* added guid to logname to avoid file sharing on multiple instances on same hostlbsa711-1/+1
2007-05-08* fixed dataUri null buglbsa711-2/+4
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-43/+94
2007-05-04* Removed superfluous int to prevent warningAdam Frisby1-1/+11
2007-05-04Sims can now load their datastore (their localworld class - prims/terrain/etc...Adam Frisby1-20/+28
2007-04-28BugfixesAdam Frisby1-1/+1
2007-04-27Dumb mistake #2Adam Frisby1-0/+1
2007-04-27Dumb mistake - forgot to assign the datastore variableAdam Frisby1-0/+2
2007-04-27* Added new commandline option -config <configfile.xml>Adam Frisby1-2/+3
2007-04-26added just what opensim needs...yet another command line option: -noverbose ....MW1-2/+2
2007-04-25attempted bug fixMW1-1/+1
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ...MW1-1/+3
2007-04-25Can now use the xml config file for setting up things like sandbox mode, logi...MW1-2/+91
2007-04-25Small clean up of files and directoriesMW1-10/+12
2007-04-24Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel...Adam Frisby1-80/+5
2007-04-22Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth1-2/+12
2007-04-20Terrain:Adam Frisby1-0/+5
2007-04-20Terrain:Adam Frisby1-0/+5
2007-04-20Console:Adam Frisby1-3/+75
2007-04-17Yet another command line option (really need to get all these moved into a co...MW1-1/+9
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-26/+33
2007-04-17Created skeleton SimComms.cs for sim<->sim UDP circuitsgareth1-0/+20
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be...gareth1-8/+15
2007-04-15Started to fix sandbox modeMW1-59/+72
2007-04-15unbroke sandbox modegareth1-2/+2
2007-04-15W00t! multiple sims!gareth1-5/+56
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-8/+8
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-1/+1
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for scripting...MW1-1/+1
2007-04-11Added POST handler for /sims/ in the grid servergareth1-1/+0
2007-04-11* nant building againlbsa711-1/+1
2007-04-10Fixed "teh bug"gareth1-0/+1
2007-04-07Documentation!Adam Frisby1-0/+20
2007-04-06Now back to compiling, just no terrain generation at the momentMW1-1/+1
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-1/+1