Skip to content
Snippets Groups Projects
  1. Dec 15, 2023
    • biwa's avatar
      Autosave map functionality (#995) · 957bec7f
      biwa authored
      Added autosaving of the current map. Autosaving happens in intervals when the map is changed. It will not overwrite the current map, but rather create new files, just like backups. Autosaving interval and number of files can be configured in the "Recovery" tab of the preferences. Autosaving can also be disabled there (not recommended). Autosaves will not have their nodes built for performance reason.
      957bec7f
  2. Aug 26, 2023
  3. Jun 15, 2023
  4. Jun 09, 2023
  5. May 24, 2023
  6. Sep 20, 2022
  7. Sep 18, 2022
    • biwa's avatar
      Things/Linedefs/Sectors/Vertices Modes: standardized how editing and selection works: · 179f7206
      biwa authored
      - editing a highlighted, not selected map element will deselect other selected map elements, then start editing the highlighted map element
      - dragging a highlighted, not selected map element will deselect other selected map elements, then start dragging the highlighted map element
      - dragging a single map element will keep its selection state. I.e. dragging a selected map element will not deselect it after dragging anymore
        - dragging a highlighted, not selected thing will not select it after dragging
      - dragging a highlighted, not selected sector, while other sectors are selected, will only drag the highlighted sector, and not the selected sector (and deselect the selected sectors)
      179f7206
  8. Feb 06, 2022
    • volte's avatar
      Vertex rendering options (#701) · be06471f
      volte authored
      * Extended rendering options for drawing vertices
      * Fixed vertex scale slider behaviour
      * Force plot highlighted vertex in DragSectorsMode
      * Moved ShouldRenderVertices property into the properties region
      * made config file variable lower case to be in line with other config file variables
      be06471f
  9. Feb 03, 2022
  10. Nov 28, 2021
  11. Oct 24, 2021
  12. Nov 06, 2020
  13. Nov 01, 2020
  14. Oct 31, 2020
  15. Jun 15, 2020
  16. Jun 14, 2020
  17. May 21, 2020
  18. May 03, 2020
  19. Apr 11, 2020
  20. Jun 20, 2019
  21. Aug 24, 2017
  22. Jan 14, 2017
  23. Nov 26, 2016
    • MaxED's avatar
      Added, Errors and Warnings window: most of warnings/errors related to (G)ZDoom... · aecd017b
      MaxED authored
      Added, Errors and Warnings window: most of warnings/errors related to (G)ZDoom text lump parsing can now be double-clicked to show warning/error source in the Script Editor.
      Fixed: some map format conversion errors were never displayed, because errors list was cleared after performing map conversion.
      Fixed: 3d floor indicators in 2D modes were not updated after leaving Visual mode.
      Fixed: some UDMF-only interface buttons were never removed after converting map format from UDMF.
      aecd017b
  24. Oct 28, 2016
  25. Oct 11, 2016
  26. Sep 27, 2016
  27. Jun 20, 2016
  28. Apr 25, 2016
    • MaxED's avatar
      Added, Drag Vertices\Linedefs\Sectors\Edit Selection modes: sidedefs facing... · 13aabd42
      MaxED authored
      Added, Drag Vertices\Linedefs\Sectors\Edit Selection modes: sidedefs facing outside of current selection are now reattached/added/removed after moving the selection.
      Currently this will work as intended only if the selection ends up either completely inside a single sector or completely outside of any sector. Also this logic won't be applied if the selection contains the lines with only start or end vertex selected.
      Internal: some TextLabel refactoring.
      13aabd42
  29. Apr 21, 2016
    • MaxED's avatar
      Added, Draw Lines mode: additional guidelines and horizontal/vertical line... · d888e57c
      MaxED authored
      Added, Draw Lines mode: additional guidelines and horizontal/vertical line lengths can now be displayed for currently drawn line using "Show guidelines" top menu button.
      Changed, Draw Lines mode: line angles are now shown only when "Show guidelines" mode is enabled.
      Fixed, Draw Lines mode: in some cases "Snap to cardinal directions" mode was snapping only to diagonals.
      Fixed, Draw Lines mode: snap to geometry behaved incorrectly when "Snap to cardinal directions" mode was enabled.
      Changed, Things mode: dynamic light shape is now drawn using highlight color when a dynamic light thing is highlighted.
      Added more sanity checks to MODELDEFS parser.
      d888e57c
  30. Apr 04, 2016
    • MaxED's avatar
      Added, Linedefs mode, Things mode: selection numbers can now be displayed and... · a4428cf2
      MaxED authored
      Added, Linedefs mode, Things mode: selection numbers can now be displayed and can be toggled using the "View Selection Numbering" mode toolbar button.
      Added, Linedefs mode, Things mode: sector tags can now be displayed and can be toggled using the "View Sector Tags" mode toolbar button.
      Fixed, Classic modes, DB2 bug: in some cases text label size was queried before it was calculated, resulting in text labels being rendered when they shouldn't.
      Updated ZDoom_DECORATE.cfg (A_LogFloat).
      a4428cf2
  31. Apr 01, 2016
    • MaxED's avatar
      Changed, Texture Browser window: "All" textures group is now saved/reselected... · a9c64fe5
      MaxED authored
      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).
      a9c64fe5
  32. Mar 30, 2016
    • MaxED's avatar
      Added Preferences -> Appearance -> "Things transparency" slider. It controls... · a5fffa9c
      MaxED authored
      Added Preferences -> Appearance -> "Things transparency" slider. It controls Things transparency in all classic modes except Things mode.
      Added Preferences -> Appearance -> "Hidden Things transparency" slider. It controls transparency of Things hidden by Things filter in Things mode, of all things :)
      a5fffa9c
  33. Mar 18, 2016
  34. Dec 28, 2015
    • MaxED's avatar
      Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the... · 3a35b760
      MaxED authored
      Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the flags checking logic to allow more accurate flag checks.
      Fixed, Map Analysis mode: fixed a crash when trying to dissolve an invalid sector when one of it's linedefs referenced it on the both sides.
      Fixed, Sectors mode: fixed incorrect undo description when deleting sectors.
      Internal: joined declaration and assignment of some more variables.
      3a35b760
  35. Nov 03, 2015
    • MaxED's avatar
      Sectors/Linedefs modes: removed "Select Things in Selected Sectors" action. · 17ac1c6d
      MaxED authored
      Sectors mode: removed "Move Things in Selected Sectors" toolbar button.
      Sectors mode: added "Synchronized Things Editing" menu item, action and toolbar button. When enabled, things dragging will be synchronized to sector dragging. Regular, Paint and Rectangular selection will also select things (holding Alt while selecting inverts this behavior). Deleting sectors will also delete selected things.
      Linedefs mode: added "Synchronized Things Editing" menu item, action and toolbar button. When enabled, selected things will be dragged when dragging linedefs. Rectangular selection will also select things (holding Alt while selecting inverts this behavior).
      Changed: selection info now always displays info about all types of map elements.
      Fixed: .dbs containing only current map settings was created when trying to save unchanged map. 
      Fixed, Visual mode, "Copy Texture" action: when "Use long texture names" option is disabled, texture name as stored in Sidedef should be used, not the 8-char texture name.
      Updated documentation.
      17ac1c6d
  36. Oct 21, 2015
    • MaxED's avatar
      Game Configurations: added Vanilla Strife, Vanilla Heretic and Vanilla Hexen game configurations. · a182a509
      MaxED authored
      Added "makedoorceil" game configuration property. Works the same way as "makedoortrack" and "makedoordoor", but for ceilings of door sectors. 
      Changed, Game configurations: the editor no longer tries to load DECORATE/MODELDEF/VOXELDEF/GLDEFS/REVERBS lumps when "decorategames" setting is not specified / is set to empty string.
      Changed, General interface: "Tools -> Reload MODELDEF/VOXELDEF" and "Tools -> Reload GLDEFS" menu items are no longer shown when current game configuration doesn't support DECORATE. 
      Fixed a crash when pasting linedef/thing properties in Hexen map format.
      Fixed, Visual mode: Visual Thing resources were not fully unloaded when resetting D3D device leading to crash when switching to the editor from a DX-using game engine (like ZDoom) running in fullscreen.
      Fixed: in some cases, when current game configuration supported multiple script compilers, it was possible to open/create a map or change map options without selecting any script compiler.
      Fixed, New Map Options window: default map name was not updated when switching game configurations.
      Fixed: copied map element properties were not reset after switching to another map.
      Fixed: stored textures for "Make Door" action were not reset after switching to another map.
      Fixed, Game Configurations window: currently selected test engine name was not updated when pasting test engines from another configuration. 
      Fixed, Game Configurations: all "Heretic in Doom map format" configurations were using Doom sector effects list.
      Fixed, Game Configurations: all "Strife in Doom map format" configurations were using Doom sector effects list.
      a182a509
  37. 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
  38. Aug 25, 2015
    • MaxED's avatar
      Fixed, Draw Lines/Rectangle/Circle/Curve modes: line length labels displayed incorrect length. · c7696b04
      MaxED authored
      Changed, Drag Linedefs/Vertices/Sectors/Things modes: line length labels are now displayed the same way as in Draw modes.
      Changed, Drag Linedefs/Vertices/Sectors/Things modes: "lock movement to cardinal directions" mode (Alt-Shift-Drag) now locks movement in 4 directions instead of 8 and doesn't snap map elements to nearest grid intersections when they are not aligned to it. 
      Added, Visual mode, GZDoom, DECORATE: FORCEXYBILLBOARD flag is now supported.
      Added, Visual mode, GLOOME, DECORATE: FLOORSPRITE, CEILSPRITE, WALLSPRITE, ROLLSPRITE and STICKTOPLANE flags are now supported (implementation is somewhat broken ATM and probably doesn't work the same way as in GLOOME, because Windows build with most these features is nowhere to be found...).
      Fixed, Visual mode: in some cases Thing brightness was calculated incorrectly.
      Updated ZDoom_DECORATE.cfg.
      c7696b04
  39. Aug 04, 2015
    • MaxED's avatar
      Classic modes: added "Toggle Grid" action (default key is Alt-G), new menu... · b9b5b002
      MaxED authored
      Classic modes: added "Toggle Grid" action (default key is Alt-G), new menu item in the View menu and new toolbar button.
      Changed, Things mode, cosmetic: tweaked thing sprite/bounding box appearance a bit more...
      Fixed, Linedefs mode, cosmetic: fixed event lines and sector highlights flickering when view panning was started while displaying action highlight.
      b9b5b002
  40. Aug 03, 2015
    • MaxED's avatar
      Preferences: removed "Square Things" setting. Square things are now the only option. · ce7510c1
      MaxED authored
      Changed, Things mode: things are now rendered with a bit of transparency, so things beneath other things are now visible.
      Fixed, Things mode: in some cases it was impossible to highlight a thing beneath other thing when their positions were the same.
      Changed, 2D modes: changed thing bounding box and arrow image.
      Fixed, cosmetic, 2D modes: in some cases thing arrows were rendered bigger than thing bounding boxes.
      ce7510c1
Loading