after a long time, here is the new release v0.7.2
Windows Vista or newer required. (Or Windows Server 2008)
Setup Minetest Mapper Gui x64.exe 21.9 MBSetup Minetest Mapper Gui x32.exe 20.1 MB
After Installation, a restart might be required because of msvc redistributable
MinetestMapperGui_64.zip 28.0 MBMinetestMapperGui_32.zip 24.8 MB
53e9e64 Update colors.txt
f85b349 Update Translation
89a99b0 Remove redundant void
999dabd Remove debug output
114d3f5 Copy mtmapperenv.bat to build dir
838126a Change GeometryGranularity and GeometrySizeMode to QMetaEnums
225439b Move Output log from tab to doc widget and hide it
d2fd74a Fix Geometry meta enum for static methods
1b59cbc Rename general to common
86dd4ba Use lightwight Q_GADGET instead of Q_OBJECT
b1bc4c5 Use colorLineEdit for heightmap color too
0f8fb0c Rework colorLineEdit
b8dfcc6 Add option to open Terminal
f340a43 Made anchors list static const
0cc40eb Removed accidently added cpp and h files from resource
f313121 Load and restore radiobuttons from tiles-tab
709c322 Make use of Qt's MetaEnum for serialization of enums
d59b85e Update Minetestmapper Manual
bffc961 Reworked colors.txt asistant
0cd5255 Removed legacycode, Fixed Typos, Updated Translation
1dabd10 Tidy up
adc60b9 Change string connections to functionpointer connections
99806a0 Error if building on Qt < 5
580331e Correcting colorpaths
b6601bb Print sqlite error if prepare failed
a287701 Update colors.txt file to fit latest Minetest Game
73e7ff8 Update build-instructions.rst
dc24a6c Use algorithm instead of loop
e219fd8 Preparation to use libiconv
6d958c2 Color fix mixing with black (k)
9398ef4 Fix getenv work correct on non-windows
abd91ab Modernize Settings Class
38ef37c Use const ref in Settings Class
d9101ee Add util.h to CMakeLists.txt
32f081c Remove unnecessary calls to strlower in drawalpha option
a305122 Add clang-format file
796f614 Rearange option parse loop
6aa1931 Set CMake_BUILD_TYPE to Release if not specified
f134029 Use Release libs
2d0d982 Select correct triplet
328b9f5 Update vcpkg
9c582da Improve Appveyor
456cfb7 Replace getopt/ketopt with parg
0fed381 Set theme jekyll-theme-cayman
6748578 Recover the documentation
153ae78 Replace getopt with ketopt
cfa6a1d Add Sqlite support for players
4aaa8b1 Update buildsystem
a6135be Use c++17 filesystem as alternative to dirent
1d71b08 Renamed mapper.cpp/h to Mapper.cpp/h
a089cd6 Fix porting on Linux
1bd7977 Fix redis
5b6b6c9 #ifdef USE_REDIS instead of #if
78c2c10 Move Image size check to PaintEngine
cbe326a Add more info to versioninfo
e4250d0 Create ZIP archive
012af62 Use porting::fopen; porting::strerror to avaoid MSVC warnings
b250187 Remove cmake generated files from git
5731dac CPack: use correct version
fb15df2 Return EXIT_FAILURE instead of exit(1)
01f4dfc Ignore cmake autogenerated files
5f21b5b Build Windows installer using WIX
66543fe Dont cache vcpkg download dir
373121c Allow Color to be constexpr
8e58e84 Modernize PixelAttributes
d40bd78 Tidy up PixelAttributes
b07df84 Link to required libaris for leveldb
cc65df9 Refactor CmakeLists.txt
6f4445a Get version from Git
683f4e9 Add TrueType font renderer for libgd (currently disabled)
6cfb021 Add PaintEngine.h to cmake file
b1f5076 Text gets converted by the PaintEngine
face7c0 Use strong enum for blocklist prefetch state
cc3ef4c Add RC file for Windows
963e992 Tidy up and modernize TileGenerator (Part 3)
85eb82e Add support for PGSQL on travis and appveyor
b195c12 Get postgresql working
ef63050 Enable leveldb on travis
4f12a2b Improvement to mapblock deserialisation
0596756 Fix Typo
8f13b85 Modernize Mapper class
5e6b699 Refactor TileGenerator
15a4ed2 Tidy up and modernize TileGenerator (Part 2)
0bba4bc Fix porting for Linux
8062064 Tidy up and modernize TileGenerator (Part 1)
72d29f2 Fix access to uninitialized variable
456189f Refactor porting
b5b3d29 Tidy up Color
b0eb067 Refactor DataFileParser out of TileGenerator
685b136 Modernize db-sqlite3
467e7ce Always use unordered map/set
0292669 Use vector instead of ustring
fb21462 strcasecmp might already defined in libgd header
3e30542 Implement time messurement
de634f6 Leveldb fix
c921987 Refactor mapper class
10aa0d2 Add appveyor.yml for Appveyor builds
84ba5d9 Add support for leveldb
9d55309 Add travis and linux build support