gzdoom-gles/src/scripting/zscript
2016-11-28 14:39:25 +01:00
..
ast.cpp - added static constant arrays. At the moment they can only be defined inside functions due to lack of dedicated storage inside classes for static data. 2016-11-20 18:00:37 +01:00
zcc-parse.lemon - fixed bad definition of struct grammar which tried to resolve from right to left, creating large amounts of recursion and strange problems with PlayerInfo. 2016-11-27 16:24:32 +01:00
zcc_compile.cpp - scriptified the Sigil. This isn't fully tested yet. 2016-11-28 14:39:25 +01:00
zcc_compile.h - scriptified the Sigil. This isn't fully tested yet. 2016-11-28 14:39:25 +01:00
zcc_expr.cpp - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +02:00
zcc_exprlist.h added class pointer casts. Due to grammar problems the type has to be put into parentheses to get the class token out of the global parsing namespace: 2016-11-17 20:31:53 +01:00
zcc_parser.cpp - scriptified Hexen's flies. 2016-11-27 18:52:24 +01:00
zcc_parser.h - Don't null-check the ZCC_TreeNode 'this' pointer. 2016-11-23 23:30:54 +01:00