| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel... | Adam Frisby | 2007-04-24 | 1 | -80/+5 |
* | Now starts up a laggy (to be fixed) TCP server in grid mode and sends a banner | gareth | 2007-04-22 | 1 | -2/+12 |
* | Terrain: | Adam Frisby | 2007-04-20 | 1 | -0/+5 |
* | Terrain: | Adam Frisby | 2007-04-20 | 1 | -0/+5 |
* | Console: | Adam Frisby | 2007-04-20 | 1 | -3/+75 |
* | Yet another command line option (really need to get all these moved into a co... | MW | 2007-04-17 | 1 | -1/+9 |
* | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 2007-04-17 | 1 | -26/+33 |
* | Created skeleton SimComms.cs for sim<->sim UDP circuits | gareth | 2007-04-17 | 1 | -0/+20 |
* | Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be... | gareth | 2007-04-17 | 1 | -8/+15 |
* | Started to fix sandbox mode | MW | 2007-04-15 | 1 | -59/+72 |
* | unbroke sandbox mode | gareth | 2007-04-15 | 1 | -2/+2 |
* | W00t! multiple sims! | gareth | 2007-04-15 | 1 | -5/+56 |
* | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 2007-04-11 | 1 | -8/+8 |
* | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 2007-04-11 | 1 | -1/+1 |
* | Changed so that a bin\ScriptEngines\ directory will be searched for scripting... | MW | 2007-04-11 | 1 | -1/+1 |
* | Added POST handler for /sims/ in the grid server | gareth | 2007-04-11 | 1 | -1/+0 |
* | * nant building again | lbsa71 | 2007-04-11 | 1 | -1/+1 |
* | Fixed "teh bug" | gareth | 2007-04-10 | 1 | -0/+1 |
* | Documentation! | Adam Frisby | 2007-04-07 | 1 | -0/+20 |
* | Now back to compiling, just no terrain generation at the moment | MW | 2007-04-06 | 1 | -1/+1 |
* | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 2007-04-06 | 1 | -1/+1 |
* | more work on Primitive2 | MW | 2007-04-04 | 1 | -3/+4 |
* | no SimUUID in OpenSimMain | gareth | 2007-04-04 | 1 | -3/+1 |
* | Added SimUUID | gareth | 2007-04-04 | 1 | -14/+4 |
* | Finished initial sim<>Grid login (kinda) | gareth | 2007-04-03 | 1 | -1/+2 |
* | Temporary fix for the object taking bug | MW | 2007-04-03 | 1 | -17/+13 |
* | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene... | MW | 2007-04-02 | 1 | -17/+42 |
* | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic con... | MW | 2007-04-02 | 1 | -0/+1 |
* | Added /simstatus REST handler | gareth | 2007-04-02 | 1 | -0/+5 |
* | Moved database storage of the world map to the Db4LocalStorage so its in the ... | MW | 2007-04-02 | 1 | -2/+4 |
* | More refactoring | MW | 2007-04-01 | 1 | -51/+26 |
* | More cleaning up of SimClient and packet handling | MW | 2007-04-01 | 1 | -7/+9 |
* | Moved more packet types to handlers | MW | 2007-04-01 | 1 | -0/+25 |
* | More work on adding Packets handlers and tested the first handler. | MW | 2007-04-01 | 1 | -0/+7 |
* | Added Packet handlers to SimClient | MW | 2007-03-31 | 1 | -0/+1 |
* | Can now Rez and DeRez objects (take to and from inventory). | MW | 2007-03-31 | 1 | -0/+2 |
* | Started to add a few features to the web front end that should be useful duri... | MW | 2007-03-30 | 1 | -1/+1 |
* | * RestMethod now uses same pattern as XmlRpcMethod | lbsa71 | 2007-03-29 | 1 | -1/+2 |
* | * Tried to make the sandbox/useraccount sim setup a bit simpler | lbsa71 | 2007-03-29 | 1 | -26/+25 |
* | Added lbsa71's http server changes. | MW | 2007-03-29 | 1 | -23/+63 |
* | After hours of searching for a bug, it works - User accounts in sandbox mode,... | MW | 2007-03-28 | 1 | -3/+19 |
* | RIP OpenSimRoot. (removed) | MW | 2007-03-28 | 1 | -45/+54 |
* | * worked a little bit more on straigthening the startup procedure out | lbsa71 | 2007-03-28 | 1 | -25/+53 |
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 1 | -4/+4 |
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 1 | -4/+4 |
* | * Continued refactoring away OpenSimRoot - now it's down to the final 2. | lbsa71 | 2007-03-27 | 1 | -2/+2 |
* | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 2007-03-27 | 1 | -2/+2 |
* | Added REST-handler interface for the http server and changed the Admin Web fr... | MW | 2007-03-27 | 1 | -0/+1 |
* | * Now there's one Console class, and instead the apps responds to cmd's and s... | lbsa71 | 2007-03-27 | 1 | -1/+52 |
* | * Added separate exe project | lbsa71 | 2007-03-24 | 1 | -70/+2 |