mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-12-02 08:22:25 +00:00
203f88ce6e
* make setting the line ID with P_TranslateLineDef explicit because there's one FraggleScript function that needs to work around the changes caused by this. There's also some functions setting only a temporary linedef. These would inevitably cause problems if the underlying data gets changed. * remove FS function 'ChangeTag'. Fortunately this was just some long forgotten test stuff that can be removed without affecting any maps, but the feature would cause some serious problems in a more complex system. With these changes it is guaranteed that after map setup the tag/ids won't change anymore. |
||
---|---|---|
.. | ||
t_cmd.cpp | ||
t_fs.h | ||
t_fspic.cpp | ||
t_func.cpp | ||
t_load.cpp | ||
t_oper.cpp | ||
t_parse.cpp | ||
t_prepro.cpp | ||
t_script.cpp | ||
t_script.h | ||
t_spec.cpp | ||
t_variable.cpp |