gzdoom-gles/src/thingdef
Randy Heit 8cb269388e Eliminate .mreg section
- Member variables are now declared all in one place: InitThingdef(). They
  are not partially defined in thingdef_expression.cpp and further refined
  in actor.txt.
- This left ParseNativeVariable() parsing only functions, so it has been
  renamed to ParseNativeFunction().
- Note that their declarations in InitThingdef() are expected to be
  temporary.
2015-03-14 22:16:05 -05:00
..
olddecorations.cpp Use PFunction instead of PSymbolActionFunction in DECORATE parser 2013-08-14 22:00:16 -05:00
thingdef.cpp Add if/else blocks for action sequences 2015-01-08 21:36:42 -06:00
thingdef.h Eliminate .mreg section 2015-03-14 22:16:05 -05:00
thingdef_codeptr.cpp Merge branch 'master' into scripting 2015-01-29 20:53:08 -06:00
thingdef_data.cpp Eliminate .mreg section 2015-03-14 22:16:05 -05:00
thingdef_exp.cpp Merge branch 'master' into scripting 2015-01-29 20:53:08 -06:00
thingdef_exp.h Merge branch 'master' into scripting 2015-01-29 20:53:08 -06:00
thingdef_expression.cpp Eliminate .mreg section 2015-03-14 22:16:05 -05:00
thingdef_parse.cpp Eliminate .mreg section 2015-03-14 22:16:05 -05:00
thingdef_properties.cpp Merge branch 'master' into scripting 2015-01-29 20:53:08 -06:00
thingdef_states.cpp Add if/else blocks for action sequences 2015-01-08 21:36:42 -06:00
thingdef_type.h DECORATE cleanup 2013-08-23 22:17:08 -05:00