Skip to content
Snippets Groups Projects
  1. Nov 19, 2023
  2. Nov 04, 2023
  3. Jul 15, 2023
  4. Jul 08, 2023
  5. May 26, 2023
  6. Aug 14, 2021
  7. Mar 17, 2021
  8. Jul 11, 2020
  9. May 23, 2020
  10. May 22, 2020
  11. May 21, 2020
  12. Apr 02, 2020
  13. Apr 14, 2019
  14. Mar 07, 2017
  15. Feb 09, 2017
  16. Jan 14, 2017
  17. Nov 30, 2016
    • MaxED's avatar
      Fixed, Script Editor: resources navigator was always loading the first WAD... · a31c6b66
      MaxED authored
      Fixed, Script Editor: resources navigator was always loading the first WAD lump with matching name when trying to open any of several WAD lumps with matching names.
      Reverted, Visual mode: looks like all additional cases of displaying sky hack added in r2755 were actually undefined engine behaviors, not the "proper" shy hack... Reverted implementation to the wiki definition of the sky hack.
      a31c6b66
  18. Nov 28, 2016
    • MaxED's avatar
      Updated, Visual mode: some cases when the sky hack must be applied were not handled. · 1523d06e
      MaxED authored
      Updated, Script editor: script editor was unable to show error location after double-clicking on it in the Warnings and Errors window when said location was inside of a WAD located in a PK3 file.
      Updated, text lumps tracking: already parsed DECORATE/GLDEFS lumps are now added to the text lumps list even when DECORATE/GLDEFS parsing fails, allowing you to fix errors without the need to use external tools.
      Fixed: in some cases the editor could stuck in an infinite loop when searching for wad lumps.
      1523d06e
  19. Sep 06, 2016
    • MaxED's avatar
      Updated, Visual mode, UDMF: "Change Texture Scale" actions now take camera and... · 6faa88f9
      MaxED authored
      Updated, Visual mode, UDMF: "Change Texture Scale" actions now take camera and texture angles into account when used on floors/ceilings.
      Changed: "+++" and "---" prefixes are now incremented on the first step instead of the second when used in any numeric inputs, which support prefixes, except action arguments.
      Fixed, Visual mode, UDMF: texture offset/scale/rotation changes were applied several times when used on several 3d-floor floors/ceilings linked to the same control sector, when using "Move Texture Offsets" / "Change Texture Scale" / "Rotate Texture CW/CCW" actions.
      Updated ZDoom ACC (DamageActor).
      Updated ZDoom_ACS.cfg (DamageActor).
      6faa88f9
  20. Sep 02, 2016
  21. Jul 04, 2016
  22. Feb 23, 2016
  23. Jan 25, 2016
    • MaxED's avatar
      Fixed, Visual mode: in some cases ceiling glow effect was interfering with... · 2cbe6640
      MaxED authored
      Fixed, Visual mode: in some cases ceiling glow effect was interfering with Transfer Brightness effect resulting in incorrectly lit sidedef geometry.
      Fixed, Visual mode: UDMF sidedef brightness should be ignored when a wall section is affected by Transfer Brightness effect.
      Fixed, Visual mode: any custom fog should be rendered regardless of sector brightness. 
      Fixed, Visual mode: "fogdensity" and "outsidefogdensity" MAPINFO values were processed incorrectly.
      Fixed, Visual mode: in some cases Things were rendered twice during a render pass.
      Fixed, Visual mode: floor glow effect should affect thing brightness only when applied to floor of the sector thing is in.
      Fixed, TEXTURES parser: TEXTURES group was named incorrectly in the Textures Browser window when parsed from a WAD file.
      Fixed, MAPINFO, GLDEFS, DECORATE parsers: "//$GZDB_SKIP" special comment was processed incorrectly.
      Fixed, MAPINFO parser: "fogdensity" and "outsidefogdensity" properties are now initialized using GZDoom default value (255) instead of 0.
      2cbe6640
  24. Jan 15, 2016
    • MaxED's avatar
      Added "Sector Floor Flat" and "Sector Ceiling Flat" Find and Replace modes. · 998ec3bc
      MaxED authored
      Updated skybox model to better match GZDoom's skybox. Also the sky texture was flipped horizontally.
      Fixed, Visual mode: "Select with the same texture" action is now able to select sidedef parts only visible because of slopes.
      Fixed, Visual mode: skybox texture was not updated after using "Open map in current wad" action.
      Fixed, Visual mode: in some cases Visual camera was placed below sector's floor when "Sync camera position between 2D and 3D modes" setting was enabled.
      Fixed: numeric thing flags with inverted UDMF flag defined in "thingflagstranslation" Game configuration block were lost when copy-pasting a thing.
      Fixed, command line arguments: fixed a crash when loading a map from a wad with existing .dbs file.
      998ec3bc
  25. Dec 09, 2015
  26. Nov 20, 2015
    • MaxED's avatar
      Visual mode: rewritten most of the 3d floor clipping and light/color... · 098e9724
      MaxED authored
      Visual mode: rewritten most of the 3d floor clipping and light/color assignment logic. As a result, 3d floors should look much closer to what's seen in GZDoom.
      Fixed, Visual mode: glow effect was not updated when changing sector textures using the "Select Texture" action.
      Browse Textures/Flats window: when textures list is focused, you can now start typing to change the Filter.
      098e9724
  27. Oct 09, 2015
    • MaxED's avatar
      Removed "Paste Properties Options" action. · 13c3155d
      MaxED authored
      Added "Paste Properties Special" actions in "Classic" and "Visual" categories. They work the same way as "Paste Special" action.
      Added: "Copy Properties", "Paste Properties" and "Paste Properties Special" options are now shown in the Edit menu if current classic mode supports them.
      Changed, Paste Properties Special window: only options relevant to current map format are now displayed.
      Changed, Paste Properties Special window, UDMF: all UI-managed options are now available.
      Fixed: MAPINFO parser was unable to process "include" directives.
      Fixed, General interface: selection info was reset to "Nothing selected" after few seconds regardless of current selection.
      Fixed, Visual mode: thing bounding boxes were not updated when changing things positions using Randomize mode.
      Fixed, Visual mode: event lines were displayed at incorrect height when entering Visual mode for the first time.
      Fixed, Texture Browser window: when MixTexturesFlats Game Configuration option is disabled, textures/flats are no longer shown in the Used group when flats/textures with the same names are used in the map. 
      Fixed(?): probably fixed an exception some users reported when trying to initialize a Classic mode after switching from Visual mode with "Sync cameras" option enabled.
      Changed, Game configurations, Thing Categories: a block must have at least one thing category property to be recognized as a thing category.
      Changed, Visplane Explorer: the plugin now outputs more info when it fails to initialize vpo.dll.
      Cosmetic, Thing Edit window, Doom/Hexen map format: adjusted UI layout so thing flags control no longer displays scrollbars in Hexen map format.
      Internal: merged methods from UDMFTools into UniFields, removed UDMFTools. 
      Updated Inno Setup script (added VC++ 2008 SP1 distributive). 
      Updated ZDoom_DECORATE.cfg (A_CheckBlock).
      Updated documentation (added "System Requirements" page).
      13c3155d
  28. Oct 02, 2015
    • MaxED's avatar
      Visual mode: noticeable performance boost (rendering now works ~40% faster). · 283c6c22
      MaxED authored
      Visual mode: fog distance calculation is now much closer to GZDoom one.
      Visual mode: thing brightness calculation when a thing is affected by floor glow is now much closer to GZDoom one.
      Linedef edit window, UDMF: added "Reset front/back brightness" buttons.
      Sector edit window, UDMF: added "Reset ceiling/floor brightness" buttons.
      Internal, Visual mode, Things mode: persistent event lines are now updated only when map objects are changed instead of doing it on every display redraw.
      Internal: improved Dictionary lookup times when using map objects and textures as keys.
      Internal: added "Release + Profiler" solution configuration.
      Updated ZDoom_ACS.cfg (Warp).
      283c6c22
  29. Feb 06, 2015
    • MaxED's avatar
      Fixed, Scale control (UDMF): in some cases default values were shown when displaying mixed values. · 54fccb73
      MaxED authored
      Fixed, long texture names support: in some cases long texture names were not processed correctly when pasting map geometry.
      Fixed, Visual mode: in some cases combined sidedef brightness was calculated incorrectly. Also, MAPINFO FadeColor and OutsideFogColor properties are now taken into account.
      Hexen_linedefs.cfg: "Door Raise" and "Door Locked Raise" used incorrect enums for "Close Delay".
      54fccb73
  30. Dec 22, 2014
    • MaxED's avatar
      Visual mode: "Fit Textures" action can now fit textures across multiple... · deb43343
      MaxED authored
      Visual mode: "Fit Textures" action can now fit textures across multiple selected surfaces. A number of times to repeat a texture can now be specified.  
      Visual mode: removed "Fit Texture's Width" and "Fit Texture's Height" actions.
      Visual mode: "Auto-align texture offsets" actions were incorrectly aligning double-sided middle walls in some cases.
      Visual mode: "Auto-align texture offsets" actions now align non-wrapped double-sided middle walls to vertical offset closest to their initial vertical offset.
      Visual mode: middle parts of double-sided walls were ignored when Shift-selecting walls.
      Nodebuilders/Game configurations: GL nodes definitions were missing from game configurations.
      Nodebuilders/Game configurations: "~MAP" wildcard can now be a part of a lump name. 
      Nodebuilders: GL nodes were not properly handled by the editor.
      Main Window: the window is now moved into the view when stored position is ouside of screen bounds. 
      Classic and Visual modes: changing thing pitch was ignored in some cases.
      Visual mode: raising and lowering a thing with "+SPAWNCEILING" flag now works the same way as when raising/lowering a regular thing.
      Visual mode: using "Raise/Lower Floor/Ceiling to adjacent sector" actions on a thing with "+SPAWNCEILING" flag now works the same way as when using them on a regular thing.  
      Rendering: even more fixes to MODELDEF and UDMF properties-related model rendering logic.
      Internal, ResourceListEditor: rewritten resource validation check in a more OOP-ish way.
      Configurations: fixed an infinite loop crash when a file was trying to include() itself.
      UDMF thing flags: added Skill 6-8 to the flags list (because there are thing filters for these).
      ZDoom_ACS.cfg: added definitions for SetTeleFog and SwapTeleFog.
      ZDoom_DECORATE.cfg: added definitions for A_SetTeleFog and A_SwapTeleFog.
      Updated ZDoom ACC.
      Updated documentation.
      deb43343
  31. Dec 03, 2014
  32. Oct 28, 2014
    • MaxED's avatar
      Visual mode: regular walls are now clipped by solid 3d floors (this should eliminate z-fighting). · 0d90d9b2
      MaxED authored
      Fixed, WavefrontExporter: floor and ceiling textures were not exported when using "classic" game configurations (ones with disabled "MixTexturesAndFlats" option). This should also fix incorrect flats on exported model when there are flats and textures with the same name.
      Fixed, WavefrontExporter: 3d floors geometry and wall geometry around them was created incorrectly.
      Fixed, WavefrontExporter: floor and ceiling textures of non-Vavoom 3d floors were swapped on exported geometry.
      0d90d9b2
  33. Sep 23, 2014
  34. Mar 12, 2014
  35. Mar 05, 2014
    • MaxED's avatar
      Linedef Edit Form, Sector Edit Form: when several map elements with different... · 7faf6bc1
      MaxED authored
      Linedef Edit Form, Sector Edit Form: when several map elements with different textures are selected, the "texture stack" icon is shown in the texture selectors instead of the "missing texture" icon.
      Error Checker mode: added "Check missing flats" check.
      Error Checker mode: fixed several descriptions. 
      Sprite patches for sprites defined in TEXTURES are now loaded from Sprites namespace.
      Some of my older texture alignment code didn't work properly when strict texture/flat handling ("mixtextureflats" game configuration flag set to false) was enabled.
      Fixed some incorrect checks for missing texture ("-").
      7faf6bc1
  36. Feb 21, 2014
  37. Jan 13, 2014
    • MaxED's avatar
      Selected things are now dragged while dragging vertices, linedefs and sectors. · c087d014
      MaxED authored
      Error checks: added "Check unused textures" option.
      Replaced MissingTexture3D and UnknownTexture3D.
      Sectors mode: restored "Lower/Raise Floor/Ceiling by 8 mp" actions.
      Visual mode: in some cases sidedefs were rendered as selected when they were not.
      Existing linedefs were not split while drawing new lines in some cases.
      Texture and height overrides were not applied correctly in some cases.
      Preferences form: "Ctrl+Alt+ScrollUp" and "Ctrl+Alt+ScrollDown" dropdown items were setting the shortcut to "Ctrl+Shift+ScrollUp" and "Ctrl+Shift+ScrollDown".
      c087d014
  38. Sep 11, 2013
  39. Aug 28, 2013
Loading