Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | Clean up and tweak build system | ShadowNinja | |
* 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-02-12 | Enable LUA_USE_POSIX if possible in bundled Lua | est31 | |
Fixes warning: src/lua/src/loslib.c:60: Warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |||
2012-07-23 | Improve build configuration options | Perttu Ahola | |
2012-03-31 | cmake: lua: use COMMON_CFLAGS | Jonathan Neuschäfer | |
This fixes LUA_USE_DLOPEN having no effect. | |||
2011-11-29 | Make it actually build | Perttu Ahola | |
2011-11-29 | Add Lua | Perttu Ahola | |
2011-04-03 | Removed lua stuff | Perttu Ahola | |
2011-02-24 | modified the build system of lua to a more minimal one | Perttu Ahola | |
2011-02-21 | preliminary lua scripting framework for objects | Perttu Ahola | |