vkdoom_m/src/scripting
Christoph Oelckers ace3e29473 - removed the implicit conversion operators from FName.
These were creating dangerous interdependencies. It is better to do explicit conversions when needed.
As an added plus, this means that zstring.h no longer depends on name.h which was very annoying.
2020-04-11 14:00:13 +02:00
..
backend - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
decorate - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
vm - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
zscript - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +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 - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
types.cpp - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
types.h - fixed compilation of targets with optimization 2018-11-15 10:59:37 +02:00
vmiterators.cpp - fixed usage of uninitialized object in BlockLinesIterator 2019-10-26 11:01:49 +03:00
vmthunks.cpp - moved all character set utilities to utf8.cpp. 2020-04-11 14:00:12 +02:00
vmthunks_actors.cpp - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00