Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 2007-05-24 | 1 | -533/+0 |
| | | | | the Grid servers can be a separate solution to the region server. | ||||
* | Border crossing back to mostly working, still seems a problem in that you ↵ | MW | 2007-05-19 | 1 | -1/+1 |
| | | | | need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim) | ||||
* | Added a CheckSumServer (handles template checksum , so there is no longer ↵ | MW | 2007-05-19 | 1 | -0/+3 |
| | | | | | | | | the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line | ||||
* | Number of small changes | MW | 2007-05-19 | 1 | -2/+0 |
| | |||||
* | Hopefully everything is working again | MW | 2007-05-17 | 1 | -8/+1 |
| | |||||
* | * minor rearrangement for clarity | lbsa71 | 2007-05-17 | 1 | -2/+3 |
| | |||||
* | * did the try get thing and introduced some variables for readability | lbsa71 | 2007-05-17 | 1 | -4/+9 |
| | |||||
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2007-05-17 | 1 | -1/+4 |
| | | | | class a bit and added a WorldBase class (that World now inherits from) | ||||
* | Renamed OpenSimApplicationBase again this time to RegionServerBase | MW | 2007-05-16 | 1 | -6/+6 |
| | |||||
* | Moved the OpenSimMain class into the OpenSim.exe project | MW | 2007-05-16 | 1 | -0/+530 |