Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Die ServiceManager! (Not really Gareth, just the old directory, new ↵ | MW | 2007-05-24 | 1 | -95/+0 |
| | | | | directory is in OpenGridServices-Source) | ||||
* | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 2007-05-24 | 1 | -13/+20 |
| | | | | the Grid servers can be a separate solution to the region server. | ||||
* | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 2007-05-21 | 1 | -20/+13 |
| | | | | , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me. | ||||
* | Number of small changes | MW | 2007-05-19 | 1 | -13/+20 |
| | |||||
* | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 2007-05-19 | 1 | -20/+13 |
| | | | | | | | changed something. * Updated solution files & build files via prebuild. | ||||
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2007-05-17 | 1 | -88/+95 |
| | | | | class a bit and added a WorldBase class (that World now inherits from) | ||||
* | rebuilt build files | gareth | 2007-05-16 | 1 | -95/+88 |
| | | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing) | ||||
* | Cleaning up warnings | Adam Frisby | 2007-05-16 | 1 | -13/+20 |
| | |||||
* | Updating nant/solution files. | Adam Frisby | 2007-05-16 | 1 | -20/+13 |
| | |||||
* | Yet more cleanup/refactoring | MW | 2007-05-16 | 1 | -13/+20 |
| | |||||
* | * deleted some user files | lbsa71 | 2007-05-16 | 1 | -20/+13 |
| | | | | | * ignored some files | ||||
* | started to refactor startup code and to move udp server code out to its own ↵ | MW | 2007-05-16 | 1 | -13/+20 |
| | | | | class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port) | ||||
* | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 2007-05-15 | 1 | -20/+13 |
| | | | | | Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix. | ||||
* | Turned SimClient into a partial class (and added SimClient(Grid), so that ↵ | MW | 2007-05-15 | 1 | -12/+23 |
| | | | | | | | grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml) | ||||
* | updated Build/project files to include the new projects and new files. | MW | 2007-05-15 | 1 | -0/+84 |
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). |