Commit Graph

  • c15adfd325 Minor refactoring sfan5 2018-03-24 14:54:45 +01:00
  • 75599e8569 Support all image formats offered by libgd sfan5 2018-03-24 14:16:30 +01:00
  • b16f93f183 Properly disable debugging code in Release builds sfan5 2018-03-24 14:05:34 +01:00
  • 976c690357 Improve exception messages for out-of-bounds image access sfan5 2018-03-24 14:05:10 +01:00
  • 7288e60cd2 Fix scales being drawn outside of image sfan5 2018-03-24 13:57:27 +01:00
  • cca7072eab put color values in quotes nekoswag 2018-02-01 14:18:00 +01:00
  • 179651e83c Fix failing travis build sfan5 2017-09-03 14:36:46 +02:00
  • 6afe1b78c5 Add support for Redis via UNIX domain sockets (#46) Jakub Vaněk 2017-09-03 14:27:59 +02:00
  • 25d1d43004 Update colors.txt 20170606 sfan5 2017-06-06 12:57:00 +02:00
  • 4f7d2a5c83 Fix Postgres compilation (closes #45) sfan5 2017-03-14 13:48:26 +01:00
  • 21444d00c3 Add support for recent MapBlock serialization changes sfan5 2017-02-17 15:28:01 +01:00
  • 07c371f68c Write manpage based on README. Daniel Moerner 2017-01-17 11:49:15 -05:00
  • 95b2f46d7e Fix compilation without PostgreSQL sfan5 2017-01-14 15:33:25 +01:00
  • bc7d81eb62 Update README (postgresql support) sfan5 2017-01-08 23:27:45 +01:00
  • af502f3ac2 PostgreSQL database support zeuner 2017-01-08 23:24:09 +01:00
  • d490cf0a31 Fix drawing of transparent nodes without --drawalpha (fixes #41) sfan5 2017-01-05 23:37:21 +01:00
  • 9503f76805 Add links to Windows build to README sfan5 2016-12-18 21:30:52 +01:00
  • 34d6b413a6 Update colors.txt 20161218 sfan5 2016-12-05 12:59:07 +01:00
  • de259280b6 Fix travis #70 freeimage sfan5 2016-12-05 12:41:36 +01:00
  • 75009ad49c Initial work on using FreeImage sfan5 2016-12-05 12:40:27 +01:00
  • 02e40d268b Fix travis sfan5 2016-11-19 00:01:27 +01:00
  • 0167a72967 Code style & comments sfan5 2016-11-18 23:57:09 +01:00
  • a41d231c34 Move everything that deals with images directly to an Image class sfan5 2016-11-18 23:34:31 +01:00
  • 77fdcd15fb Allow rendering (or omitting) scales at every image edge sfan5 2016-11-18 22:01:15 +01:00
  • 89ed5494cc DBRedis: Move some common code into macros sfan5 2016-10-21 21:11:46 +02:00
  • 9bbc4466ef DBRedis: use HMGET in getBlocksOnZ Christophe Le Roy 2016-10-09 00:57:52 +02:00
  • fabde97847 DBRedis: add HMGET Christophe Le Roy 2016-10-09 00:34:06 +02:00
  • 53706e811b DBRedis: add replyTypeStr Christophe Le Roy 2016-10-09 00:27:31 +02:00
  • 26b62933ed TileGenerator: free database resources (#38) Nestorfish 2016-10-13 23:26:59 +02:00
  • d83f0d9e8d CMake: Fix setting default value for CMAKE_BUILD_TYPE Nestorfish 2016-10-11 03:34:33 +02:00
  • c45965eb8d Improvements to Node name/ID mapping code Christophe Le Roy 2016-09-24 21:08:26 +02:00
  • 09945caa14 Fix small typo (std:cerr -> std::cerr) sfan5 2016-10-09 15:19:35 +02:00
  • bcbfd00eba DBSQLite3: Do not raise in destructor Christophe Le Roy 2016-10-08 21:09:52 +02:00
  • 0bf0d8e035 Fix color parsing code (prev. commit) sfan5 2016-10-08 21:58:56 +02:00
  • 173dd75b31 Simplify color parsing code sfan5 2016-10-08 13:39:07 +02:00
  • 3e2b327167 Update colors.txt sfan5 2016-10-08 13:31:03 +02:00
  • 877b514971 Automatically use C++11 features when available and remove USE_CXX11 flag sfan5 2016-10-06 00:08:27 +02:00
  • 13b485a75f Update travis build to new container infrastructure (w/o sudo) sfan5 2016-10-05 23:06:05 +02:00
  • 42b36ecdaa Fix crash on unknown option Nestorfish 2016-09-29 21:11:58 +02:00
  • 4db3040f2a Fix getting MapBlocks for abs(z) > 2048 with sqlite3 backend (fixed #31) sfan5 2016-09-18 14:33:13 +02:00
  • ae9321de1e Clarify format of --geometry in README sfan5 2016-09-18 13:32:26 +02:00
  • 79121ade27 Document --colors in README sfan5 2016-08-28 15:58:06 +02:00
  • c79b5ac5ab Remove a little debug code (oops...) sfan5 2016-08-09 17:36:43 +02:00
  • 6f1b8284f4 Search for colors.txt in multiple locations, fixes #27 sfan5 2016-08-09 17:31:56 +02:00
  • 73dab34d7c Allow specifying location of colors.txt file sfan5 2016-08-09 16:45:39 +02:00
  • ab167d1c68 Clarify license situation (closes #26) sfan5 2016-08-09 16:18:04 +02:00
  • 2ed45633a4 Warn on big image dimensions, fixes #14 sfan5 2016-08-09 16:04:58 +02:00
  • 15fae27b85 Zoom implementation (--zoom option) Florian Schüller 2016-07-06 21:45:38 +02:00
  • 7c1989a6b2 Improve README (fixes #30) sfan5 2016-08-05 16:12:51 +02:00
  • 2aa8619777 Update colors.txt sfan5 2016-05-16 12:50:33 +02:00
  • 464afcb3e9 Fix failing travis build (apt-get update missing) sfan5 2016-04-15 21:55:27 +02:00
  • 9b4d6a72e2 Update leveldb download URL in travis before_install script sfan5 2016-01-15 10:27:36 +01:00
  • 87292adcb4 Fix incorrect regexes in autogenerating-colors.txt and update colors.txt yet again sfan5 2016-01-15 10:20:05 +01:00
  • 0eb653d72b Update colors.txt and instructions for auto-generating it sfan5 2016-01-14 21:52:15 +01:00
  • ce759d7724 Fix --{min,max}-y, thanks to @PilzAdam sfan5 2015-10-29 23:13:41 +01:00
  • 6e30d4702c Update colors.txt sfan5 2015-05-01 11:44:54 +02:00
  • a361e4d1eb Rename some variables to make their purpose clearer sfan5 2015-03-18 22:49:19 +01:00
  • 70b75507fe Clarify function of thickness param of nodes sfan5 2015-03-18 22:22:10 +01:00
  • 80ad231b1f Add travis build status to README sfan5 2014-12-24 23:05:25 +01:00
  • 79968f2a35 Travis integration sfan5 2014-12-24 21:24:49 +01:00
  • 722f02d121 Add workaround for color.txt parsing on MinGW sfan5 2014-12-20 13:08:51 +01:00
  • 20b340e2ee Fix problems with USE_CXX11 sfan5 2014-12-20 12:31:39 +01:00
  • 1c47825d70 Fix number rounding, clarify comment and change var. names sfan5 2014-09-02 14:49:56 +02:00
  • b7f0a8a29a Fix --geometry producing wrong results sfan5 2014-09-01 18:37:07 +02:00
  • 88df29a6b3 Add CMake option to use C++11 features sfan5 2014-08-02 16:30:52 +02:00
  • 2cc1ffc543 Re-add --backend to allow overriding auto-detected backend sfan5 2014-07-11 10:54:50 +02:00
  • bca8d3ce07 Improve error reporting if setting is not found sfan5 2014-07-08 15:31:01 +02:00
  • e85a49873a Fix --drawalpha sfan5 2014-07-08 14:58:40 +02:00
  • 20691186b5 Read backend from world.mt, closes #6 sfan5 2014-07-08 14:54:27 +02:00
  • fe534d9026 Fix #2 sfan5 2014-07-08 14:02:15 +02:00
  • 4076903980 Fix small bug in redis backend sfan5 2014-07-08 13:54:41 +02:00
  • dff4589152 Improve color parsing, hopefully fixes #7 sfan5 2014-05-21 15:16:29 +02:00
  • d8cfe79116 Better error reporting for LevelDB backend Sfan5 2014-05-13 14:15:44 +02:00
  • 925de1bb79 Fix default colors being wrong Sfan5 2014-04-28 17:43:50 +02:00
  • 79d338a90c Better error reporting for Redis backend Sfan5 2014-04-28 17:37:04 +02:00
  • 2553e44e8d Add redis database backend Sfan5 2014-04-26 15:01:35 +02:00
  • 22d3e401f8 Don't use a temporary table for block positions ShadowNinja 2014-04-19 02:13:34 -04:00
  • 3460dabae0 Add CPack files to .gitignore ShadowNinja 2014-04-15 16:11:41 -04:00
  • 21696249fa Revert "Fix compiling with clang" Sfan5 2014-04-12 21:51:17 +02:00
  • 291b3c38e5 Fix typo in project name ShadowNinja 2014-04-06 22:25:32 -04:00
  • 2a4681d5c8 Tabs -> spaces Sfan5 2014-04-03 20:38:09 +02:00
  • 84d46ab8eb Add alpha transparency ability for blocks Sfan5 2014-04-03 20:32:48 +02:00
  • 6897ef85c7 Add package generation Sfan5 2014-03-29 08:32:56 +01:00
  • 10970290c2 Fix compiling with clang Sfan5 2014-03-29 08:09:37 +01:00
  • abf6b5f7cd Some more explanation about LevelDB Sfan5 2014-03-29 08:03:02 +01:00
  • ac04a7bc8a Remove embedding of colors.txt in executable ShadowNinja 2014-03-28 17:40:00 -04:00
  • 5905c34ec0 Significantly optimize LevelDB database backend ShadowNinja 2014-03-28 16:47:19 -04:00
  • 6e565e93d1 Prepare statements at startup and finalize them ShadowNinja 2014-03-28 13:42:37 -04:00
  • 66813a36b8 Clarify autogenerating colors Sfan5 2014-03-26 17:36:23 +01:00
  • d92ef319f1 Fix SEGV after failing to open output file: throw runtime error Rogier 2014-02-16 22:13:31 +01:00
  • a15bc30071 Fix computation of block number bounds (off-by-one) Rogier 2014-02-16 19:08:09 +01:00
  • ec037dd924 Fix --min-y and --max-y handling Sfan5 2014-03-26 16:28:24 +01:00
  • f8edccffb7 Small optimization Sfan5 2014-03-22 09:30:14 +01:00
  • 5bf2039bbb Make sure whole map is always drawn Sfan5 2014-03-16 20:55:09 +01:00
  • 0ff8f026ba Actually use the xxd binary that was found Sfan5 2014-03-14 22:50:27 +01:00
  • 2e848b9d8e Clarify where you can get xxd Sfan5 2014-03-14 22:49:00 +01:00
  • ec244bedcf Added better (automatically generated) colors.txt Instructions for generating one yourself are in autogenerating-colors.txt Sfan5 2014-03-14 22:05:35 +01:00
  • 46023f77f5 Make it (almost) compile for windows Sfan5 2014-03-09 12:32:13 +01:00
  • b2896331cd Allow selecting include dir & library for zlib Sfan5 2014-03-09 12:27:19 +01:00
  • 19c7485339 Allow selecting include dir & library for libgd Sfan5 2014-03-09 12:18:48 +01:00