Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-24 | Die ServiceManager! (Not really Gareth, just the old directory, new ↵ | MW | 3 | -296/+0 | |
directory is in OpenGridServices-Source) | |||||
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -13/+20 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 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. | |||||
2007-05-19 | Number of small changes | MW | 1 | -13/+20 | |
2007-05-19 | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 2 | -61/+54 | |
changed something. * Updated solution files & build files via prebuild. | |||||
2007-05-18 | Added session IDs to the grid management agent | gareth | 1 | -41/+41 | |
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2 | -129/+136 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 2 | -136/+129 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-05-16 | Cleaning up warnings | Adam Frisby | 1 | -13/+20 | |
2007-05-16 | Updating nant/solution files. | Adam Frisby | 1 | -20/+13 | |
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 1 | -41/+41 | |
2007-05-16 | FIXED THE BUILD! | gareth | 1 | -41/+41 | |
2007-05-16 | Yet more cleanup/refactoring | MW | 1 | -13/+20 | |
2007-05-16 | * deleted some user files | lbsa71 | 2 | -32/+13 | |
* ignored some files | |||||
2007-05-16 | started to refactor startup code and to move udp server code out to its own ↵ | MW | 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) | |||||
2007-05-15 | fixed part of the bug from 116 (should no longer get the repeated Failed ↵ | MW | 1 | -1/+1 | |
with exception System.IndexOutOfRangeException: Array index is out of range error) | |||||
2007-05-15 | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 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. | |||||
2007-05-15 | Turned SimClient into a partial class (and added SimClient(Grid), so that ↵ | MW | 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) | |||||
2007-05-15 | updated Build/project files to include the new projects and new files. | MW | 3 | -40/+136 | |
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). | |||||
2007-05-14 | Added -setuponly switch to gridserver | gareth | 1 | -2/+8 | |
KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager | |||||
2007-05-14 | Now we just need that --setup option for all the apps..... | gareth | 1 | -0/+33 | |
2007-05-14 | Added cool setup thing (no XML writign yet) to ServiceManager | gareth | 1 | -0/+46 | |
2007-05-14 | some more try/catch | gareth | 1 | -1/+6 | |
2007-05-14 | A configuration file you say? | gareth | 1 | -2/+41 | |
If you say so.... | |||||
2007-05-13 | Added skeleton master service manager | gareth | 2 | -0/+71 | |