qzdoom/src/scripting/zscript
Christoph Oelckers 7c3ec662e1 - ensure proper emission of deprecations.
For global variables this wasn't implemented.

# Conflicts:
#	src/namedef.h
#	src/scripting/backend/codegen.cpp
#	wadsrc/static/zscript/base.txt
2019-01-23 21:27:20 +01:00
..
ast.cpp - allow defining flags in the script declaration of a class and do that for Weapon. 2018-11-25 09:29:12 +01:00
zcc-parse.lemon - allow defining flags in the script declaration of a class and do that for Weapon. 2018-11-25 09:29:12 +01:00
zcc_compile.cpp - ensure proper emission of deprecations. 2019-01-23 21:27:20 +01:00
zcc_compile.h Added support for implicitly-sized initialized arrays. 2019-01-23 20:43:46 +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 defining flags in the script declaration of a class and do that for Weapon. 2018-11-25 09:29:12 +01:00
zcc_parser.h - allow defining flags in the script declaration of a class and do that for Weapon. 2018-11-25 09:29:12 +01:00