Go to file
adrido adb672841d
Update README.md
2020-04-20 17:09:37 +02:00
.github/workflows Add Github runner (#1) 2020-04-20 14:25:28 +02:00
cmake Add CMake buildsystem 2019-03-15 17:07:05 +01:00
colors Update colors.txt 2019-03-08 14:49:03 +01:00
doc Update Minetestmapper Manual 2017-03-07 16:25:08 +01:00
images Add option to open Terminal 2017-03-10 11:03:50 +01:00
translations Fix some memory leaks 2019-03-31 12:03:24 +02:00
.gitignore More changes to .gitignore 2015-07-04 07:42:17 +02:00
.gitlab-ci.yml Add .gitlab-ci.yml 2017-02-15 16:57:48 +01:00
AUTHORS Document license information in LICENSE file 2015-07-02 18:06:18 +02:00
CMakeLists.txt Add Github runner (#1) 2020-04-20 14:25:28 +02:00
LICENSE Document license information in LICENSE file 2015-07-02 18:06:18 +02:00
MinetestMapperGui.in.desktop Fix Install locations on Linux 2019-03-30 12:08:05 +01:00
MinetestMapperGui.in.rc Fix WIX installer 2019-03-17 15:25:07 +01:00
MinetestMapperGui.pro Copy mtmapperenv.bat to build dir 2018-08-18 06:46:27 +02:00
README.md Update README.md 2020-04-20 17:09:37 +02:00
bitbucket-pipelines.yml Update bitbucket-pipelines 2019-03-22 15:19:13 +01:00
colorlineedit.cpp Modernize 2019-03-25 05:18:21 +01:00
colorlineedit.h Modernize: Use nullptr 2019-03-29 17:23:22 +01:00
colorstxtwizard.cpp Remove redundant void 2018-08-18 16:18:59 +02:00
colorstxtwizard.h Modernize: use override 2019-03-29 17:35:10 +01:00
configdialog.cpp Correctly search for Minetestmapper 2019-03-30 13:23:37 +01:00
configdialog.h Modernize: use override 2019-03-29 17:35:10 +01:00
configdialog.ui Re-Initialize MinetestMapperExecutable after Settings changed 2017-01-30 10:00:47 +01:00
drawmapfigure.cpp UI improvement on the Draw-Figures Tab 2017-01-04 11:08:11 +01:00
drawmapfigure.h Fix some memory leaks 2019-03-31 12:03:24 +02:00
drawmapfiguretablemodel.cpp Fix some memory leaks 2019-03-31 12:03:24 +02:00
drawmapfiguretablemodel.h Fix some memory leaks 2019-03-31 12:03:24 +02:00
figuredelegate.cpp Fix reportings of static analyzer 2019-03-29 04:34:17 +01:00
figuredelegate.h Modernize: Use nullptr 2019-03-29 17:23:22 +01:00
geometry.cpp Modernize for-loops 2019-03-25 05:21:44 +01:00
geometry.h Modernize: remove redundant void 2019-03-29 17:27:24 +01:00
geometrywidget.cpp Load and restore the Format correctly 2019-03-29 17:03:48 +01:00
geometrywidget.h Modernize: use override 2019-03-29 17:35:10 +01:00
geometrywidget.ui [WIP] Fixes to geometry 2015-07-04 10:18:37 +02:00
lgtm.yml Add lgtm.yml 2019-03-31 12:38:50 +02:00
main.cpp Display if its is a portable version 2019-03-29 04:47:18 +01:00
mainwindow.cpp Fix some memory leaks 2019-03-31 12:03:24 +02:00
mainwindow.h Modernize: use override 2019-03-29 17:35:10 +01:00
mainwindow.ui Display Qt logo in about Qt 2019-03-29 04:36:13 +01:00
makecolors.cpp Fix reportings of static analyzer 2019-03-29 04:34:17 +01:00
makecolors.h Modernize: use override 2019-03-29 17:35:10 +01:00
minetestmapperexe.cpp Fix reportings of static analyzer 2019-03-29 04:34:17 +01:00
minetestmapperexe.h Modernize: remove redundant void 2019-03-29 17:27:24 +01:00
minetestmappergui.qrc Add option to open Terminal 2017-03-10 11:03:50 +01:00
mtmapperenv.bat Add option to open Terminal 2017-03-10 11:03:50 +01:00
mtmapperenv.sh Add option to open Terminal 2017-03-10 11:03:50 +01:00
translator.cpp Fix reportings of static analyzer 2019-03-29 04:34:17 +01:00
translator.h Rework Translator 2019-03-22 03:24:03 +01:00

README.md

README CI

MinetestMapperGui is a program written in C++ using the Qt framework that executes the minetestmapper over an graphical interface.

Note

This Repository only contains the MinetestmapperGUI, If you are searching the full Package (including minetestmapper) please look here.

Getting Started

Installing

The easiest way is to grab the latest Installer from the Release page for your platform and install it. If it isn't available you can easyly compile it yourself.

Building MinetestMapperGUI yourself

Requirements

  • A modern C++ compiler
  • Qt-Framework
  • CMake
  • git

Compiling

Open the Folder in your preferred IDE. Visual Studio and Qt-Creator are known to work.

OR:

Use the commandline:

cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PORTABLE=TRUE .
cmake --build . --config Release

Creating a package

cpack -G ZIP

Of course, you can use every cpack generator you want. If your favourite one is not available, feel free to create a Pull Request

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.