gzdoom-gles/src/scripting/zscript
Christoph Oelckers 5350721ec5 - removed PClass::DeriveData because it is no longer needed.
- fixed: IsVisibleToPlayer and optimized it a bit more.
- moved SourceLumpName to PClass, so that it can also be used for non-actors (there's a lot of non-Actor classes already.)
- separated the serializer for PClassPointer from PPointer. Even though not doable, a pointer to a class type is something entirely different than a class pointer with a restriction so each should handle its own case.
2017-04-12 09:55:27 +02:00
..
ast.cpp Fixed builtin type names for -dumpast command line option 2017-03-18 13:11:13 +02:00
zcc-parse.lemon - allow multiple expressions in 'for' iteration part. 2017-03-29 22:18:52 +02:00
zcc_compile.cpp - removed PClass::DeriveData because it is no longer needed. 2017-04-12 09:55:27 +02:00
zcc_compile.h - fixed: The evaluation of multi-string ZScript properties did not work correctly. 2017-03-18 15:45:36 +01: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 - allow parsing of static constant arrays in class scope. 2017-03-14 20:22:37 +01:00
zcc_parser.h - added some syntactic help to the ZScript parser to allow defining the arrays with native structs on the script side instead of having to define them internally. 2017-03-13 12:51:09 +01:00