aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-09-14Fix "make install" and add underscore to doc file nameest31
Fix regression since commit: 915807f8db1f3721ad9ffc00a4863ad940010c45 "Rename doc/mapformat.txt and update doc to match SRP changes" And add an underscore to doc file name to make it more readable.
2015-09-03Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube
-Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines -Ensures compatibility with icon themes -Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
2015-08-20Continue with 0.4.13-devest31
2015-08-20Bump version to 0.4.13est31
2015-07-18Fix a typo in comment of CMakeLists.txtD Laboratory
2015-05-05Make Git version detection use VERSION_STRING instead of tagsShadowNinja
This fixes the problem where 0.4.12-dev versions were erroneously shown as 0.4.11-dev because the tag was added on a separate branch. It also fixes a similar issue when builders didn't fetch new tags when updating. This also removes the number-of-commits-since-tag field, since it's incompatible with this. Said field doesn't seem to be useful anyway if you have the commit hash.
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
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.
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-02-18Uncomment version patch fieldBlockMen
2015-02-18Bump version to 0.4.12Perttu Ahola
2014-12-26Uncomment version patch fieldkwolekr
2014-12-24Bump version to 0.4.11kwolekr
2014-12-16Fix OSX packaging finallyPavel Puchkin
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-12Add basic support for generating API documentation using DoxygenJürgen Doser
If CMake is run and Doxygen is found, add a make target called "doc", which builds API documention in doc/html. This target is not included in the default "all" target, you have to explicitly run "make doc" to generate the documentation. If graphviz is installed, in particular, if the "dot" binary is found, doxygen is configured to generate various kinds of diagrams. Note that due to this, the first run of doxygen can take a while.
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan5
CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
2014-07-07Switch back repository to dev-mode after 0.4.10 release.sapier
2014-07-06Update version numbers for 0.4.10sapier
2014-06-29OS X compatibility fixesMartin Doege
2014-06-13Fix AppData path for RUN_IN_PLACE, fixes #1365sfan5
2014-06-13Add AppData fileDavid Gumberg
2014-03-02Improved win32 file version informationsapier
2014-02-13Add check to avoid usage of broken LuaJIT < 2.0.0beta8sapier
2014-01-03Reenable -dev suffixKahrl
2014-01-01Bump version to 0.4.9kwolekr
2013-11-24Reenable -dev suffixPilzAdam
2013-11-24Bump version to 0.4.8kwolekr
2013-09-28Show git hash in version string at top left corner of windowKahrl
2013-08-04Fix installation of textures/texture_packs_here.txtPilzAdam
2013-06-13Fixes cmake-gui causing RUN_IN_PLACE to be always offMetaDucky
2013-06-06Bump version to 0.4.7PilzAdam
2013-05-19Install mods/mods_here.txt instead of mods/minetest/mods_here.txtPilzAdam
2013-05-18Remove survival and build from CMakeLists.txtPilzAdam
2013-05-18Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam
2013-05-04Install menu textures of minetest_gamePilzAdam
2013-04-07Revert "Fix to be able to build from dir different than source dir"kwolekr
This commit broke RUN_IN_PLACE
2013-04-06Fix to be able to build from dir different than source dirDiego Martínez
2013-04-05Install "build" and "survival" games with "make install"Diego Martínez
2013-04-03Bump version to 0.4.6kwolekr
2013-03-30Install locales in minetest directory, so they are correctly loadedZeg9
2013-03-22CMakeLists.txt: Add games/common to be installed when availablePerttu Ahola
2013-03-04Bump version to 0.4.5kwolekr
2013-02-14Add Freetype supportIlya Zhuravlev
2013-01-02Call this 0.4.4-d1 because it has a protocol addition since 0.4.4Perttu Ahola
2012-12-06Bump version to 0.4.4Perttu Ahola
2012-12-02Install shaders properlyPerttu Ahola
2012-11-29Change version to 0.4.4-dev because... ehm... why it wasn't that already?Perttu Ahola
2012-11-26Bump version to 0.4.4 as this isn't compatible with 0.4.3Perttu Ahola
2012-09-05Version 0.4.3Perttu Ahola
2012-09-05Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible ↵Perttu Ahola
InventoryList width field