Commit Graph

18390 Commits

Author SHA1 Message Date
maron2000
904cb3514b Fix build error 2023-10-13 18:41:37 +09:00
maron2000
c99be9dd08 Specify the architecture of executable to patch (macOS) 2023-10-13 17:55:16 +09:00
Jonathan Campbell
e77ad0eb0d Merge pull request #4525 from maron2000/fix_extbug
Fix crash when mounting floppy image with no extension
2023-10-10 23:14:00 -07:00
Jonathan Campbell
562dfc5173 Merge pull request #4524 from maron2000/fix_civ_crash
Fix Sid Meier's Civilization crash (Issue #4511)
2023-10-10 23:13:49 -07:00
Jonathan Campbell
e8458347bc Merge pull request #4523 from maxpat78/patch_intl
International support in LABEL, COPY, DEL builtin commands
2023-10-10 23:13:20 -07:00
Jonathan Campbell
cae8080f4d Merge pull request #4522 from maxpat78/master
Update shell_cmds.cpp
2023-10-10 23:12:58 -07:00
maron2000
e1bd97d7f0 Fix crash when mounting floppy image with no extension 2023-10-10 23:11:56 +09:00
maron2000
ac91760d93 Fix typo 2023-10-10 21:49:52 +09:00
maron2000
76aaccb951 Fix build error (commit d9bbaab) 2023-10-10 20:54:38 +09:00
maron2000
d9bbaaba87 Fix segmentation fault in Issue #4511 2023-10-10 20:43:50 +09:00
maxpat78
444b0fcb6c Update shell.cpp
More local strings added
2023-10-10 11:53:42 +02:00
maxpat78
3ac72f78f6 Update shell_cmds.cpp
Adds internationalization support to COPY builtin command
2023-10-10 11:51:35 +02:00
maxpat78
fe5ac4efcb Update shell.cpp
Add more local strings
2023-10-10 11:22:28 +02:00
maxpat78
8bced5a20b Update shell_cmds.cpp
Add internationalization support to DELTREE
2023-10-10 11:21:12 +02:00
maxpat78
5af8e5f63b Update shell.cpp
Adds SHELL_CMD_DEL_CONFIRM local string
2023-10-10 11:08:33 +02:00
maxpat78
11d8f01fa8 Update shell_cmds.cpp
Adds internationalization support to DEL/ERASE builtin command
2023-10-10 11:07:23 +02:00
maxpat78
cedb06d483 Update dos_programs.cpp
Adds internationalization support in LABEL builtin program
2023-10-10 10:08:49 +02:00
maxpat78
e7fe7536b1 Update shell_cmds.cpp
CHOICE now allows local translated YN chars
2023-10-10 08:04:52 +02:00
Jonathan Campbell
cdcfb55499 ISA 15MB memory hole option, especially for PC-98 games 2023-10-09 15:34:35 -07:00
Jonathan Campbell
dc9e0ff208 Change ISA memory hole option 512kb to true/false/auto 2023-10-09 15:34:35 -07:00
Jonathan Campbell
2a1ea2de98 Merge pull request #4519 from maxpat78/master
Update shell_cmds.cpp
2023-10-09 09:40:57 -07:00
Jonathan Campbell
a4a36621e8 Merge pull request #4517 from joncampbell123/dependabot/github_actions/styfle/cancel-workflow-action-0.12.0
Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
2023-10-09 09:40:45 -07:00
maxpat78
9359ac20b3 Update shell_cmds.cpp
CHOICE emits also a carriage-return before the line-feed char
2023-10-09 18:05:37 +02:00
dependabot[bot]
0595e0a424 Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 12:34:53 +00:00
Jonathan Campbell
2db873bd7a Merge pull request #4513 from mistydemeo/delaysysex_minimum_40ms
MIDI: set minimum sysex delay when enabled
2023-10-08 21:39:30 -07:00
Misty De Meo
7dfc613560 MIDI: set minimum sysex delay when enabled
A real rev.0 MT-32 is the main system that needs the sysex delay, and
it needs about 40ms between sysex commands to work properly. 40ms is
documented in a few blogs online and is the delay used universally by
ScummVM.

Reviewing the original delaysysex patch, the case that's leading to
incorrect timing here is a new case in the if statement that wasn't in
the original patch. It's possible this bug was introduced later, or that
the patch as written wasn't entirely comprehensive enough.

Tested with MEdit, which was written for LAPC-I/CL-32L; with this patch,
loading problematic songs (such as One Step Beyond's INGAME1.RLD) now
works, whereas they reliably triggered a buffer overflow before.
2023-10-08 15:43:19 -07:00
Jonathan Campbell
ead1b23b21 Merge pull request #4458 from Torinde/patch-1
INSTALL.md - MinGW-lowend include debugger as of #4456
2023-10-08 11:02:06 -07:00
Jonathan Campbell
40bf135f70 Attempt to fix graphical palette issues added by TTF fix by restricting fixes only to TTF output 2023-10-08 10:59:57 -07:00
Jonathan Campbell
516edfa11e Begin next 2023-10-08 10:56:46 -07:00
Jonathan Campbell
f719635d57 Try to fix dependency check for how Brew works on Intel Macbooks dosbox-x-v2023.10.06 2023-10-06 22:52:23 -07:00
Jonathan Campbell
c7f4612a1b Add missing assert 2023-10-06 22:11:49 -07:00
Jonathan Campbell
a93566b5a4 Prepare for release 2023-10-06 15:39:47 -07:00
Jonathan Campbell
59744feeb1 Revise XGA emulation to fix some font distortion issues 2023-10-06 15:21:51 -07:00
Jonathan Campbell
e398bb83ef Fix segfault when mounting a disk image with no extension 2023-10-06 13:07:00 -07:00
Jonathan Campbell
54e564692b BIOS CMOS date/time interrupt calls now CPU idle in order for CPU time and RTC clock ticks to proceed normally, which fixes Pizza Tycoon [https://github.com/joncampbell123/dosbox-x/issues/4502] 2023-10-06 12:13:47 -07:00
Jonathan Campbell
47845297ca Merge pull request #4505 from maron2000/setcolor_fix
Fix SETCOLOR issue when output=ttf
2023-10-05 21:24:04 -07:00
maron2000
5e328b73e6 Reverted wrong file, output_ttf.cpp patched again.
Commit 46c1b6c was a mistake.
2023-10-06 09:23:01 +09:00
maron2000
46c1b6c261 Revert unintended line-feed code change 2023-10-06 09:16:11 +09:00
maron2000
bbd3a39abf Update CHANGELOG 2023-10-05 23:45:04 +09:00
maron2000
51aefc7d96 fix and clean up setcolors command 2023-10-05 23:34:25 +09:00
maron2000
7726416411 fix setcolor command 2023-10-04 16:04:10 +09:00
Jonathan Campbell
a641673b16 Merge pull request #4499 from FredBezies/patch-1
Update fr_FR.lng
2023-10-01 09:54:02 -07:00
FredBezies
580aabf651 Update fr_FR.lng 2023-09-30 09:05:49 +02:00
Jonathan Campbell
5eea489cda Merge pull request #4498 from maron2000/master
Add warnings to IMGMOUNT command
2023-09-29 21:24:41 -07:00
maron2000
ea6a2ffc6e IMGMOUNT: Warn if trying to mount images with unsupported extension 2023-09-29 21:03:51 +09:00
maron2000
b4b9947e57 dos_programs.cpp: Silence some warnings 2023-09-29 20:13:42 +09:00
maron2000
b7dadc1d5e IMGMOUNT: Warn if mounted image is not formatted. 2023-09-29 19:51:27 +09:00
Jonathan Campbell
1168cfb3ab Give the DOSBox DOS shell a proper INT 23h CTRL+C handler, revise 2023-09-28 21:14:51 -07:00
Jonathan Campbell
63c21228fd Fix debug breakpoint handling to pay attention to inhibit flag, so that RUN and F5 can step one instruction from INT3 even if those are breakpoints 2023-09-28 20:26:17 -07:00
Jonathan Campbell
5e514aec39 Merge pull request #4496 from maron2000/master
Mention ISO C++11 support in CONTRIBUTING guide
2023-09-27 18:47:35 -07:00