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
2021-03-05WIP Autoexec testspo/autoexec-tests-1Patryk Obara
2021-03-04Merge branch 'po/import-ne2000-1'Patryk Obara
2021-03-03Generate new translation filesPatryk Obara
2021-03-03Update pl_PL translationPatryk Obara
2021-03-03Update english source translation stringsPatryk Obara
2021-03-03Adjust whitespace in ru_RU translationPatryk Obara
2021-03-03Update ru_RU translationИлья Индиго
2021-03-03Add a rote-implemented blocking read-write queuekcgen
2021-03-03Check for the exit_requested state inside the endless CHOICE loopkcgen
2021-03-02Replace FIXME with TODOPatryk Obara
2021-02-28Remove redundant sanity check in DOS_FCBReadPatryk Obara
2021-02-28Generate new translation filesPatryk Obara
2021-02-28Update pl_PL translationPatryk Obara
2021-02-28Sync SHELL_CMD_VER_VER in all translationsPatryk Obara
2021-02-28Update fr_FR translationGilles
2021-02-27Remove always-true comparison in INT10_VideoState_GetSizePatryk Obara
2021-02-27Generate new pl_PL translationPatryk Obara
2021-02-27Update unicode file with pl_PL translationPatryk Obara
2021-02-27Generate new en_US translation sourcePatryk Obara
2021-02-27Generate new ru_RU translationPatryk Obara
2021-02-27Update unicode file with ru_RU translationИлья Индиго
2021-02-27Move mt-32 translation back to cpp filePatryk Obara
2021-02-27Remove trailing whitespace from translation stringsPatryk Obara
2021-02-27Fix missing-field-initializer in adlib.cppPatryk Obara
2021-02-27Fix missing-field-initializer in struct tmPatryk Obara
2021-02-27Remove url field from Sound_DecoderInfoPatryk Obara
2021-02-27Fix ignored-qualifiers warningPatryk Obara
2021-02-27Disambiguate the CONFIG_ROMDIR versus its ROM fileskcgen
2021-02-27Bring back previous solution for detecting gtestPatryk Obara
2021-02-27Make building of unit tests automatic or configurablekcgen
2021-02-25Reuse SkipCursor check in VGA_TEXT_Xlat16_Draw_LinePatryk Obara
2021-02-25Organize duplicated sanity cursor checksPatryk Obara
2021-02-25Fix potential buffer out of bound access when drawing cursorPatryk Obara
2021-02-24Add a startup verbosity option to only show the splash screenkcgen
2021-02-24Inject the MIDI halt sequence when closing external MIDI handlerskcgen
2021-02-24Move the sysex message size constant into the MIDI headerkcgen
2021-02-24Add pcap dependency to make ne2000 buildablepo/import-ne2000-1Patryk Obara
2021-02-24Sort dependencies in hardware modulePatryk Obara
2021-02-24Add slirp dependency and use_slirp setup optionPatryk Obara
2021-02-24Fix header guards and include order in ne2000Patryk Obara
2021-02-24Update copyright statement for NE2000Patryk Obara
2021-02-24Replace Bit32u with uint32_tEmmanuel Gil Peyrot
2021-02-24Replace Bit16u with uint16_tEmmanuel Gil Peyrot
2021-02-24Replace Bit8u with uint8_tEmmanuel Gil Peyrot
2021-02-24Remove unnecessary semicolons and parenthesesAllofich
2021-02-24Fix VS2017 compiler warningsJonathan Campbell
2021-02-24Remove undefined function declarationsAllofich
2021-02-24Make it CLEAR the problem is failure to mask the CRC to 32 bitsJonathan Campbell
2021-02-24Fix mcast lookup to truncate CRC to 32-bit in NE2000Jonathan Campbell
2021-02-24Set IRQ and base in NE2000Jonathan Campbell