Commit Graph

31 Commits

Author SHA1 Message Date
sfan5
8b563f409e Modernize CMake build script
also includes this fix: a24899bf2d
2021-08-27 17:30:42 +02:00
sfan5
f26070ef4f Switch from Travis-CI to Github Actions 2021-08-27 16:56:24 +02:00
clavinet
6bb818ac2f
Update Linux instructions in README (#78) 2020-06-01 13:35:41 +02:00
sfan5
8e83ce6464 Some more code modernization
also a few small performance improvements
2020-05-08 22:16:13 +02:00
sfan5
cb8341aeab Implement --exhaustive y mode as another database access optimization
This one works best when you have a wide area with low height (e.g. 10000x200x10000)
2020-03-28 00:14:47 +01:00
sfan5
7ff2288627 Optimize database access further by allowing "brute-force" queries instead of listing available blocks
Also adds a heuristic that will enable this behaviour automatically.
2020-03-27 23:38:18 +01:00
Martijn Versteegh
ee5b8a9f86 Add a flag to never output empty images. 2018-11-01 13:10:28 +01:00
Martijn Versteegh
8e8cc3d1f2 Add an option to get the extent of the map. 2018-10-20 22:32:33 +02:00
sfan5
d327a84841
Update README 2018-03-25 16:42:45 +02:00
nekoswag
cca7072eab put color values in quotes
the command line doesn't seem to like the "#" char, see https://forum.minetest.net/viewtopic.php?p=182380#p182380
2018-02-01 14:30:36 +01:00
sfan5
bc7d81eb62 Update README (postgresql support) 2017-01-08 23:27:45 +01:00
sfan5
9503f76805 Add links to Windows build to README 2016-12-18 21:30:52 +01:00
sfan5
77fdcd15fb Allow rendering (or omitting) scales at every image edge 2016-11-18 22:01:15 +01:00
sfan5
ae9321de1e Clarify format of --geometry in README
closes #22
2016-09-18 13:32:26 +02:00
sfan5
79121ade27 Document --colors in README 2016-08-28 15:58:06 +02:00
Florian Schüller
15fae27b85 Zoom implementation (--zoom option) 2016-08-09 15:35:36 +02:00
sfan5
7c1989a6b2 Improve README (fixes #30) 2016-08-05 16:12:51 +02:00
sfan5
80ad231b1f Add travis build status to README 2014-12-24 23:05:25 +01:00
Sfan5
2553e44e8d Add redis database backend 2014-04-26 15:03:32 +02:00
Sfan5
84d46ab8eb Add alpha transparency ability for blocks 2014-04-03 20:32:48 +02:00
Sfan5
abf6b5f7cd Some more explanation about LevelDB 2014-03-29 08:03:02 +01:00
ShadowNinja
ac04a7bc8a Remove embedding of colors.txt in executable 2014-03-28 17:40:00 -04:00
Sfan5
2e848b9d8e Clarify where you can get xxd 2014-03-14 22:49:00 +01:00
Sfan5
393d7e2ac0 LevelDB support 2014-03-05 21:42:21 +01:00
Sfan5
15444ff8f6 Add --min-y and --max-y options 2014-03-05 18:06:05 +01:00
ShadowNinja
7d81fc3b11 Update README 2013-08-14 15:44:03 -04:00
Miroslav Bendík
7d15dbf4ed Added --geometry support. 2012-11-24 19:25:13 +01:00
Miroslav Bendík
a69165ad19 Fixed listings. 2012-09-02 19:52:12 +02:00
Miroslav Bendík
c43b149112 Fixed listings. 2012-09-02 19:50:28 +02:00
Miroslav Bendík
8e55ec49ea Fixed link to original project. 2012-09-02 19:48:48 +02:00
Miroslav Bendík
f3992e70d3 Changed syntax of README. 2012-09-02 19:47:06 +02:00