Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a CheckSumServer (handles template checksum , so there is no longer ↵ | MW | 2007-05-19 | 4 | -25/+161 |
| | | | | | | | | the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line | ||||
* | Added some UI niceness (connect/disconnect thing in Grid menu) | gareth | 2007-05-19 | 5 | -1/+34 |
| | |||||
* | Fixed small null reference bug | gareth | 2007-05-19 | 1 | -0/+1 |
| | |||||
* | * OpenGridServices.Manager/GridServerConnectionManager.cs: Now sending | gareth | 2007-05-19 | 1 | -0/+1 |
| | | | | | the session ID with each command | ||||
* | More authentication stuff | gareth | 2007-05-19 | 1 | -3/+14 |
| | |||||
* | Number of small changes | MW | 2007-05-19 | 8 | -280/+225 |
| | |||||
* | ZOMG! Authentication! | gareth | 2007-05-19 | 1 | -1/+10 |
| | |||||
* | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 2007-05-19 | 38 | -1967/+2016 |
| | | | | | | | changed something. * Updated solution files & build files via prebuild. | ||||
* | That shutdown function needs to call this.... | gareth | 2007-05-19 | 1 | -9/+12 |
| | | | | | | Added nice little delay to give time for the XML-RPC response to go back to the grid manager when shutting down | ||||
* | Finished off the shutdown function | gareth | 2007-05-19 | 5 | -0/+38 |
| | | | | | Consumed 100mg caffeine | ||||
* | Updated login code | gareth | 2007-05-19 | 6 | -5/+36 |
| | | | | | Added dummy restart grid function | ||||
* | Added bool requirePublic to gridserver. Disabled by default. | Adam Frisby | 2007-05-18 | 1 | -1/+3 |
| | |||||
* | Added session IDs to the grid management agent | gareth | 2007-05-18 | 35 | -1778/+1782 |
| | |||||
* | add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global ↵ | morphw | 2007-05-18 | 1 | -2/+2 |
| | | | | X. Good eyes makomk | ||||
* | forgot a .ToString() on AgentID | MW | 2007-05-17 | 1 | -1/+1 |
| | |||||
* | Hopefully everything is working again | MW | 2007-05-17 | 3 | -12/+15 |
| | |||||
* | * minor rearrangement for clarity | lbsa71 | 2007-05-17 | 1 | -2/+3 |
| | |||||
* | * did the try get thing and introduced some variables for readability | lbsa71 | 2007-05-17 | 1 | -4/+9 |
| | |||||
* | Attempt 2 | MW | 2007-05-17 | 2 | -18/+8 |
| | |||||
* | Attempt to fix trunk which someone broke <looks innocent> | MW | 2007-05-17 | 5 | -4/+7 |
| | |||||
* | * more refactoring and error message | lbsa71 | 2007-05-17 | 1 | -8/+15 |
| | |||||
* | * refactored a bit and added error msg | lbsa71 | 2007-05-17 | 1 | -31/+45 |
| | |||||
* | Check it builds before you commit | MW | 2007-05-17 | 1 | -0/+5 |
| | |||||
* | Some work on the new SceneObject and primitive2 classes | MW | 2007-05-17 | 1 | -0/+54 |
| | |||||
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2007-05-17 | 71 | -6037/+6116 |
| | | | | class a bit and added a WorldBase class (that World now inherits from) | ||||
* | Implemented initial login code for the management agent | gareth | 2007-05-17 | 1 | -0/+24 |
| | | | | | | TODO: crypto-secure random session ID, data providers - HELP ME JEBUS (Or Adam) | ||||
* | Fixed grid management agent | gareth | 2007-05-17 | 1 | -2/+2 |
| | |||||
* | added Adam's notes about how terrain block addressing map on to grid locations | morphw | 2007-05-17 | 1 | -1/+11 |
| | |||||
* | Added some exception handling | gareth | 2007-05-17 | 2 | -12/+21 |
| | |||||
* | Started Grid Server connection manager | gareth | 2007-05-17 | 6 | -85/+299 |
| | |||||
* | Brought in XMLRPC.dll | gareth | 2007-05-17 | 1 | -1/+2 |
| | |||||
* | Added statusbar functionality | gareth | 2007-05-17 | 11 | -550/+640 |
| | | | | | Added pending operations processing thread | ||||
* | * OpenGridServices.Manager/gtk-gui/MainWindow.cs, | gareth | 2007-05-16 | 6 | -6/+149 |
| | | | | | | | | OpenGridServices.Manager/gtk-gui/gui.stetic: Altered size of main window * OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs: Copied Util.cs in (due to build weirdness) | ||||
* | The great renaming is complete | gareth | 2007-05-16 | 14 | -0/+1309 |
| | |||||
* | Re-organising some crap | gareth | 2007-05-16 | 14 | -1309/+0 |
| | |||||
* | These should not be in SVN | gareth | 2007-05-16 | 2 | -0/+0 |
| | |||||
* | rebuilt build files | gareth | 2007-05-16 | 83 | -5861/+7163 |
| | | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing) | ||||
* | Cleaning up warnings | Adam Frisby | 2007-05-16 | 4 | -16/+22 |
| | |||||
* | Committed a DOS Batch file for running prebuild for nant/visual studio ↵ | Adam Frisby | 2007-05-16 | 1 | -0/+2 |
| | | | | automatically. Handy for lazy people like me. | ||||
* | Updating nant/solution files. | Adam Frisby | 2007-05-16 | 9 | -301/+340 |
| | |||||
* | Let stuff be broken! | Adam Frisby | 2007-05-16 | 12 | -59/+349 |
| | |||||
* | * sing loud, sing proud, sing from the heart | lbsa71 | 2007-05-16 | 3 | -4/+2 |
| | |||||
* | * here goes nothing... | lbsa71 | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | another oops | gareth | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | oops | gareth | 2007-05-16 | 1 | -10/+3 |
| | |||||
* | * uncommented offending code | lbsa71 | 2007-05-16 | 1 | -7/+0 |
| | |||||
* | Renamed OpenSimApplicationBase again this time to RegionServerBase | MW | 2007-05-16 | 4 | -11/+33 |
| | |||||
* | Moved the OpenSimMain class into the OpenSim.exe project | MW | 2007-05-16 | 9 | -28/+588 |
| | |||||
* | Added OpenSimApplication as a base class to OpenSimMain | MW | 2007-05-16 | 36 | -1801/+1854 |
| | |||||
* | a bit more refactoring | MW | 2007-05-16 | 4 | -13/+20 |
| |