Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GetRegion(s)ByName with SQLite behaves like it does with other databases. | Marck | 2011-02-22 | 1 | -10/+38 |
| | | | | The in-memory storage of region data that is used by default with SQLite now handles wildcards in region names in the same way as SQL queries do with other databases. | ||||
* | Add distance sort for null, too | Melanie | 2010-08-08 | 1 | -2/+5 |
| | |||||
* | White space from previous commit. | Diva Canto | 2010-07-31 | 1 | -29/+29 |
| | |||||
* | Implemented console command "show hyperlinks". | Marck | 2010-07-31 | 1 | -31/+30 |
| | |||||
* | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 2010-05-09 | 1 | -3/+5 |
| | | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | ||||
* | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 2010-03-26 | 1 | -2/+2 |
| | |||||
* | Convert NullRegionData to a singleton pattern, since that is required | Melanie | 2010-02-08 | 1 | -2/+53 |
| | | | | for a standalone | ||||
* | Assorted bug fixes related to hyperlinking | Diva Canto | 2010-01-31 | 1 | -2/+2 |
| | |||||
* | Preliminary work on the new default region setting mechanism | Melanie | 2010-01-09 | 1 | -0/+10 |
| | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -3/+3 |
| | |||||
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 2009-09-24 | 1 | -4/+1 |
| | | | | getting parameters and replies over the wire. | ||||
* | More tests. Seems to be working. | Diva Canto | 2009-09-23 | 1 | -1/+1 |
| | | | | Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in. | ||||
* | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 2009-09-23 | 1 | -0/+1 |
| | | | | | | SimpleRegionInfo. Added grid configs to standalones. | ||||
* | Add the Null storage implementation for the RegionData service. Standalones | Melanie | 2009-09-16 | 1 | -0/+136 |
have no regions table, so this is needed |