mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 05:31:16 +00:00

Searched all *.lua and *.cfg (embedded lua) files in data/ for occurences of the deprecated stuff mentioned in http://www.lua.org/manual/5.2/manual.html#8.2 The currently compiled-in define LUA_COMPAT_ALL appears to work like so that both the old and the new syntax work at the same time (without errors or warnings), while the old one will be an error after removing it.