Commit Graph

48 Commits

Author SHA1 Message Date
sfan5 7fb3b9edd6 Fix Postgres linking on older CMake
(see 998e4820c9)
2022-06-19 14:14:09 +02:00
sfan5 b0ca3d7066 Add support for map block version 29 2021-09-01 23:57:37 +02:00
sfan5 8b563f409e Modernize CMake build script
also includes this fix: a24899bf2d
2021-08-27 17:30:42 +02:00
sfan5 fd4c5dd232 Fix CMake version warning 2021-03-29 15:05:02 +02:00
sfan5 04b9dffb11 Properly support -DENABLE_REDIS=TRUE even if library is not found 2020-03-27 16:27:55 +01:00
sfan5 a160dc051c Sort out include path mess in CMakeLists 2020-03-27 11:19:25 +01:00
sfan5 9096f70188 C++11 code modernization 2020-03-26 23:14:47 +01:00
sfan5 2f78c39d9c Refactoring (2) 2018-03-25 15:19:48 +02:00
sfan5 e543517eb8 Move include files 2018-03-25 14:12:39 +02:00
sfan5 b16f93f183 Properly disable debugging code in Release builds 2018-03-24 14:05:34 +01:00
Daniel Moerner 07c371f68c Write manpage based on README. 2017-01-17 19:05:15 +01:00
sfan5 95b2f46d7e Fix compilation without PostgreSQL 2017-01-14 15:33:25 +01:00
zeuner af502f3ac2 PostgreSQL database support 2017-01-08 23:24:09 +01:00
sfan5 a41d231c34 Move everything that deals with images directly to an Image class 2016-11-18 23:34:31 +01:00
Nestorfish d83f0d9e8d CMake: Fix setting default value for CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE "Release" default value was not set, quieting among
others compilation warnings.
2016-10-11 03:34:33 +02:00
sfan5 877b514971 Automatically use C++11 features when available and remove USE_CXX11 flag 2016-10-06 00:09:06 +02:00
sfan5 6f1b8284f4 Search for colors.txt in multiple locations, fixes #27
Locations (in order):
* <world path>/colors.txt
* $HOME/.minetest/colors.txt (Linux only)
* <share dir>/colors.txt (Linux only for now, defaults to /usr/local/share/minetest)
* current directory (<< this is the old behavior)
2016-08-09 17:35:15 +02:00
sfan5 20b340e2ee Fix problems with USE_CXX11 2014-12-20 12:41:16 +01:00
sfan5 88df29a6b3 Add CMake option to use C++11 features 2014-08-02 16:31:45 +02:00
sfan5 20691186b5 Read backend from world.mt, closes #6 2014-07-08 15:08:07 +02:00
Sfan5 2553e44e8d Add redis database backend 2014-04-26 15:03:32 +02:00
Sfan5 21696249fa Revert "Fix compiling with clang"
This problem was caused by my incorrect configuration.
2014-04-12 21:51:17 +02:00
ShadowNinja 291b3c38e5 Fix typo in project name 2014-04-06 22:25:32 -04:00
Sfan5 6897ef85c7 Add package generation 2014-03-29 08:32:56 +01:00
Sfan5 10970290c2 Fix compiling with clang 2014-03-29 08:09:37 +01:00
ShadowNinja ac04a7bc8a Remove embedding of colors.txt in executable 2014-03-28 17:40:00 -04:00
Sfan5 0ff8f026ba Actually use the xxd binary that was found 2014-03-14 22:50:27 +01:00
Sfan5 46023f77f5 Make it (almost) compile for windows 2014-03-09 12:32:13 +01:00
Sfan5 b2896331cd Allow selecting include dir & library for zlib 2014-03-09 12:27:19 +01:00
Sfan5 19c7485339 Allow selecting include dir & library for libgd 2014-03-09 12:19:12 +01:00
Sfan5 393d7e2ac0 LevelDB support 2014-03-05 21:42:21 +01:00
Sfan5 9f4d9f025c Tweak CMakeLists.txt 2014-03-05 16:39:35 +01:00
ShadowNinja de94ab8aa6 Fix usage text and rename executable 2013-07-29 12:16:08 -04:00
Miroslav Bendík cff944bd2b Fixed project name. 2012-10-14 09:46:26 +02:00
Miroslav Bendík 28e9450573 Zlib moved into separate module. 2012-09-18 10:43:34 +02:00
Miroslav Bendík 7c5f4751f6 Player attributes moved to separate class. 2012-09-01 16:40:18 +02:00
Miroslav Bendík 660b543491 Changed compiler flags. 2012-09-01 16:08:19 +02:00
Miroslav Bendík 112ccc5d08 File colors.txt compiled into binary 2012-09-01 15:51:02 +02:00
Miroslav Bendík b9e40ed972 Removed Boost dependency. 2012-09-01 13:01:31 +02:00
Miroslav Bendík ae08fb7345 Added boost system library. 2012-08-25 16:35:12 +02:00
Miroslav Bendík 8396275bf8 Implemented rendering of names. 2012-08-25 16:29:41 +02:00
Miroslav Bendík 1aee368837 Implemented shading. 2012-08-25 13:21:28 +02:00
Miroslav Bendík 6743984e16 Added zlib decompressor. 2012-08-24 11:49:42 +02:00
Miroslav Bendík 0d8358d4e3 Added generation of background. 2012-08-23 14:21:34 +02:00
Miroslav Bendík 957a72e2b4 Parsing of colors moved to TileGenerator. 2012-08-23 12:55:31 +02:00
Miroslav Bendík 3d54e5edaa Added class TileGenerator. 2012-08-23 12:46:22 +02:00
Miroslav Bendík 3318cb2ae7 Added Sqlite3 library dependency. 2012-08-22 15:31:26 +02:00
Miroslav Bendík b15a8d4de4 Created project. 2012-08-22 15:22:01 +02:00