gzdoom-gles/src/scripting
Ijon 49dd94f65a Add NOFRICTION and NOFRICTIONBOUNCE flags
NOFRICTION disables all friction effects on the thing it's set on
(including the speed cap from water/crouching), and NOFRICTIONBOUNCE
disables the "bounce off walls on an icy floor" effect on the thing
it's set on.
2019-04-18 19:56:33 +02:00
..
backend - let FxNop have a value type, even if it's just TypeError. 2019-04-18 13:02:21 +02:00
decorate Removed more literal references to AInventory. 2019-04-16 23:57:07 +02:00
vm - fix missing line number for the function throwing the exception and remove the duplicate call stack line 2019-04-18 14:59:32 +02:00
zscript - fixed handling of dummy flags. 2019-04-15 22:29:55 +02:00
symbols.cpp - define the built-in functions defined in codegen.cpp through the regular interface instead uf just hacking them into the symbol table with incompletely set up data. 2019-04-15 22:30:01 +02:00
symbols.h - define the built-in functions defined in codegen.cpp through the regular interface instead uf just hacking them into the symbol table with incompletely set up data. 2019-04-15 22:30:01 +02:00
thingdef.cpp - fixed deprecation warnings for member functions not checking the version. 2019-04-17 19:44:10 +02:00
thingdef.h - fixed deprecation warnings for member functions not checking the version. 2019-04-17 19:44:10 +02:00
thingdef_data.cpp Add NOFRICTION and NOFRICTIONBOUNCE flags 2019-04-18 19:56:33 +02:00
thingdef_properties.cpp - improved error reporting for badly defined translations. 2019-04-18 13:07:39 +02:00
types.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 10:36:10 +02:00
types.h - fixed compilation of targets with optimization 2018-11-16 21:33:11 +01:00
vmiterators.cpp - fixed: Direct native functions for the JIT compiler may not return bool. 2019-04-17 16:24:07 +02:00
vmthunks.cpp - removed the redundant GetOffsetPosition export and added direct native support to its existing variants 2019-04-18 17:01:17 +02:00
vmthunks_actors.cpp Added a function for triggering use/push specials for usage in custom monster AI. 2019-04-18 14:22:07 +02:00