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-01[temp] tally new narrowing-related warningskc/warn-about-narrowing-1kcgen
2022-06-01Warn about narrowingkcgen
2022-05-31Adjust spacing for helpshermp
2022-05-31Assign SHELL_Cmd's help filter directly instead of via flagskcgen
2022-05-31Rework HELP macro to use new methodshermp
2022-05-31Implement help utils for programsshermp
2022-05-31Switch shell cmd's to help utils, implement cmd categoriesshermp
2022-05-31Add help utilitiesshermp
2022-05-31Add MSG_Exists functionshermp
2022-05-31Use new 'HelpRequested' method for programsshermp
2022-05-31Add method to make help options consistent in programsshermp
2022-05-31Unify help key formatshermp
2022-05-29Merge 'svn/trunk' r4475-r4477ripsaw8080
2022-05-29Assert that the FM mixer channel was foundJohn Novak
2022-05-29Better log messageJohn Novak
2022-05-29Use constJohn Novak
2022-05-29Fix typoJohn Novak
2022-05-29Log Sound Blaster filter configuration & toggling the filter stateJohn Novak
2022-05-29Remove unnecessary max buffer size assert in AddSamplesJohn Novak
2022-05-29Directly tie the SB filter parameters from resultskcgen
2022-05-29Wrap resamplers vars in a structJohn Novak
2022-05-29Fix zero-order-upsampler initialisation bugsJohn Novak
2022-05-29Reorder methodsJohn Novak
2022-05-29Fix zero-order-hold upsampler rate drift issueJohn Novak
2022-05-29CleanupJohn Novak
2022-05-29Rename SetFreq to SetSampleRate in MixerChannelJohn Novak
2022-05-29mixer_t.sample_rate cleanupJohn Novak
2022-05-29Rename freq to sample_rate in mixer_tJohn Novak
2022-05-29Use constexprJohn Novak
2022-05-29Make filtering more robustJohn Novak
2022-05-29Name things betterJohn Novak
2022-05-29Move filter maps into the lambda scope where they're usedJohn Novak
2022-05-29Introduce FilterStateJohn Novak
2022-05-29Use enum class for FilterTypeJohn Novak
2022-05-29Remove setting the force filter flag for OPL as it's unnecessaryJohn Novak
2022-05-29Implement proper filtering for all Sound Blaster modelsJohn Novak
2022-05-29Add ir1 to the build systemJohn Novak
2022-05-29Add iir1 libraryBernd Porr
2022-05-28Drive system improvements:ripsaw8080
2022-05-28Fix "Invalid Access Code" error when opening files. Preserve last error code ...ripsaw8080
2022-05-27Don't markdown lint 3rd party directorieskcgen
2022-05-26Check that frames are always added in AddSamplekcgen
2022-05-26Avoid calling AddSamples with 0 frames if none decodedkcgen
2022-05-22Don't reset screen on focus gain eventsJohn Novak
2022-05-22Clamp mixer volume values to sensible limitsJohn Novak
2022-05-22Rename 'Main' to 'Volume' in the mixer settingsJohn Novak
2022-05-22Improve help text of the MIXER commandJohn Novak
2022-05-22Get rid of unnecessary initialisation of the resample buffersJohn Novak
2022-05-22Improve code style of the resampling pathJohn Novak
2022-05-22Hardcode SpeeX resampling quality to 5John Novak