aboutsummaryrefslogtreecommitdiff
path: root/src/version.cpp
AgeCommit message (Collapse)Author
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2021-01-21Improve --version output to include Lua(JIT) versionsfan5
2020-04-27Add STATIC_LOCALEDIR to BUILD_INFO and move it to version.cppsfan5
2020-04-15Android: add Android Studio support, completely redone java part (#9066)Maksim
2017-09-26Update version correctly again (#6462)SmallJoker
* Update version correctly again Partial revert of PR 6331 * It doesn't update automatically
2017-09-03Add build date to minetest --version and increase readability (#6331)you
2015-08-01Android: Add githash header to spare rebuilds after new commitsest31
Before, android_version.h got changed at every new commit. Now, we only change it with new minetest releases. Analogous to how cmake does it, we add an android_version_githash.h file that communicates the git hash to C++ code. Also, unify VERS_MAJOR, VERS_MINOR and VERS_PATCH variable calculation inside the whole makefile.
2015-03-27Clean up and tweak build systemShadowNinja
* 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.
2014-08-10Move #includes from version.h to version.cppKahrl
2014-06-29Add support for Android 2.3+sapier
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
2013-09-28Show git hash in version string at top left corner of windowKahrl