aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress ↵lbsa712007-05-201-0/+0
| | | | missing method exception
* call RequestMapBlocks morphw2007-05-201-1/+3
|
* Add method to process for MapBlockRequest packetsmorphw2007-05-201-4/+25
|
* Add RequestMapBlocks to local and remote interfacesmorphw2007-05-202-0/+22
|
* Add RequestMapBlocks method to GridServer interfacesmorphw2007-05-203-0/+4
|
* Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵morphw2007-05-202-0/+58
| | | | region servers (on behalf of users)
* Done more work on the world map downloading functionalitygareth2007-05-204-2/+37
|
* added a field in SimProfileData for a region texture asset IDmorphw2007-05-201-0/+5
|
* Begun adding the mapping codegareth2007-05-195-291/+49
|
* Border crossing back to mostly working, still seems a problem in that you ↵MW2007-05-197-33/+47
| | | | need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
* (no commit message)MW2007-05-191-5/+6
|
* Added the echo method for template checksum handling (idea from ↵MW2007-05-193-126/+26
| | | | Hegemons_Login_Analysis page) to the CheckSumServer, but currently it is comment out as enabling it would mean that any version of client could connect which is very likely to lead to problem with pre 1.15 version clients.
* Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW2007-05-195-16/+200
|
* Added a CheckSumServer (handles template checksum , so there is no longer ↵MW2007-05-194-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)gareth2007-05-195-1/+34
|
* Fixed small null reference buggareth2007-05-191-0/+1
|
* * OpenGridServices.Manager/GridServerConnectionManager.cs: Now sendinggareth2007-05-191-0/+1
| | | | | the session ID with each command
* More authentication stuffgareth2007-05-191-3/+14
|
* Number of small changesMW2007-05-198-280/+225
|
* ZOMG! Authentication!gareth2007-05-191-1/+10
|
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-1938-1967/+2016
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* That shutdown function needs to call this....gareth2007-05-191-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 functiongareth2007-05-195-0/+38
| | | | | Consumed 100mg caffeine
* Updated login codegareth2007-05-196-5/+36
| | | | | Added dummy restart grid function
* Added bool requirePublic to gridserver. Disabled by default.Adam Frisby2007-05-181-1/+3
|
* 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)