aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.h
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13Add -pedantic to debug CFLAGS and fix resulting warningsMarc André Tanner1-1/+1
2015-12-26vis: refactor Lua integrationMarc André Tanner1-0/+22
Lua support can now be disabled at compile time using: $ make CONFIG_LUA=0 This commit also adds an initial Lua API and provides a few default hooks. We now also require Lua >= 5.2 due to the uservalue constructs. In principle the same functionality could be implemented using function environments from Lua 5.1.