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-07-05Use a do_ conditional to toggle the resampler, like otherskc/colocate-feature-conditionals-1kcgen
2022-07-05Use a do_ conditional to toggle the zoh_upsampler, like otherskcgen
2022-07-05Use a do_ conditional to toggle the high and lowpass filterskcgen
2022-07-05Use a do_ conditional to toggle crossfeed, like otherskcgen
2022-07-05Use FLT_EPSILON when comparing float against zerokcgen
2022-07-05Use a do_ conditional to toggle reverb_send, like otherskcgen
2022-07-05Use a do_ conditional to toggle reverb, like otherskcgen
2022-07-05Save and restore channel states across mixer re-initskcgen
2022-07-05Use doubles and PI constant in mverb UpdateCoefficientkcgen
2022-07-05Avoid shadowing the previous out_frames mixer variablekcgen
2022-07-05Directly set the reverb settings for the mixer and channelskcgen
2022-07-05Define a named struct to hold the reverb settingskcgen
2022-07-05Add the channel name to the SetReverbLevel debug logkcgen
2022-07-05Hoist the reverb check above the channel loopkcgen
2022-07-05Name the highpass filter array using a typekcgen
2022-07-05Add the reverb room-size presets to the conf settingkcgen
2022-07-05Catch all exceptions that derive from the standard librarykcgen
2022-07-05MVerb: further MSVC warning cleanupJohn Novak
2022-07-05Clean up volume related variable namesJohn Novak
2022-07-05Get rid of remnants of some old DC-offset removal stuffJohn Novak
2022-07-05Templatise lerp, invlerp & remapJohn Novak
2022-07-05Remove deprecated 'oplemu' and 'zero_offset' config optionsJohn Novak
2022-07-05Const args in all mixer methods where possibleJohn Novak
2022-07-05Get rid of conversion warningsJohn Novak
2022-07-05MVerb: get rid of MSVC warningsJohn Novak
2022-07-05Adjust mixer layoutJohn Novak
2022-07-05Increase default crossfeed strength from 30 to 40John Novak
2022-07-05Minor cleanupJohn Novak
2022-07-05Fix unable to set master volume regressionJohn Novak
2022-07-05Add reverb support to the mixerJohn Novak
2022-07-05Add warning about leaving the OPL scale factor aloneJohn Novak
2022-07-05Better name for function that sets global crossfeedJohn Novak
2022-07-05Normalise config param deprecation messagesJohn Novak
2022-07-05Deprecate 'zero_offset" config paramJohn Novak
2022-07-05Tag all audio channels appropriately with DigitalAudio & SynthesizerJohn Novak
2022-07-05Add Synthesizer and DigitalAudio channel featuresJohn Novak
2022-07-05Rename SetScale to SetVolumeScaleJohn Novak
2022-07-05Refactor various volume related variables names in the mixerJohn Novak
2022-07-05Reformat MIXER_InitJohn Novak
2022-07-05Add lerp, invlerp & remap util functionsJohn Novak
2022-07-05Add mverb library to the build systemJohn Novak
2022-07-05Add mverb libraryMartin Eastwood
2022-07-05Bump CI checkout to v3 without submoduleskcgen
2022-07-05Add an enum header to wrap magic_enumkcgen
2022-07-05Add magic_enum to provide reflective enum supportneargye
2022-07-05Bump GCC to 9 for Ubuntu 18.04 CIkcgen
2022-07-05Add COPYING file for PDCurseskcgen
2022-07-05Fix typo in discrete PC Speaker license namekcgen
2022-07-05Clarify the project's licencesMartin Owens
2022-07-04Silence warnings from the tracy subprojectkcgen