NewsAboutDownloadsChange LogWikiGitHubContact

First v.3.1.2 Beta Released
Wed, May 24 2017

Long long overdue, finally the first beta version of SLADE 3.1.2 is released. I had wanted to get a bit more done before releasing this (namely proper ZScript support), however that was proving much more complicated than I anticipated, so it's on hold for now.

3.1.2 has seen lots of changes over 3.1.1, which you can see a (somewhat condensed) list below:

General

  • New and updated Eternity engine configurations (thanks @Altazimuth)
  • Various speed improvements (thanks @Monsterovich and @anotak)
  • Added support for vanilla-compatible tall gfx patches
  • Lots of refactoring and changes under the hood to fix some long standing bugs and improve maintainability - will likely introduce new issues too but that's what beta releases are for
  • Various minor UI tweaks and improvements
  • (Very) Many other minor improvements and fixes

Resource Editor

  • Added basic pixel-editing tools in the gfx editor
    • Multpile painting modes: draw, erase, translate
    • Various brush shape presets, including dithered patterns
  • Added new Palette Gradient tool (thanks @jmickle66666666)
  • Added new Crop Gfx tool
  • Palette colours can now be used in colourise/tint/translate tools (right click colour boxes for palette colour selection)
  • Improvements to the gfx translation tool:
    • Colourise and tint effects can now be used in colour remap
    • Added a checkbox so that the translation string only reports palette ranges, regardless of which translation types are used
  • Added metadata display for most audio types

Texture Editor

  • Added filter text box to texture list

Text Editor

  • Added code folding feature, can fold code blocks (eg. between { and }), preprocessor blocks (eg. #region/#endregion) and comment blocks.
  • Added option to override the text editor font globally (rather than using what is defined in the style)
  • Added a simple preview to the text editor styles preferences page
  • Moved everything from the bottom TextEntryPanel toolbar to a new 'Text' entry menu (word wrap, jump to, find+replace)
  • Indent guides and right margin line colours are now configurable
  • Revamped the Find+Replace feature:
    • Is now a panel that pops up below the text editor, so it doesn't get in the way of the text like the old dialog did
    • 'Find Previous' button
    • Extra matching options - match start of word, regular expression (isn't 'real' regex, but scintilla's version of it), and backslash expressions
    • Can press enter while the find text is highlighted to find next (also shift+enter to find previous)
    • When activated, the find text will be populated by either the current selection or the word under the cursor, and the 'find' text box will be focused and selected
  • Added 'Jump to Line #' feature
  • Vastly improved calltips:
    • No longer look like something straight out of windows 95
    • (Optionally) colourise function name and parameter types
    • (Optionally) dim function parameters that are optional
    • Limit width of calltips and split to multiple lines so they are less lilely to extend off the screen (they still can, though)
    • Pressing escape while a calltip is open will close it
    • Pressing up/down while a calltip with multiple function parameter sets is open will cycle through the sets (can also click on the up/down arrows as before)
    • Corrected some issues where calltips would hang around when they shouldn't or not show up when they should
    • Added ability to define function descriptions, which will show up in calltips
    • Changed function config behaviour to override a previously defined function if another with the same name is encountered, rather than adding the new args as a set (so no more 2x identical arg sets for ACS_Execute, etc.)
  • Comment, preprocessor and block start/end tokens are now configurable via TextLanguage
  • Allow more word lists to be defined for syntax highlighting (added 'Type' and 'Property' word lists configurable via TextLanguage, in addition to the existing keyword/constant/function lists)
  • Changed the 'Jump To' option/dialog to an auto-updating dropdown that is always showing on the top toolbar
  • Added (optional) highlighting of all occurrences of the word under the cursor
  • Added (optional) highlight for current line
  • Added new styles for 'Comment (Doc)', 'Type', 'Property', 'Word Match' and 'Current Line'
  • Created new SLADE default colour sets (light and dark) and an additional 'Material' colour set
  • Fixed refresh issues with multi-line brace matching in windows
  • Fixed text editor stealing focus from other controls (most noticeable in text controls - the cursor would show up in the wrong spot)

Map Editor

  • String args are now shown in the info overlay
  • Added Z height changes for things. Ctrl+mousewheel will change thing height, floor/ceiling heights, and wall vertical offsets.
  • Added floodfill. This pastes the texture to every adjacent texture. Default key is shift+middle click because that's the key in DB2/GZDB(BF), and because it's consistent with shift+left click for flood-select.
    • Because of that, default key for simple paste texture has been changed to ctrl+middle click.
  • Added new map checks:
    • Check for missing tagged objects
    • Check for unknown line and thing specials
    • Check for unknown sector types
    • Check for obsolete things
  • Added new 'Special Presets' feature for hexen and UDMF format maps - select from a list of pre-defined specials (currently generated from ZDoom's XLAT) for quickly setting args and activation trigger flags (custom presets support coming in a later beta)

Note that this version also has many under-the-hood changes which could potentially have caused some bugs to creep in, so be warned that some things may be broken that were fine before. Please report any issues on the issue tracker (or alternatively SLADE Discord or the ZDoom forums thread if you prefer).

I hope (yeah I know I keep saying this stuff :P) to have more rapid releases from now on, more than a year between major versions is too long. Also expect more rapid/minor beta releases as bugs are fixed etc before the final 3.1.2 release.

SLADE v3.1.1.5 Released, WinXP Support Returns (For Now)
Wed, Jan 18 2017

Another minor bugfix release for 3.1.1 is here, as usual you can see the changes over at the change log, and can download it at the downloads page.

On Windows XP Support

Since v3.1.1.3, SLADE has not run on Windows XP, which was due to the crash report sending feature introduced in that version. With v3.1.1.5 I have provided a Windows XP build that disables this feature, so it should run again.

Going forward, if another issue preventing SLADE from running on Windows XP crops up, I will not be implementing another workaround to correct it and at that point SLADE will no longer officially support Windows XP.

It is becoming increasingly difficult to keep XP compatibility while moving forward with modern development tools and libraries, not to mention the OS is no longer supported by Microsoft itself.

What's Next

Now that a new stable release is out, I plan to get the first beta for 3.1.2 out fairly soon, which should include some kind of ZScript support.

As it's been so long since 3.1.1 and the planned features for 3.1.2 aren't even half done yet, I think some of the map editing features planned for it will need to be pushed back, unfortunately. There are already other good map editors around but not much else for resource editing, so I will likely be focusing on that side of SLADE for the next few versions at least.

Of course, that doesn't mean the map editor will be neglected - often new features are implemented depending on what I feel like doing at the time rather than what I think is most important, SLADE is a hobby project after all :P

SLADE v3.1.1.4 Released
Mon, Sep 26 2016

Here's another minor release, with mostly bug fixes - including a pretty bad one on macOS. For a full list of changes see here.

SLADE v3.1.1.3 Released
Tue, Jul 26 2016

Another release of 3.1.1 is out, with the usual minor improvements and bug fixes. The OSX build in particular received various improvements in addition to moving to wxWidgets 3.1.0, which should improve some things on retina displays and resolve a bunch of issues there.

For a full list of changes in 3.1.1.3, see here.

SLADE v3.1.1.2 Released
Mon, Jun 06 2016

A new version of SLADE is up with a bunch of fixes over 3.1.1.1, which can be seen here. I wasn't planning on releasing this just yet, but Microsoft decided to move the visual studio runtimes download location which broke the installer. The installer for this version should work properly again, as I've changed it to download the runtimes from the SLADE website, rather than Microsoft.