Skip to content

Prerelease 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@DavidLudwig DavidLudwig released this 16 Aug 02:16
· 34 commits to master since this release

New features + bug-fixes!

  • retain guest OS' aspect ratio. This prevents stretching of the guest Mac's screen. Black bars are drawn on the sides of the screen, if the aspect ratio does not match the host OS' screen.
  • experimental, and mainly OSX-only for now: resize-able windows! In windowed mode, windows can be resized. The guest OS' screen will not, however, change, however this can make the window a bit more readable on high-resolution screens. (Issue #21 (fix windows support) and Issue #22 (res-change reverts resize) are to-be-fixed)
  • apply anti-aliasing, when scaling the window. This requires that either OpenGL or D3D support be available. If not, anti-aliasing will not be available.
  • Win32-only: output diagnostic data (stdout and stderr) to a log file, BasiliskII_log.txt. This file is, currently, placed in the executable's current-working-directory, which'll probably be the same directory that BasiliskII.exe is in.
  • bug-fix: 512x384 sized windows could not get created
  • lots of internal fixes and updates, mainly relevant for those compiling for Linux
  • applied latest changes + bug-fixes from cebix's repository