aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/MapImageService (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-11Fix multi, and single tenancy on MapGetroot1-2/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-7/+7
2016-03-05Fix a couple of typosMelanie Thielker1-1/+1
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2015-10-18On to 0.8.3!Diva Canto1-1/+1
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov1-71/+3
2015-08-30 cache in memory water textureUbitUmarov1-33/+105
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)1-1/+2
problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
2014-08-23Change the map tile system to be multi-grid hosting compatibleMelanie Thielker1-18/+21
Conflicts: OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs
2014-08-23Change the map tile system to be multi-grid hosting compatibleMelanie Thielker1-18/+21
2014-07-21Eliminated some warningsOren Hurvitz1-0/+2
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-31Move the generation of the multi-resolution map tiles off the mainRobert Adams1-16/+66
region creation thread. For varregions or simulators with many regions, this will speed up simulator startup and elimiate some thread timeout warnings.
2014-03-18Add delete maptile ability to MapImageService - yet untestedMelanie Thielker1-2/+31
2014-03-18Add delete maptile ability to MapImageService - yet untestedMelanie Thielker1-2/+31
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-07-26Force map tiler to save Water.jpg as an actual jpeg format it seems even ↵nebadon1-1/+1
though we specified jpg extention it was actually a png and thus confusing the viewer silently.
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-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.
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec.
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2011-11-19Improve some grid region log messages to express regions at co-ordinate ↵Justin Clark-Casey (justincc)1-1/+1
(e.g. 1000, 1000) rather than meter positions (256000, 256000)
2011-11-19Don't register a region twice on both official registration and maptile ↵Justin Clark-Casey (justincc)1-0/+2
regeneration. Maptile storage appears orthogonal to region registration
2011-06-13V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto1-1/+1
variables added in order for this to work. See .ini.example changes
2011-06-12Add credit and link to SimianGrid project. Thanks, guys!Diva Canto1-0/+4
2011-06-12bit depth: 24!!! begeez! -- zoom levels work now.Diva Canto1-3/+2
2011-06-12A few bug fixes on map V2. Zoom level weirdness still there.Diva Canto1-1/+1
2011-06-12First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto1-0/+295
some issues with the zoom level -- TBD.