vkdoom_m/src/scripting/decorate
Christoph Oelckers c3e693b507 - added FindClassMemberFunction which retrieves a function symbol and performs some verification.
- removed Self parameter from FxFunctionCall. Actual member function calls through an object require quite different handling so lumping these two together makes no sense.
- added a workaround to deal with ACS_NamedExecuteWithResult to both the compiler and FindClassMemberFunction. The way the ZScript compiler sets this up means that it will call the builtin, not the actual action function, so the parser needs to do some explicit check to get past the same-named action function.
- pass a proper self pointer to FxActionSpecial. Although it's still not being used, propagating design shortcuts through several function levels is a very, very bad idea.
2016-10-15 20:16:44 +02:00
..
olddecorations.cpp - committed from the wrong subdirectory and missed all files that just changed the #include line. 2016-10-15 10:43:02 +02:00
thingdef_exp.cpp - added FindClassMemberFunction which retrieves a function symbol and performs some verification. 2016-10-15 20:16:44 +02:00
thingdef_parse.cpp - give PFunction a bit more information: 2016-10-15 15:50:45 +02:00
thingdef_states.cpp - give PFunction a bit more information: 2016-10-15 15:50:45 +02:00