Commit graph

6 commits

Author SHA1 Message Date
Celtic Minstrel
b4dc11ce36 Belated 2017 copyright update 2017-03-19 10:05:38 -04:00
Gregory A Lundberg
d31555f8cf Pedantic includes
Change all includes to start at the base instead of assuming the directory where included from.

This makes it more apparent exactly which header has been included, since many have the same name.

This also allows moving all header files out of the src directory.
2016-11-11 11:00:22 -06:00
Gregory A Lundberg
465ab8fda2 Fix errors: #include <> should be "" 2016-11-11 10:57:48 -06:00
Jyrki Vesterinen
9200fc8dba Add two copyright blocks 2016-10-16 19:25:48 +03:00
Jyrki Vesterinen
02b2ac5a17 Address feedback
* Changed the plugin preference API to use luaW_pushscalar() and
luaW_toscalar() to handle preference values.
* Set the __metatable field in the "preferences" table, which blocks Lua
code from changing the metatable and allows developers to query where the
metatable originates.
* Added empty lines to the end of new files.
2016-09-24 18:30:35 +03:00
Jyrki Vesterinen
76d407e733 Expose preferences to Lua 2016-09-24 18:16:41 +03:00