68 Commits

Author SHA1 Message Date
adrido
d8e2635c9e
Create main.yml (#5)
* Create main.yml

* Fix osx build

* Add package contact
2020-04-17 15:36:50 +02:00
Unknown
38f664fcf6 Print the vendor in version string 2019-03-29 13:50:37 +01:00
Unknown
35b8324099 Fix Bug where scaled maps where not drawn correctly
fix #4
2019-03-29 04:25:20 +01:00
Unknown
665e0339a3 Use correct install dir on Linux 2019-03-24 14:37:41 +01:00
Unknown
9a8e5be8ee Fix filesystem on gcc < 9.0 2019-03-23 10:02:44 +01:00
Unknown
6a09c37893 Tidy-up CMakeLists.txt 2019-03-15 17:14:57 +01:00
Unknown
ad430880ce Fix scalefactor 2019-03-09 08:54:26 +01:00
Unknown
b6601bb9c9 Print sqlite error if prepare failed 2019-03-06 17:07:25 +01:00
Unknown
dc24a6c3c0 Use algorithm instead of loop 2019-02-23 10:03:16 +01:00
Unknown
e219fd8896 Preparation to use libiconv 2019-02-23 09:46:31 +01:00
Unknown
6d958c2274 Color fix mixing with black (k) 2019-02-23 08:46:14 +01:00
Unknown
9398ef4137 Fix getenv work correct on non-windows 2019-02-22 14:06:39 +01:00
Unknown
abd91ab507 Modernize Settings Class 2019-02-22 13:53:23 +01:00
Unknown
38ef37c48e Use const ref in Settings Class 2019-02-22 13:52:27 +01:00
Unknown
d9101ee13d Add util.h to CMakeLists.txt 2019-02-17 11:08:41 +01:00
Unknown
32f081c27a Remove unnecessary calls to strlower in drawalpha option 2019-02-17 11:07:48 +01:00
Unknown
796f6146ab Rearange option parse loop 2019-02-17 10:12:59 +01:00
Unknown
456cfb7f0f Replace getopt/ketopt with parg 2019-02-17 04:23:28 +01:00
adrido
153ae78ab5 Replace getopt with ketopt 2018-12-28 01:28:53 +01:00
adrido
cfa6a1df53 Add Sqlite support for players 2018-12-23 12:30:22 +01:00
adrido
4aaa8b166b Update buildsystem 2018-10-29 16:49:18 +01:00
adrido
a6135beeef Use c++17 filesystem as alternative to dirent 2018-10-29 16:48:00 +01:00
Unknown
1d71b081d2 Renamed mapper.cpp/h to Mapper.cpp/h 2018-06-24 09:50:57 +02:00
Unknown
a089cd6c1f Fix porting on Linux 2018-06-14 21:03:17 +02:00
Unknown
1bd7977348 Fix redis 2018-06-14 20:31:16 +02:00
Unknown
5b6b6c97fc #ifdef USE_REDIS instead of #if 2018-06-14 20:01:17 +02:00
Unknown
78c2c107db Move Image size check to PaintEngine 2018-06-09 09:35:31 +02:00
Unknown
cbe326a798 Add more info to versioninfo 2018-05-27 07:17:10 +02:00
Unknown
e4250d05db Create ZIP archive 2018-05-27 07:16:49 +02:00
Unknown
012af62d42 Use porting::fopen; porting::strerror to avaoid MSVC warnings 2018-05-26 10:25:55 +02:00
Unknown
b2501879cc Remove cmake generated files from git 2018-05-26 10:24:23 +02:00
Unknown
5731dace37 CPack: use correct version 2018-05-25 16:12:43 +02:00
Unknown
fb15df2f4a Return EXIT_FAILURE instead of exit(1) 2018-05-21 13:26:37 +02:00
Unknown
373121c38d Allow Color to be constexpr 2018-05-21 12:44:15 +02:00
Unknown
8e58e84218 Modernize PixelAttributes
Tests have shown that the vectors are as fast as the C-Arrays
2018-05-11 10:02:43 +02:00
Unknown
d40bd789e8 Tidy up PixelAttributes 2018-05-10 08:39:09 +02:00
Unknown
b07df84d68 Link to required libaris for leveldb 2018-05-09 17:22:59 +02:00
Unknown
683f4e9abc Add TrueType font renderer for libgd (currently disabled) 2018-05-05 07:01:19 +02:00
Unknown
6cfb0212d3 Add PaintEngine.h to cmake file 2018-04-29 20:07:36 +02:00
Unknown
b1f507634e Text gets converted by the PaintEngine 2018-04-29 20:04:46 +02:00
Unknown
face7c0b0f Use strong enum for blocklist prefetch state 2018-04-29 16:08:18 +02:00
Unknown
cc3ef4cbca Add RC file for Windows 2018-04-27 04:02:41 +02:00
Unknown
963e99200f Tidy up and modernize TileGenerator (Part 3) 2018-04-25 17:06:34 +02:00
Unknown
b195c126d2 Get postgresql working 2018-04-24 17:47:05 +02:00
Unknown
ef63050152 Enable leveldb on travis 2018-04-24 16:21:25 +02:00
Unknown
4f12a2b983 Improvement to mapblock deserialisation 2018-04-24 05:28:03 +02:00
Unknown
059675666f Fix Typo 2018-04-23 16:48:32 +02:00
Unknown
8f13b8575d Modernize Mapper class 2018-04-23 16:47:22 +02:00
Unknown
5e6b6999b1 Refactor TileGenerator 2018-04-22 16:58:33 +02:00
Unknown
15a4ed2b1b Tidy up and modernize TileGenerator (Part 2) 2018-04-17 19:57:18 +02:00