Commit Graph

  • 7fb3b9edd6 Fix Postgres linking on older CMake master sfan5 2022-06-19 14:14:09 +0200
  • 18f0615002 Fix --drawplayers sfan5 2022-02-21 18:42:54 +0100
  • d75266eae1 Update colors.txt sfan5 2022-02-21 18:08:54 +0100
  • 31b0d09a19 Warn if only unknown nodes seen sfan5 2022-02-09 23:06:29 +0100
  • e4bf375ac7 General code cleanups/maintenance sfan5 2022-02-09 22:46:07 +0100
  • b491dd375a Add --dumpblock flag for advanced use sfan5 2022-02-09 21:52:28 +0100
  • 2e353312b5 Inherit custom exceptions from std::exception sfan5 2022-02-08 23:39:03 +0100
  • 8e9805c3ff Fix overflowing multiplication leading to apparent hang sfan5 2022-02-08 23:35:23 +0100
  • 9b26d9495c
    Update dependency list in README sfan5 2021-12-27 13:19:12 +0100
  • 0198897306
    Mention colors.txt generation in README sfan5 2021-09-11 15:40:34 +0200
  • 2f3a548881 Make MinGW build script work again sfan5 2021-09-03 21:14:35 +0200
  • ccd5d14962 Add progress bar during map generation sfan5 2021-09-03 21:04:40 +0200
  • f471554294 Fix ZstdDecompressor error check sfan5 2021-09-02 11:45:17 +0200
  • b0ca3d7066 Add support for map block version 29 sfan5 2021-09-01 23:55:32 +0200
  • 5c435f6459 Add simple functional test to CI sfan5 2021-08-27 20:49:29 +0200
  • 8b563f409e Modernize CMake build script sfan5 2021-08-27 17:24:24 +0200
  • f26070ef4f Switch from Travis-CI to Github Actions sfan5 2021-08-27 16:50:46 +0200
  • fd4c5dd232 Fix CMake version warning sfan5 2021-03-29 14:58:56 +0200
  • fa5c63cfc8 Rewrite colors.txt generation script for more functions and better usability sfan5 2020-12-24 16:22:08 +0100
  • e88fcf0dd8
    Added ppc64le architecture to travis-ci (#81) srinivas32 2020-11-27 02:06:44 +0530
  • 6bb818ac2f
    Update Linux instructions in README (#78) clavinet 2020-06-01 13:35:41 +0200
  • 8e83ce6464 Some more code modernization sfan5 2020-05-08 22:10:49 +0200
  • 2979dc5b6b Fix compatibility of MapBlock decoding sfan5 2020-05-06 22:31:50 +0200
  • 92f6b051a5 Fall back to sqlite3 if no backend set in world.mt fixes #76 sfan5 2020-04-23 17:20:56 +0200
  • 2ae790c0b7 Improve --help output sfan5 2020-03-28 14:02:27 +0100
  • 539bdbd30c Fix another bug in the Redis backend sfan5 2020-03-28 00:56:11 +0100
  • 48bf44c72d Fix minY/maxY calculation (closes #66) sfan5 2020-03-28 00:40:38 +0100
  • cb8341aeab Implement --exhaustive y mode as another database access optimization sfan5 2020-03-28 00:14:47 +0100
  • 7ff2288627 Optimize database access further by allowing "brute-force" queries instead of listing available blocks sfan5 2020-03-27 21:10:00 +0100
  • 5b264fd443 Rewrite DB class to allow backends to fully optimize block fetches sfan5 2020-03-27 16:12:26 +0100
  • ecc2b31f78 Rewrite config file parser sfan5 2020-03-27 19:32:30 +0100
  • 04b9dffb11 Properly support -DENABLE_REDIS=TRUE even if library is not found sfan5 2020-03-27 16:27:55 +0100
  • 84c4fc40f8 Fix bug introduced in 9096f70 sfan5 2020-03-27 12:45:31 +0100
  • a160dc051c Sort out include path mess in CMakeLists sfan5 2020-03-27 11:12:24 +0100
  • 9096f70188 C++11 code modernization sfan5 2020-03-26 23:07:27 +0100
  • 1d678ffa82
    Fix typo in manpage sfan5 2019-10-17 15:10:04 +0200
  • 2c16966d67 Update colors.txt sfan5 2019-10-11 21:46:07 +0200
  • 3e8720313b Move travis to newest Ubuntu bionic sfan5 2019-07-30 20:49:32 +0200
  • 037193eec8 Update colors.txt sfan5 2019-07-30 20:42:27 +0200
  • 0fd3dc1e25 Improve color averaging and update colors.txt again sfan5 2019-03-09 15:32:38 +0100
  • cd0d1ad2a6 Update colors.txt sfan5 2019-03-09 15:16:28 +0100
  • f7b0d5c532 Fix color2int, int2color alpha handling (libgd alpha is 0-127) Martijn Versteegh 2018-11-22 14:38:58 +0100
  • 97c5dc0a83
    Fix typo in manpage sfan5 2018-11-11 13:20:07 +0100
  • ee5b8a9f86 Add a flag to never output empty images. Martijn Versteegh 2018-10-31 16:18:29 +0100
  • ac15bacf36 Make images exactly the size specified in geometry (as long as the geometry is a multiple of 16). Martijn Versteegh 2018-10-12 20:49:54 +0200
  • b2406db169 Fix a few small issues sfan5 2018-10-20 23:01:03 +0200
  • 657499e981 Fix incorrect exception types sfan5 2018-10-20 22:38:09 +0200
  • f909304e1e Do not require -o to be passed when printing extents sfan5 2018-10-20 22:36:27 +0200
  • 8e8cc3d1f2 Add an option to get the extent of the map. Martijn Versteegh 2018-10-20 17:40:01 +0200
  • 48d9e0bb42
    Fix postgres build failure, closes #57 sfan5 2018-03-28 17:45:35 +0200
  • 0a91fe6cbd Add Windows build script sfan5 2018-03-25 17:30:19 +0200
  • 42395587b9
    Fix travis sfan5 2018-03-25 16:47:23 +0200
  • d327a84841
    Update README sfan5 2018-03-25 16:42:45 +0200
  • 0d9ed247f9 Finish refactor sfan5 2018-03-25 16:22:51 +0200
  • b6ad40feb9 sqlite3 player backend support sfan5 2018-03-25 16:03:11 +0200
  • 1f471b369b Refactoring (3) sfan5 2018-03-25 15:44:30 +0200
  • 2f78c39d9c Refactoring (2) sfan5 2018-03-25 15:19:48 +0200
  • 2ebc3afc7c Refactoring (1) sfan5 2018-03-25 14:32:11 +0200
  • e543517eb8 Move include files sfan5 2018-03-25 14:12:39 +0200
  • 405951f8f6 Update travis build process sfan5 2018-03-25 13:52:51 +0200
  • a8f7b47000 Update colors.txt sfan5 2018-03-25 13:40:19 +0200
  • 0f36b6e37a
    Fix subtly broken libgd version check sfan5 2018-03-24 18:40:21 +0100
  • 6af6be4632 Re-add support for outdated libgd sfan5 2018-03-24 15:37:06 +0100
  • 7c71138fec Minor refactoring (2) sfan5 2018-03-24 15:24:02 +0100
  • c15adfd325 Minor refactoring sfan5 2018-03-24 14:54:45 +0100
  • 75599e8569 Support all image formats offered by libgd sfan5 2018-03-24 14:16:30 +0100
  • b16f93f183 Properly disable debugging code in Release builds sfan5 2018-03-24 14:05:34 +0100
  • 976c690357 Improve exception messages for out-of-bounds image access sfan5 2018-03-24 14:05:10 +0100
  • 7288e60cd2 Fix scales being drawn outside of image sfan5 2018-03-24 13:57:27 +0100
  • cca7072eab put color values in quotes nekoswag 2018-02-01 14:18:00 +0100
  • 179651e83c Fix failing travis build sfan5 2017-09-03 14:36:46 +0200
  • 6afe1b78c5 Add support for Redis via UNIX domain sockets (#46) Jakub Vaněk 2017-09-03 14:27:59 +0200
  • 25d1d43004 Update colors.txt sfan5 2017-06-06 12:57:00 +0200
  • 4f7d2a5c83 Fix Postgres compilation (closes #45) sfan5 2017-03-14 13:48:26 +0100
  • 21444d00c3 Add support for recent MapBlock serialization changes sfan5 2017-02-17 15:28:01 +0100
  • 07c371f68c Write manpage based on README. Daniel Moerner 2017-01-17 11:49:15 -0500
  • 95b2f46d7e Fix compilation without PostgreSQL sfan5 2017-01-14 15:33:25 +0100
  • bc7d81eb62 Update README (postgresql support) sfan5 2017-01-08 23:27:45 +0100
  • af502f3ac2 PostgreSQL database support zeuner 2017-01-08 23:24:09 +0100
  • d490cf0a31 Fix drawing of transparent nodes without --drawalpha (fixes #41) sfan5 2017-01-05 23:37:21 +0100
  • 9503f76805 Add links to Windows build to README sfan5 2016-12-18 21:30:52 +0100
  • 34d6b413a6 Update colors.txt sfan5 2016-12-05 12:59:07 +0100
  • 02e40d268b Fix travis sfan5 2016-11-19 00:01:27 +0100
  • 0167a72967 Code style & comments sfan5 2016-11-18 23:57:09 +0100
  • a41d231c34 Move everything that deals with images directly to an Image class sfan5 2016-11-18 23:34:31 +0100
  • 77fdcd15fb Allow rendering (or omitting) scales at every image edge sfan5 2016-11-18 22:01:15 +0100
  • 89ed5494cc DBRedis: Move some common code into macros sfan5 2016-10-21 21:11:46 +0200
  • 9bbc4466ef DBRedis: use HMGET in getBlocksOnZ Christophe Le Roy 2016-10-09 00:57:52 +0200
  • fabde97847 DBRedis: add HMGET Christophe Le Roy 2016-10-09 00:34:06 +0200
  • 53706e811b DBRedis: add replyTypeStr Christophe Le Roy 2016-10-09 00:27:31 +0200
  • 26b62933ed TileGenerator: free database resources (#38) Nestorfish 2016-10-13 23:26:59 +0200
  • d83f0d9e8d CMake: Fix setting default value for CMAKE_BUILD_TYPE Nestorfish 2016-10-11 03:34:33 +0200
  • c45965eb8d Improvements to Node name/ID mapping code Christophe Le Roy 2016-09-24 21:08:26 +0200
  • 09945caa14 Fix small typo (std:cerr -> std::cerr) sfan5 2016-10-09 15:19:35 +0200
  • bcbfd00eba DBSQLite3: Do not raise in destructor Christophe Le Roy 2016-10-08 21:09:52 +0200
  • 0bf0d8e035 Fix color parsing code (prev. commit) sfan5 2016-10-08 21:58:56 +0200
  • 173dd75b31 Simplify color parsing code sfan5 2016-10-08 13:39:07 +0200
  • 3e2b327167 Update colors.txt sfan5 2016-10-08 13:31:03 +0200
  • 877b514971 Automatically use C++11 features when available and remove USE_CXX11 flag sfan5 2016-10-06 00:08:27 +0200
  • 13b485a75f Update travis build to new container infrastructure (w/o sudo) sfan5 2016-10-05 23:06:05 +0200