UltimateZoneBuilder/Source/Core/Data
MaxED a9c64fe521 Changed, Texture Browser window: "All" textures group is now saved/reselected like the rest of the texture groups when closing/opening the window.
Changed, Classic modes: bigger Thing arrows are now rendered when thing sprite rendering is skipped.
Changed, Classic modes: when "Fixed Things Scale" option is enabled, thing size stays at 2x scale instead of 1x when extra bounding box is rendered.
Added Preferences -> Appearance -> "Things transparency (Things mode)" slider.
Renamed Preferences -> Appearance -> "Things transparency" to "Things transparency (other modes)".
Externalized thing bounding box and arrow texture, used to render things in Classic modes (Textures/ThingTexture2D.png).
Updated ZDoom_DECORATE.cfg (A_SetUserVarFloat, A_SetUserArrayFloat).
2016-04-01 10:49:19 +00:00
..
BitmapImage.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
CameraTextureImage.cs Added ANIMDEFS CAMERATEXTURE support. 2015-12-18 10:16:53 +00:00
ColorImage.cs Fixed, Visual mode: fixed D3DERR_INVALIDCALL error caused by a bug in classic skybox texture creation. 2016-01-14 22:15:54 +00:00
ColormapImage.cs Cosmetic: changed ' to " in the most of Error and Warning messages. 2016-02-22 08:04:06 +00:00
DataLocation.cs Fixed source window freezing while Open Map window was open when opening a wad by dragging & dropping it on the editor's main window. 2016-03-14 21:53:53 +00:00
DataLocationList.cs Added duplicates check to the map resources list. 2016-03-18 11:28:09 +00:00
DataManager.cs Changed, Texture Browser window: "All" textures group is now saved/reselected like the rest of the texture groups when closing/opening the window. 2016-04-01 10:49:19 +00:00
DataReader.cs Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once. 2016-03-18 12:52:12 +00:00
DirectoryReader.cs Added: HiRes images are now also applied to sprites. 2016-03-22 22:24:33 +00:00
DynamicBitmapImage.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
FileImage.cs Cosmetic: changed ' to " in the most of Error and Warning messages. 2016-02-22 08:04:06 +00:00
FlatImage.cs Fixed source window freezing while Open Map window was open when opening a wad by dragging & dropping it on the editor's main window. 2016-03-14 21:53:53 +00:00
HiResImage.cs Changed, Visual mode: adjusted fog density calculation to better match with GZDoom. 2016-03-23 21:26:26 +00:00
ImageData.cs Added HiRes textures support. 2016-03-04 08:10:56 +00:00
ImageDataFormat.cs Fixed a crash during skybox textures search when searching for any image and not finding it in the first PK3 or Directory resource. 2016-01-15 22:19:48 +00:00
ImageLoadState.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
PatchNames.cs ACS parser: fixed several cases when #include and #import directives were processed incorrectly. 2015-12-27 21:54:50 +00:00
PK3FileImage.cs Cosmetic: changed ' to " in the most of Error and Warning messages. 2016-02-22 08:04:06 +00:00
PK3Reader.cs Added: HiRes images are now also applied to sprites. 2016-03-22 22:24:33 +00:00
PK3StructuredReader.cs Added: HiRes images are now also applied to sprites. 2016-03-22 22:24:33 +00:00
Playpal.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
PreviewManager.cs Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once. 2016-03-18 12:52:12 +00:00
ResourceImage.cs Fixed: we don't need to reload ResourceImages, because they can't be unloaded and reloading them can cause problems when trying to display them in PictureBoxes. 2015-05-25 22:55:28 +00:00
SimpleTextureImage.cs Fixed source window freezing while Open Map window was open when opening a wad by dragging & dropping it on the editor's main window. 2016-03-14 21:53:53 +00:00
SpriteImage.cs Fixed source window freezing while Open Map window was open when opening a wad by dragging & dropping it on the editor's main window. 2016-03-14 21:53:53 +00:00
TextureImage.cs TEXTURES support: both patch Blend syntaxes are now supported (previously only "Blend <string color>[,<float alpha>]" was supported). 2016-03-16 23:26:53 +00:00
TexturePatch.cs TEXTURES support: both patch Blend syntaxes are now supported (previously only "Blend <string color>[,<float alpha>]" was supported). 2016-03-16 23:26:53 +00:00
TEXTURESImage.cs TEXTURES support: both patch Blend syntaxes are now supported (previously only "Blend <string color>[,<float alpha>]" was supported). 2016-03-16 23:26:53 +00:00
UnknownImage.cs Changed long texture names handling. Texture names conversion is no longer required. 2014-12-03 09:06:05 +00:00
WADReader.cs TEXTURES support: both patch Blend syntaxes are now supported (previously only "Blend <string color>[,<float alpha>]" was supported). 2016-03-16 23:26:53 +00:00