Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dosbox-staging/dosbox-staging

DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.
https://github.com/dosbox-staging/dosbox-staging

Temporarily disable PVS-Studio expiration warnings

2bced33533ade01f298dcdaece94e32b86472681 authored 11 months ago by John Novak <[email protected]>
Upgrade to latest PVS-Studio

26263d3032dad00dc4268feb075b5e045c14104f authored 11 months ago by John Novak <[email protected]>
Update README.md

Reorder some sections and add source code analysis tools section

ea2182fdada87cfcf4ed78312d7916230ad774e5 authored 11 months ago by John Novak <[email protected]>
Remove current release notes drafter workflow

173d9a1c68be2914b1d7dfe3ca25b4a5487447f0 authored 11 months ago by John Novak <[email protected]>
Do not resize if Tandy vertical rows register is zero

b9217aaab41d7d77636e83cc2acde9f21ce7839e authored 11 months ago by Daniel Bomar <[email protected]>
Cleanup of using namespace

Replace all top-level uses of "using namespace ..." with more local uses, or prefix the namespac...

e4998f719792970124f724774ebc2492430e7408 authored 11 months ago by japsmits <[email protected]>
Fix "unorthodox" scanline repeats on VGA

The original DOSBox code contained a special case for handling
"unorthodox scan doublings" that ...

2bf916b2f04ce94e6ba1e328a673dabe039f2206 authored 11 months ago by John Novak <[email protected]>
Remove unused VGA_ForceSquarePixels() function

1d010a28a17e83af23d89c38059d0ac4a8000fee authored 11 months ago by John Novak <[email protected]>
Clarify the VGA scan doubling criteria in setup_drawing()

d02310cfe2c55958f4c206537f23bff25ac1e402 authored 11 months ago by John Novak <[email protected]>
Clarify the meaning of the scan/pixel doubling allowed flags in vga.h

b4d8f337a133d0fc85fa92fb8a6cc655a5a526ad authored 11 months ago by John Novak <[email protected]>
Use uncompressed CPI files instead of compressed CPX ones

cc428a7705eecfa089ece3149be9778aa1ea4b4f authored 11 months ago by FeralChild64 <[email protected]>
Ignore meson.build in VS tests project

Fixes errors in solution analysis

84413d1e790a8d98fc1de5a2c4fcfa8ef1e6f6e8 authored 11 months ago by Kirk Klobe <[email protected]>
Add IBM XDF floppy support

The IBM Extended Density Format (XDF) was used by IBM for software
distribution on 5.25 and 3.5"...

a59d298cbd29277252614208486945b79dc29f2e authored 11 months ago by maron2000 <[email protected]>
Only raise window when it is newly created

Regression from commit a07c416

d0d154d3f0c9ad0bac848933789c13a81e70380c authored 11 months ago by Daniel Bomar <[email protected]>
Fix incomplete integration of Brazilian translation

c5eea6c30e5ec3a118bb512d5cb6c2a3f39a7169 authored 11 months ago by FeralChild64 <[email protected]>
Update br.lng

a609a3f6d723377b39ea334053fc2d8d85bef89d authored 11 months ago by altiereslima <[email protected]>
Improve the help text of the LOADFIX command (#3221)

e5fb8f2c5ee2057797811f82cccf801ca33351e3 authored 11 months ago by japsmits <[email protected]>
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 ...

2042751e98030685f751b2eba29e66aee2422eb7 authored 11 months ago by Daniel Bomar <[email protected]>
Portuguese (Brazilian) Translation

b1c80c97e42ea59251de221fac7e8f94c30064c2 authored 11 months ago by altiereslima <[email protected]>
Update Windows build guide

0c8e8cec90cdbda8821492e1b3094b58d11746cd authored 11 months ago by Kirk Klobe <[email protected]>
Set BIOS_Destroy not changeable at runtime

This fixes a bug where BIOS_Destroy gets run but not BIOS_Init
when a config change happens unde...

4bde0fb852f92fa2482328298d8a3ed59033e347 authored 11 months ago by Daniel Bomar <[email protected]>
Fix IPX ping value display

Also IPXSERVER log text

d219df78d60a372ef4109b4f9ab0cb89838f9a6f authored 11 months ago by Kirk Klobe <[email protected]>
Bump Coverity build from Clang 14 to Clang 15

314f1fb9402b5d8315f1fb7837d5cc55e690ddd9 authored 11 months ago by Daniel Bomar <[email protected]>
Show memory read breakpoint with BPLIST

62260a454a930ec04daba1e5598903c55aa8a1c2 authored 11 months ago by LowLevelMahn <[email protected]>
Update Ubuntu CI to clang 15

Temporary workaround for https://github.com/actions/runner-images/issues/8659

7b17b587a9a52a3a15f2899f1b7461700bb08b45 authored 11 months ago by Kirk Klobe <[email protected]>
Update Visual Studio solution to C++20

a0b20f3d95a19a49c80bfe7902ac20e165bc0043 authored 11 months ago by Kirk Klobe <[email protected]>
Rename function to fix C++20 ambiguity

C++20 provides std::format_string when <format> is included, triggering a
compiler error on MSCl...

0dc82fd91698c2ab468a8141516317a7b90730d1 authored 11 months ago by Kirk Klobe <[email protected]>
Fix Value == Hex ambiguity for C++20

fcf1b61f48faa29479f1e134472bbb299a1e8ba4 authored 11 months ago by Kirk Klobe <[email protected]>
Fix enum with cast for C++20

c331296a265e6a6e556a245807d9279d298f6cda authored 11 months ago by Kirk Klobe <[email protected]>
Migrate to C++20

839d57ceb8c650c38470eebb13182c8fd7e6f6fb authored 11 months ago by Kirk Klobe <[email protected]>
Rename semaphore-related items

66260954354f1a6046c82716965653393aa41133 authored 11 months ago by Kirk Klobe <[email protected]>
Introduce unit tests for the Value class

90fda3deed6498c2845068578969c0662f9fa630 authored 11 months ago by John Smits <[email protected]>
Introduce the Overload struct

This struct can be used in combination with std::visit and std::variant to define code for each ...

7106d4cf95a1d45e01b68c6230b62b145e128c40 authored 11 months ago by japsmits <[email protected]>
Reformat

73049c9cc06b5035de005b6ab48651ee5dbac947 authored 11 months ago by japsmits <[email protected]>
Reformat

862aa0b61a663ca879599e6f8eaa44a1dd545933 authored 11 months ago by japsmits <[email protected]>
Move IPX server to a background thread (#3414)

7344cb496b9c146ca2c4596b4a59a3e8a3cb2de2 authored 11 months ago by Kirk Klobe <[email protected]>
Cleanup some missed C++ header conversions

7ebe8c05e73ef55a4364139dca925ea583917068 authored 11 months ago by Kirk Klobe <[email protected]>
Improve 'keyboardlayout' option description

3d2437147775e5bcfe0afbc971dfeda4f840143d authored 11 months ago by FeralChild64 <[email protected]>
Fix handling of multiple joysticks in the mapper

SDL2 uses two kinds of reference to joysticks that wasn't accounted for in the code.
With 1 joys...

5281809db4ef83f8ac8a0c7cd50f5860aa6292a3 authored 11 months ago by Yotam Barnoy <[email protected]>
Use C++ system headers

2a094170de5d6f354a830fb1a162416e81691b47 authored 11 months ago by Kirk Klobe <[email protected]>
New Spanish translation

New complete translation, updated to the current git revision.

c814934f584a299ed38c1d35736f594579d4a059 authored 11 months ago by ftortoriello <[email protected]>
Sync with help message style changes in #3318

Also, replace by spaces tabs which were added accidentally.

f9f0e1c0cd3df3944ac76cc4bed0290c96752446 authored 11 months ago by ftortoriello <[email protected]>
Limit config strings to 79 chars per line

b4f0a98819c2edfe358c666be8ce3c69e6c7a5e7 authored 11 months ago by ftortoriello <[email protected]>
Clarify config help text for joytype=auto

Sync Spanish translation with commit 9216429721aa42c1543eff78f11f54d2001c1a85

3e1fd2d65c9f330e3f4e8f5cb4352b2168510953 authored 11 months ago by ftortoriello <[email protected]>
Bump actions/cache from 3.3.2 to 4.0.0

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0.
- [Release notes](h...

1b12cdb19a0a6770caf62b9c2ddaccdc848e0049 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix sed creating backup files ending with "-e" in macOS bundle

c4c8d4ece1c0c452618dca53608dadc6f5dab660 authored 11 months ago by Kirk Klobe <[email protected]>
Remove OPL DC bias using a simple running average

Some games like Golden Eagle (1991), Wizardry 6 (1990), and
Wizardry 7 (1992) can be configured ...

646e341f44ec78e001fb43b2a944084f27402175 authored 11 months ago by kcgen <[email protected]>
Remove the OPL DC bias using a forward-looking average

The algorithm works by:

1. Maintaining a queue of N samples when the
stream is above a bias ...

0b23692cc3065fb7f612c2ffddc9778a781e31b1 authored 11 months ago by kcgen <[email protected]>
Clean up macOS notarization script

Incorporates suggestions from
https://developer.apple.com/forums/thread/701514#701514021

4c2f8b6c508d253d503c5b0e656362402a2fa5b5 authored 11 months ago by Kirk Klobe <[email protected]>
Fix variables optimizing away when debugging MSClang builds

91e1689f810c127bbfa40239f73c9d4b807fa7da authored 11 months ago by Kirk Klobe <[email protected]>
website: Update 0.81.0 macOS release package hash

b935e3bfdd9419e9401eca36f7215fc1497edb1e authored 11 months ago by John Novak <[email protected]>
Fix IPX config help comment

26980b2e1fea987b79f44c1262a930cfcb3d7a2b authored 11 months ago by Daniel Bomar <[email protected]>
Use GitHub runners for macOS builds

A recent change on the macOS GitHub runner image is causing an error
when homebrew is used to in...

16e1f1b839ba915698a32e199234bb2d18cfa90f authored 11 months ago by Kirk Klobe <[email protected]>
Create basic macOS notarization script

87ac321fe69c2f18d5b18b11d81df88e7fb119c2 authored 11 months ago by Kirk Klobe <[email protected]>
Fix repackage Windows ZIP script

Previously, it applied the `.zip` extension to the root directory inside
the repackaged ZIP.

a6a342ee1d26baa6227cbd878d5b647cc9f25e7c authored 11 months ago by John Novak <[email protected]>
website: Fix layout issue on front page when some images are not loaded

85712a104061b52a1ec1e02f82a8524b585c1205 authored 11 months ago by John Novak <[email protected]>
Update default source branch for deploying the main website

974ae42dfb49ebf50060fcc7652a8e8b1d016b40 authored 11 months ago by John Novak <[email protected]>
website: Update 0.81.0 download hashes & links and the release date

81217280921e539e42a71942196e840233476f67 authored 11 months ago by John Novak <[email protected]>
website: Update contributor list

4f3ee81d95913c998a08740376540975100af18a authored 11 months ago by John Novak <[email protected]>
website: Fix image alt tags & improve lazy loading on the front page

7ccfe90d8e07df637e53cb9ba5d5bbf7ceb1da0c authored 11 months ago by John Novak <[email protected]>
website: Fine-tune front page style

dfcddaffe8c3e91870b8e6f16075922f6bffd962 authored 11 months ago by John Novak <[email protected]>
doco: Update macOS instructions about starting DOSBox for the first time

f4c171240eeaf0a68a4ab27a5c77871fcee056ee authored 11 months ago by John Novak <[email protected]>
Remove remaining SDL2_image references

5b9273ed3621e8bc5383e54d93356e16bed81ac4 authored 11 months ago by John Novak <[email protected]>
website: Fix download link titles

173feb36ea769c4c274fa7195f544c7e416aaf2b authored 11 months ago by John Novak <[email protected]>
website: Update download pages for v0.81.0 final

3023e9141418a35baf6835dfec56f07cecbb7ba3 authored 11 months ago by John Novak <[email protected]>
doco: Update the Getting Started Guide for v0.81.0 final

37e8f4cb02555432c3265859dd2b53daed43f2a1 authored 11 months ago by John Novak <[email protected]>
website: Update about page

c3369b0907b8e8d7aa4bc2d378f6afac314b58f8 authored 11 months ago by John Novak <[email protected]>
website: Update release notes for v0.81.0 final

5150d33e80c4efe689d81d04c3e77821e7e25080 authored 11 months ago by John Novak <[email protected]>
website: Remove file checked in by mistake

a0d549d9a9bae541ae37339e96ecb186520eb5da authored 11 months ago by John Novak <[email protected]>
website: Fix old release notes links

b3df413974180cec86599fc20a97bd44c361bc60 authored 11 months ago by John Novak <[email protected]>
website: Use DOS prompt style in old release notes

060e431cfb170462db11ea336f5b0a9adc1d3fb8 authored 11 months ago by John Novak <[email protected]>
doco: Update MkDocs Material to 9.5.8

52b210608b101d98c9d2ff9d7ce654529cf0cb85 authored 11 months ago by John Novak <[email protected]>
doco: Redesign front page & add CRT emulation screenshots

a8246736f6050c7953e1b76c644c406bf79cbb9f authored 11 months ago by John Novak <[email protected]>
doco: Improve wording of the documentation instructions

b9a317e0fd8f244cd47478d56d1429450958173a authored 11 months ago by John Novak <[email protected]>
website: Generate CSS from a SASS source file

93741545f9dda54fae36d8255235e9eb88039da4 authored 11 months ago by John Novak <[email protected]>
doco: Add instructions about changing the stylesheet

5395986752d9ab093792fa22b4d4652d1fbfd308 authored 11 months ago by John Novak <[email protected]>
Re-create CurMode iterator after backing array has been changed

4fffd8b669fd0b327a43b2e7551e07be324f2e93 authored 11 months ago by Daniel Bomar <[email protected]>
Revert "Fix crash on startup when `machine` is set to `hercules`"

This reverts commit d4a5d8da22f57b8b70dc0be4ed9ce29e1e89a409.

4191ca6df478e8ccc72bb5c517f967ac567ee58d authored 11 months ago by Daniel Bomar <[email protected]>
Revert "Fix invalid iterator crash in debug build"

This reverts commit 512efbd9aebc49b280e9903dc9d51b8f781f7e10.

67f808f5bb175e544a187373f1d804bb72491197 authored 11 months ago by Daniel Bomar <[email protected]>
Fix crash on startup when `machine` is set to `hercules`

This was introduced by 512efbd9 (Fix invalid iterator crash in debug
build).

d4a5d8da22f57b8b70dc0be4ed9ce29e1e89a409 authored 11 months ago by John Novak <[email protected]>
Fix empty LOG macro MSVC warnings

0c6fb746455c39423e88900af87281d87f0663a3 authored 11 months ago by Kirk Klobe <[email protected]>
Fix static_assert MSVC warning

3252d0632f4abb9ae32f56c526c2e2270587927a authored 11 months ago by Kirk Klobe <[email protected]>
Fix empty GCC_(UN)LIKELY warnings

b44f72e162b713ae28bca9f1bc438178fa51e610 authored 11 months ago by Kirk Klobe <[email protected]>
Adjust allowed MSVC warnings

45decb47c6c3e71993b87868c676e18f62bae5a3 authored 11 months ago by Kirk Klobe <[email protected]>
Use proper filename case

8f04b6aacf7ade39436e2b1d969b2a0e1607bfc3 authored 11 months ago by Kirk Klobe <[email protected]>
Update broken vcpkg schema link

892f6f602247f352349fe4d0932cb1f0ca562bd3 authored 11 months ago by Kirk Klobe <[email protected]>
Remove build flags not relevant for Clang on Windows

660a960f23556cfed4f570447bef7d9079bcaeef authored 11 months ago by Kirk Klobe <[email protected]>
Use Clang for 32-bit Windows builds

f559b70f8ebce43779f496acfd74d52dbccefefe authored 11 months ago by Kirk Klobe <[email protected]>
Fix warning count script

4d04440064e4c63d25d0095681abbb5ee1fa8b25 authored 11 months ago by Kirk Klobe <[email protected]>
Fix Maximum Scan Line CRTC register behaviour

The non-double-scanning path was wrong; this broke the end of the intro
(spaceship part) and the...

5d26dd94c49d1282a6464e826c9dd70381314cf5 authored 11 months ago by John Novak <[email protected]>
Revert "Stop using MSVC regex format for count-warnings."

This reverts commit 67e2de1eb55f60f1629fc9b20a8c866bfcdc4449.

127ab9cee87f6f340385c4439a32a20295acb581 authored 11 months ago by Kirk Klobe <[email protected]>
Stop using MSVC regex format for count-warnings.

67e2de1eb55f60f1629fc9b20a8c866bfcdc4449 authored 11 months ago by Kirk Klobe <[email protected]>
Update README, add missing special keys

Ctrl+F8 and Alt+F5 are mentioned in-app help (intro special) but not
in README. Description of C...

eb343a270f515fd548bda1236208e4218fb5bd86 authored 11 months ago by flakesl <[email protected]>
Pin MSYS2 SDL2 version to 2.26.5

a92d91e6a823f494c7ab28d71a804fc2bfc0f466 authored 11 months ago by John Novak <[email protected]>
Convert compile time SDL version checks to runtime checks in sdlmain

e81dcdc98f3e830fef4c08391c5b7e5b86268f82 authored 11 months ago by John Novak <[email protected]>
Add helper function for checking the runtime SDL version

cd26580fea303b44052609494580aa6b14a6b41d authored 11 months ago by John Novak <[email protected]>
Replace zlib with zlib-ng

e43240c369f69ddd348e6adb83632f985e50e005 authored 11 months ago by Kirk Klobe <[email protected]>
Use Clang for all projects

444871a63d6ecc5b2a97b7ee1d1a9a107769afd0 authored 11 months ago by Kirk Klobe <[email protected]>
Use a better version number in vcpkg.json

4db087086f49e6a98117b39428ee968a0f7f143f authored 11 months ago by Kirk Klobe <[email protected]>
Enable all features on MSVC build

- update toolchain to Clang/LLVM
- enable libslirp
- use x87 floating point asm

1c87432b53da676db304fb3a48b152776deb0304 authored 11 months ago by Kirk Klobe <[email protected]>