aboutsummaryrefslogtreecommitdiff
path: root/src/lua
AgeCommit message (Collapse)Author
2017-04-02Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot
instead of src/ (#5473) * Update embedded jsoncpp from unk version to 0.10.6 0.10.6 is last release without c++11 * Make jsoncpp more compliant with its amalgamate Jsoncpp cpp file should be upper, make the library like it does in amalgamate * Reorganization: move minetest embedded libs outside of source tree to /lib * Fix a dead grep in LINT
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-02-12Make Clang happy with lua lauxlib.c.Loic Blot
No functionnal change
2015-02-12Enable LUA_USE_POSIX if possible in bundled Luaest31
Fixes warning: src/lua/src/loslib.c:60: Warning: the use of `tmpnam' is dangerous, better use `mkstemp'
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!
2012-07-23Improve build configuration optionsPerttu Ahola
2012-03-31cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer
This fixes LUA_USE_DLOPEN having no effect.
2011-11-29Do not install the static lua library filePerttu Ahola
2011-11-29Make it actually buildPerttu Ahola
2011-11-29Add LuaPerttu Ahola
2011-04-03Removed lua stuffPerttu Ahola
2011-02-24modified the build system of lua to a more minimal onePerttu Ahola
2011-02-21preliminary lua scripting framework for objectsPerttu Ahola