aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ServiceManager (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-16* deleted some user fileslbsa712-32/+13
* ignored some files
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-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)
2007-05-15fixed part of the bug from 116 (should no longer get the repeated Failed ↵MW1-1/+1
with exception System.IndexOutOfRangeException: Array index is out of range error)
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW1-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.
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW2-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)
2007-05-15updated Build/project files to include the new projects and new files.MW3-40/+136
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-14Added -setuponly switch to gridservergareth1-2/+8
KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager
2007-05-14Now we just need that --setup option for all the apps.....gareth1-0/+33
2007-05-14Added cool setup thing (no XML writign yet) to ServiceManagergareth1-0/+46
2007-05-14some more try/catchgareth1-1/+6
2007-05-14A configuration file you say?gareth1-2/+41
If you say so....
2007-05-13Added skeleton master service managergareth2-0/+71