vkdoom_m/src/scripting/backend
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
..
codegen.cpp - ensure proper emission of deprecations. 2019-01-23 21:27:20 +01:00
codegen.h Added support for implicitly-sized initialized arrays. 2019-01-23 20:43:46 +01:00
dynarrays.cpp - fixed return value of native call to dynamic array's Reserve() 2018-12-10 11:26:46 +02:00
scopebarrier.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
scopebarrier.h - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
vmbuilder.cpp - removed assert that got triggered in an edge case that must pass here. 2018-12-02 23:35:18 +01:00
vmbuilder.h - moved the type infomation entirely out of VMValue. 2018-11-18 19:31:13 +01:00
vmdisasm.cpp - removed OP_TAIL. 2018-11-18 07:43:03 +01:00