19982 Commits

Author SHA1 Message Date
maron2000
e770c04d02 Add translations to language files (en_US, ja_JP) 2025-04-09 21:49:25 +09:00
maron2000
7407ad57cc Add translations for displaying usage of several commands 2025-04-09 21:45:45 +09:00
Jonathan Campbell
dcc08d7ece
Merge pull request #5622 from maron2000/mac_sdl2net
macOS Install SDL2_net in CI workflow to enable internal modem support
2025-04-07 12:07:52 -07:00
maron2000
44564f7e29 macOS: Add sdl2_net as required library 2025-04-07 23:35:20 +09:00
maron2000
25738a68fc macOS add required libraries to CI build workflow 2025-04-07 23:24:58 +09:00
Jonathan Campbell
d5e150f1db
Merge pull request #5614 from josch1710/master
More OS/2 porting
2025-04-06 23:52:34 -07:00
Jonathan Campbell
71c4ac1a34
Merge pull request #5620 from maron2000/update_changelog
Update CHANGELOG
2025-04-06 23:52:17 -07:00
Jonathan Campbell
a8c963d427
Merge pull request #5619 from maron2000/cleanup_warnings
Clean up un-used variables and some warnings
2025-04-06 23:52:03 -07:00
Jonathan Campbell
9b7722e7e9
Merge pull request #5618 from arifogel/ari-fix-savestate-buffer-overflow
Fix intermittent buffer overflow upon savestate
2025-04-06 23:51:43 -07:00
maron2000
24a9e58d25 Silence some more warnings 2025-04-06 20:17:40 +09:00
maron2000
c5596903ca Supress suggestions to add 'override' 2025-04-06 19:35:17 +09:00
maron2000
d0466d9165 Clean up unused variables 2025-04-06 18:54:39 +09:00
maron2000
2ea0b0a30a Update CHANGELOG 2025-04-06 18:32:50 +09:00
maron2000
3b99b9eae1 Clean up un-used variables and some warnings 2025-04-06 18:28:49 +09:00
Ari Fogel
9e091cb689 Fix intermittent buffer overflow upon savestate
* allocate missing byte for string terminator for savestate filename
2025-04-05 23:00:52 -07:00
Jochen Schäfer
40cb3fa5bb Reverted changes to misc_util 2025-04-03 08:08:15 +02:00
Jonathan Campbell
0ef6c2d020 oops 2025-04-02 23:02:26 -07:00
Jonathan Campbell
e1c16ed466 Update debug info 2025-04-02 22:53:21 -07:00
Jochen Schäfer
666ea1c4e9 Tried to change Enet exclusion. 2025-04-01 11:59:59 +02:00
Jochen Schäfer
e404ab8f35 Tried to change Enet exclusion. 2025-04-01 11:52:01 +02:00
josch1710
14e65687a9
Merge branch 'master' into master 2025-04-01 08:53:04 +02:00
Jochen Sch„fer
97200d5744 Excluded some code for OS/2 2025-04-01 08:13:26 +02:00
Jochen Sch„fer
d6f2be9be6 Implemented changing file time. Cleaned up tabs in LocalFile::Close 2025-04-01 08:09:30 +02:00
Jonathan Campbell
dce72c6f1b
Merge pull request #5613 from maron2000/fix_color
Fix a couple of typos in COLOR command
2025-03-31 12:25:24 -07:00
maron2000
ffec05f6db Fix mistake of yellow color in COLOR command 2025-03-31 21:10:09 +09:00
maron2000
d3019b644b Fix typo of default foreground color in COLOR command 2025-03-31 20:59:26 +09:00
Jonathan Campbell
224c031756 more 2025-03-31 03:44:40 -07:00
Jonathan Campbell
5003fed8dd oops 2025-03-31 03:42:49 -07:00
Jonathan Campbell
90a1a2a9f3 fix italics 2025-03-31 03:37:30 -07:00
Jonathan Campbell
7c8e6b5eb0 try 2025-03-31 03:36:38 -07:00
Jonathan Campbell
0ee4867844 try 2025-03-31 03:35:26 -07:00
Jonathan Campbell
c5b8f7907f more 2025-03-31 03:28:19 -07:00
Jonathan Campbell
61789d0099 try 2025-03-31 03:08:08 -07:00
Jonathan Campbell
3ac921131e try 2025-03-31 03:04:14 -07:00
Jonathan Campbell
5c41f9d25f correct 2025-03-31 03:01:59 -07:00
Jonathan Campbell
040c570eab modes 2025-03-31 03:01:30 -07:00
Jonathan Campbell
b58893ef02 debug 2025-03-31 02:38:40 -07:00
Jonathan Campbell
59a285f217 debug 2025-03-31 02:25:38 -07:00
Jonathan Campbell
2b1ea9ff99 Time to document the video debug overlay 2025-03-31 01:33:09 -07:00
Jonathan Campbell
982ae13c48 Video debug: Correct VGA 256-color palette grid 2025-03-31 01:06:46 -07:00
Jonathan Campbell
19bc0c63c8
Merge pull request #5607 from josch1710/master
Some changes for porting OS/2
2025-03-31 00:42:23 -07:00
Jonathan Campbell
b72ae82f87
Merge pull request #5606 from LeoKids/patch-1
Update README.md
2025-03-29 09:19:49 -07:00
Jonathan Campbell
03a2264334
Merge pull request #5605 from maron2000/fix_backspace
Rewrite DBCS character handling of Backspace key in command history
2025-03-29 09:19:29 -07:00
Jonathan Campbell
b078538d99
Merge pull request #5604 from maron2000/color_fix
Fix COLOR command to match behavior on Windows
2025-03-29 09:19:13 -07:00
maron2000
af39264c77 Additional fix for Backspace key in shell 2025-03-29 23:56:41 +09:00
Jochen Sch„fer
e0ef6beb90 Adding OS/2 implementation for physfs 2025-03-29 10:59:14 +01:00
Jochen Sch„fer
57fc5831d3 Some OS/2 specific changes. Patches are not complete yet 2025-03-29 10:35:37 +01:00
Leo
a42bfd362e
Update README.md 2025-03-28 19:33:55 -03:00
maron2000
49f77509a2 Rewrite DBCS character handling of Backspace key in command history 2025-03-28 23:49:15 +09:00
maron2000
1cb0dcf652 Update CHANGELOG 2025-03-28 18:57:13 +09:00