gzdoom-gles/wadsrc/xlat
Christoph Oelckers 14533f867d - Fixed: ANIMATED allowed animations between different texture types.
- Added a debuganimated CCMD that can be used to output some information
  if a WAD shows broken animations.
- Fixed: The handling for enum values in Xlat was incorrect. The rule with 
  value assignment must set the counter one higher than the current value.
- Fixed: The definition of enums in the Xlat grammar was right-recursive
  which could create stack overflows in the parser. Made it left-recursive as
  recommended in Lemon's docs. 


SVN r850 (trunk)
2008-03-25 09:43:50 +00:00
..
base.txt - Added sector type translation to xlat_parser and removed the old sectorx 2008-03-23 00:23:47 +00:00
defines.i - Fixed: ANIMATED allowed animations between different texture types. 2008-03-25 09:43:50 +00:00
doom.txt - Fixed: The sector translators must clear unused bits because they might 2008-03-23 20:52:34 +00:00
heretic.txt - Fixed: The sector translators must clear unused bits because they might 2008-03-23 20:52:34 +00:00
strife.txt - Fixed: The sector translators must clear unused bits because they might 2008-03-23 20:52:34 +00:00