Commit Graph

91 Commits (028190bc3d0d0ad41e669928be37ce6b2a5d538a)

Author SHA1 Message Date
addi 028190bc3d UI improvement on the Draw-Figures Tab 2017-01-04 11:08:11 +01:00
addi 145bf8c688 Add Draw-figures Tab 2016-12-14 10:00:35 +01:00
addi 7b801e5755 Prefer a colors.txt from the world directory (if exist) but allow to use always a static one 2016-11-09 10:11:27 +01:00
addi 2daea70c43 Removed unecesarry msleeps; Updated pipeline 2016-11-02 13:37:33 +01:00
addi 1bccc3488f Added colors.txt assistant which helps to create a colors.txt file. 2016-11-02 10:11:53 +01:00
adrido 63d42b9af9 bitbucket-pipelines.yml wurden online mit Bitbucket bearbeitet 2016-10-17 12:42:32 +00:00
adrido efce348e4c bitbucket-pipelines.yml wurden online mit Bitbucket bearbeitet 2016-10-17 11:47:28 +00:00
adrido b89a0924d0 bitbucket-pipelines.yml wurden online mit Bitbucket bearbeitet 2016-10-17 11:00:03 +00:00
adrido b2d41df914 bitbucket-pipelines.yml created online with Bitbucket 2016-10-17 10:57:59 +00:00
addi 7887fdd0ed Add command line argument to allow start in portable mode 2016-10-17 10:00:18 +02:00
addi d3832929c7 "Friendlier" error message if Minetestmapper not found.
Minetestmapper GUI is asking now if the user want to open Preferences.
2016-06-29 17:00:42 +02:00
addi 6ae746005a Updated Inno Setup Script 2016-06-29 07:41:43 +02:00
addi 0a9f8556f5 Fix profiles not found 2016-06-22 15:30:32 +02:00
addi d8fce4e823 Update to QT 5.6 2016-06-22 15:30:05 +02:00
adrido dbb87a72a1 updated translations 2015-10-28 04:23:07 +01:00
adrido f29bcb5e1d Fix Mainwindow does not reopen in Maximized mode after closing in Maximized mode 2015-10-27 12:46:52 +01:00
adrido 0f90fdd425 Optimized Installer script 2015-10-27 07:51:23 +01:00
adrido 12c37f0731 Added Inno Setup script to create a installer for Windows 2015-10-27 04:15:23 +01:00
adrido c0d6870299 using new Settings and Profiles;
not compatible with older minetestMapperGui versions.
2015-10-24 07:05:05 +02:00
adrido 66d7c55967 Merge branch 'mapper-location' 2015-10-14 17:58:37 +02:00
adrido fb50ebbaf7 Read version from Git 2015-07-20 08:44:41 +02:00
adrido 0ab34eecb2 merged Improved_Geometry into master 2015-07-18 11:11:07 +02:00
adrido 9a004f8671 Make RegularExpressions const and parse legacy format 2015-07-13 10:37:39 +02:00
adrido 84edddce80 Output Corners correctly 2015-07-06 11:59:04 +02:00
adrido 9687120211 Parse negative values also for dimension 2015-07-05 12:22:36 +02:00
adrido 4a3df34641 Match any even if there are unnecessary characters before or after the geometry string
Fix whitespaces
2015-07-05 12:12:14 +02:00
adrido 217979e55b Remove unnecessary porting.h file 2015-07-05 11:50:13 +02:00
adrido 23cb8ec83e Use RegularExpression to detect and parse format and QString() with arg() for output.
+ OS independent
+ No memory leak (currently)
- Maybe not as fast as sscanf
2015-07-05 11:43:40 +02:00
Rogier 1e91517af4 Add a function to obtain a list of supported minetestmapper options
(depending on how accurately the --help option reports them...)
2015-07-04 10:28:19 +02:00
Rogier 505686ff8a Add function to obtain minetestmapper version 2015-07-04 10:28:19 +02:00
Rogier 20b8e53234 Make minetestmapper location configurable. Search for & propose candidates. 2015-07-04 10:28:19 +02:00
Rogier 886ae09e32 Fix... 2015-07-04 10:26:18 +02:00
Rogier 59fe2eba60 [WIP] Fixes to geometry 2015-07-04 10:18:37 +02:00
Rogier ddb26b4cd3 [WIP] fixes to geometry 2015-07-04 09:16:35 +02:00
Rogier 99cdc1c8b7 Fix dimensions of geometry widget 2015-07-04 08:37:07 +02:00
Rogier 180956b044 Allow setting geometry manually as well 2015-07-04 08:36:55 +02:00
Rogier 9a06348f99 More changes to .gitignore 2015-07-04 07:42:17 +02:00
adrido 5bf389338c Use sizemode for geometrymode_size_group instead granularity 2015-07-03 08:35:43 +02:00
Rogier 15ef6d529e Add missing include file for sscanf / snprintf 2015-07-03 08:17:15 +02:00
adrido 718c222590 Merged in Rogier-5/minetestmappergui/misc-changes-2 (pull request #3)
Misc changes 2
2015-07-02 20:34:49 +02:00
Rogier f5c18b38ce Improve geometry widget 2015-07-02 19:15:56 +02:00
Rogier 72805c0b66 Try and make sscanf / snprintf work on both windows and Linux
sscanf_s exists in C11, but I didn't find it in CXX11
_snprintf_s does not exist in C11 or CXX11. C11 does have snprintf_s

In combination with the fact that I think sscanf and snprintf are not used
insecurely here (*), I used sscanf and snprintf, and added macros to select
the microsoft/C11 alternatives on Windows.

(*) Notes:
Any insecurity of sscanf does not apply, as it is not reading strings.

snprintf already does bounds-checking on the destination buffer, which is
is much to large anyway. And as compilers (VC++ too, I assume...) usually
check whether the format specifiers match the parameter types, there
should be no need for an extra-secure version here either.
2015-07-02 19:15:56 +02:00
Rogier bb169ab3e8 Fix to 'Improve Geometrymode' (18ee90f0) 2015-07-02 19:15:56 +02:00
Rogier e3ea69d215 Document license information in LICENSE file
See the source code (MainWindow::on_actionAbout_MinetestMapperGUI_triggered)
2015-07-02 18:06:18 +02:00
Rogier 97f07778b0 Improve 'Tiles' tab a little 2015-07-02 18:04:54 +02:00
Rogier 8a2fd652a0 Fix regular and heightmap scale interval which would not enable 2015-07-02 18:04:54 +02:00
Rogier ff327ded1e Added some filenames to .gitignore 2015-07-02 18:04:54 +02:00
adrido 5e3752b1cd Merged in Rogier-5/minetestmappergui/fix (pull request #2)
Fix to 'Improve Geometrymode' (18ee90f0)
2015-07-02 17:20:58 +02:00
Rogier bd29fee445 Fix to 'Improve Geometrymode' (18ee90f0) 2015-07-02 16:51:29 +02:00
adrido df6b7b6325 Created own geometry widget to keep code simple and clean
Currently its proof of concept, wich may work not right.
The goal is, that mainwindow only have to call set(geometry) and the geometry widget detects and select the correct dropdown entry and fills in the data into the spin boxes.
Also  mainwindow only needs to call getGeometry() to get the geometryString for generating the map and save in profile settings
2015-07-02 15:11:29 +02:00