Skip to content
Snippets Groups Projects
  1. Dec 03, 2014
  2. Nov 12, 2014
  3. Oct 23, 2014
  4. Oct 17, 2014
    • MaxED's avatar
      Sector Edit form, UDMF: added "Slopes" tab. · 50137207
      MaxED authored
      Visual mode: "Lower/Raise Floor/Ceiling" actions now work on surfaces with sector slopes.
      Cosmetic: numeric textboxes, which support relative values, now have differently colored text and a tooltip.
      Internal: renamed Sector.CeilingSlopeOffset to Sector.CeilSlopeOffset, Sector.CeilingSlope to Sector.CeilSlope to match their names with similar sector properties.
      50137207
  5. Oct 09, 2014
  6. Oct 03, 2014
  7. Sep 22, 2014
    • MaxED's avatar
      Fixed: Visual mode: vavoom-type 3d floor sidedefs were not selectable. · ee8e31db
      MaxED authored
      Fixed: Visual mode: "Select" action with "with the same textures" / "with the same height" modifiers (Shift/Ctrl + LMB) was not working properly when used on vavoom-type 3d floor sidedefs.
      Fixed: Visual mode, UDMF, "Auto-align textures" actions: vertical texture offset was calculated incorrectly for vavoom-type 3d floors.
      ee8e31db
  8. Sep 19, 2014
  9. Sep 18, 2014
    • MaxED's avatar
      Visual mode: "Select" action with "with the same textures" / "with the same... · 5d8e62f8
      MaxED authored
      Visual mode: "Select" action with "with the same textures" / "with the same height" modifiers (Shift/Ctrl + LMB) now works when used on sides of a 3d floor.
      Visual mode: "Select" action with "with the same textures" modifier (Shift + LMB) now selects adjacent sidedefs only when their height intersects with the height of the current sidedef.
      Visual mode: "Select" action with "with the same textures" modifier (Shift + LMB) was not selecting connected one-sided sidedefs when used on a sidedef without a texture.
      Cosmetic: fixed a couple of action descriptions in BuilderModes' Actions.cfg.
      Cosmetic: MainForm.UpdateToolStripSeparators was working incorrectly in some cases.
      Cosmetic: ErrorChecksForm's title was not updated when no errors were found.
      5d8e62f8
  10. Sep 17, 2014
  11. Jul 18, 2014
    • MaxED's avatar
      Sectors mode: things inside of selected sectors can be moved when dragging... · 9c17aa4f
      MaxED authored
      Sectors mode: things inside of selected sectors can be moved when dragging sectors. This behavior can be toggled by the new button on Sectors mode's toolbar.
      Sectors mode: changed Alt-key handling. Now it only enables "snap to grid increment" mode.
      Things mode: "snap to grid increment" mode now works in this mode.
      Updated documentation.
      9c17aa4f
  12. May 20, 2014
  13. May 08, 2014
    • MaxED's avatar
      Sectors, Linedefs, Things, Vertices modes: added "Select Similar" action... · 98aefb26
      MaxED authored
      Sectors, Linedefs, Things, Vertices modes: added "Select Similar" action (available in <Mode name> -> "Select Similar..." menu), which lets you select map elements similar to currently selected ones, based on a set of settings.
      Some cosmetic fixes in "Filter Selected Things" and "Paste Properties Options" panels.
      98aefb26
  14. Apr 30, 2014
    • MaxED's avatar
      Model rendering (all modes): UDMF scale, pitch and roll are now displayed. · 9c7b8e4e
      MaxED authored
      Thing Edit Form, UDMF: added controls for setting pitch, roll, scale, render style, fill color, alpha, health and score.
      Visual mode, UDMF: UDMF scale is now applied when rendering sprites.
      Added Thing Statistics form (Edit -> View Thing Types...), which shows all loaded thing types with some additional info.
      Visual mode: sprites with negative ScaleX and positive ScaleY were not rendered properly.
      Classic modes: display was not updated after loading a sprite.
      Current testing engine change was not saved on closing the program when no other game configuration settings were changed.
      9c7b8e4e
  15. Apr 09, 2014
  16. Apr 02, 2014
    • MaxED's avatar
      "Rotate Clockwise" and "Rotate Counterclockwise" actions now work in Things... · 7a29d87c
      MaxED authored
      "Rotate Clockwise" and "Rotate Counterclockwise" actions now work in Things mode (they will rotate things) and in Sectors mode (they will rotate floor/ceiling textures based on current view mode).
      Moved "Rotate Clockwise" and "Rotate Counterclockwise" actions to "Edit" category.
      Tag Statistics form: help label was incorrectly aligned.
      Some actions in Sectors and Linedefs modes were not used on highlighted map elements.
      Some actions in Sectors and Linedefs modes created undo groups incorrectly when used on highlighted map elements.
      7a29d87c
  17. Mar 19, 2014
    • MaxED's avatar
      "File -> Export -> Selection as Wavefront .obj" menu command was not working. · ee6faba1
      MaxED authored
      "Preferences -> Editing -> When splitting a linedef" setting is now always used when splitting linedefs.
      "Preferences -> Editing -> When splitting a linedef": added "Reset X and Y" option.
      "Preferences -> Editing -> Auto-align textures of newly created linedefs" option now works in a more intelligent fashion.
      ee6faba1
  18. 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
  19. Feb 26, 2014
    • MaxED's avatar
      According to dotnetperls.com, "new Dictionary<string,... · 0369c969
      MaxED authored
      According to dotnetperls.com, "new Dictionary<string, [anything]>(StringComparer.Ordinal)" works 17% faster than "new Dictionary<string, [anything]>()", so let's stick that everywhere and see what happens :)
      Draw Curve Mode: added settings panel.
      Sectors mode: added "Make Door" button to the toolbar.
      Swapped Side panel and Info panel z-order. 
      Interface: split toolbar into 3 separate toolbars. All toolbar buttons are now viewable at 1024x768.
      Interface: grouped stuff in "Modes" menu a bit better.
      Interface: added "Draw [stuff]" buttons to modes toolbar.
      Interface: reorganized main menu. Hope it makes more sense now.
      API: added General.Interface.AddModesButton() and General.Interface.AddModesMenu(), which can be used to add buttons to specific group in "Modes" toolbar and menu items to specific group in "Modes" menu, so actions, which behave like an editing mode, but are not part of one can be added there.
      0369c969
  20. Jan 30, 2014
  21. Jan 17, 2014
  22. Jan 16, 2014
    • MaxED's avatar
      Added Draw Grid mode. · e487a9c8
      MaxED authored
      When Draw Rectangle or Draw Ellipse mode is enabled, it's settings are now shown in side panel.
      Draw Ellipse mode: increased maximum number of sides to 512.
      Changed the way tags are shown in Tag Selector controls. Tags without labels are now shown as a number (not "Tag N"), and tags with label are now shown as "N (label)", not "label (N)".
      Tag labels are now shown in Thing, Sector and Linedef info panels.
      Once again changed the way things are rendered while dragged.
      Rearranged the label in PairedIntControl and PairedFieldControl (it is now behind numeric controls).
      Optimized MapSet.GetSectorByCoordinates().
      e487a9c8
  23. Dec 13, 2013
    • MaxED's avatar
      Increased performance when deleting things in Things mode, linedefs in... · 1bd58bab
      MaxED authored
      Increased performance when deleting things in Things mode, linedefs in Linedefs mode and sectors in Sectors mode.
      Increased performance when canceling Edit mode after pasting.
      "Export to Wavefront .obj" function: current selection is now converted to sectors before running the function (previously it would export selected sectors when there were sectors selected, or the whole map when no sectors were selected).
      1bd58bab
  24. Dec 05, 2013
    • MaxED's avatar
      Info panels: thing and sector flags are now displayed. · ca031090
      MaxED authored
      Visual mode: changed "Move Texture Left/Right/Up/Down by 8" actions to "Move Texture Left/Right/Up/Down by cur. grid size"
      Visual mode: holding Ctrl-Shift while dragging texture with the mouse will snap texture offsets to current grid size.
      Classic modes: interiors of highlighted sectors are now highlighted when the action target of currently highlighted map element is sector.
      Unhandeled exceptions infos are now written to the event log.
      
      
      ca031090
  25. Nov 21, 2013
    • MaxED's avatar
      Added Draw Settings side panel, which replaces Set Default Textures Form and... · e8f52aec
      MaxED authored
      Added Draw Settings side panel, which replaces Set Default Textures Form and allows to set textures, brightness and floor/ceiling heights to use when drawing sectors. Used settings are now saved in the map's .dbs file.
      Location and active tab of all Edit Forms are now stored while GZDB is running.
      Focus management between editing window and the rest of the interface should work better now.
      Tag Explorer plugin: editing window was not updated properly when Edit forms were opened from Tag Explorer.
      Tag Explorer plugin, UDMF: comment editing was incorrectly initialized in some cases.
      e8f52aec
  26. Sep 16, 2013
    • MaxED's avatar
      Sectors mode: added "View Tags and Effects" button. · e2802b27
      MaxED authored
      Sectors mode: effect and tag overlay can now be toggled separately from selection numbers.
      Sectors mode: "View Tags and Effects" and "View Selection Numbering" settings are now saved to program configuration.
      Sectors mode: removed "Lower Floor by 8 mp", "Raise Floor by 8 mp", "Lower Ceiling by 8 mp" and "Raise Ceiling by 8 mp" actions.
      "Increase Brightness by 8" and "Decrease Brightness by 8" actions now work in Sectors mode.
      Moved "Increase Brightness by 8" and "Decrease Brightness by 8" actions to "Edit" category. 
      "Toggle Highlight" action now works in Sectors mode.
      Moved "Toggle Highlight" action to "Tools" category.
      Removed Brightness mode.
      Updated documentation.
      e2802b27
  27. Sep 11, 2013
  28. Sep 09, 2013
    • MaxED's avatar
      Sector Info panel now shows how many sidedefs highlighted sector has. · 2598389d
      MaxED authored
      Snap Map Elements to Grid mode now works much faster and shows a message when completed.
      Forced default textures are now only used in drawing modes.
      Exception Dialog: long error descriptions were breaking window layout.
      Map will no longer be shown in Open Map form if unrelated data is encountered inside of map namespace.
      2598389d
  29. Sep 05, 2013
  30. Aug 22, 2013
  31. Jul 29, 2013
    • 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
  32. Jul 08, 2013
    • 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
  33. 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
  34. May 20, 2013
  35. Apr 11, 2013
  36. Apr 09, 2013
    • MaxED's avatar
      Rectangular Selection: removed direction-based additive/subtractive selection.... · 04359010
      MaxED authored
      Rectangular Selection: removed direction-based additive/subtractive selection. You can now hold Ctrl to enable subtractive selection, hold Ctrl-Shift to intersect with existing selection.
      Point Thing at Cursor action: action now works when used from menu, changed default shortcut to Shift-L. You can now hold Ctrl to point Things away from cursor. 
      04359010
Loading