Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -589/+0 | |
2007-07-04 | * Making trunk compile again for CC.net | Adam Frisby | 1 | -5/+5 | |
2007-06-26 | *Added support for reservations in OpenGridServices (mysql only for now) | mingchen | 1 | -8/+18 | |
*SQL file coming soon (as soon as I can figure out how to get the | |||||
2007-06-24 | * Enabled sugilite fixes in trunk/GridManager.cs when fast mode is disabled | Adam Frisby | 1 | -0/+7 | |
2007-06-24 | * Adding sugilite updates to Sugilite OGS | Adam Frisby | 1 | -0/+14 | |
2007-06-24 | * Added extensions to trunk/OGS to support Sugilite regions. Anyone running ↵ | Adam Frisby | 1 | -0/+7 | |
a grid is highly advised to update before 1.18 hits on monday. | |||||
2007-06-20 | * and done the same for OGS.. | Adam Frisby | 1 | -13/+13 | |
2007-06-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+575 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -474/+0 | |
version from trunk | |||||
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 1 | -0/+27 | |
2007-06-05 | * Fixed OGS build | Adam Frisby | 1 | -13/+13 | |
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in | |||||
2007-05-30 | * World map! Yay! | Adam Frisby | 1 | -2/+2 | |
* Using ASCII encoding for text not UTF8 encoding (causes the client to burp) * Cannot send uints via Nwc.XmlRpc - it asplodes and returns zero. | |||||
2007-05-29 | * Rebuilt Prebuild | Adam Frisby | 1 | -4/+6 | |
* Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before. | |||||
2007-05-28 | * Escaped log messages properly when logging to DB | Adam Frisby | 1 | -16/+40 | |
* World map textures are now checked against DBNull before returning * MySQL now informs when it gets a connection * "Fastmode" support added to world map queries (MySQL-only), disabled by default. | |||||
2007-05-28 | Please to be testing new logdata interfaces! | Adam Frisby | 1 | -3/+51 | |
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-20 | Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵ | morphw | 1 | -0/+57 | |
region servers (on behalf of users) | |||||
2007-05-19 | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 1 | -1/+0 | |
changed something. * Updated solution files & build files via prebuild. | |||||
2007-05-18 | Added bool requirePublic to gridserver. Disabled by default. | Adam Frisby | 1 | -1/+3 | |
2007-05-16 | Let stuff be broken! | Adam Frisby | 1 | -1/+6 | |
2007-05-14 | Fixing numerical typo in fast mode. | Adam Frisby | 1 | -1/+1 | |
2007-05-14 | * Added new "fast mode" region neighbour establishment. Reduces query count ↵ | Adam Frisby | 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 | |||||
2007-05-13 | * Fixed MySQL Grid Manager | Adam Frisby | 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. | |||||
2007-05-12 | EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵ | Adam Frisby | 1 | -8/+8 | |
to include Log Priority) | |||||
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 1 | -20/+23 | |
2007-05-05 | You can now save profiles to a database. (Zomg!) | Adam Frisby | 1 | -1/+11 | |
2007-05-04 | Comments sucker! | Adam Frisby | 1 | -4/+49 | |
2007-05-04 | Sims can now load their datastore (their localworld class - ↵ | Adam Frisby | 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. | |||||
2007-05-04 | Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵ | Adam Frisby | 1 | -0/+3 | |
we come!) | |||||
2007-05-04 | * Deleted old sim profiles | Adam Frisby | 1 | -0/+286 | |
* Added new grid manager replacement |