Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@BodbDearg BodbDearg released this 13 Jun 06:50

Feature changes & improvements

  • Add the ability to choose between exclusive and borderless windowed fullscreen modes.
    • Previously PsyDoom only supported exclusive fullscreen.
    • Borderless windowed is the new default, since it handles multi-tasking better and there is no real performance difference in most cases.
  • Upgraded various third party libraries used by PsyDoom (such as SDL) for better OS and device compatibility.
  • HUD: tweak message priority for renderer/uncapped-fps toggle.
    • If toggling both at the same time then show a message for the renderer being toggled instead of uncapped fps being toggled.

Bug fixes

  • Windows: fix invalid handling of Unicode characters in save data filepaths (#93).
    • This bug prevented user preferences and save files from being written successfully.
  • Fix the Wolfenstein SS enemy not dropping ammo clips.
  • Vulkan renderer: fix excessive registry access while the Window is minimized. (#91).