| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Implemented initial login code for the management agent | gareth | 2007-05-17 | 1 | -0/+24 |
* | 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 |
* | * OpenGridServices.Manager/gtk-gui/MainWindow.cs, | gareth | 2007-05-16 | 6 | -6/+149 |
* | 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 |
* | Cleaning up warnings | Adam Frisby | 2007-05-16 | 4 | -16/+22 |
* | Committed a DOS Batch file for running prebuild for nant/visual studio automa... | Adam Frisby | 2007-05-16 | 1 | -0/+2 |
* | 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 |
* | Added logging and more crap | gareth | 2007-05-16 | 1 | -6/+10 |
* | Added proper errorlevels | gareth | 2007-05-16 | 1 | -3/+10 |
* | FIXED THE BUILD! | gareth | 2007-05-16 | 34 | -1770/+1771 |
* | Clarified that one should use makerel.sh | gareth | 2007-05-16 | 2 | -0/+2 |
* | Quite big change to how Sessions/circuits are Authenticated. Seems to work ok... | MW | 2007-05-16 | 14 | -95/+264 |
* | * removed unused new-login.dat | lbsa71 | 2007-05-16 | 10 | -283/+195 |
* | Yet more cleanup/refactoring | MW | 2007-05-16 | 4 | -33/+61 |
* | More refactoring. | MW | 2007-05-16 | 13 | -792/+501 |
* | * deleted some user files | lbsa71 | 2007-05-16 | 5 | -212/+235 |
* | UDPServer enabled, should no longer be any udp server code in OpenSimMain. | MW | 2007-05-16 | 2 | -133/+37 |
* | started to refactor startup code and to move udp server code out to its own c... | MW | 2007-05-16 | 17 | -454/+599 |
* | made QueItem a nested class in SimClient. | MW | 2007-05-15 | 2 | -1/+12 |
* | Added RemoveAvatar() method to physics plugins, should be called on log out (... | MW | 2007-05-15 | 6 | -1/+36 |
* | fixed part of the bug from 116 (should no longer get the repeated Failed with... | MW | 2007-05-15 | 4 | -2/+118 |
* | Changed session ID generation to use crypto generator, and this time - work. ... | Adam Frisby | 2007-05-15 | 1 | -6/+7 |
* | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 2007-05-15 | 11 | -384/+585 |
* | Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it) | MW | 2007-05-15 | 4 | -137/+161 |
* | Turned SimClient into a partial class (and added SimClient(Grid), so that gri... | MW | 2007-05-15 | 8 | -327/+306 |
* | updated Build/project files to include the new projects and new files. | MW | 2007-05-15 | 43 | -1902/+2109 |
* | provide ready-to-eat attributes parsed from byte array | morphw | 2007-05-15 | 1 | -0/+34 |
* | added processing for TeleportLocationRequest and TeleportLandmarkRequest. Lo... | morphw | 2007-05-15 | 1 | -1/+80 |