Skip to content
Snippets Groups Projects
  1. May 09, 2017
  2. Mar 25, 2017
  3. Mar 19, 2017
  4. Mar 13, 2017
  5. Mar 07, 2017
  6. Feb 09, 2017
  7. Feb 02, 2017
  8. Feb 01, 2017
  9. Jan 29, 2017
  10. Jan 26, 2017
  11. Jan 14, 2017
  12. Jan 08, 2017
  13. Jan 06, 2017
  14. Jan 04, 2017
  15. Dec 27, 2016
  16. 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
  17. 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
  18. Nov 17, 2016
  19. Nov 09, 2016
  20. Oct 24, 2016
    • MaxED's avatar
      Added, Game configurations: added "ignoreddirectories" parameter. It lists... · 9908e411
      MaxED authored
      Added, Game configurations: added "ignoreddirectories" parameter. It lists directory names to be ignored when loading PK3/PK7/Directory resources.
      Added, Game configurations: added "ignoredextensions" parameter. It lists file extensions to be ignored when loading PK3/PK7/Directory resources.
      Updated: sector triangulation logic now works ~20% faster.
      Changed: a case when a pk3/pk7 archive contains several entries with identical filename is now treated as a warning, not as an error.
      Fixed, Visual mode: absolute floor/ceiling brightness should not be affected by brightness transfer effects (like 3d floors).
      Fixed, Draw Lines mode: in some cases unclosed sectors were created when several points were successively drawn at the same location.
      Updated documentation. 
      9908e411
  21. Oct 11, 2016
  22. Oct 04, 2016
  23. Sep 08, 2016
  24. Sep 07, 2016
    • MaxED's avatar
      Added Rendering toolbar items to the View menu. · c9f125aa
      MaxED authored
      Merged "Toggle models, dynamic lights and fog rendering" and "Toggle Geometry Effects" actions into "Toggle Enhanced Rendering Effects" action.
      Removed "Dynamic light size" and "Dynamic light intensity" settings.
      Updated documentation ("Rendering toolbar" page).
      c9f125aa
  25. Sep 06, 2016
    • MaxED's avatar
      Fixed, Visual mode: in some cases mouse cursor movement was not clipped to the... · 8333cab7
      MaxED authored
      Fixed, Visual mode: in some cases mouse cursor movement was not clipped to the render area when focusing the editor after Alt-Tabbing from the Visual mode.
      Addressed, Line drawing: in some cases extra vertices were created when drawing lines on top of nearly parallel non-cardinal lines.
      8333cab7
    • 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
  26. Sep 05, 2016
  27. Sep 02, 2016
  28. Aug 29, 2016
    • MaxED's avatar
      Added: action argument inputs now support incremental increase/decrease prefixes (+++ and ---). · ea57d45e
      MaxED authored
      Probably fixed probable I/O race condition when loading images.
      Fixed Visual mode stuttering due to floating point precision degradation when running the editor for several days without restarting (internal timer is now reset when saving the map or creating a new one).
      Fixed, Nodes Viewer, cosmetic: Nodes Viewer window position was reset after pressing the "Rebuild Nodes" button.
      Added Eternity Game configurations by printz.
      Updated ZDoom_ACS.cfg (CheckClass).
      Updated ZDoom ACC (CheckClass).
      ea57d45e
  29. Jul 20, 2016
    • MaxED's avatar
      Added, Visual mode: added support for "Change Floor Brightness to this... · 2ea72437
      MaxED authored
      Added, Visual mode: added support for "Change Floor Brightness to this Brightness" and "Change Ceiling Brightness to this Brightness" Boom actions.
      Changed, Sectors mode: "Flip Linedefs" and "Align Linedefs" actions will no longer flip single-sided linedefs with only front side.
      Fixed, Script Editor: fixed a crash when trying to update script navigator combo box when switching to a never saved ACS script.
      2ea72437
  30. Jul 19, 2016
  31. Jul 13, 2016
    • MaxED's avatar
      Added, Visual mode: added support for ROLLCENTER sprite rendering flag,... · 13068b11
      MaxED authored
      Added, Visual mode: added support for ROLLCENTER sprite rendering flag, updated ROLLSPRITE implementation.
      Fixed, DECORATE support: the editor was unable to determine actor sprite when the actor itself had no sprites defined and the actor it inherited from was only defined in the game configuration.
      Fixed, Drag geometry modes: linedefs without both sides were removed after dragging them when "Replace with Dragged Geometry" mode was active.
      Updated ZDoom_DECORATE.cfg.
      13068b11
  32. Jul 11, 2016
    • MaxED's avatar
      Added: preview sprites are now generated from voxels. Those are used as... · ec9c3a71
      MaxED authored
      Added: preview sprites are now generated from voxels. Those are used as previews and when model rendering is disabled.
      Fixed: voxel support logic was outdated, which in some cases resulted in voxels not being loaded and in some weird behaviour when trying to change pitch/roll of associated things.
      Updated sprites lookup logic. Now it correctly handles sprites named like NNNNA0B0.
      Fixed: in some cases DECORATE parser was unable to correctly detect sprite name & frame(s) block.
      Updated ZDoom_ACS.cfg.
      Updated ZDoom_DECORATE.cfg.
      ec9c3a71
  33. Jul 04, 2016
    • MaxED's avatar
      Visual mode: modified sidedef texture UV calculations to use integral linedef... · 02e5996b
      MaxED authored
      Visual mode: modified sidedef texture UV calculations to use integral linedef length to match (G)ZDoom way of rendering them.
      Visual mode, UDMF: "Auto-align textures" actions now use integral linedef length when calculating texture offsets.
      02e5996b
    • MaxED's avatar
      Added, Visual mode: added support for FLATSPRITE, ROLLSPRITE, WALLSPRITE and... · 04de976a
      MaxED authored
      Added, Visual mode: added support for FLATSPRITE, ROLLSPRITE, WALLSPRITE and DONTFLIP sprite rendering flags. Removed the older GLOOME-specific implementation.
      Changed, "Align Things to Nearest Linedef" action: the action can now also align things with FLATSPRITE and WALLSPRITE flags (previously only things with attached models were aligned).
      Changed, "Align Things to Nearest Linedef" action: the action can now align things to the middle part of double-sided linedef, if it has a middle texture assigned. 
      04de976a
  34. Jun 20, 2016
Loading