aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer/GridManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-474/+0
the Grid servers can be a separate solution to the region server.
2007-05-20Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵morphw1-0/+57
region servers (on behalf of users)
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-1/+0
changed something. * Updated solution files & build files via prebuild.
2007-05-18Added bool requirePublic to gridserver. Disabled by default.Adam Frisby1-1/+3
2007-05-16Let stuff be broken!Adam Frisby1-1/+6
2007-05-14Fixing numerical typo in fast mode.Adam Frisby1-1/+1
2007-05-14* Added new "fast mode" region neighbour establishment. Reduces query count ↵Adam Frisby1-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
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby1-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.
2007-05-12EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby1-8/+8
to include Log Priority)
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-20/+23
2007-05-05You can now save profiles to a database. (Zomg!)Adam Frisby1-1/+11
2007-05-04Comments sucker!Adam Frisby1-4/+49
2007-05-04Sims can now load their datastore (their localworld class - ↵Adam Frisby1-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.
2007-05-04Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵Adam Frisby1-0/+3
we come!)
2007-05-04* Deleted old sim profilesAdam Frisby1-0/+286
* Added new grid manager replacement