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-09Clean implementationjnovak/adlib-gold-surroundJohn Novak
2022-06-07Get it workingJohn Novak
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
2022-06-02Handle crossfeed off case explicitlyJohn Novak
2022-06-02Reimplement ParseVolume (parsing is stricter now)John Novak
2022-06-02Fix typos in commentsJohn Novak
2022-06-02Simply mixer defaults var namesJohn Novak
2022-06-02Set global channel settings at channel creation (only crossfeed for now)John Novak
2022-06-02Add 'crossfeed' config param to the 'mixer' sectionJohn Novak
2022-06-02Improve mixer config param descriptionsJohn Novak
2022-06-02Sort blocksizesJohn Novak
2022-06-02Sort mixer ratesJohn Novak
2022-06-02Move mixer config section initialisation to mixer.cppJohn Novak
2022-06-02More colourful LISTMIDI outputJohn Novak
2022-06-02Fix mutex in ShowMixerStatusJohn Novak
2022-06-02Clean up ShowMixerStatusJohn Novak
2022-06-02Export std::string variant of convert_ansi_markupJohn Novak
2022-06-02show_channel now expects std::stringsJohn Novak
2022-06-02Rename MakeVolume to ParseVolumeJohn Novak
2022-06-02Reformat MakeVolumeJohn Novak
2022-06-02Make MakeVolume and ShowMixerStatus privateJohn Novak
2022-06-02Refactor ShowSettings into a lambda functionJohn Novak
2022-06-02Remove unnecessary ListMidi private methodJohn Novak
2022-06-02Refactor show mixer status into a methodJohn Novak
2022-06-02Display mono channels as "Mono" in the mixerJohn Novak
2022-06-02Rename "Lineout" to "Mode" in the mixer status displayJohn Novak
2022-06-02Remove leftmono and rightmono lineout modesJohn Novak
2022-06-02Use coloured text in the mixer status displayJohn Novak
2022-06-02Mixer commands now take channel capabilities into accountJohn Novak
2022-06-02Only allow setting crossfeed and lineout mode on stereo channelsJohn Novak
2022-06-02Allow channels to inform the mixer about their capabilitiesJohn Novak
2022-06-02Update mixer help messageJohn Novak
2022-06-02Display crossfeed channel settings in the mixerJohn Novak
2022-06-02Crossfeed amount per channel can now be set via the mixer commandJohn Novak
2022-06-02Add comments & cleanup to make mixer command arg parsing clearerJohn Novak
2022-06-02Formatting cleanupJohn Novak
2022-06-02Refactor mixer command arg handlingJohn Novak
2022-06-02Add crossfeed support to mixer channelsJohn Novak
2022-06-01Update gtest wrap to 1.11.0 revision 2kcgen