Commit Graph

1388 Commits

Author SHA1 Message Date
Cacodemon345
11a75f5fd5 Merge branch 'master' into multimonitor-take2-ui 2022-07-10 11:44:58 +06:00
Jasmine Iwanek
45a84cbbfe Fix incorrect position of CD speed 2022-07-09 19:35:53 -04:00
Miran Grča
95c264d98e Merge pull request #2436 from jriwanek-forks/pas16
Actually build PAS16 on win32ui dev builds
2022-07-08 23:53:48 +02:00
Jasmine Iwanek
604d719fb7 actuall build PAS16 on win32ui dev builds 2022-07-08 17:41:44 -04:00
Jasmine Iwanek
0dc77c9238 XGA+XGA2 in win32 UI 2022-07-08 16:27:38 -04:00
Cacodemon345
d32849b41f win_ui: Add two missing functions 2022-07-07 17:03:53 +06:00
Cacodemon345
d7e32aa2ff It's 1, not 0 2022-07-07 16:11:32 +06:00
Cacodemon345
b9316be98f Replace rest of the instances with doresize_monitors[0] 2022-07-07 16:08:11 +06:00
Cacodemon345
0ce1a8edfe Fix compilation for non-Qt builds 2022-07-07 15:09:13 +06:00
Cacodemon345
2bd4c67577 Fix Windows builds 2022-07-07 14:52:30 +06:00
Cacodemon345
af3f2685e1 Fix Windows builds for real 2022-07-03 01:40:27 +06:00
Cacodemon345
fb19913777 Fix Windows builds 2022-07-03 01:33:27 +06:00
Cacodemon345
8a3367ff6f Multi-monitor support (backend preparation part) 2022-07-03 01:18:23 +06:00
OBattler
688535115b Enable Makefile.mingw compiles with FAudio. 2022-06-26 01:33:12 +02:00
OBattler
f834caca9b Temporarily reverted main thread delays to the old way to reduce CPU usage until we figure out a better way that gives more accuracy at comparably reduced CPU usage. 2022-06-25 15:37:41 +02:00
TC1995
9e44719f13 Added initial (and a bit buggy on OS/2, so use 8514/A on it instead) emulation of XGA for both MCA and ISA buses. 2022-06-17 21:26:26 +02:00
Cacodemon345
3b74aad9d6 qt: Add mouse sensitivity setting 2022-06-01 15:31:58 +06:00
David Hrdlička
5a2aa70dd5 win: remove broken Unicode variant of opendir 2022-05-28 17:39:11 +02:00
OBattler
4e6fb0f02d Tentative implementation of thread_wait_mutex() on Win32 threads. 2022-05-25 23:08:52 +02:00
Jasmine Iwanek
3e566c2bf3 8514/a in win32 UI 2022-05-24 12:53:02 -04:00
TC1995
d2ab74b79c Fixed win32 makefile (was missing the 8514a file on it). 2022-05-14 19:08:30 +02:00
David Hrdlička
e60af6c29d Clean up plat.h a bit 2022-04-20 01:03:39 +02:00
Jasmine Iwanek
27c78d40c5 Reorganise 2022-04-19 18:36:30 -04:00
Alexander Babikov
c1d97fc72a Fix some more remaining warnings 2022-04-14 07:58:22 +05:00
Alexander Babikov
bacc78da24 Fix instances of narrow string literals being used where wide ones should be used 2022-04-14 07:13:47 +05:00
Alexander Babikov
c82b9a379c Remove the crashdump generation stuff and the associated parameter
It's Windows-exclusive and has never really worked
2022-04-14 07:10:19 +05:00
Alexander Babikov
eba088c692 Remove trailing whitespace + indentation consistency fixes 2022-04-14 07:10:18 +05:00
Alexander Babikov
60f1f418b0 Make the VNC renderer independent of the Dev branch option 2022-04-14 07:10:16 +05:00
Alexander Babikov
94adafa1ee Repalce the NO_SIO Dev branch option with AN430TX
The only machine under that option, the Intel AN430TX, was actually put there for problems unrelated to Super I/O
2022-04-14 07:10:16 +05:00
Alexander Babikov
355250216f Move the Compaq Deskpro 386 to the Dev branch 2022-04-14 07:10:13 +05:00
Miran Grča
cc666e6cc4 Merge pull request #2281 from jriwanek-forks/named-initializers-3
Named initializers part 3
2022-04-12 23:38:32 +02:00
Jasmine Iwanek
702f80e58a Backport several changes from M&K 2022-04-12 17:26:05 -04:00
Cacodemon345
f8e53a957a win: Fix AppData directory creation 2022-04-09 00:12:27 +06:00
David Hrdlička
3449a173ae Move ROM search path code to rom.c, rewrite rom_fopen 2022-04-08 01:34:47 +02:00
Cacodemon345
1a3a7bec0e Move platform-specific ROM path adding code into plat modules 2022-04-06 16:16:25 +06:00
RichardG867
71ba610366 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	.ci/build.sh
#	.ci/dependencies_msys.txt
#	src/sound/snd_audiopci.c
2022-03-16 00:39:53 -03:00
RichardG867
f57cbe36b1 GDB Stub: More progress 2022-03-16 00:33:01 -03:00
Jasmine Iwanek
297909a884 midi out device named correctly to aid code readability 2022-03-13 09:00:03 -04:00
RichardG867
94be8cdfc6 GDB Stub: Initial commit 2022-03-12 20:20:25 -03:00
David Hrdlička
ec7c2643e0 Make sure to enable the RtMidi support on Win32 too 2022-03-11 21:20:03 +01:00
David Hrdlička
7c20d7c5bb Fix RtMidi on Makefile builds 2022-03-11 21:19:59 +01:00
David Hrdlička
b5f18af541 Clean up the RtMidi optionality 2022-03-11 20:41:00 +01:00
ziplantil
8374324ee1 revert some of the translation changes per feedback 2022-03-06 16:21:42 +02:00
RichardG867
50e49c31f6 CMI8x38 megacommit 2022-03-06 01:29:29 -03:00
ziplantil
4ba4cc2268 improve Finnish translation 2022-03-05 23:59:53 +02:00
Cacodemon345
7dc84e0f67 qt: Fix HDD path relativization on Windows 2022-03-04 01:25:34 +06:00
RichardG867
b07570696f Initial implementation of C-Media CMI8x38 2022-02-25 19:22:45 -03:00
Jasmine Iwanek
f18da85438 A few lconsistency changes form M&K branch 2022-02-20 19:11:58 -05:00
Jasmine Iwanek
4674756664 More newline and whitespace cleanups 2022-02-20 16:26:40 -05:00
Jasmine Iwanek
a66e392b26 A few missed bits 2022-02-20 00:58:08 -05:00