vkdoom_m/src/scripting/zscript
Christoph Oelckers db8ab1bc4a - give PFunction a bit more information:
* explicitly require passing the owning class when creating it.
 * extract self pointer class when adding a variant.
 * put the flags on the single variants, we can not fully rule out that they will be 100% identical, if variants ever get allowed.
2016-10-15 15:50:45 +02:00
..
ast.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
zcc-parse.lemon - count errors in the parser and abort afterward if there were some. 2016-10-15 12:15:25 +02:00
zcc_compile.cpp - give PFunction a bit more information: 2016-10-15 15:50:45 +02:00
zcc_compile.h - more preparations to compile functions: 2016-10-15 14:36:08 +02:00
zcc_expr.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
zcc_exprlist.h - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
zcc_parser.cpp - count errors in the parser and abort afterward if there were some. 2016-10-15 12:15:25 +02:00
zcc_parser.h - removed token 'mode' because it isn't used anywhere and clashed with some actor properties. 2016-10-13 20:45:52 +02:00