qzdoom/src/scripting
Christoph Oelckers b0ecb02d6b - move SuperFastHash to its own set of files, instead of having this tied to the console.
- replace swapvalues with std::swap globally.
- added some additions to utility code from Raze, mainly to reduce file content differences.
- reduced some unused utilities
2020-04-11 14:00:10 +02:00
..
backend - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
decorate - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
vm - continued refactoring on sound code. 2019-12-08 21:22:53 +01:00
zscript - replaced assert() in ZScript fields compilation code 2020-03-14 12:50:10 +02:00
dictionary.cpp - moved the dictionary implementation into the 'scripting' folder where it really belongs. 2020-04-11 14:00:09 +02:00
dictionary.h - moved the dictionary implementation into the 'scripting' folder where it really belongs. 2020-04-11 14:00:09 +02:00
symbols.cpp - fixed erroneous removal of property flag members 2019-02-03 12:33:06 +02:00
symbols.h - added ability to specify deprecation messages in ZScript 2019-08-28 13:37:48 +02:00
thingdef.cpp - added validation for presence of drop item classes 2019-07-11 14:11:01 +02:00
thingdef.h - fixed code emission for constant ZScript function arguments 2019-01-23 22:37:16 +01:00
thingdef_data.cpp - moved the dictionary implementation into the 'scripting' folder where it really belongs. 2020-04-11 14:00:09 +02:00
thingdef_properties.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
types.cpp - continued refactoring on sound code. 2019-12-08 21:22:53 +01:00
types.h
vmiterators.cpp - fixed usage of uninitialized object in BlockLinesIterator 2019-10-26 11:01:49 +03:00
vmthunks.cpp Fixed colorization not being applicable to bottom wall textures. 2020-02-07 22:56:46 -06:00
vmthunks_actors.cpp Added Actor.CopyBloodColor to copy another existing actor's blood color. 2020-03-23 21:04:59 +01:00