| Commit message (Expand) | Author | Files | Lines |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that t... | MW | 1 | -533/+0 |
2007-05-19 | Border crossing back to mostly working, still seems a problem in that you nee... | MW | 1 | -1/+1 |
2007-05-19 | Added a CheckSumServer (handles template checksum , so there is no longer the... | MW | 1 | -0/+3 |
2007-05-19 | Number of small changes | MW | 1 | -2/+0 |
2007-05-17 | Hopefully everything is working again | MW | 1 | -8/+1 |
2007-05-17 | * minor rearrangement for clarity | lbsa71 | 1 | -2/+3 |
2007-05-17 | * did the try get thing and introduced some variables for readability | lbsa71 | 1 | -4/+9 |
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ... | MW | 1 | -1/+4 |
2007-05-16 | Renamed OpenSimApplicationBase again this time to RegionServerBase | MW | 1 | -6/+6 |
2007-05-16 | Moved the OpenSimMain class into the OpenSim.exe project | MW | 1 | -7/+7 |
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 1 | -32/+2 |
2007-05-16 | a bit more refactoring | MW | 1 | -12/+6 |
2007-05-16 | Quite big change to how Sessions/circuits are Authenticated. Seems to work ok... | MW | 1 | -35/+17 |
2007-05-16 | * removed unused new-login.dat | lbsa71 | 1 | -4/+9 |
2007-05-16 | More refactoring. | MW | 1 | -1/+1 |
2007-05-16 | UDPServer enabled, should no longer be any udp server code in OpenSimMain. | MW | 1 | -124/+10 |
2007-05-16 | started to refactor startup code and to move udp server code out to its own c... | MW | 1 | -176/+164 |
2007-05-15 | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 1 | -2/+2 |
2007-05-14 | Attempting to add region name to console. | Adam Frisby | 1 | -0/+1 |
2007-05-14 | moved the EnableNeighbours code to after the client has completed the move to... | MW | 1 | -36/+1 |
2007-05-13 | Added very basic support for maps (likely to only work in sandbox mode due to... | MW | 1 | -1/+1 |
2007-05-12 | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two m... | Adam Frisby | 1 | -34/+34 |
2007-05-08 | Fixed bug where client crashes on login if in sandbox mode and region is set ... | MW | 1 | -1/+1 |
2007-05-08 | * added guid to logname to avoid file sharing on multiple instances on same host | lbsa71 | 1 | -1/+1 |
2007-05-08 | * fixed dataUri null bug | lbsa71 | 1 | -2/+4 |
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 1 | -43/+94 |
2007-05-04 | * Removed superfluous int to prevent warning | Adam Frisby | 1 | -1/+11 |
2007-05-04 | Sims can now load their datastore (their localworld class - prims/terrain/etc... | Adam Frisby | 1 | -20/+28 |
2007-04-28 | Bugfixes | Adam Frisby | 1 | -1/+1 |
2007-04-27 | Dumb mistake #2 | Adam Frisby | 1 | -0/+1 |
2007-04-27 | Dumb mistake - forgot to assign the datastore variable | Adam Frisby | 1 | -0/+2 |
2007-04-27 | * Added new commandline option -config <configfile.xml> | Adam Frisby | 1 | -2/+3 |
2007-04-26 | added just what opensim needs...yet another command line option: -noverbose .... | MW | 1 | -2/+2 |
2007-04-25 | attempted bug fix | MW | 1 | -1/+1 |
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ... | MW | 1 | -1/+3 |
2007-04-25 | Can now use the xml config file for setting up things like sandbox mode, logi... | MW | 1 | -2/+91 |
2007-04-25 | Small clean up of files and directories | MW | 1 | -10/+12 |
2007-04-24 | Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel... | Adam Frisby | 1 | -80/+5 |
2007-04-22 | Now starts up a laggy (to be fixed) TCP server in grid mode and sends a banner | gareth | 1 | -2/+12 |
2007-04-20 | Terrain: | Adam Frisby | 1 | -0/+5 |
2007-04-20 | Terrain: | Adam Frisby | 1 | -0/+5 |
2007-04-20 | Console: | Adam Frisby | 1 | -3/+75 |
2007-04-17 | Yet another command line option (really need to get all these moved into a co... | MW | 1 | -1/+9 |
2007-04-17 | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 1 | -26/+33 |
2007-04-17 | Created skeleton SimComms.cs for sim<->sim UDP circuits | gareth | 1 | -0/+20 |
2007-04-17 | Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be... | gareth | 1 | -8/+15 |
2007-04-15 | Started to fix sandbox mode | MW | 1 | -59/+72 |
2007-04-15 | unbroke sandbox mode | gareth | 1 | -2/+2 |
2007-04-15 | W00t! multiple sims! | gareth | 1 | -5/+56 |
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -8/+8 |