summaryrefslogtreecommitdiff
path: root/src/lua
Commit message (Collapse)AuthorAge
* Clean up and tweak build systemShadowNinja2015-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.
* Make Clang happy with lua lauxlib.c.Loic Blot2015-02-12
| | | | No functionnal change
* Enable LUA_USE_POSIX if possible in bundled Luaest312015-02-12
| | | | | Fixes warning: src/lua/src/loslib.c:60: Warning: the use of `tmpnam' is dangerous, better use `mkstemp'
* Add support for Android 2.3+sapier2014-06-29
| | | | | | | | | | | | | 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!
* Improve build configuration optionsPerttu Ahola2012-07-23
|
* cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer2012-03-31
| | | | This fixes LUA_USE_DLOPEN having no effect.
* Do not install the static lua library filePerttu Ahola2011-11-29
|
* Make it actually buildPerttu Ahola2011-11-29
|
* Add LuaPerttu Ahola2011-11-29
|
* Removed lua stuffPerttu Ahola2011-04-03
|
* modified the build system of lua to a more minimal onePerttu Ahola2011-02-24
|
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-21