gzdoom-gles/src/thingdef
MajorCooke dc00d61f4d - Added TF_OVERRIDE to A_Teleport.
- Overrides the NOTELEPORT flag so actors with velocity don't need to disable it in order to perform A_Teleport, which could be screwed up by a teleporting line or sudden ACS interference.
- Ensure that the result is set to false if it fails prematurely. Wasn't sure if this was needed, but with the upcoming if/else statements, better safe than sorry.
2015-05-01 08:32:07 -05:00
..
olddecorations.cpp - Added support for random state durations. Instead of defining a frame like this: 2012-08-23 01:00:30 +00:00
thingdef.cpp - Trying to replace an actor that does not exist is now a warning rather than an error. 2012-08-12 03:36:49 +00:00
thingdef.h Fixed whole program (link-time) optimization build with Clang 2014-08-03 12:20:30 +03:00
thingdef_codeptr.cpp - Added TF_OVERRIDE to A_Teleport. 2015-05-01 08:32:07 -05:00
thingdef_data.cpp Merge branch 'master' of https://github.com/crimsondusk/zdoom 2015-04-30 10:03:50 +02:00
thingdef_exp.cpp Add FRandomPick 2015-02-20 17:52:52 -06:00
thingdef_exp.h Add FRandomPick 2015-02-20 17:52:52 -06:00
thingdef_expression.cpp Fix assert 2015-02-20 20:35:32 -06:00
thingdef_function.cpp IsPointerEqual (ACS and Decorate) 2014-09-28 11:52:37 +02:00
thingdef_parse.cpp - Added MORPH_UNDOALWAYS for morph powerups. 2015-04-03 12:16:27 -05:00
thingdef_properties.cpp Merge branch 'master' of https://github.com/crimsondusk/zdoom 2015-04-30 10:03:50 +02:00
thingdef_states.cpp Save function name for error message in ParseStates() 2015-01-06 19:31:00 -06:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00