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
f888a42d6a01e55a38528a9cf5dfcd5140775341 authored almost 3 years ago by Patryk Obara <[email protected]>
When creating a release build, Linux distributions like to enable
additional GNU fortification f...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4473
7f976e798792a8343e6f9ffe26e0dcda00bd0175 authored almost 3 years ago by ripsaw8080 <[email protected]>Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4472
d6752d65de5d7eef7c6885058731eea86733ceba authored almost 3 years ago by ripsaw8080 <[email protected]>75c7e3bf8b0d7d45e31ce59c8fd9d48030c69ee2 authored almost 3 years ago by Wengier <[email protected]>
Thanks to @eli-schwartz for the explanation and
suggestion as to how subpackages can get out of
...
Thanks to @PatTheMav for the suggestion: "As for the
Homebrew issue, it might make sense to remo...
8da4e3d5f3f80c68f8b46bbdd998b1e389bf3bef authored almost 3 years ago by kcgen <[email protected]>
279b45ae58d2477f68c4f8b2409bbd611740049a authored almost 3 years ago by kcgen <[email protected]>
This reverts commit 15e106100fdf3a29c1e74ea0635f51164e4710b1.
a2df53e084cfd30d72298e56cdb1f604abe424d2 authored almost 3 years ago by kcgen <[email protected]>This reverts commit 6a29bc103a978f7f16dbfcf4afb6f212511cb3b8.
Co-authored-by: shermp <14854761+...
8b8f4f4cafca75057012696452ce6072931025b2 authored almost 3 years ago by kcgen <[email protected]>This reverts commit 1099006c643dc531e10cf98c4f709fb04111918a.
Co-authored-by: shermp <14854761+...
6b34088b65a2d8a45ea24cf338154ba9f7953d93 authored almost 3 years ago by kcgen <[email protected]>088d93b7f25938205edf7b22b0e6b6a07bb68819 authored almost 3 years ago by Wengier <[email protected]>
324219f1597409db03ba97398e1815bcb008e602 authored almost 3 years ago by Wengier <[email protected]>
45b0e23246d6ecb568f49f10ceb4dc8baf939514 authored almost 3 years ago by Wengier <[email protected]>
3df32099fe2b89aec4b66beff778182f66ecffb1 authored almost 3 years ago by Wengier <[email protected]>
0de96f8c960ca23973ff032ec96e5e1aa3b64554 authored almost 3 years ago by Wengier <[email protected]>
2046b258a7474b44573cccb9b28ba7cc8c6818ec authored almost 3 years ago by Wengier <[email protected]>
0eb66de85d0a520c76b8796178fdbc59a19518f9 authored almost 3 years ago by Wengier <[email protected]>
32d882d4872b040d35811827754ad9a321534499 authored almost 3 years ago by Wengier <[email protected]>
8a0ea7c6b578bd35d26ae1a2f29659901895dc61 authored almost 3 years ago by Wengier <[email protected]>
012f67cb93092955edfa5a1966493d9b9d064f12 authored almost 3 years ago by Wengier <[email protected]>
4275bceb1e36c93b5741dc1b4571b94432bdebbe authored almost 3 years ago by Wengier <[email protected]>
c502af5655e6d3a8d11f93e7179e81f2f7dc5c5a authored almost 3 years ago by Wengier <[email protected]>
1ecdaae05b5eaaf9bc8d34345dcf356477129a21 authored almost 3 years ago by kcgen <[email protected]>
8d4fae8f7a985bd9359b38e1b6812d048e6d0b12 authored almost 3 years ago by kcgen <[email protected]>
The warning counter script doesn't handle the latest PVS studio
output and produces a couple fal...
After updating PVS Studio, it now detects a couple more
issues in mouse.cpp, which hasn't been t...
8b237e89f3186df47cdeeda2bb6c4bc8cd697bdd authored almost 3 years ago by shermp <[email protected]>
24d0e41c80bb75b93665dd8dc46340e519e52841 authored almost 3 years ago by shermp <[email protected]>
ec3d7188b83de1e0f57c3e6c40477b8000e60247 authored almost 3 years ago by shermp <[email protected]>
18e37c3f94c851b74b5f3a228f5f3392f603119b authored almost 3 years ago by kcgen <[email protected]>
Prevent situation when one of these dependencies is pulled from OS
repository and another one is...
5cfcb7c665ba238130cc7d2a79794d90235cb24e authored almost 3 years ago by kcgen <[email protected]>
21d1f42dae8d8bb9b54d9a39b3afcd2de4dc6894 authored almost 3 years ago by kcgen <[email protected]>
50abadd8bf4ed736344ac2c6b25c85de822693ce authored almost 3 years ago by Eonfge <[email protected]>
725ffbd124b216078b35ba5e0d9bd3f35679b12e authored almost 3 years ago by Wengier <[email protected]>
df4add04a3dba0d01f5d822dc492a51348a7c6e5 authored almost 3 years ago by kcgen <[email protected]>
Bit operations can often be done in different ways:
- one based bits? (not recommended, indust...
27f65e88014402758dd820339d2af417b4cd403e authored almost 3 years ago by kcgen <[email protected]>ca9d1189bf894f27a121ba7d02acbda085c2a53f authored almost 3 years ago by kcgen <[email protected]>
This allows for easier-to-read comparisons, such as:
(machine==MCH_TANDY) || (machine==MCH_PCJR...
1e50f8a058ba4aff6a57483f976fdbb8e0096379 authored almost 3 years ago by kcgen <[email protected]>f272aee33d1448c47928e31b5b8b6f57929dda03 authored almost 3 years ago by kcgen <[email protected]>
Bit operations can often be done in different ways:
- one based bits? (not recommended, indust...
6f764a9872c5a38a86099e2b87cd4cad2641f522 authored almost 3 years ago by kcgen <[email protected]>7dedc3a26efd0d9da8c767129e3cd682e08a9a81 authored almost 3 years ago by kcgen <[email protected]>
Credit given inline to the Bochs project
Ref: https://bochs.sourceforge.io/techspec/PORTS.LST
- This introduces a DMA nibble to keep track of
the remaining offset information lost when
...
56f85c1ca53dfbebaa5519a20d6cc523e8eeca97 authored almost 3 years ago by kcgen <[email protected]>
c7c83adabf38e561a38c44674109bccf264f4ad8 authored almost 3 years ago by kcgen <[email protected]>
The means that for a given channel, the next
sample will be allowed to differ from the prior
by ...
44a8161bfdd8ce5fef1b6e58eb3902898173b51e authored almost 3 years ago by kcgen <[email protected]>
Previously the enveloper used absolute values
to bound the samples. Although this enveloped
them...
- De-duplicates the code using a function pointer.
- Uses standard, const, and auto types.
- ...
Attribution:
- This commit was authored by Peter Ferrie, with changes
suggested by ripsaw808...
63eb383a62009c4c779bd1900580efc8b60bc65a authored almost 3 years ago by kcgen <[email protected]>
07ad55946086b6e7767ce856fa8dbe73611075f3 authored almost 3 years ago by kcgen <[email protected]>
324b272711cf0b1a96ec8b2d3efd805aa4fe0cef authored almost 3 years ago by kcgen <[email protected]>
6d7674f0310bcd78b86e7df57c9e816fb9098bd1 authored almost 3 years ago by kcgen <[email protected]>
56377d61a09ee26bad4cd7c28d8ca1f952a8ba93 authored almost 3 years ago by kcgen <[email protected]>
The DMA channel count member is 16-bit, so the incrementers
should also only be 16-bit.
This al...
819a984a2248346fade2e8c29c918898e23e9736 authored almost 3 years ago by kcgen <[email protected]>0616f9680360d42077e03195e4e6730ad335f707 authored almost 3 years ago by kcgen <[email protected]>
The names of the upper and lower portions were incorrect.
7cb5ba1c8019ccd3ee5f18f6def8f7f54aa42034 authored almost 3 years ago by kcgen <[email protected]>03297c857d7e3cf4ee31ef65e25f1e554508807e authored almost 3 years ago by kcgen <[email protected]>
213dc94a661a312cff82823a3b45132edd0f01b8 authored almost 3 years ago by kcgen <[email protected]>
e9fed3c7de8be54e8f91c31f7e06415f8eb6eafa authored almost 3 years ago by kcgen <[email protected]>
8d373e83a851a388540301a3a692fbbe3aa76021 authored almost 3 years ago by Wengier <[email protected]>
b3c4532e1c25f2b4c667f0ce9696ac9a2759dab8 authored almost 3 years ago by Wengier <[email protected]>
2c05c1a78fd0b2bbcf17cf7415472b6b188a6818 authored almost 3 years ago by Wengier <[email protected]>
51e79e7522d25f8435ac906b538f2e321de9258a authored almost 3 years ago by Wengier <[email protected]>
2873b9eb6f28637895711590377ce6be09b15f05 authored almost 3 years ago by Wengier <[email protected]>
a0629955a1334ce1c3788c89c38f87917bda56b3 authored almost 3 years ago by Wengier <[email protected]>
cca0084449f16d297d45ed6638f3c5134f743b9f authored almost 3 years ago by Wengier <[email protected]>
fc6c5da64c33811bde81e3149fa98767aef2a5da authored almost 3 years ago by Wengier <[email protected]>
00f54da7e9c5e18f5b2d34547692aff1a16e1ec5 authored almost 3 years ago by Wengier <[email protected]>
eeac283330374e88397c319637120383f43b52a4 authored almost 3 years ago by kcgen <[email protected]>
0efd3dae120a60bf3e62ae89fa45000d6864cc02 authored almost 3 years ago by kcgen <[email protected]>
Justification:
- The package lists are useful for desktop users
wishing to build from source...
d052db6bfc6051dc91b13d2439cae7ebd769391f authored almost 3 years ago by kcgen <[email protected]>
56ffb136f7d8fed99d959671d5599680562c75eb authored almost 3 years ago by Wengier <[email protected]>
787c9a82f5e16b9af8bdfd9062ba217a1d97f198 authored almost 3 years ago by kcgen <[email protected]>
b5c57e534f85949d672319d8e81bb08c5924d1c3 authored almost 3 years ago by Wengier <[email protected]>
5189653b6d1d55f2c7dd172af7578078b1833649 authored almost 3 years ago by Wengier <[email protected]>
af80a1445ca81a63d36686b89a37873a128bc84a authored almost 3 years ago by Wengier <[email protected]>
265383c6baa9219ec354516453ef7cdbd50c9df1 authored almost 3 years ago by Wengier Wu <[email protected]>
6b27520b3764a3674ee7c853c6ed6452f6fecbda authored almost 3 years ago by Wengier Wu <[email protected]>
5b2d9a2a7befb9c08140d6749ba6be00f9df5d11 authored almost 3 years ago by Wengier Wu <[email protected]>
470e8652f71b38491df0b1256b8a76463d0447f2 authored almost 3 years ago by Wengier Wu <[email protected]>
9cbabd0cbda7c0ecb8964add23595a1df02b0c00 authored almost 3 years ago by Wengier <[email protected]>
7750089834ddf4df9bb8423678532300abb39663 authored almost 3 years ago by Wengier Wu <[email protected]>
f2aa5e766920c6ebfa8cfd22fc57999ff41fd621 authored almost 3 years ago by kcgen <[email protected]>
The aspect allowance could allow for a vertical resolution that
was too big on most desktops, de...
1d2acd4116fb941d9c3d3c1f0b7051ca8c7cc4e5 authored almost 3 years ago by kcgen <[email protected]>
With windowresolution = medium as the default, this
commit gives the "medium" preset enough canv...
8fab5bd0b7efd41125eaeff37a1ec78061ba177c authored almost 3 years ago by Wengier Wu <[email protected]>
e2183150a19e1942961c4b91d860f1e335525e13 authored almost 3 years ago by IPeluchito <[email protected]>
5c037a697e20e978d4768debd75a82267abcc797 authored almost 3 years ago by kcgen <[email protected]>
12a093e8042de727054f96fc18f0bdefa40f6dc7 authored almost 3 years ago by kcgen <[email protected]>
c1f3153230629ee6f2154625b971ee068c7c2ce3 authored almost 3 years ago by kcgen <[email protected]>
These are stored (per-axis) as bools along-side
the other drawing-specific properties.
Tags inside titles just duplicate issue labels.
0ffe21a61d9fffa2841f1d17f0eb6b20d550d3d9 authored almost 3 years ago by GranMinigun <[email protected]>388442b733a4069217d588d254324ed2ba91444c authored almost 3 years ago by kcgen <[email protected]>