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-11Fix unnecessary serial mouse eventsfc/serial-mouse-fix-1FeralChild64
2022-07-11Add mouse help to SERIAL.COM, clean up serial device namesFeralChild64
2022-07-10Don't stop the discrete PC Speaker channelkcgen
2022-07-10Lower allowed warning limitskcgen
2022-07-10Represent the max bit-view by shifting an unsigned bitkcgen
2022-07-10Operate on unsigned bits in bitopskcgen
2022-07-09Remove duplicate pcspeaker filter conf entryAntti Peltola
2022-07-09Queue discrete PC Speaker entrieskcgen
2022-07-09Revert the discrete PC Speaker's period-per-frame calculationkcgen
2022-07-09Handle mouse code review remarksFeralChild64
2022-07-09Suppress false positive static analysis warningsFeralChild64
2022-07-09Handle mouse code review remarksFeralChild64
2022-07-09Fix warnings and compilation errors in mouse codeFeralChild64
2022-07-09Restore original mouse 2:1 scalingFeralChild64
2022-07-09Fix warnings and compilation errors in mouse codeFeralChild64
2022-07-09Cleanup mouse emulation and add minor improvementsFeralChild64
2022-07-08Add missing #endif that results in compilation errorJohn Novak
2022-07-06changes gmock_main lib name for debugLowLevelMahn
2022-07-06Comment out verbose debug feature loggingkcgen
2022-07-06Use a do_ conditional to toggle the resampler, like otherskcgen
2022-07-06Use a do_ conditional to toggle the zoh_upsampler, like otherskcgen
2022-07-06Use a do_ conditional to toggle the high and lowpass filterskcgen
2022-07-06Use a do_ conditional to toggle crossfeed, like otherskcgen
2022-07-06Use a do_ conditional to toggle reverb_send, like otherskcgen
2022-07-06Use a do_ conditional to toggle reverb, like otherskcgen
2022-07-06Rename workflow to satisfy CI check patternkcgen
2022-07-06Replace FluidSynth's reverb customization with the mixer'skcgen
2022-07-06Workaround Ubuntu 22.04 libudev held package issuekcgen
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