minetest/src/lua/src
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
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
lapi.c Add Lua 2011-11-29 19:11:04 +02:00
lapi.h Add Lua 2011-11-29 19:11:04 +02:00
lauxlib.c Make Clang happy with lua lauxlib.c. 2015-02-12 08:00:22 +01:00
lauxlib.h Add Lua 2011-11-29 19:11:04 +02:00
lbaselib.c Add Lua 2011-11-29 19:11:04 +02:00
lcode.c Add Lua 2011-11-29 19:11:04 +02:00
lcode.h Add Lua 2011-11-29 19:11:04 +02:00
ldblib.c Add Lua 2011-11-29 19:11:04 +02:00
ldebug.c Add Lua 2011-11-29 19:11:04 +02:00
ldebug.h Add Lua 2011-11-29 19:11:04 +02:00
ldo.c Add Lua 2011-11-29 19:11:04 +02:00
ldo.h Add Lua 2011-11-29 19:11:04 +02:00
ldump.c Add Lua 2011-11-29 19:11:04 +02:00
lfunc.c Add Lua 2011-11-29 19:11:04 +02:00
lfunc.h Add Lua 2011-11-29 19:11:04 +02:00
lgc.c Add Lua 2011-11-29 19:11:04 +02:00
lgc.h Add Lua 2011-11-29 19:11:04 +02:00
linit.c Add Lua 2011-11-29 19:11:04 +02:00
liolib.c Add Lua 2011-11-29 19:11:04 +02:00
llex.c Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
llex.h Add Lua 2011-11-29 19:11:04 +02:00
llimits.h Add Lua 2011-11-29 19:11:04 +02:00
lmathlib.c Add Lua 2011-11-29 19:11:04 +02:00
lmem.c Add Lua 2011-11-29 19:11:04 +02:00
lmem.h Add Lua 2011-11-29 19:11:04 +02:00
loadlib.c Add Lua 2011-11-29 19:11:04 +02:00
lobject.c Add Lua 2011-11-29 19:11:04 +02:00
lobject.h Add Lua 2011-11-29 19:11:04 +02:00
lopcodes.c Add Lua 2011-11-29 19:11:04 +02:00
lopcodes.h Add Lua 2011-11-29 19:11:04 +02:00
loslib.c Add Lua 2011-11-29 19:11:04 +02:00
lparser.c Add Lua 2011-11-29 19:11:04 +02:00
lparser.h Add Lua 2011-11-29 19:11:04 +02:00
lstate.c Add Lua 2011-11-29 19:11:04 +02:00
lstate.h Add Lua 2011-11-29 19:11:04 +02:00
lstring.c Add Lua 2011-11-29 19:11:04 +02:00
lstring.h Add Lua 2011-11-29 19:11:04 +02:00
lstrlib.c Add Lua 2011-11-29 19:11:04 +02:00
ltable.c Add Lua 2011-11-29 19:11:04 +02:00
ltable.h Add Lua 2011-11-29 19:11:04 +02:00
ltablib.c Add Lua 2011-11-29 19:11:04 +02:00
ltm.c Add Lua 2011-11-29 19:11:04 +02:00
ltm.h Add Lua 2011-11-29 19:11:04 +02:00
lua.c Add Lua 2011-11-29 19:11:04 +02:00
lua.h Add Lua 2011-11-29 19:11:04 +02:00
luac.c Add Lua 2011-11-29 19:11:04 +02:00
luaconf.h Add Lua 2011-11-29 19:11:04 +02:00
lualib.h Add Lua 2011-11-29 19:11:04 +02:00
lundump.c Add Lua 2011-11-29 19:11:04 +02:00
lundump.h Add Lua 2011-11-29 19:11:04 +02:00
lvm.c Add Lua 2011-11-29 19:11:04 +02:00
lvm.h Add Lua 2011-11-29 19:11:04 +02:00
lzio.c Add Lua 2011-11-29 19:11:04 +02:00
lzio.h Add Lua 2011-11-29 19:11:04 +02:00
print.c Add Lua 2011-11-29 19:11:04 +02:00