minetest/src/script
ShadowNinja 93fcab952b Clean up and tweak build system
* 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-27 15:00:48 -04:00
..
common Clean up and tweak build system 2015-03-27 15:00:48 -04:00
cpp_api Clean up and tweak build system 2015-03-27 15:00:48 -04:00
lua_api Clean up and tweak build system 2015-03-27 15:00:48 -04:00
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
scripting_game.cpp Add support for the PCG32 PRNG algo (and associated script APIs) 2015-03-22 00:48:08 -04:00
scripting_game.h Add proper lua api deprecated handling 2014-04-29 22:49:04 +02:00
scripting_mainmenu.cpp Use "core" namespace internally 2014-05-08 13:02:04 -04:00
scripting_mainmenu.h Fix code style of async API 2014-04-27 16:15:53 -04:00