aboutsummaryrefslogtreecommitdiff
path: root/lib/lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch built-in Lua to fix miscompile on Android (#12347)paradust72022-05-211-2/+7
|
* Compile Lua as C++ (#11683)Jude Melton-Houghton2022-04-073-34/+23
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Fix some minor code issues all over the placesfan52020-12-241-11/+2
|
* Update embedded Lua to 5.1.5 (#7387)sfan52018-05-3014-33/+36
|
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot2017-04-0258-0/+17131
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