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
2020-12-23Update DOS_SetFileDate with non-deprecated callsvogons/ari-settime-r4396ari
2020-12-22Avoid using 'fixed' keyword in french translationGilles
2020-12-22Adjust spacing in few translated stringsPatryk Obara
2020-12-22Update the french translation with new stringsGilles
2020-12-22Remove excess parens in MT-32 render-not-needed checkkcgen
2020-12-22Case-fix MT-32 frames to renderkcgen
2020-12-22Case-fix MT-32 samples to renderkcgen
2020-12-22Rename and case-fix MT-32 current play positionkcgen
2020-12-22Rename and case-fix MT-32 current rendering positionkcgen
2020-12-22Clarify that the MT-32 callback operates on frameskcgen
2020-12-22Move MT-32 return code to where it's assignedkcgen
2020-12-22Rename the MT-32 report handler's message bufferkcgen
2020-12-22Translate few more strings to polishPatryk Obara
2020-12-22Update english source for translationsPatryk Obara
2020-12-22Add missing string translations for mount commandPatryk Obara
2020-12-22Adjust help message to mount and imgmountPatryk Obara
2020-12-22Rename sources for translations to use .txt extensionPatryk Obara
2020-12-22Fill-in french translation for overlay featureGilles
2020-12-21Replace makefile converting .lng files with a scriptPatryk Obara
2020-12-21Update french translationGilles
2020-12-19Replace std::list with std::vector for ROM path lookupPatryk Obara
2020-12-19Translate few more strings to polishPatryk Obara
2020-12-19Add pl_PL.CP437 (transliterated) language filePatryk Obara
2020-12-19Remove encoding from default language file namesPatryk Obara
2020-12-19Rename generated language files to include dialectsPatryk Obara
2020-12-19Allow a specific MT-32 model to be selected via configuration settingkcgen
2020-12-19Look for MT-32 ROMs in the <config-path>/mt32-roms directorykcgen
2020-12-19Translate several messages to test the workflowPatryk Obara
2020-12-19Prepare setup for easier translationsPatryk Obara
2020-12-18Add SPDX tags to mp3_seek_tablePatryk Obara
2020-12-18Add GitHub Annotations feature to verify-bash.shFeignint
2020-12-18Add "Unlicense" SPDX license identifier to archive.hPatryk Obara
2020-12-18Improve titles and wording of MT-32 commentskcgen
2020-12-18Indicate MAYBE_UNUSED for some MT-32 paramterskcgen
2020-12-18Move MT-32 amplitude ramp choice to a constexprkcgen
2020-12-18Move MT-32 rate conversion quality to constexprkcgen
2020-12-18Tie MT-32 playback rate to the mixer rate without resamplingkcgen
2020-12-18Remove MT-32 reverb setting in favour of those set by the control ROMkcgen
2020-12-18Move MT-32 analog circuit mode to constexprkcgen
2020-12-18Move MT-32 DAC emulation mode to constexprkcgen
2020-12-18Prefer MT-32 upstream configuration of "partials" limitkcgen
2020-12-18Move MT-32 rendering max and mins to constxprkcgen
2020-12-18Organize MT-32 class memberskcgen
2020-12-18Move MT-32 threaded rendering option to constexprkcgen
2020-12-18Replace MT-32 verbose option with DEBUG_LOG_MSGkcgen
2020-12-18Remove MT-32 reverse-stereo (should be done by mixer)kcgen
2020-12-18Perform rote type replacements for Bit* in MT-32kcgen
2020-12-18Reintepret 8-bit MT-32 buffers as larger types (don't C-cast)kcgen
2020-12-18Use a 32-bit sysex MT-32 message size, matching the APIkcgen
2020-12-18Use uint16_t to manager buffer offsets in MT-32kcgen