aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Added session IDs to the grid management agentgareth2007-05-1835-1778/+1782
|
* add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global ↵morphw2007-05-181-2/+2
| | | | X. Good eyes makomk
* forgot a .ToString() on AgentIDMW2007-05-171-1/+1
|
* Hopefully everything is working againMW2007-05-173-12/+15
|
* * minor rearrangement for claritylbsa712007-05-171-2/+3
|
* * did the try get thing and introduced some variables for readabilitylbsa712007-05-171-4/+9
|
* Attempt 2MW2007-05-172-18/+8
|
* Attempt to fix trunk which someone broke <looks innocent>MW2007-05-175-4/+7
|
* * more refactoring and error messagelbsa712007-05-171-8/+15
|
* * refactored a bit and added error msglbsa712007-05-171-31/+45
|
* Check it builds before you commitMW2007-05-171-0/+5
|
* Some work on the new SceneObject and primitive2 classes MW2007-05-171-0/+54
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-1771-6037/+6116
| | | | class a bit and added a WorldBase class (that World now inherits from)
* Implemented initial login code for the management agentgareth2007-05-171-0/+24
| | | | | | TODO: crypto-secure random session ID, data providers - HELP ME JEBUS (Or Adam)
* Fixed grid management agentgareth2007-05-171-2/+2
|
* added Adam's notes about how terrain block addressing map on to grid locationsmorphw2007-05-171-1/+11
|
* Added some exception handlinggareth2007-05-172-12/+21
|
* Started Grid Server connection managergareth2007-05-176-85/+299
|
* Brought in XMLRPC.dllgareth2007-05-171-1/+2
|
* Added statusbar functionalitygareth2007-05-1711-550/+640
| | | | | Added pending operations processing thread
* * OpenGridServices.Manager/gtk-gui/MainWindow.cs,gareth2007-05-166-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 completegareth2007-05-1614-0/+1309
|
* Re-organising some crapgareth2007-05-1614-1309/+0
|
* These should not be in SVNgareth2007-05-162-0/+0
|
* rebuilt build filesgareth2007-05-1683-5861/+7163
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Cleaning up warningsAdam Frisby2007-05-164-16/+22
|
* Committed a DOS Batch file for running prebuild for nant/visual studio ↵Adam Frisby2007-05-161-0/+2
| | | | automatically. Handy for lazy people like me.
* Updating nant/solution files.Adam Frisby2007-05-169-301/+340
|
* Let stuff be broken!Adam Frisby2007-05-1612-59/+349
|
* * sing loud, sing proud, sing from the heartlbsa712007-05-163-4/+2
|
* * here goes nothing...lbsa712007-05-161-1/+1
|
* another oopsgareth2007-05-161-1/+1
|
* oopsgareth2007-05-161-10/+3
|
* * uncommented offending codelbsa712007-05-161-7/+0
|
* Renamed OpenSimApplicationBase again this time to RegionServerBase MW2007-05-164-11/+33
|
* Moved the OpenSimMain class into the OpenSim.exe project MW2007-05-169-28/+588
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-1636-1801/+1854
|
* a bit more refactoringMW2007-05-164-13/+20
|
* Added logging and more crapgareth2007-05-161-6/+10
|
* Added proper errorlevelsgareth2007-05-161-3/+10
|
* FIXED THE BUILD!gareth2007-05-1634-1770/+1771
|
* Clarified that one should use makerel.shgareth2007-05-162-0/+2
|
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-1614-95/+264
| | | | okay but needs a lot more testing.
* * removed unused new-login.datlbsa712007-05-1610-283/+195
| | | | | | | | | | | * cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
* Yet more cleanup/refactoringMW2007-05-164-33/+61
|
* More refactoring.MW2007-05-1613-792/+501
| | | | | Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
* * deleted some user fileslbsa712007-05-165-212/+235
| | | | | * ignored some files
* UDPServer enabled, should no longer be any udp server code in OpenSimMain.MW2007-05-162-133/+37
|
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-1617-454/+599
| | | | 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)
* made QueItem a nested class in SimClient.MW2007-05-152-1/+12
|