aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null/NullRegionData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto1-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.
2010-03-26replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)1-2/+2
2010-02-08Convert NullRegionData to a singleton pattern, since that is requiredMelanie1-2/+53
for a standalone
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-2/+2
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+10
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-3/+3
2009-09-24GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto1-4/+1
getting parameters and replies over the wire.
2009-09-23More tests. Seems to be working.Diva Canto1-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.
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto1-0/+1
SimpleRegionInfo. Added grid configs to standalones.
2009-09-16Add the Null storage implementation for the RegionData service. StandalonesMelanie1-0/+136
have no regions table, so this is needed