dosbox-staging:kk/log-vsync-state-1

Last commit made on 2024-03-29
Get this branch:
git clone -b kk/log-vsync-state-1 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
kk/log-vsync-state-1
Repository:
lp:dosbox-staging

Recent commits

f68123e... by Kirk Klobe <email address hidden>

Log OpenGL vsync state

5a42cbd... by FeralChild64 <email address hidden>

Fix the 'In Extremis' game intro getting stuck

1f39162... by John Novak <email address hidden>

Minor code style improvement

94df61b... by John Novak <email address hidden>

Mark backported items in the release notes draft

0faddbf... by John Novak <email address hidden>

Add game compatibility category to the release notes draft

804daab... by John Novak <email address hidden>

Fix some PVS-Studio warnings

a8bda49... by John Novak <email address hidden>

Do not attempt to exit fullscreen on quit

This fixes a crash caused by sdlmain's entangled nature and the general
ad hoc randomness of the current shutdown order.

54a8ac2... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump fountainhead/action-wait-for-check from 1.1.0 to 1.2.0

Bumps [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/fountainhead/action-wait-for-check/releases)
- [Commits](https://github.com/fountainhead/action-wait-for-check/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: fountainhead/action-wait-for-check
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

bd7e7dd... by japsmits <email address hidden>

Don't unnecessarily alias std::string_view

This only obfuscates the use of std::string_view.

c2eb53d... by japsmits <email address hidden>

Don't use std::string_view::data() when a zero-terminated string is expected