Jonathan Campbell
|
ddbda1b75d
|
Somehow the version number rolled back
|
2021-10-29 23:41:24 -07:00 |
|
Jonathan Campbell
|
b636cde5e5
|
Merge pull request #3018 from Allofich/pcjr
Set DS to 0x40 before calling INT 9 in PCjr
|
2021-10-29 23:19:04 -07:00 |
|
Jonathan Campbell
|
f38fcef0f7
|
Merge pull request #3015 from nanshiki/wordstar_macro
Fix WordStar macro issues
|
2021-10-29 23:15:17 -07:00 |
|
Jonathan Campbell
|
7056e83664
|
Merge pull request #3014 from Allofich/idiv
Allow borderline quotient values in IDIV
|
2021-10-29 23:13:35 -07:00 |
|
Jonathan Campbell
|
3505030b10
|
Merge pull request #3008 from rderooy/master
Update man page
|
2021-10-29 23:09:04 -07:00 |
|
Jonathan Campbell
|
720bfed4c6
|
Merge pull request #3005 from 1abcd/cht-translation
Update zh_TW.lng
|
2021-10-29 23:08:53 -07:00 |
|
Wengier
|
d7b2588fad
|
fix langcp reset
|
2021-10-30 01:10:38 -04:00 |
|
Wengier
|
aea3968a16
|
also for -conf
|
2021-10-29 23:54:47 -04:00 |
|
Wengier
|
a7f4f7dc4d
|
fix UTF8 conversion for Windows SDL2 builds
|
2021-10-29 23:11:54 -04:00 |
|
Wengier
|
656caa1039
|
more
|
2021-10-29 21:40:48 -04:00 |
|
Wengier
|
3838f90a7b
|
update text
|
2021-10-29 19:22:13 -04:00 |
|
Wengier
|
afa9af5e88
|
more
|
2021-10-29 19:17:04 -04:00 |
|
Wengier
|
39ff05a4e8
|
update doc
|
2021-10-29 18:29:18 -04:00 |
|
Wengier
|
264456370f
|
fix IME position in SDL2
|
2021-10-29 17:43:47 -04:00 |
|
Wengier
|
973cbba3e7
|
use endtick
|
2021-10-29 05:40:13 -04:00 |
|
Wengier
|
9f4966a5e7
|
update CHANGELOG
|
2021-10-29 03:51:06 -04:00 |
|
Wengier
|
44c57bea8e
|
use original SDL2 ShouldGenerateWindowCloseOnAltF4 function
|
2021-10-29 03:20:15 -04:00 |
|
Wengier
|
0595e46e8b
|
update CHANGELOG
|
2021-10-29 01:10:10 -04:00 |
|
Wengier
|
21dbe016d1
|
Close #2928
|
2021-10-29 00:01:00 -04:00 |
|
Wengier
|
aa7831f099
|
fix IME space
|
2021-10-28 23:19:13 -04:00 |
|
Wengier
|
379539dd59
|
fix DBCS RTL on TTF PC-98
|
2021-10-28 17:13:34 -04:00 |
|
1abcd
|
ba70f5d292
|
Update zh_TW.lng
|
2021-10-29 01:08:00 +08:00 |
|
1abcd
|
b57180f5bb
|
Update zh_TW.lng
|
2021-10-29 00:59:50 +08:00 |
|
1abcd
|
e7e04b58a6
|
Merge branch 'joncampbell123:master' into cht-translation
|
2021-10-29 00:56:01 +08:00 |
|
Wengier
|
85e4d1e1b6
|
close issue #2910
|
2021-10-28 04:44:34 -04:00 |
|
Allofich
|
7d2f14f564
|
Set DS to 0x40 before calling INT 9 in PCjr
|
2021-10-28 15:43:35 +09:00 |
|
Wengier
|
5edf2877fb
|
fix DELETE bug in PC-98 mode
|
2021-10-28 01:12:20 -04:00 |
|
Wengier
|
92f395f16c
|
fix HX-DOS build
|
2021-10-27 21:29:06 -04:00 |
|
Wengier
|
954a1de62a
|
more
|
2021-10-27 21:16:43 -04:00 |
|
Wengier
|
5dc72478fe
|
RTL for TTF output
|
2021-10-27 20:54:41 -04:00 |
|
Wengier
|
4f19826805
|
update config
|
2021-10-27 14:39:30 -04:00 |
|
1abcd
|
5048bafcbb
|
Update zh_TW.lng
|
2021-10-28 01:35:03 +08:00 |
|
nanshiki
|
659f755842
|
Fix WordStar macro issues
|
2021-10-27 22:08:56 +09:00 |
|
Wengier
|
a02b2bbb17
|
update
|
2021-10-26 22:42:54 -04:00 |
|
Wengier
|
28fe8ba95a
|
update config and timestamp
|
2021-10-26 21:37:03 -04:00 |
|
Wengier
|
2fa5abdc27
|
real DOS batch bypasses the rest after ^Z
|
2021-10-26 21:19:18 -04:00 |
|
Wengier
|
0fbdbe7c1d
|
update translations and config ref
|
2021-10-26 17:46:01 -04:00 |
|
Wengier
|
fb28230025
|
reset color scheme option
|
2021-10-26 16:47:38 -04:00 |
|
1abcd
|
67d955ec34
|
Update zh_TW.lng
|
2021-10-26 22:05:05 +08:00 |
|
Allofich
|
7b7ac4211b
|
Allow borderline quotient values in IDIV
0x80, 0x8000, 0x80000000 can fit in signed 8-bit, 16-bit and 32-bit
values, respectively, so don't raise an exception.
|
2021-10-26 19:59:43 +09:00 |
|
Wengier
|
95d4b40aed
|
add option for ETen Chinese system
|
2021-10-25 23:02:57 -04:00 |
|
1abcd
|
715c3f76fe
|
Update zh_TW.lng
|
2021-10-26 10:29:05 +08:00 |
|
Wengier
|
e27ad7307c
|
fix typo
|
2021-10-25 04:14:51 -04:00 |
|
1abcd
|
d583a27587
|
Update zh_TW.lng
|
2021-10-25 13:02:12 +08:00 |
|
Wengier
|
cbb1c24aff
|
the entire block is within USE_TTF already
|
2021-10-24 23:12:03 -04:00 |
|
Wengier
|
573b277e3d
|
auto-detection for single wide
|
2021-10-24 22:25:39 -04:00 |
|
Robert de Rooy
|
c94deffb14
|
clean some whitespace
|
2021-10-24 21:37:21 +02:00 |
|
Robert de Rooy
|
45057bf15d
|
add some examples to the synopsis
|
2021-10-24 21:33:51 +02:00 |
|
Robert de Rooy
|
699479fb0b
|
Update man page
Add a few missing commands
- -promptfolder
- -nopromptfolder
- -display2
- -prerun
Also mention some CGA/Hercules specific key combos
|
2021-10-24 21:17:34 +02:00 |
|
1abcd
|
799f48120b
|
Merge branch 'joncampbell123:master' into cht-translation
|
2021-10-24 19:45:59 +08:00 |
|