Fabiangreffrath Woof Versions Save

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.

woof_14.3.0

2 months ago

New Features and Improvements

  • Add "Crossfade" and "Fizzle" screen wipe options.
  • Improve simultaneous mouse and gamepad input.
  • Don't apply threshold to raw mouse input. Fix "sluggish" mouse movement at high frame rates.
  • Display "off" when mouse acceleration is disabled.
  • Add support for the `DBIGFONT' lump. Improve large font menus in some PWADs (Eviternity I-II, Dimension of the Boomed).
  • "-complevel" parameter takes precedence over the COMPLVL lump.
  • Draw the IDRATE widget exclusively.
  • Do not increase the default gain of the FluidSynth MIDI player to avoid distortion. This can be set using the mus_gain config parameter.
  • Open menu with mouse click during demo playback.
  • Disable "Classic BFG" in strict mode.
  • Print warning instead of error out with empty PWAD (fix NULL.WAD in eternal.zip).

Bug Fixes

  • Fix "Monsters can see through walls" bug with "Fast Line-of-Sight Calculation" option enabled. Taken from ZDoom.
  • Revert changes to mouse look calculations (fix "garbage" pixels on some sprites).
  • Print date and time in the Load/Save Game menus in the current locale.
  • Fix initialisation with invalid video_display setting (thanks to @joanbm).
  • Using "-strict" always disables related menu items.
  • Fix "Invulnerability Effect" option affecting beta light amplifier.

woof_14.2.0

2 months ago

New Features and Improvements

  • Add "Fast Line-of-Sight Calculation" option, a faster blockmap-based algorithm from Doom 1.2 (also Heretic).
  • Add "Invulnerability Effect" option to override the MBF "sky fix", and provide a "Gray" colormap that is easier on the eyes.

Bug Fixes

  • Apply deadzone to gamepad for strict mode check.
  • Prevent turning on first tic of an SR50.
  • Render linedef texture instead of sky if flat is missing.
  • Make light levels independent of screen size.
  • Fix menu tab centering.

woof_14.1.0

2 months ago

New Features and Improvements

  • Add percentage settings for weapon and view bobbing (sliders in the Weapons menu).
  • Increase main thread priority when window is visible and focused.
  • Bring back "Emulate Intercepts Overflow" option to the "Doom Compatibility" menu.
  • Apply free look toggle to current input type only. Rename input_mouselook to input_freelook in config.
  • Add shorttics config item.
  • "Back" key/button also works in the main menu.
  • Restore vanilla "Read This!" screens.
  • Redo translucency options.
    • Rename "Enable Translucency" to "Sprite Translucency".
    • Instantly enable/disable translucency for things.
  • Show preview of currently selected crosshair in the menu.
  • "Run" key/button no longer affects gamepad turn speed.
  • Change automap "Flashing Keyed Doors" to "Color Keyed Doors" with "Off", "On", and "Flashing" options.
  • Remove conditional disabling of HUD menu items.
  • Rename "Forward Sensitivity" to "Move Sensitivity".
  • Use M_OPTTTL patch for "Options" menu title.
  • In deathmatch show "Frags" widget instead of "Level Stats".
  • Do not reset chosen player view across levels in multiplayer demo playback spy mode.

Bug Fixes

  • Fix framerate limiter in capped mode.
  • Remove SDL renderer option from the config due to poor frame times with Direct3D11. The renderer can still be changed with the SDL_RENDER_DRIVER environment variable (works with any SDL2 application).
  • Fix HOM line appearing when using various non-standard FOV and resolution values.
  • Fix mouse controls in menu on macOS.
  • Restore original fix for "garbage lines at the top of weapon sprites". This will help for weapons "wobble" issue.
  • Fix status bar height calculation endianess issue.
  • Prevent on-death-action reloads from activating specials (thanks @JNechaevsky).
  • Fix HOM cheat crash.
  • Fix drawing "unlimited" thermo values (mouse sensitivity).
  • Fix translucent columns drawing.
  • Fix ENDOOM crash.
  • Fix main menu item hilighting for e.g. hr2final.wad.
  • Fix bottom-aligned widgets being drawn one pixel too high.
  • Fix mis-colored blood voxels after invulnarability.

Miscellaneous

  • Limit auto aspect ratio to 21:9.

woof_14.0.0

3 months ago

New Features and Improvements

  • Implement support for arbitrary resolutions. Inspired by the solution in Eternity Engine.
    • Resolution scale slider. From 100% (original 320x200) up to native display resolution.
    • Dynamic resolution scaling. Automatically changes the internal resolution to maintain a target framerate (display refresh rate by default).
    • "Blocky Spectre Drawing" adapted to any resolution. Fixed some visual artifacts.
    • Vanilla wipe at any resolution (from Diet Boom).
  • Add adjustable field of view (FOV). This uses a 4:3 horizontal FOV that is scaled internally. The default value of 90 is correct for all aspect ratios.
  • Integration of the voxel code by Andrew Apted. Support for models in KVX format. Recommended mod: Voxel Doom II v2.3. Load the ZIP/PK3 file using the -file parameter or place it in the autoload folder.
  • Mouse controls overhaul.
    • Fast mouse polling. Mouse input is sampled per frame instead of per tic. This lowers perceived input lag at high framerates, especially when using a high refresh rate monitor. Toggle with the raw_input config setting. Inspired by a similar concept in Odamex.
    • Turn and look sensitivity are now consistent with each other (1:1).
    • Smoother free look using a solution adapted from PrBoom+.
    • Improvements to direct vertical aiming.
  • Gamepad controls overhaul.
    • Fast gamepad polling. See above mouse details.
    • Response curve support. Configurable from 1.0 (linear) to 3.0 (cubed).
    • Deadzone support. Stick magnitude is remapped properly for precise control. Two deadzone types are available: axial or radial (default).
    • Independent adjustment of forward, strafe, turn, and look sensitivity.
    • Optional extra sensitivity at outer threshold of analog stick, with a configurable ramp time.
    • Optional diagonal movement correction. Remaps circular analog input to a square to account for Doom's unique diagonal movement.
    • "Run" switches between two speeds for turning and looking, similar to existing forward and strafe behavior.
    • Axes configuration is simplified to 4 presets (default, swap, legacy, legacy swap).
  • Add auto "strafe50" option.
  • Menu overhaul. Retains the classic Doom menu, supports original graphics and 320x200 in the revamped Boom/MBF options menu.
    • Implement mouse controls for all menu elements.
    • Tabs for fast page switching.
    • Rearrange menu items for simplicity and faster navigation.
    • Don't limit menus to 35 fps.
    • Introduce Automap color presets - Vanilla, Boom (default) and ZDoom.
    • Don't disable menu items during demo playback.
  • HUD widgets improvements.
    • Show smart kill count in stats widget (from DSDA-Doom).
    • Remove kills percent from level stats widget.
    • "Use" button timer.
    • Add key binding to toggle level stats and time.
  • Integration of the NanoBSP node builder by Andrew Apted. Run using the -bsp parameter to fix various problems, e.g. slime trails (not demo compatible).
  • Implement per-PWAD savegame directories and "Organize Save Files" QOL option. Will be enabled by default if no saves are found in the source port's directory.
  • Fade in sounds to prevent clicking. Applies to sounds that start at a non-zero initial amplitude (e.g. all original Doom sounds).
  • Apply brightmaps to translucent and translated columns (thanks to @JNechaevsky).
  • Adapt Eternity Engine's smooth Automap line drawing approach.
  • Add "Blink Missing Keys" option.
  • Improve logging to terminal.
  • Add ability to set SDL render driver (sdl_renderdriver in config).
  • Don't autoload from doom-all folder for FreeDoom and miniwad.

Bug Fixes

  • Fix for Hexen flowing water from DSDA-Doom (fixes midtex bleeding in "Eviternity II RC5.wad" MAP18).
  • Fix crash on Chex intermission.
  • Report (and secure) weaponinfo overruns.
  • Fix overflow hiding distant sprites (from DSDA-Doom).
  • Fix level stats widget string overflow.
  • IDDQD: fix reviving if god mode was already enabled (thanks to @tomas7770).
  • UMAPINFO:
    • Fix music when using -skisec.
    • Behavior of endpic and secretexit are now compatible with PrBoom+/DSDA-Doom.
    • Fix off-center level names on intermission screen.
    • Update forgotten nextsecret map entry (fix secret exit in NERVE.WAD).
    • Fix episode selection for nightmare skill.
  • Automap:
    • Do not highlight monster-only teleporter lines.
    • Fix initial min/max automap zoom factor.
    • Fix key-locked one-sided lines getting colored on automap.
  • No horizontal padding for Vanilla HUD widgets.
  • Fix Max Health setting in Dehacked using vanilla complevel.
  • Optimize HUD widget erasing, avoid flicker when screen size is reduced.
  • Fix MIDI looping with native macOS player.

Miscellaneous

  • Remove non-functioning "interpolation fix" for multiplayer. The -oldsync parameter is recommended for uncapped mode at the expense of latency.
  • Default player name is "Player". Change using net_player_name config setting.

woof_12.0.2

5 months ago

Bug Fixes

  • Fix support for non power of two sky textures sizes.

woof_12.0.1

5 months ago

New Features and Improvements

  • Support for non power of two sky textures sizes (fix sky in Sigil II).
  • Windows Native MIDI: Improvements to shutdown sequence, fix stability issues.
  • Fluidsynth: Support relative paths in soundfont directory.
  • Load complevel from save files.

Bug Fixes

  • Ignore zero length sound lumps (fix "Evirenity II RC1.wad").
  • Do not apply the single color fill to vertically scrolling skies.
  • Fix MUSINFO fails sometimes when loading saves (thanks to @DRON12261).
  • BRGHTMPS: Fix parsing lump names, crash when overwrite brightmaps (thanks to @andrikpowell).
  • Fix parsing lump names in MUSINFO.
  • Fix "you need a key" messages in multiplayer.
  • Fix WAD paths in setup tool on Windows.

woof_12.0.0

8 months ago

New Features and Improvements

  • 3D audio support (@ceski-1)
    • Stereo and up to 7.1 surround sound.
    • HRTF mode ("Headphones mode" in the General menu).
    • Air absorption and Doppler effects settings in the config.
  • PC Speaker emulation sound module (taken from Chocolate Doom).
  • Various HUD additions and fixes:
    • Optional widescreen widget arrangement.
    • Bring back three-lined coords/stats widgets.
    • Optionally draw bar graphs in Boom HUD widgets.
    • Ability to position "message" and "secret" text widgets by WOOFHUD lump.
  • Add obituaries from ZDoom, enabled by default (Options->Setup->Messages->Show Obituaries option).
  • Add support for XGLN/ZGLN nodes.
  • Color console messages and optional verbosity level (default_verbosity in config).
  • Allow separate key binding for the numeric keypad.
  • Replace and extend crosshair patches with the shaded variants from Nugget Doom.
  • Ignore DMX sound padding (@ceski-1).
  • Implement sky top color algorithm from Eternity Engine (@tomas7770).
  • Attempt to play demo4 also for Doom 2 (Final Doom).
  • Clean screenshots are taken with the base palette.

Bug Fixes

  • Fix a savegame loading crash related to the use of MUSINFO.
  • Consistently rename -nodehlump command line parameter to -nodeh.
  • Fix mouselook/padlook checks for direct vertical aiming (@ceski-1).
  • Fix sector movement doesn't render sometimes using Boom fake floors (Line action 242), when uncapped framerate is enabled.
  • Fix automap marks in non-follow mode.
  • Various fixes to weapon lowering and switching animation (thanks to @MrAlaux).
  • Disable returning to the episodes menu if only one episode is present.
  • Fix ESC reset with mini-thermo menu items affects multi-choice select items.
  • Reset menu string editing with ESC.
  • Fix PIT_ApplyTorque when line has no length (from DSDA-Doom).
  • Reorder sprites rendering, so that objects with higher map indices appear in front (thanks to @JNechaevsky).
  • Various brightmaps fixes (@JNechaevsky).
  • Skip "hidden" files in ZIP archives (fixes opening archives created by MacOS).
  • Reinitialize automap if screen size changes while it is enabled (thanks to @MrAlaux).

Miscellaneous

  • Add Linux distribution package in AppImage format (@qurious-pixel).

woof_11.3.0

10 months ago

New Features and Improvements

  • Add direct aiming from Crispy Doom. More accurate vertical aiming (thanks to @ceski-1).
  • Optimizations for plane rendering, taken from Eternity Engine (thanks to @JNechaevsky).
  • Add -dedicated, -uncapped and -nouncapped command line parmeters (thanks to @loopfz).
  • Rename -nodehlump to -nodeh for consistency with other ports.
  • Use sector lightlevel for sprites in Boom and Vanilla complevels.

Bug Fixes

  • Avoid the midiOutUnprepareHeader() function in the Windows MIDI music module. This may fix rare crashes for some users.
  • Fixed flickering sectors rendering when interpolation is enabled (Ancient Aliens MAP24 and others).
  • Do not apply weapon centering in strict mode.
  • Fix pause for Fluidsynth v2.3.3.
  • Fix the rightmost column when rendering weapons with interpolation enabled (thanks to @MrAlaux).
  • Fix replacing the same string twice in Dehacked for music (PL2.wad MAP27 music track).

woof_11.2.0

11 months ago

New Features and Improvements

  • Don't snap Automap to player upon opening it with Follow Mode off (@MrAlaux).
  • Make IDCLEV00 restart the current map (@MrAlaux).
  • Always color Chainsaw number green in Boom HUD (@MrAlaux).
  • Allow direct toggle between "Windowed" and "Exclusive Fullscreen" modes (@ceski-1).
  • Prefer IDDT cheat key over IDBEHOLDA in cheat menu.

Bug Fixes

  • Fix plane rendering distortion noticeable in widescreen mode, taken from Eternity Engine (thanks to @JNechaevsky).
  • Fix "Clean Screenshot" captures the HUD if "Exclusive Fullscreen" is enabled.
  • More fixes to weapon switching animation (@MrAlaux).
  • Only set quick save slot upon successful load/save completion.
  • Fix blockmap limits (from DSDA-Doom).
  • Fix screenshot cropping when aspect ratio correction is disabled (@MrAlaux).
  • Fix pickup messages in multiplayer.
  • Fix P_RadiusAttack dist depending on damage (@tomas7770).
  • Fix door interpolation in Doom2 MAP19 (thanks to @JNechaevsky).
  • Fix recording "-complevel 3" in demo footer.
  • Fix UMAPINFO intertext field for Doom 1.

woof_11.1.4

11 months ago

Bug Fixes

  • more fixes for DSDHacked sprites and sounds.