UltimateZoneBuilder/Source/Core/ZDoom
MaxED 76559ae881 Added GZDoom's glowing flats (http://www.zdoom.org/wiki/GLDEFS#Glowing_flats) support to Classic and Visual modes.
MAPINFO: added "DoomEdNum" and "SpawnNums" blocks support.
MAPINFO: added "#include" directive support.
MAPINFO: added "$gzdb_skip" special comment support.
DECORATE: "spawnthing" Game Configuration block is now updated using "SpawnID" actor property.
Game configurations: added "class" property to the most of ZDoom things.
Actions: removed "Reload MAPINFO" action.
Documentation: merged "GLDEFS and MODELDEF support", "(Z)MAPINFO support" and "TEXTURES support" topics into "(G)ZDoom text lumps support", added info about the other text lumps GZDB can use.
2015-04-14 11:33:57 +00:00
..
ActorStructure.cs Added GZDoom's glowing flats (http://www.zdoom.org/wiki/GLDEFS#Glowing_flats) support to Classic and Visual modes. 2015-04-14 11:33:57 +00:00
DecorateParser.cs Added GZDoom's glowing flats (http://www.zdoom.org/wiki/GLDEFS#Glowing_flats) support to Classic and Visual modes. 2015-04-14 11:33:57 +00:00
PatchStructure.cs Fixed, TEXTURES parser: fixed incorrect stream rewinding when reading "Blend" patch property without a tint amount. 2015-02-19 13:50:17 +00:00
ReverbsParser.cs ReverbsParser: added duplicate reverbs ID check. 2015-01-26 08:26:52 +00:00
StateGoto.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
StateStructure.cs DECORATE parser: added multiple actions per frame (http://zdoom.org/Changelog/7d0faa5bd5f39f1b5c721e8287f94dc04811a355/files) support. 2015-01-08 09:45:04 +00:00
TexturesParser.cs TEXTURES parser: "optional" texture definition keyword was not supported. 2015-03-04 09:37:30 +00:00
TextureStructure.cs TEXTURES parser: "optional" texture definition keyword was not supported. 2015-03-04 09:37:30 +00:00
VoxeldefParser.cs Fixed, Script Editor, Script names parser, DECORATE actor names parser: in some cases (for example, when entering utter garbage instead of proper acs), parsers could get stuck in an infinite loop... 2015-03-21 19:41:54 +00:00
ZDTextParser.cs MODELDEF parser: a model should be skipped when it's FrameIndex is -1. 2015-04-13 09:50:17 +00:00