summaryrefslogtreecommitdiffstats
path: root/src/Bindings/BindingsProcessor.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29Update tolua and export EffectIDpeterbell101-2/+35
2016-09-08APIDump: Removed trailing whitespace.Mattes D1-28/+28
2016-08-22cLuaState: Moved function param counting to PushCallPop() template.Mattes D1-1/+0
2016-08-06Commented out code_out.cpp generating.Mattes D1-0/+4
2016-07-18Bindings: Added a script to generate a diff between APIDesc and ToLua.Mattes D1-3/+3
2016-07-18Bindings: Don't generate docs for private symbols, mark static symbols.Mattes D1-13/+35
2016-07-18Bindings: Output description is valid Lua file.Mattes D1-3/+7
2016-07-18Bindings: Extract unexported DoxyComments.Mattes D1-15/+134
2016-07-18Bindings: Extract DoxyCommentsMattes D1-18/+187
2016-07-18Added a Pure-Lua implementation for bindings generation.Mattes D1-2/+507
2016-06-05Bindings: Add a const-ptr variant to all stack getter functionsMattes D1-0/+15
2015-06-19Externalized cPrefabPiecePool self-test.Mattes D1-1/+3
2015-05-19Added LuaState support for all integral typestycho1-5/+7
2015-05-12ToLua now generates cLuaState::Push() and GetStackValue()Mattes D1-0/+161