Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-14Add notes about the PC speaker filtersjnovak/small-speakersJohn Novak
2022-06-14Add notes about the CMS filterJohn Novak
2022-06-14Add notes about the Sound Blaster & OPL filtersJohn Novak
2022-06-14Add filter support to Disney audio emulationJohn Novak
2022-06-14Normalise PC speaker log message prefixesJohn Novak
2022-06-14Add filter support to PC speaker emulationJohn Novak
2022-06-14Normalise PS/1 Audio log message prefixesJohn Novak
2022-06-14Add filter support to PS/1 Audio outputJohn Novak
2022-06-14Normalise Tandy log message prefixesJohn Novak
2022-06-14Add filter support to Tandy sound outputJohn Novak
2022-06-13Add high-pass filter support to mixer channelsJohn Novak
2022-06-13Wrap channel low-pass filter in filters.lowpass structJohn Novak
2022-06-12Use a trivial copy constructor in bit_viewkcgen
2022-06-11Retain exit criteria in DOS_OpenFilekcgen
2022-06-11Add image disk mount log from r4477 mergekcgen
2022-06-11Fix image disk mount portion from r4477 mergekcgen
2022-06-11Fix FAT image mount portion from r4477 mergekcgen
2022-06-10Use consistent comments in bit_viewkcgen
2022-06-10Avoid shadowing a type inside the bit_view testskcgen
2022-06-10Add explicit handling for bools in bit_viewkcgen
2022-06-10Add checks for potential narrowing in ZMBVkcgen
2022-06-10Merge 'svn/trunk' r4478-4479kc/merge-r4479ripsaw8080
2022-06-10Correct handling of invalid encodings of the BOUND instruction.ripsaw8080
2022-06-10Minor corrections related to r4477.ripsaw8080
2022-06-09Make memory arrays static (#1714)Kirk Klobe
2022-06-08Add per-file code checks using helper macroskcgen
2022-06-08Cleanup whitespace formatting in ZMBVkcgen
2022-06-08Remove unused zlib constants from ZMBVkcgen
2022-06-08Only define WIN32 on Windows if it's not already definedkcgen
2022-06-08Include ZMBV as a library instead of via source includekcgen
2022-06-08Include GHC using relative pathskcgen
2022-06-08Include loguru using relative pathskcgen
2022-06-08Make all bit_view functions constexprkcgen
2022-06-08Add an explicit copy constructor to bit_view and a couple more testskcgen
2022-06-08Make bit_view's post-increment operators consistentkcgen
2022-06-07Add Meson developer options for narrowing and vectorizationkcgen
2022-06-07Add flags used for releases prior to Mesonkcgen
2022-06-07Fix mixer race conditionKirk Klobe
2022-06-07Refactor BitField into "bit_view" and add unit-testskcgen
2022-06-07Add a helper to pick the nearest uint_t to hold n-bitskcgen
2022-06-07Add BitField helper classEvan Teran
2022-06-07Refine clang-format's per-line and alignment behaviorkcgen
2022-06-07Update Italian (it) translations with color tagsKappa971
2022-06-06Disengage frame render during output transitionskcgen
2022-06-04Make help category headings translatableshermp
2022-06-02Implement CMS output filterJohn Novak
2022-06-02Parse crossfeed as floatJohn Novak
2022-06-02Make vars/args const where applicableJohn Novak
2022-06-02Use references to get rid of PVS Studio warningsJohn Novak
2022-06-02Fix indentationJohn Novak