qzdoom-gpl/src/fragglescript
Christoph Oelckers 203f88ce6e - some sanitizing of sector tag/line id management:
* 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.
2015-04-15 20:10:27 +02:00
..
t_cmd.cpp - backported GZDoom extensions to renderer interface. 2011-07-07 21:43:49 +00:00
t_fs.h - merged 3dfloors2 branch into trunk. 2011-01-29 11:09:38 +00:00
t_fspic.cpp - Fixed: All clang 5.0 warnings. 2014-01-05 19:50:09 -05:00
t_func.cpp - some sanitizing of sector tag/line id management: 2015-04-15 20:10:27 +02:00
t_load.cpp - removed the last static character arrays from FLevelLocals. 2014-05-13 23:16:13 +02:00
t_oper.cpp - merged 3dfloors2 branch into trunk. 2011-01-29 11:09:38 +00:00
t_parse.cpp - merged 3dfloors2 branch into trunk. 2011-01-29 11:09:38 +00:00
t_prepro.cpp - merged 3dfloors2 branch into trunk. 2011-01-29 11:09:38 +00:00
t_script.cpp - replaced P_FindSectorFromTag with an FSectorTagIterator class. 2015-04-14 22:39:57 +02:00
t_script.h - removed all uses of single precision floats from FraggleScript code. 2013-09-02 09:08:47 +02:00
t_spec.cpp - merged 3dfloors2 branch into trunk. 2011-01-29 11:09:38 +00:00
t_variable.cpp - removed all uses of single precision floats from FraggleScript code. 2013-09-02 09:08:47 +02:00