Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finished adding comments | Adam Frisby | 2007-05-20 | 1 | -0/+61 |
| | |||||
* | Adding SQL files for new userserver table layouts. | Adam Frisby | 2007-05-20 | 2 | -0/+58 |
| | |||||
* | * Switching back to MySql | Adam Frisby | 2007-05-20 | 1 | -1/+2 |
| | |||||
* | * DB4o support made default | Adam Frisby | 2007-05-20 | 2 | -1/+18 |
| | | | | | * Some comments | ||||
* | Infact, so fresh it didnt even load a database connection! | Adam Frisby | 2007-05-20 | 1 | -5/+1 |
| | |||||
* | Adam proudly presents: A new user/login server - fresh to you from his ↵ | Adam Frisby | 2007-05-20 | 3 | -15/+347 |
| | | | | desktop, and completely untested! | ||||
* | Need to add the grid portion next to test this thing | gareth | 2007-05-20 | 2 | -3/+18 |
| | |||||
* | * Added UnixTimeSinceEpoch() function to Util class (god knows how many ↵ | Adam Frisby | 2007-05-20 | 1 | -0/+7 |
| | | | | times we have reimplemented this.) | ||||
* | Didn't want to get left behind in the number of commits, and hey it says ↵ | MW | 2007-05-20 | 3 | -5/+1 |
| | | | | there are some differences between my local copy and svn, so why not commit? | ||||
* | * Fixed depreciated warning in MSSQL Manager | Adam Frisby | 2007-05-20 | 2 | -1/+52 |
| | | | | | * Added support for user agents in the Userserver UserManager | ||||
* | Small fix (2/2) | Adam Frisby | 2007-05-20 | 2 | -3/+26 |
| | |||||
* | Small fix (1/2) | Adam Frisby | 2007-05-20 | 1 | -4/+49 |
| | |||||
* | * Updated UserAgentData class, adding new properties, modifying existing ↵ | Adam Frisby | 2007-05-20 | 2 | -5/+89 |
| | | | | | | | | ones datatypes. * Added read-only support for new userserver to MySQL Data Interface. (TODO: Add write capabilities to the Agent table.) * Added new regionMapTextureID support to MySQL Data server. (thanks MorphW!) | ||||
* | * Reverted libterrain update | lbsa71 | 2007-05-20 | 4 | -55/+43 |
| | | | | | * Updated vs2005 target | ||||
* | * Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress ↵ | lbsa71 | 2007-05-20 | 1 | -0/+0 |
| | | | | missing method exception | ||||
* | call RequestMapBlocks | morphw | 2007-05-20 | 1 | -1/+3 |
| | |||||
* | Add method to process for MapBlockRequest packets | morphw | 2007-05-20 | 1 | -4/+25 |
| | |||||
* | Add RequestMapBlocks to local and remote interfaces | morphw | 2007-05-20 | 2 | -0/+22 |
| | |||||
* | Add RequestMapBlocks method to GridServer interfaces | morphw | 2007-05-20 | 3 | -0/+4 |
| | |||||
* | Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵ | morphw | 2007-05-20 | 2 | -0/+58 |
| | | | | region servers (on behalf of users) | ||||
* | Done more work on the world map downloading functionality | gareth | 2007-05-20 | 4 | -2/+37 |
| | |||||
* | added a field in SimProfileData for a region texture asset ID | morphw | 2007-05-20 | 1 | -0/+5 |
| | |||||
* | Begun adding the mapping code | gareth | 2007-05-19 | 5 | -291/+49 |
| | |||||
* | Border crossing back to mostly working, still seems a problem in that you ↵ | MW | 2007-05-19 | 7 | -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) | MW | 2007-05-19 | 1 | -5/+6 |
| | |||||
* | Added the echo method for template checksum handling (idea from ↵ | MW | 2007-05-19 | 3 | -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 | MW | 2007-05-19 | 5 | -16/+200 |
| | |||||
* | 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 |
| |