Commit Graph

  • 1c47825d70 Fix number rounding, clarify comment and change var. names sfan5 2014-09-02 14:49:56 +0200
  • b7f0a8a29a Fix --geometry producing wrong results sfan5 2014-09-01 18:37:07 +0200
  • 88df29a6b3 Add CMake option to use C++11 features sfan5 2014-08-02 16:30:52 +0200
  • 2cc1ffc543 Re-add --backend to allow overriding auto-detected backend sfan5 2014-07-11 10:54:50 +0200
  • bca8d3ce07 Improve error reporting if setting is not found sfan5 2014-07-08 15:31:01 +0200
  • e85a49873a Fix --drawalpha sfan5 2014-07-08 14:58:40 +0200
  • 20691186b5 Read backend from world.mt, closes #6 sfan5 2014-07-08 14:54:27 +0200
  • 8e80f562ff Merge 3661c9f352 into fe534d9026 #9 proller 2014-07-08 12:09:18 +0000
  • fe534d9026 Fix #2 sfan5 2014-07-08 14:02:15 +0200
  • 4076903980 Fix small bug in redis backend sfan5 2014-07-08 13:54:41 +0200
  • 3661c9f352 leveldbfm format for reading leveldb maps from freeminer #9 proller 2014-05-23 21:40:11 +0400
  • dff4589152 Improve color parsing, hopefully fixes #7 sfan5 2014-05-21 15:16:29 +0200
  • d8cfe79116 Better error reporting for LevelDB backend Sfan5 2014-05-13 14:15:44 +0200
  • 925de1bb79 Fix default colors being wrong Sfan5 2014-04-28 17:43:50 +0200
  • 79d338a90c Better error reporting for Redis backend Sfan5 2014-04-28 17:37:04 +0200
  • 2553e44e8d Add redis database backend Sfan5 2014-04-26 15:01:35 +0200
  • 22d3e401f8 Don't use a temporary table for block positions ShadowNinja 2014-04-19 02:13:34 -0400
  • 3460dabae0 Add CPack files to .gitignore ShadowNinja 2014-04-15 16:11:41 -0400
  • 21696249fa Revert "Fix compiling with clang" Sfan5 2014-04-12 21:51:17 +0200
  • 291b3c38e5 Fix typo in project name ShadowNinja 2014-04-06 22:25:32 -0400
  • 2a4681d5c8 Tabs -> spaces Sfan5 2014-04-03 20:38:09 +0200
  • 84d46ab8eb Add alpha transparency ability for blocks Sfan5 2014-04-03 20:32:48 +0200
  • 6897ef85c7 Add package generation Sfan5 2014-03-29 08:32:56 +0100
  • 10970290c2 Fix compiling with clang Sfan5 2014-03-29 08:09:37 +0100
  • abf6b5f7cd Some more explanation about LevelDB Sfan5 2014-03-29 08:03:02 +0100
  • ac04a7bc8a Remove embedding of colors.txt in executable ShadowNinja 2014-03-28 17:40:00 -0400
  • 5905c34ec0 Significantly optimize LevelDB database backend ShadowNinja 2014-03-28 16:47:19 -0400
  • 6e565e93d1 Prepare statements at startup and finalize them ShadowNinja 2014-03-28 13:42:37 -0400
  • 66813a36b8 Clarify autogenerating colors Sfan5 2014-03-26 17:36:23 +0100
  • d92ef319f1 Fix SEGV after failing to open output file: throw runtime error Rogier 2014-02-16 22:13:31 +0100
  • a15bc30071 Fix computation of block number bounds (off-by-one) Rogier 2014-02-16 19:08:09 +0100
  • ec037dd924 Fix --min-y and --max-y handling Sfan5 2014-03-26 16:28:24 +0100
  • f8edccffb7 Small optimization Sfan5 2014-03-22 09:30:14 +0100
  • 5bf2039bbb Make sure whole map is always drawn Sfan5 2014-03-16 20:55:09 +0100
  • 0ff8f026ba Actually use the xxd binary that was found Sfan5 2014-03-14 22:50:27 +0100
  • 2e848b9d8e Clarify where you can get xxd Sfan5 2014-03-14 22:49:00 +0100
  • ec244bedcf Added better (automatically generated) colors.txt Instructions for generating one yourself are in autogenerating-colors.txt Sfan5 2014-03-14 22:05:35 +0100
  • 46023f77f5 Make it (almost) compile for windows Sfan5 2014-03-09 12:32:13 +0100
  • b2896331cd Allow selecting include dir & library for zlib Sfan5 2014-03-09 12:27:19 +0100
  • 19c7485339 Allow selecting include dir & library for libgd Sfan5 2014-03-09 12:18:48 +0100
  • 0a5a0d0d51 Fix sqlite3 not being usable as backend Sfan5 2014-03-05 22:40:01 +0100
  • 7e3e0a067c Add license (BSD license) Sfan5 2014-03-05 21:49:08 +0100
  • c497397111 Catch SQLITE_BUSY and try again Sfan5 2014-03-05 21:46:40 +0100
  • 393d7e2ac0 LevelDB support Sfan5 2014-03-05 21:41:27 +0100
  • 15444ff8f6 Add --min-y and --max-y options Sfan5 2014-03-05 18:06:05 +0100
  • 33f323b1e3 Add --noshading option, Fix SIGABRT because of uncaught exception when any exception occured Sfan5 2014-03-05 17:19:37 +0100
  • 3be2d489e2 Tweak .gitignore Sfan5 2014-03-05 16:40:18 +0100
  • 9f4d9f025c Tweak CMakeLists.txt Sfan5 2014-03-05 16:39:35 +0100
  • 7d81fc3b11 Update README ShadowNinja 2013-08-14 15:44:03 -0400
  • de94ab8aa6 Fix usage text and rename executable ShadowNinja 2013-07-29 12:16:08 -0400
  • 35f89df2cd Add generated files to .gitignore ShadowNinja 2013-07-29 12:03:11 -0400
  • 6b511e5e79 Fix unknown nodes showing up as black ShadowNinja 2013-03-18 14:12:02 -0400
  • 7d15dbf4ed Added --geometry support. Miroslav Bendík 2012-11-24 19:25:13 +0100
  • 5969c61e54 Removed hard size limit. Miroslav Bendík 2012-11-24 18:43:48 +0100
  • cff944bd2b Fixed project name. Miroslav Bendík 2012-10-14 09:46:26 +0200
  • cb0d947b74 Fixed LLVM support. Miroslav Bendík 2012-09-18 12:46:15 +0200
  • 28e9450573 Zlib moved into separate module. Miroslav Bendík 2012-09-18 10:43:34 +0200
  • 6133aff2f3 Small cast cleaning. Miroslav Bendík 2012-09-18 10:15:50 +0200
  • a69165ad19 Fixed listings. Miroslav Bendík 2012-09-02 19:52:12 +0200
  • c43b149112 Fixed listings. Miroslav Bendík 2012-09-02 19:50:28 +0200
  • 8e55ec49ea Fixed link to original project. Miroslav Bendík 2012-09-02 19:48:48 +0200
  • f3992e70d3 Changed syntax of README. Miroslav Bendík 2012-09-02 19:47:06 +0200
  • ef1d03a9e0 Added README. Miroslav Bendík 2012-09-02 19:46:12 +0200
  • 191f9180de Added license. Miroslav Bendík 2012-09-02 19:25:15 +0200
  • 7c5f4751f6 Player attributes moved to separate class. Miroslav Bendík 2012-09-01 16:40:18 +0200
  • f0e064744b Small refactoring. Miroslav Bendík 2012-09-01 16:17:58 +0200
  • 660b543491 Changed compiler flags. Miroslav Bendík 2012-09-01 16:08:19 +0200
  • 88bf8bc88b Fixed windows compatibility. Miroslav Bendík 2012-09-01 16:01:08 +0200
  • 112ccc5d08 File colors.txt compiled into binary Miroslav Bendík 2012-09-01 15:51:02 +0200
  • 4a8c041bc1 Small optimization of PixelAttributes. Miroslav Bendík 2012-09-01 14:36:14 +0200
  • 1edbba5a94 Added path separator handling. Miroslav Bendík 2012-09-01 13:41:00 +0200
  • 6dff561ec0 Rendering Z blocks in reverse order. Miroslav Bendík 2012-09-01 13:34:27 +0200
  • b9e40ed972 Removed Boost dependency. Miroslav Bendík 2012-09-01 13:01:31 +0200
  • cb65bbbc4c Better sqlite3_open error reporting. Miroslav Bendík 2012-09-01 12:19:33 +0200
  • e2a818d49f Added bobblocks colors Miroslav Bendík 2012-08-30 07:46:03 +0200
  • 4d9a3cc5d9 Added windows support. Miroslav Bendík 2012-08-28 11:27:51 +0200
  • e5cafeb8b8 Fixed crash on std::length_error Miroslav Bendík 2012-08-27 07:46:11 +0200
  • 5a2375e608 Added printing of unknown nodes. Miroslav Bendík 2012-08-25 16:41:53 +0200
  • ae08fb7345 Added boost system library. Miroslav Bendík 2012-08-25 16:35:12 +0200
  • 8396275bf8 Implemented rendering of names. Miroslav Bendík 2012-08-25 16:29:41 +0200
  • 3349bee3a4 Added draworigin. Miroslav Bendík 2012-08-25 15:21:51 +0200
  • b0f36ba4cf Implemented drawscale. Miroslav Bendík 2012-08-25 15:06:11 +0200
  • 908697427b Removed drawunderground parameter. Miroslav Bendík 2012-08-25 14:12:54 +0200
  • a009d3e191 Added border support. Miroslav Bendík 2012-08-25 14:11:55 +0200
  • 5be190b5a1 Removed bad shadows. Miroslav Bendík 2012-08-25 13:27:40 +0200
  • 1aee368837 Implemented shading. Miroslav Bendík 2012-08-25 13:19:58 +0200
  • 5ad849385a Moved static functions outside of class. Miroslav Bendík 2012-08-25 07:49:46 +0200
  • eca111cf15 Implemented generation of map. Miroslav Bendík 2012-08-24 22:51:17 +0200
  • 18598bba3c Reading timers. Miroslav Bendík 2012-08-24 14:48:55 +0200
  • 2319d5f0ed Added node name reading. Miroslav Bendík 2012-08-24 14:13:46 +0200
  • feb945b1f9 Added metadata skipping. Miroslav Bendík 2012-08-24 12:10:26 +0200
  • 6743984e16 Added zlib decompressor. Miroslav Bendík 2012-08-24 11:49:42 +0200
  • 231f48c529 Added sorting of blocks. Miroslav Bendík 2012-08-24 11:01:48 +0200
  • 0b9adc95b7 Added storing of blocks. Miroslav Bendík 2012-08-24 10:44:48 +0200
  • 6e653648b5 Added reading of data. Miroslav Bendík 2012-08-24 09:46:14 +0200
  • 1dc09c4830 Optimized selection of blocks. Miroslav Bendík 2012-08-24 08:31:31 +0200
  • ace6f3b5b5 Added selection of blocks. Miroslav Bendík 2012-08-23 15:35:00 +0200
  • b7f69cc3df Added color parser. Miroslav Bendík 2012-08-23 14:43:11 +0200
  • 0d8358d4e3 Added generation of background. Miroslav Bendík 2012-08-23 14:21:34 +0200
  • a6abd1445d Added calculation of image size. Miroslav Bendík 2012-08-23 14:06:16 +0200