Commit Graph

34 Commits (master)

Author SHA1 Message Date
poikilos 322ed6c73f Create a custom converter for the geometry param. Improve help for backend. 2021-02-01 00:40:37 -05:00
poikilos 2b852a9077 accept negative numbers for geometry by bypassing argparser for that 2020-04-29 18:26:28 -04:00
poikilos fda8d5db15 Support backend option and i/o options like the C++ minetestmapper 2020-04-29 17:08:07 -04:00
poikilos 4502b5565e fix the use of join on an int list 2020-02-10 16:05:37 -05:00
poikilos f2e733bded remove extra parenthesis probably from 2to3 2020-02-10 15:33:45 -05:00
poikilos 5b6db13152 add code quality script; conform to PEP8
excluding bare except since correct exception is unknown; but including:
change ==None to is None
2020-02-10 15:29:30 -05:00
poikilos 27f17fa64b add license info and author clarifications to readme 2020-02-10 13:01:39 -05:00
Jacob Gustafson fb50907f9c
change license to compatible balance between original and new
originally WTFPL; changed to BSD 2-clause to match the C++ version of minetestmapper
2020-02-10 13:00:37 -05:00
poikilos 6f918cc3b4 Improve documentation, move changes to CHANGELOG.md 2020-02-10 12:39:50 -05:00
poikilos 2768ecc639 remove redundant and repeated traceback and exception output
and clarify exceptions
2020-02-10 11:51:25 -05:00
poikilos cd6c6b7acc Switch to BytesIO; revert ignoring of minetestmapper-numpy exceptions
resolves #3
2020-02-10 11:11:37 -05:00
poikilos f6847b31d4 Run 2to3, and manually fix string.* calls and file(...)
resolves #1
2020-02-09 15:28:09 -05:00
poikilos bf987909af correct syntax 2018-04-25 10:59:28 -04:00
poikilos be1768a8aa show correct python version in help text 2018-04-25 10:57:00 -04:00
poikilos bb4f18713f show missing Pillow error instead of traceback 2018-04-25 10:51:30 -04:00
poikilos ca1c9074f2 account for new variable name (map to internal name) 2018-04-25 10:01:23 -04:00
poikilos 430fe4c7e1 fix use of args with hyphen 2018-04-25 09:39:22 -04:00
poikilos f4b073e572 use new arg names YMAX and YMIN 2018-04-25 09:35:19 -04:00
expertmm efe60cf852 formatting readme further 2018-02-17 22:25:41 -05:00
expertmm 201272a04c formatting readme 2018-02-17 22:24:27 -05:00
expertmm 0de1728a8b clarified initial changes to fork further 2018-02-17 22:18:52 -05:00
expertmm a722fc7440 format readme and clarify initial changes in fork 2018-02-17 22:07:45 -05:00
expertmm d6a1ab19cd reduce exception output
or repeated exception outputs hundreds of MB to stdout
2018-02-15 19:49:36 -05:00
expertmm 36f6983799 conforming params to official minetestmapper 2018-02-15 19:11:21 -05:00
expertmm ee9560b277 start conforming params to official minetestmapper 2018-02-15 18:51:04 -05:00
expertmm 6f39dffc01 update instructions for colors.txt 2018-02-15 18:24:25 -05:00
expertmm f32ae09e2c detect colors.txt, more stdout; numpy: fix crash 2018-02-15 18:02:31 -05:00
Jacob Gustafson c66401a6fa
Update README.md 2018-02-15 17:00:44 -05:00
Jacob Gustafson 36958e7cc6
Update README.md 2018-02-15 16:40:55 -05:00
Jacob Gustafson e7cd266980
commit last maintained spillz version
from https://github.com/spillz/minetest/blob/master/util/minetestmapper-numpy.py
2018-02-15 16:40:18 -05:00
Jacob Gustafson 90e2fb2fa3
commit last pre-cpp sectors2sqlite
from 26e2eb019a/util/sectors2sqlite.py
2018-02-15 16:37:39 -05:00
Jacob Gustafson 71634f5f06
commit last pre-cpp minetestmapper
from 26e2eb019a/util/minetestmapper.py
2018-02-15 16:35:22 -05:00
Jacob Gustafson 1f1de16ae8
commit last pre-cpp version of colors.txt
from https://raw.githubusercontent.com/minetest/minetest/26e2eb019afa60c66c4dc89cf24bbf5b25c6a383/util/colors.txt
2018-02-15 16:34:01 -05:00
Jacob Gustafson d6bf046e2d
Initial commit 2018-02-15 16:30:58 -05:00