gzdoom/src/fragglescript
Christoph Oelckers 58d3b04590 - fixed some places in p_pillar.cpp where sector plane z's were calculated at (0, 0) which could cause overflows if the actual plane is too far away from the origin.
- renamed sector_t::soundorg in centerspot, changed the type to a fixedvec2 and removed the CenterSpot #define.

Since this thing was used in lots of places that have nothing to do with sound the name made no sense. Having it as a fixed_t array also made it clumsy to use and the CenterSpot #define used a potentially dangerous type cast.
2016-02-24 14:49:59 +01:00
..
t_cmd.cpp - rewrote p_local.h so that it doesn't pull in the entire bunch of headers. 2016-02-15 02:14:34 +01:00
t_fs.h Merge branch 'NewEESpecials' 2016-02-05 01:01:39 +01:00
t_fspic.cpp - Fixed: All clang 5.0 warnings. 2014-01-05 19:50:09 -05:00
t_func.cpp - fixed some places in p_pillar.cpp where sector plane z's were calculated at (0, 0) which could cause overflows if the actual plane is too far away from the origin. 2016-02-24 14:49:59 +01:00
t_load.cpp - fixed: MAPINFO option fs_nocheckposition parsed the '=' twice. 2016-01-05 20:41:59 +01: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 Merge branch 'NewEESpecials' 2016-02-05 01:01:39 +01: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