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