aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/MapImageService/MapImageService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-71/+3
|
* bad merge?UbitUmarov2015-09-011-30/+125
|\
| * cache in memory water textureUbitUmarov2015-08-301-33/+105
| |
| * Change the map tile system to be multi-grid hosting compatibleMelanie Thielker2014-08-231-18/+21
| |
| * Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-211-1/+1
| |\ | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| * | Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-2/+31
| | |
* | | Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+2
| | | | | | | | | | | | | | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* | | Eliminated some warningsOren Hurvitz2014-07-211-0/+2
| | |
* | | Move the generation of the multi-resolution map tiles off the mainRobert Adams2014-05-311-16/+66
| | | | | | | | | | | | | | | | | | region creation thread. For varregions or simulators with many regions, this will speed up simulator startup and elimiate some thread timeout warnings.
* | | Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-2/+31
| |/ |/|
* | 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.
* 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.