Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 2007-05-24 | 1 | -474/+0 |
| | | | | the Grid servers can be a separate solution to the region server. | ||||
* | Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵ | morphw | 2007-05-20 | 1 | -0/+57 |
| | | | | region servers (on behalf of users) | ||||
* | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 2007-05-19 | 1 | -1/+0 |
| | | | | | | | changed something. * Updated solution files & build files via prebuild. | ||||
* | Added bool requirePublic to gridserver. Disabled by default. | Adam Frisby | 2007-05-18 | 1 | -1/+3 |
| | |||||
* | Let stuff be broken! | Adam Frisby | 2007-05-16 | 1 | -1/+6 |
| | |||||
* | Fixing numerical typo in fast mode. | Adam Frisby | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | * Added new "fast mode" region neighbour establishment. Reduces query count ↵ | Adam Frisby | 2007-05-14 | 1 | -13/+61 |
| | | | | by 88% when connecting a new sim to the grid. Only compatible with the MySQL data provider right now - disabled by default. Reenable on line 181 of GridManager.cs | ||||
* | * Fixed MySQL Grid Manager | Adam Frisby | 2007-05-13 | 1 | -2/+18 |
| | | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql. | ||||
* | EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵ | Adam Frisby | 2007-05-12 | 1 | -8/+8 |
| | | | | to include Log Priority) | ||||
* | Merged 0.1-prestable back into trunk :( | gareth | 2007-05-07 | 1 | -20/+23 |
| | |||||
* | You can now save profiles to a database. (Zomg!) | Adam Frisby | 2007-05-05 | 1 | -1/+11 |
| | |||||
* | Comments sucker! | Adam Frisby | 2007-05-04 | 1 | -4/+49 |
| | |||||
* | Sims can now load their datastore (their localworld class - ↵ | Adam Frisby | 2007-05-04 | 1 | -1/+1 |
| | | | | prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time. | ||||
* | Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵ | Adam Frisby | 2007-05-04 | 1 | -0/+3 |
| | | | | we come!) | ||||
* | * Deleted old sim profiles | Adam Frisby | 2007-05-04 | 1 | -0/+286 |
* Added new grid manager replacement |