Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Initial Haiku support (#6568) | miqlas | 2017-10-30 |
| | | | | * Iitial Haiku support | ||
* | Clean up and tweak build system | ShadowNinja | 2015-03-27 |
| | | | | | | | | | | | | | | | | * Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files. | ||
* | Improve FindIrrlicht.cmake module | Markus Koschany | 2015-02-21 |
| | | | | | | | | | Linux distributions prefer to link against a shared version of the Irrlicht engine instead of using embedded code copies of the same. Search for this shared version first and use that but fall back to the static version if it does not exist. This also fixes https://github.com/minetest/minetest/issues/2163 | ||
* | Remove included SQLite3 | ShadowNinja | 2015-01-08 |
| | |||
* | Added libIrrlicht.dll.a to searched library names for non-MSVC windows | Perttu Ahola | 2011-05-17 |
| | |||
* | forgot some test code in... | Perttu Ahola | 2011-02-16 |
| | |||
* | Hopefully fixed some of the errors in cmake's finding of irrlicht | Perttu Ahola | 2011-02-16 |
| | |||
* | might work good on cmake+msvc now | Perttu Ahola | 2011-02-15 |
| | |||
* | Hopefully fixed the problem of IRRLICHT_SOURCE_DIR being not considered when ↵ | Perttu Ahola | 2011-02-01 |
| | | | | a local version of irrlicht is found. | ||
* | CMake stuff works now on linux and windows... and should be possible to make ↵ | Perttu Ahola | 2011-01-08 |
| | | | | to work on OS X. | ||
* | CMake working on Linux (not on windows) | Perttu Ahola | 2011-01-08 |
--HG-- rename : Makefile => Makefile.bak |