19866 Commits

Author SHA1 Message Date
Jonathan Campbell
8b97c33f29 correction, from VPT 2025-03-13 02:01:35 -07:00
Jonathan Campbell
28a6bb6047
Merge pull request #5550 from joncampbell123/dependabot/github_actions/robinraju/release-downloader-1.12
Bump robinraju/release-downloader from 1.11 to 1.12
2025-03-10 09:05:41 -07:00
dependabot[bot]
75b60ab130
Bump robinraju/release-downloader from 1.11 to 1.12
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.11 to 1.12.
- [Release notes](https://github.com/robinraju/release-downloader/releases)
- [Commits](https://github.com/robinraju/release-downloader/compare/v1.11...v1.12)

---
updated-dependencies:
- dependency-name: robinraju/release-downloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 12:26:36 +00:00
Jonathan Campbell
c6ef650655 VGA planar: Stop writing updates to the font[] array 2025-03-09 14:10:37 -07:00
Jonathan Campbell
223f9ad11f VGA: Draw EGA/VGA font bitmap directly from planar memory instead of the font[] array 2025-03-09 14:08:35 -07:00
Jonathan Campbell
8039575c43 VGA memory: Do not mask to memmask for planar EGA/VGA when the generic read/write handlers are used, because they mask already. Fixes bugs related to 640x350 4-color EGA 64kb mode 2025-03-09 13:50:55 -07:00
Jonathan Campbell
a545be8717
Merge pull request #5547 from maron2000/fix_DBCSline_end
Fix misaligned welcome screen in DBCS codepages
2025-03-09 12:29:01 -07:00
maron2000
4e9176d5ae Fix misaligned Welcome screen 2025-03-09 01:03:36 +09:00
maron2000
d9ce692fe9 Fix box character glitches in DBCS codepages 2025-03-08 23:29:36 +09:00
Jonathan Campbell
4e7b637bc1
Merge pull request #5543 from maron2000/fix_DBCSline_end
[WIP] A more universal fix for glitch of DBCS character at the end of a line
2025-03-08 05:34:46 -08:00
Jonathan Campbell
593f9d9bad
Merge pull request #5542 from maron2000/debug_tinyfiledialogs
Fix dialog for error of loading language files
2025-03-08 05:34:27 -08:00
maron2000
a7d740fd7a A more universal fix for glitch of DBCS character at the end of a line 2025-03-07 23:40:12 +09:00
maron2000
9d92f4e072 Fix dialog for error of loading language files 2025-03-07 20:22:51 +09:00
maron2000
9460e257df Add tinyfiledialogs in dosbox-x.vcxproj 2025-03-07 20:21:44 +09:00
Jonathan Campbell
38b86b3f6a
Merge pull request #5539 from FredBezies/patch-3
Fixing setcolor output
2025-03-06 06:44:56 -08:00
FredBezies
406bf1818a
Fixing setcolor output
Based on commit 5c253bb
2025-03-05 20:16:13 +01:00
Jonathan Campbell
d4b07df2d9
Merge pull request #5538 from 1abcd/cp950-patch
Remove duplicate code mappings of Chinese characters in cp950_uni.h
2025-03-05 10:52:11 -08:00
Jonathan Campbell
eacebc0770
Merge pull request #5537 from FredBezies/master
Another sync with en_US language file
2025-03-05 10:50:47 -08:00
Jonathan Campbell
daa89bbd31
Merge pull request #5536 from maron2000/add_translations
Fix misaligned SETCOLOR help message
2025-03-05 10:50:32 -08:00
1abcd
eea43f0b68
Update CHANGELOG 2025-03-06 00:22:15 +08:00
1abcd
5a6dc9876f
Remove two duplicate mappings of Chinese characters 2025-03-05 23:59:44 +08:00
FredBezies
847b96feeb
Another sync with en_US language file 2025-03-05 15:32:22 +01:00
maron2000
5c253bbadd Fix misaligned SETCOLOR help message 2025-03-05 23:11:02 +09:00
Jonathan Campbell
9330f0efc5
Merge pull request #5534 from maron2000/update_changelog
Update CHANGELOG
2025-03-05 01:51:17 -08:00
Jonathan Campbell
94443fe074
Merge pull request #5532 from maron2000/add_translations
Add more missing translations
2025-03-05 01:51:03 -08:00
maron2000
49e53318db
Update CHANGELOG 2025-03-05 08:33:53 +09:00
maron2000
d966618ff9
Update CHANGELOG 2025-03-05 08:27:50 +09:00
maron2000
e5b3fa24c7 Update ja_JP.lng 2025-03-04 21:13:23 +09:00
maron2000
16e34e7d90 Fix typo in en_US.lng 2025-03-04 20:43:09 +09:00
maron2000
d726cf05cd Add translations for BOOT, BIOSTEST commands 2025-03-03 20:23:10 +09:00
maron2000
f22f4a6b07 Add translations for SETCOLOR command 2025-03-03 20:05:51 +09:00
maron2000
566e6dab28 Add translations for AUTOTYPE, ADDKEY commands 2025-03-03 19:29:48 +09:00
maron2000
9ee5bf3c09 Add translations for CAPMOUSE command 2025-03-03 18:42:09 +09:00
maron2000
eb90c7f893 Add translations for VTEXT, NMITEST commands 2025-03-03 09:28:33 +09:00
maron2000
63d10bf7e2 Add translations for UTF8, UTF16 commands 2025-03-03 09:17:40 +09:00
Jonathan Campbell
ba48a170bf Fix timer handling to make IRQ 0 an edge trigger interrupt. Add code to PIC emulation to process said interrupts as edge trigger, do not signal the IRQ unless PIC_DeActivateIRQ() is called, then PIC_ActivateIRQ(). For some reason, this also seems to fix the audio in Tyrian 2000, though the audio still sounds a tiny bit crackly 2025-03-02 11:49:46 -08:00
Jonathan Campbell
cf3e9afe95
Merge pull request #5530 from FredBezies/patch-2
Fixing a typo and translate two missing lines
2025-03-02 10:49:58 -08:00
maron2000
4b550a7df1 Add translations for MODE command 2025-03-02 23:59:50 +09:00
maron2000
4c4d1c74e5 Add translations for IMGMOUNT command 2025-03-02 23:42:14 +09:00
maron2000
2a495ff057 Add translations for START command 2025-03-02 22:39:48 +09:00
FredBezies
58a9910349
Fixing a typo and translate two missing lines
This time, it is OK for french translation... Until new updates arrive for en_US language file.
2025-03-01 20:25:36 +01:00
Jonathan Campbell
16fe7e3c2b
Merge pull request #5527 from maron2000/fix_armbuild
Workaround for MSVC ARM64 CI build failure
2025-03-01 06:45:48 -08:00
Jonathan Campbell
4f5605755d
Merge pull request #5528 from maron2000/fix_DBCSline_end
Fix glitch of DBCS character at the end of a line
2025-03-01 06:45:26 -08:00
maron2000
b4fe202038 Fix glitch of DBCS character when first byte and second byte are separated at the end of line 2025-02-28 23:44:03 +09:00
maron2000
5ad1611003 Workaround for MSVC ARM64 CI build failure 2025-02-28 21:03:57 +09:00
Jonathan Campbell
8bf2057929
Merge pull request #5523 from FredBezies/patch-1
Update fr_FR.lng - last part
2025-02-27 08:02:03 -08:00
FredBezies
9796c37f06
Update fr_FR.lng - last part
Synchronizing with last en_US additions
2025-02-27 16:39:32 +01:00
Jonathan Campbell
a062cfd2a2
Merge pull request #5522 from 1abcd/cht-translation
Update zh_TW.lng
2025-02-27 07:09:18 -08:00
Jonathan Campbell
87c644b512
Merge pull request #5521 from 1abcd/uao-patch
Remove duplicate code mappings of Chinese characters in cp951_uni.h
2025-02-27 07:09:01 -08:00
Jonathan Campbell
b71d735882
Merge pull request #5516 from FredBezies/master
Update fr_FR.lng
2025-02-27 07:08:41 -08:00