Commit Graph

6578 Commits

Author SHA1 Message Date
RichardG867
3fd4f49695 Fix small detail in versioninfo 2021-12-01 15:18:36 -03:00
David Hrdlička
74a1516172 Merge pull request #1884 from 86Box/tc1995
Removed excess logs of the tgui9440/96x0.
2021-12-01 19:07:48 +01:00
TC1995
03cae5c668 Removed excess logs of the tgui9440/96x0. 2021-12-01 18:49:53 +01:00
David Hrdlička
55149c7866 Fix the Media menu not updating after mounting media 2021-12-01 18:12:56 +01:00
David Hrdlička
e88c91eddc Looks like GitHub is not consistent at case sensitivity :^) 2021-12-01 12:54:15 +01:00
David Hrdlička
99b3414fea Update bug report template; normalize case 2021-12-01 12:51:12 +01:00
OBattler
9acfdeffa8 Russian translation, closes #1877. 2021-11-30 19:16:36 +01:00
OBattler
a909d08e6f Changed a #define in device/mouse_serial.c, should make the serial mouse use the normal period on the interpreter even on builds with the new recompiler. 2021-11-30 17:10:19 +01:00
OBattler
eaf7032e63 Added another Olivetti workaround to the AT keyboard controller code (the rewrite that works just fine even on the Olivetti M240 without any hacks, can't come soon enough!), fixes #1861. 2021-11-30 17:05:06 +01:00
OBattler
82c2522f42 Fixed graphics mode on Hercules Plus, fixes #1832. 2021-11-30 13:04:30 +01:00
OBattler
dfb5ef8cae Fixed OPTi 283 shadow RAM implementation, fixes #1881. 2021-11-30 12:35:52 +01:00
OBattler
e87b40dd8a The Leopard no longer has on-board IDE as the real board does not. 2021-11-30 10:58:07 +01:00
OBattler
c0a66022d4 Introduced the NVR hacks to the remaining boards with cache errors. 2021-11-30 00:25:03 +01:00
OBattler
f7177cc27a Reverted the AMI keyboard controller revision. 2021-11-29 21:26:30 +01:00
Miran Grča
48c0635be7 Merge pull request #1882 from ts-korhonen/master
Adjust the OpenGL 3.3 submenu position
2021-11-29 19:49:30 +01:00
ts-korhonen
bec748ac11 Adjust the OpenGL 3.3 submenu position 2021-11-29 20:40:44 +02:00
Miran Grča
31f6c06f23 And fixed. 2021-11-29 17:57:21 +01:00
Miran Grča
451217c96b Changed strcpy_s to strncpy. 2021-11-29 17:48:44 +01:00
OBattler
85fc32c8a3 And fixed resource.h. 2021-11-29 16:05:56 +01:00
OBattler
dedd568f92 Removed an #ifdef in 86box.h so that the enable_discord variable is always declared. 2021-11-29 15:47:55 +01:00
OBattler
295f750884 Moved the OpenGL 3.3 renderer and Discord integration out of the Dev branch. 2021-11-29 15:42:50 +01:00
RichardG867
e4495be422 Add stripping to currently-unused Dev Jenkins preset 2021-11-28 14:07:15 -03:00
RichardG867
c6c2988b64 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-28 13:59:08 -03:00
RichardG867
05bbbaff21 Improve Jenkins build flow, now with symbol stripping for regular builds 2021-11-28 13:57:58 -03:00
RichardG867
cf373449fc Fix enum entries in VIA chipset code that were bugging me 2021-11-28 00:15:31 -03:00
Miran Grča
5b0d9b60f3 Merge pull request #1878 from 86Box/tc1995
Fixed text mode of the Sigma video card.
2021-11-27 01:22:34 +01:00
TC1995
0264c31e8b Fixed text mode of the Sigma video card. 2021-11-26 23:14:20 +01:00
OBattler
5f6a8d5b02 Fixed the credits in the French and Turkish translations. 2021-11-26 23:12:58 +01:00
OBattler
de5b6f6b74 The Turkish translation now correctly uses Segoe UI, and not Meiryo UI. 2021-11-26 20:59:22 +01:00
OBattler
27903db09f Options and Preferences string translations update. 2021-11-26 20:56:56 +01:00
OBattler
f96585781c Turkish translation by luennix and updated/translated the Preferences strings in the remaining languages. 2021-11-26 20:49:26 +01:00
RichardG867
6464488829 Fix readme build badges 2021-11-25 14:26:17 -03:00
RichardG867
9cdd0f946f Build script clarifications 2021-11-25 14:22:55 -03:00
OBattler
460cae8450 Removed excess AT keyboard controller Pulse reset logging. 2021-11-25 14:21:04 +01:00
OBattler
186f5f9549 Merge branch 'master' of https://github.com/86Box/86Box 2021-11-25 10:39:08 +01:00
OBattler
1b462383ef Fixed the copyright symbol in VS_VERSION_INFO. 2021-11-25 10:38:55 +01:00
RichardG867
d222f7c7d2 Build script: Add + specifier to git hash if the tree is dirty 2021-11-24 21:49:36 -03:00
RichardG867
58670247b4 Jenkins: Fix .git being lost across stash/unstash 2021-11-24 21:40:42 -03:00
RichardG867
982e1f808d Jenkins git commit presentation fixes 2021-11-24 20:41:08 -03:00
RichardG867
aefb90ee8b Add AK4540 codec for ES1371 2021-11-24 20:33:42 -03:00
RichardG867
17d93758be Jenkins: Switch strategy for polled commit detection 2021-11-24 20:24:06 -03:00
RichardG867
b6904db51f Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-24 20:09:55 -03:00
OBattler
888ac1d2aa New 86Box icons. 2021-11-24 22:45:15 +01:00
RichardG867
1504b6805a Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-24 18:42:25 -03:00
RichardG867
100a4099bd Add Slot 1/Socket 370 category for the Tyan Trinity 2021-11-24 18:41:23 -03:00
OBattler
436bb6c1bd Brought the French and Italian help menus up to par with the Windows standard. 2021-11-24 20:47:05 +01:00
RichardG867
6f6306410b Another Jenkins fix, so much for not having a testing environment 2021-11-24 16:40:02 -03:00
RichardG867
3b33f5a5c1 Another Jenkins fix attempt 2021-11-24 16:37:34 -03:00
RichardG867
c792713447 Fix Jenkins pipeline variable declaration 2021-11-24 16:36:14 -03:00
RichardG867
5254921967 Dummy commit to trigger Jenkins build 2021-11-24 16:32:31 -03:00