gzdoom-gles/specs
Christoph Oelckers 5474e01de8 - removed FraggleScript's 'sectortype' function. This was GZDoom exclusive and never documented so it got no public exposure. Since this is incompatible with the damage related changes, it has no more use.
- major overhaul of the static sector damage system:

* consolidated special based damage, Sector_SetDamage and UDMF properties into one set of damage properties. The parallel handling that could lead to double damage infliction was removed. This also means that damage through sector specials can be retroactively changed through Sector_SetDamage.
* all special cases were turned into flags. The new system can switch between Strife's delayed damage and regular damage, and it can also set whether terrain splashes are used or not. It also has access to the special properties of the end-level type (i.e. switching off god mode and ending the level.)
* the damage related flags are accessible through Sector_ChangeFlags, not the damage functions themselves.
2016-01-06 12:12:47 +01:00
..
fmod_version.txt - Backported FMOD Ex 4.34 fixes from gzdoom-macosx. (With changes to continue to allow compilation with 4.22-4.28.) 2011-08-13 21:11:09 +00:00
udmf.txt - Updated UDMF spec to 1.1. 2009-04-14 09:06:03 +00:00
udmf_zdoom.txt - removed FraggleScript's 'sectortype' function. This was GZDoom exclusive and never documented so it got no public exposure. Since this is incompatible with the damage related changes, it has no more use. 2016-01-06 12:12:47 +01:00
usdf.txt - fixed typo in USDF spec. 2013-06-23 10:28:12 +02:00
usdf_zdoom.txt - added missing 'id' property to udmf_zdoom.txt. 2015-05-01 20:27:04 +02:00