dosbox-staging:jn/setup-drawing-fix

Last commit made on 2024-02-24
Get this branch:
git clone -b jn/setup-drawing-fix https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/setup-drawing-fix
Repository:
lp:dosbox-staging

Recent commits

5154d0d... by John Novak <email address hidden>

Guard against zero-height modes when setting up a new video mode

Some games set up weird custom modes temporarily that result in a
zero-height video mode (e.g., Impossible Mission II on Tandy). These are
probably some tricks that work on hardware, but in software we need to
guard against divide by zero exceptions downstream when calculating the
aspect ratios.

cc428a7... by FeralChild64 <email address hidden>

Use uncompressed CPI files instead of compressed CPX ones

84413d1... by Kirk Klobe <email address hidden>

Ignore meson.build in VS tests project

Fixes errors in solution analysis

a59d298... by maron2000 <email address hidden>

Add IBM XDF floppy support

The IBM Extended Density Format (XDF) was used by IBM for software
distribution on 5.25 and 3.5" media. XDF image files were often provided
by IBM on CD-ROM, bulletin boards and FTP sites. Examples of software
distributed in this fahsion includes PC-DOS 7, PC DOS 2000 and OS/2 Warp.

Credit for the patch goes to @maron2000

Imported-from: https://github.com/joncampbell123/dosbox-x/pull/4840
Signed-off-by: Robert de Rooy <email address hidden>

d0d154d... by Daniel Bomar

Only raise window when it is newly created

Regression from commit a07c416

c5eea6c... by FeralChild64 <email address hidden>

Fix incomplete integration of Brazilian translation

a609a3f... by altiereslima <email address hidden>

Update br.lng

e5fb8f2... by japsmits <email address hidden>

Improve the help text of the LOADFIX command (#3221)

2042751... by Daniel Bomar

Remove special double-scan case when the VGA MaximumScanLineRegister changes

Fixes a bug when SVGA/VESA games modify this register.
It seems we don't need this special case and we can more liberally resize VGA as needed.

b1c80c9... by altiereslima <email address hidden>

Portuguese (Brazilian) Translation