Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -61/+54 |
| | | | | | | | changed something. * Updated solution files & build files via prebuild. | ||||
* | Added session IDs to the grid management agent | gareth | 2007-05-18 | 1 | -41/+41 |
| | |||||
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2007-05-17 | 2 | -129/+136 |
| | | | | class a bit and added a WorldBase class (that World now inherits from) | ||||
* | rebuilt build files | gareth | 2007-05-16 | 2 | -136/+129 |
| | | | | | | 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 |
| | |||||
* | Added OpenSimApplication as a base class to OpenSimMain | MW | 2007-05-16 | 1 | -41/+41 |
| | |||||
* | FIXED THE BUILD! | gareth | 2007-05-16 | 1 | -41/+41 |
| | |||||
* | Yet more cleanup/refactoring | MW | 2007-05-16 | 1 | -13/+20 |
| | |||||
* | * deleted some user files | lbsa71 | 2007-05-16 | 2 | -32/+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) | ||||
* | fixed part of the bug from 116 (should no longer get the repeated Failed ↵ | MW | 2007-05-15 | 1 | -1/+1 |
| | | | | with exception System.IndexOutOfRangeException: Array index is out of range error) | ||||
* | 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 | 2 | -12/+24 |
| | | | | | | | 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 | 3 | -40/+136 |
| | | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). | ||||
* | Added -setuponly switch to gridserver | gareth | 2007-05-14 | 1 | -2/+8 |
| | | | | | | | KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager | ||||
* | Now we just need that --setup option for all the apps..... | gareth | 2007-05-14 | 1 | -0/+33 |
| | |||||
* | Added cool setup thing (no XML writign yet) to ServiceManager | gareth | 2007-05-14 | 1 | -0/+46 |
| | |||||
* | some more try/catch | gareth | 2007-05-14 | 1 | -1/+6 |
| | |||||
* | A configuration file you say? | gareth | 2007-05-14 | 1 | -2/+41 |
| | | | | | | If you say so.... | ||||
* | Added skeleton master service manager | gareth | 2007-05-13 | 2 | -0/+71 |