UltimateZoneBuilder/Source/Core/Config
MaxED 3fb5679a9a Fixed: "Sectors -> Select Things in Selected Sectors" menu item was not triggering the appropriate action.
Fixed: "Select Things in Selected Sectors" action was clearing selected sectors without updating the display.
Changed, Sectors mode: number of selected things is now displayed in the info panel.
Changed, Game Configurations window, "Testing" tab: game engine executable browser now opens up when clicking the "Add game engine" button.
Changed, Game Configurations window, "Testing" tab: default game engine display name is now generated from the folder name game engine executable is in.
Changed, Visual mode: Sector_Outside (87) sector effect is now taken into account when determining sector fog color.
Game configurations: added "defaultwalltexture", "defaultfloortexture" and "defaultceilingtexture" parameters. These define textures used when drawing a sector (usually the first sector of a map only).
Game configurations: classic game configurations now use "-warp" command to load the map.
Game configurations: factorized testing parameters into "Includes\Test_params.cfg".
Added internal functions to Hexen acs scripting configuration.
Updated documentation ("Game Configuration - Basic Settings" topic).
2015-10-23 12:01:27 +00:00
..
AllTexturesSet.cs Fixed a crash when opening Thing Filters form when non-UDMF map was loaded. 2013-12-03 10:50:33 +00:00
ArgumentInfo.cs DECORATE: added "//$ArgNDefault" special comment. It can be used to specify the default argument value. 2015-05-31 21:11:21 +00:00
CompilerInfo.cs Map compilers are no longer copied to a temporary folder when compiling map lumps. 2014-05-15 13:16:30 +00:00
ConfigurationInfo.cs Game Configurations: added Vanilla Strife, Vanilla Heretic and Vanilla Hexen game configurations. 2015-10-21 13:35:42 +00:00
DefinedTextureSet.cs Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter. 2014-02-21 14:42:12 +00:00
EnumItem.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
EnumList.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
FlagTranslation.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
GameConfiguration.cs Fixed: "Sectors -> Select Things in Selected Sectors" menu item was not triggering the appropriate action. 2015-10-23 12:01:27 +00:00
GeneralizedBit.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
GeneralizedCategory.cs Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter. 2014-02-21 14:42:12 +00:00
GeneralizedOption.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
IFilledTextureSet.cs Added, Texture Browser: added "Show textures in subdirectories" checkbox (enabled by default). When enabled, textures from current PK3/PK7/Directory resource directory and it's subdirectories will be shown. Otherwise, only textures from current directory will be shown. 2015-09-16 12:10:43 +00:00
INumberedTitle.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
LinedefActionCategory.cs Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter. 2014-02-21 14:42:12 +00:00
LinedefActionInfo.cs Thing/Linedef/Sector Edit forms: added help button to action special selector. 2014-12-05 14:33:31 +00:00
LinedefActivateInfo.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
MapLumpInfo.cs Internal: removed GameConfiguration.MapLumpNames, instead GameConfiguration.MapLumps is now used. 2014-11-11 11:47:10 +00:00
MatchingTextureSet.cs Find and Replace mode: 2014-11-05 12:32:48 +00:00
ModelAndLightRenderModes.cs Classic modes: added "Show models for current things filter only" model rendering mode. 2015-06-27 09:10:24 +00:00
NodebuilderInfo.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
PasteOptions.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
ProgramConfiguration.cs Fixed: "Sectors -> Select Things in Selected Sectors" menu item was not triggering the appropriate action. 2015-10-23 12:01:27 +00:00
ResourceTextureSet.cs Fixed a crash introduced in r1972 when trying to add second patch with the same name to a texture. 2014-07-15 08:08:57 +00:00
ScriptConfiguration.cs Fixed, Models, Classic and Visual mode: UDMF scale and rotation transforms were applied in incorrect order. 2015-03-26 11:30:36 +00:00
SectorEffectInfo.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
SkillInfo.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
TagType.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
TextureSet.cs Added, Texture Browser: added "Show textures in subdirectories" checkbox (enabled by default). When enabled, textures from current PK3/PK7/Directory resource directory and it's subdirectories will be shown. Otherwise, only textures from current directory will be shown. 2015-09-16 12:10:43 +00:00
ThingCategory.cs Removed "Paste Properties Options" action. 2015-10-09 12:38:12 +00:00
ThingsFlagsCompare.cs Fixed several places where KeyNotFoundException can potentially occur in ThingFlagsCompare.Compare(). 2015-05-27 21:55:15 +00:00
ThingTypeInfo.cs Fixed, Visual mode: horizontal sprite offset was applied incorrectly. 2015-10-15 15:16:31 +00:00
UniversalFieldInfo.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00