aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/MapImageService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-2/+31
|
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
|
* Force map tiler to save Water.jpg as an actual jpeg format it seems even ↵nebadon2013-07-261-1/+1
| | | | though we specified jpg extention it was actually a png and thus confusing the viewer silently.
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
|
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* Improve some grid region log messages to express regions at co-ordinate ↵Justin Clark-Casey (justincc)2011-11-191-1/+1
| | | | (e.g. 1000, 1000) rather than meter positions (256000, 256000)
* Don't register a region twice on both official registration and maptile ↵Justin Clark-Casey (justincc)2011-11-191-0/+2
| | | | | | regeneration. Maptile storage appears orthogonal to region registration
* V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto2011-06-131-1/+1
| | | | variables added in order for this to work. See .ini.example changes
* Add credit and link to SimianGrid project. Thanks, guys!Diva Canto2011-06-121-0/+4
|
* bit depth: 24!!! begeez! -- zoom levels work now.Diva Canto2011-06-121-3/+2
|
* A few bug fixes on map V2. Zoom level weirdness still there.Diva Canto2011-06-121-1/+1
|
* First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto2011-06-121-0/+295
some issues with the zoom level -- TBD.