aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ServiceManager (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-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 changesMW2007-05-191-13/+20
|
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-192-61/+54
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-41/+41
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-172-129/+136
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-162-136/+129
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Cleaning up warningsAdam Frisby2007-05-161-13/+20
|
* Updating nant/solution files.Adam Frisby2007-05-161-20/+13
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-41/+41
|
* FIXED THE BUILD!gareth2007-05-161-41/+41
|
* Yet more cleanup/refactoringMW2007-05-161-13/+20
|
* * deleted some user fileslbsa712007-05-162-32/+13
| | | | | * ignored some files
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-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 ↵MW2007-05-151-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.MW2007-05-151-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 ↵MW2007-05-152-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.MW2007-05-153-40/+136
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Added -setuponly switch to gridservergareth2007-05-141-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.....gareth2007-05-141-0/+33
|
* Added cool setup thing (no XML writign yet) to ServiceManagergareth2007-05-141-0/+46
|
* some more try/catchgareth2007-05-141-1/+6
|
* A configuration file you say?gareth2007-05-141-2/+41
| | | | | | If you say so....
* Added skeleton master service managergareth2007-05-132-0/+71