Skip to content
Snippets Groups Projects
  1. Aug 08, 2013
    • MaxED's avatar
      "Look Through Selection" action: InterpolationPoint can be handled the same... · 457cfc82
      MaxED authored
      "Look Through Selection" action: InterpolationPoint can be handled the same way as SecurityCamera or AimingCamera.
      457cfc82
    • MaxED's avatar
      Visual mode: added "Look Through Selection" action (default key is "Y"). This... · 724709e4
      MaxED authored
      Visual mode: added "Look Through Selection" action (default key is "Y"). This action places visual camera at the same position as selected/highlighted thing and rotates it to match thing's angle. Special handling is available if targeted thing is AimingCamera, MovingCamera or SecurityCamera.
      Script editor: pressing "F1" now opens keyword help instead of program manual.
      Linedef edit form, Thing edit form: rewritten script support logic. It should now work in the same manner as the rest of controls.
      Thing info panel: thing arguments now have proper labels.
      Edit forms, UDMF: fields, which are handled by UI, are no longer shown in "Custom" tab.
      Visual mode: fixed a crash when loading a model on a video card without Shader model 2.0 support.
      Fixed incorrect argument number and changed most of labels in "Cameras and interpolation" section of zdoom_things.cfg.
      724709e4
  2. Aug 07, 2013
  3. Aug 02, 2013
  4. Jul 31, 2013
    • MaxED's avatar
      Textures with names starting with "-" were not processed correctly. · 993328b5
      MaxED authored
      Textures were not loaded properly from PK3/PK7 archives.
      Visual mode: restored ability to remove textures using Delete action.
      Visual mode: fixed several bugs in Cut/Copy/Paste things actions.
      Visual mode: vavoom style 3d floors were not displayed properly.
      Visual mode, 3d floors: added support for "RestrictLighting" (2) flag.
      Visual mode, 3d floors: inner sides of 3d floors with "swimmable"/"render inside" flags used incorrect brightness value.
      993328b5
  5. Jul 30, 2013
  6. Jul 29, 2013
    • MaxED's avatar
      Visual mode: fixed a crash while changing 3d floor texture offsets when visual... · e0b7af81
      MaxED authored
      Visual mode: fixed a crash while changing 3d floor texture offsets when visual sector was not created for 3d floor's control sector.
      Visual mode: Info/Warning/Error status messages were not displayed properly when nothing was selected.
      Sector Edit form, UDMF: Reset and Link buttons were overlapped in Floor/Ceiling scale controls.
      e0b7af81
    • MaxED's avatar
      Renderer now works much faster in 2D modes. · cf3d4169
      MaxED authored
      Textures now load up to 2x faster when "mix textures and flats" flag is set in game configuration.
      TEXTUREx/TEXTURES: texture will now be created if at least one of it's patches is loaded.
      Visual mode: fixed a crash when "Slope floor to here" (9500) or "Slope ceiling to here" (9501) things were not inside sector.
      Fixed: flats were not loaded form wads inside Directory and PK3/PK7 resources.
      Sector Info Panel, Linedef Info Panel: texture size was shown for unknown textures.
      cf3d4169
  7. Jul 23, 2013
  8. Jul 19, 2013
  9. Jul 10, 2013
  10. Jul 09, 2013
  11. Jul 08, 2013
    • MaxED's avatar
      d3a6e499
    • MaxED's avatar
      Sector Edit form and Linedef Edit form now support float texture offsets. · 883527c3
      MaxED authored
      Tag Statistics form: you can now double click on Sectors, Linedefs or Things cell to select them, and right click to open their properties.
      Texture size labels were displayed incorrectly in some cases.
      Rewritten VerticesMode.DeleteItem() once again...
      Vertex Edit form now works in realtime mode.
      Vertex Edit form: ceiling and floor vertex offsets can now be cleared.
      Added StairSectorBuilder plugin (I suppose some external plugins will stop working in GZDB because I've changed ButtonStep to float in ButtonsNumericTextbox a couple revisions ago...).
      Preferences form: action description is now scrollable.
      Changed background color of Sector Edit form.
      Vertex' ZCeiling and ZFloor properties are now managed internally.
      883527c3
  12. Jul 05, 2013
  13. Jul 04, 2013
  14. Jul 01, 2013
  15. Jun 25, 2013
    • MaxED's avatar
      Visual mode, UDMF: fixed another bug in Auto align functions. · a130311f
      MaxED authored
      Visual mode, UDMF: OffsetX and OffsetY were not properly taken into account in "Fit Texture Width/Height" actions.
      UDMF: different Sector Edit Form is now used in UDMF map format.
      Some fixes in Linedef edit form.
      Added missing icons.
      a130311f
  16. Jun 24, 2013
    • MaxED's avatar
      Visual mode, UDMF: added "Scale Texture Up (X)", "Scale Texture Down (X)",... · b77b8e61
      MaxED authored
      Visual mode, UDMF: added "Scale Texture Up (X)", "Scale Texture Down (X)", "Scale Texture Up (Y)", "Scale Texture Down (Y)" actions. Default keys are Num6, Num4, Num8, Num5.
      Visual mode, UDMF: renamed "Rotate Thing Clockwise" and "Rotate Thing Counterclockwise" actions to "Rotate Clockwise" and "Rotate Counterclockwise". These actions can now be used to change rotation of floor/ceiling textures.
      Visual mode, UDMF: "Reset Texture Offsets" action now also resets sidedef's scale and floor/ceiling's scale and rotation.
      Visual mode, UDMF: control line's OffsetX and OffsetY were not taken into account when calculating texture offsets of 3d floors' sides.
      Visual mode, UDMF: fixed a ton of bugs in Auto align functions.
      Visual mode, UDMF: when using "Move Texture Left/Right/Up/Down by 1" actions texture offsets were not updated properly when texture's scale was < 1.0.
      Visual mode, UDMF: OffsetX and OffsetY were not taken into account in "Fit Texture Width/Height" actions.
      Dockers Panel: added Pin/Unpin button, which acts the same as "Preferences -> Interface -> Side panels -> Auto hide" checkbox.
      Texture size labels can now be disabled by unchecking "Preferences -> Interface -> Show texture and flat sizes in browsers" checkbox.
      Texture size labels now are not shown for unknown textures.
      Most of texture size labels had incorrect bg color.
      ZDoom_linedefs.cfg: action specials 223 and 224 had incorrect Arg0.
      b77b8e61
  17. Jun 19, 2013
  18. Jun 17, 2013
  19. Jun 14, 2013
  20. Jun 13, 2013
  21. Jun 10, 2013
  22. Jun 04, 2013
  23. May 31, 2013
  24. May 30, 2013
  25. May 29, 2013
  26. May 27, 2013
    • MaxED's avatar
      Linedef flags were not translated properly when a map format was changed to/from UDMF. · 7f6c6a11
      MaxED authored
      Linedef colors were not updated properly when a map format was changed and were causing an exception in some cases.
      Vertices mode: linedef in split linedefs range was redreawn incorrectly in some cases.
      Updated "Sector 3D Floor" (160) action: set default Type to Solid (1), added "Use Arg5 as Line ID" flag to Types, changed arg5 name to "Line ID / Hi-Tag".
      Added "GetUserCVar", "SetCVar" and "SetUserCVar" functions to ACS configuration.
      Set width and height of several actors to 0 in game configutrations (non-zero sizes were added as a workaround when GZDB was not displaying actors with 0 width and height in Visual mode).
      Added several sprites to game configurations.
      7f6c6a11
  27. May 20, 2013
  28. May 02, 2013
    • MaxED's avatar
      Visual Mode, UDMF, Visual Vertices: heights of vertices without z-offset was... · e4751dfa
      MaxED authored
      Visual Mode, UDMF, Visual Vertices: heights of vertices without z-offset was incorrect in some cases.
      Visual Mode, UDMF, Visual Vertices: vertices without z-offset are now rendered using Vertex color (Preferences -> Appearance -> Vertices).
      e4751dfa
    • MaxED's avatar
      Visual Mode, UDMF: added "Fit Texture", "Fit Texture's Width" and "Fit... · 6b4d03ba
      MaxED authored
      Visual Mode, UDMF: added "Fit Texture", "Fit Texture's Width" and "Fit Texture's Height" Actions.cfg
      Visual Mode, UDMF, Visual Vertices: you can now press "Delete" key to clear z-offsets of selected vertices.
      Visual Mode, UDMF, Visual Vertices: the logic, which decides whether z-offset should be kept or removed, was not working properly.
      Visual Mode, UDMF: Auto-align Textures (Y) action was not working properly when targeted texture was lower wall without "Lower Unpegged" flag.
      6b4d03ba
Loading