You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a few modifications needed to build & install the new 0.80 version:
* Meson version needed is 0.57, which is not available in Debian _bullseye_ yet.
Install 0.61.5 locally for the build step. This is the last version not requiring Python 3.7, which should cover Ubuntu 18.04 (still at 3.6)
* Changed the install command to `ninja`, since `meson install` requires a system install for `meson` and thus install would fail when using the locally downloaded `meson`
The changes allow building and installing on Ubuntu 18.04, which was previously failing.
Notable changes from the Dosbox-Staging 0.80 release (excerpts from https://dosbox-staging.github.io/v0-80-0/):
* ReelMagic DOS games are now playable thanks to the efforts of Jon Dennis, Chris Guthrie, and Joseph Whittaker, with testing and feedback from Vogons users Uka, DonutKing, and Vetz
* Mouse emulation has been improved and now supports up to six independent mice, enabling split-screen play in games like The Settlers and The Settlers II
* More settings, including video, audio, and MIXER effects, can now be changed on the fly
* Post-rendered screenshots - use Alt+F5 to capture the as-seen (post-rendered) image, in addition to the previous (Ctrl+F5) screenshot function that captured the emulated video card's image prior to rendering
* More bundled OpenGL shaders. Launch DOSBox Staging with the --list-glshaders command-line argument to list the available OpenGL shaders
* FluidSynth's specific reverb and chorus configuration settings are now applied and will replace the default values that were previously always applied
* The modem's call now has a warm-up period where it will discard data
0 commit comments