Commit Graph

6619 Commits

Author SHA1 Message Date
Jasmine Iwanek
b4d134f969 Fix errors 2022-03-13 09:02:34 -04:00
Jasmine Iwanek
cf83390225 Add missing CPU_PKG definitions 2022-03-13 06:36:45 -04:00
Jasmine Iwanek
02c804a2a3 Merge branch '86Box:master' into nec-v20 2022-03-13 05:30:23 -04:00
Miran Grča
f39f239c05 Merge pull request #2219 from jriwanek-forks/macros
Macros and hardcoding
2022-03-13 03:01:08 +01:00
Jasmine Iwanek
b2a3cbf7a9 Reusable IO Port definitions for IDE HDC's 2022-03-12 19:18:49 -05:00
Jasmine Iwanek
b24008f075 Floppy 2022-03-12 19:18:49 -05:00
Jasmine Iwanek
41f1c2facd More hardcoding fixes 2022-03-12 19:18:48 -05:00
Miran Grča
607c499f96 Merge pull request #2217 from ts-korhonen/qt-opengl
qt: Fix shaders on HD4000/4400
2022-03-13 01:01:43 +01:00
Jasmine Iwanek
c8574c55cc Thrustmaster ACM 2022-03-12 18:47:12 -05:00
ts-korhonen
b1eeef7527 qt: Remove pragma parameters from shaders.
Fixes Intel HD4000 crashing on windows when selecting shaders, probably
also fixes Intel HD4400 shader errors.
2022-03-12 15:39:39 +02:00
ts-korhonen
105fe47bf3 qt: GL core; use safe version of strcpy 2022-03-12 15:38:44 +02:00
Jasmine Iwanek
524a02c4bd Merge branch '86Box:master' into nec-v20 2022-03-11 18:50:44 -05: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
Miran Grča
c1ccee6abd Merge pull request #2214 from Cacodemon345/c345/haiku
qt: Add support for Haiku
2022-03-11 20:11:50 +01:00
Cacodemon345
1ed5bd37a4 Fix typo 2022-03-11 18:35:31 +06:00
Cacodemon345
c1f9d35de8 qt: Add support for Haiku
* OpenAL backend is enabled by default on Haiku
* bswap include now makes use of builtins if they exist
* Use a local fgetws method for Haiku to avoid crashes
* OpenGL renderers are completely disabled on Haiku (they do not work)
* Software renderer is a widget, not a window on Haiku (fixes blank screen)
* Add option to disable System MIDI at compile time
2022-03-11 12:13:08 +06:00
Miran Grča
f725c3fb56 Merge pull request #2210 from ts-korhonen/improve-create-hdd
qt: Improve hard disk create file selection
2022-03-10 22:24:29 +01:00
ts-korhonen
989926cb7f qt: Disable processing of alt-f4 in windows.
Prevents the alt-f4 from quiting 86Box.
2022-03-10 23:14:13 +02:00
ts-korhonen
13ec3d2286 qt: Add all format selections to file dialog when creating hdd.
Set format combobox to match the selection.
2022-03-09 23:05:02 +02:00
David Hrdlička
576f8b8d60 More Qt6 fixes 2022-03-09 13:55:48 +01:00
ts-korhonen
35d6c68488 qt: fix Qt6 windows build 2022-03-09 08:16:47 +02:00
Miran Grča
247d5a7a94 Merge pull request #2198 from ziplantil/fi-translation
improve Finnish translation
2022-03-08 22:45:35 +01:00
Miran Grča
28bfff47c7 Merge pull request #2205 from ts-korhonen/fix-warnings
qt: fix multiple compiler warnings
2022-03-08 22:34:45 +01:00
ts-korhonen
9b306751c4 qt: fix mouse getting captured even if VM has no mouse 2022-03-08 23:25:35 +02:00
ts-korhonen
e0a23adbb4 qt: remove unused variables 2022-03-07 22:25:15 +02:00
ts-korhonen
c6b347000e qt: only ignore -Wstringop-overflow on gcc 11 2022-03-07 22:10:03 +02:00
ts-korhonen
87546d2ce6 qt: fix multiple compiler warnings 2022-03-07 21:47:48 +02:00
Miran Grča
fbd29271bc Merge pull request #2203 from insanemal/insanemal_qtsocket2
Fix client socket code to match generated messages
2022-03-07 18:29:29 +01:00
ts-korhonen
d821f6395f qt: opengl core; fix filter method defaulting to nearest when applying options 2022-03-07 19:22:02 +02:00
Insanemal
71c217efe9 Change the truncate to -1 from -2 and remove the other part dealing with null terminators 2022-03-07 22:24:44 +10:00
David Hrdlička
47211f43e9 Disable tinyglib for Qt builds on Linux/BSD 2022-03-06 19:09:12 +01:00
Miran Grča
eb8cd146b0 Merge pull request #2199 from ts-korhonen/qt-opengl
Fix OpenGL Core renderer on macOS
2022-03-06 17:47:53 +01:00
ts-korhonen
bc86fdd0b5 qt: Fix a typo connecting to resetVM signal on unix manager socket 2022-03-06 18:00:23 +02:00
ziplantil
8374324ee1 revert some of the translation changes per feedback 2022-03-06 16:21:42 +02:00
ts-korhonen
652d7e6699 qt: gl-core; Use 4.1 core macOS & get glsl version from context
MacOS will use OpenGL 2.1 unless requested 4.1 core. Shader language
version is now set to what is reported by the driver.
2022-03-06 01:06:47 +02:00
ziplantil
4ba4cc2268 improve Finnish translation 2022-03-05 23:59:53 +02:00
Miran Grča
1791ccdeb6 Merge pull request #2194 from Cacodemon345/newqt
qt: XT IDE should be XTA
2022-03-05 15:39:12 +01:00
Miran Grča
33909af32d Merge pull request #2196 from telanus/master
Add support for the Vendex HeadStart Turbo 888-XT
2022-03-05 15:38:39 +01:00
ts-korhonen
828accc91d qt: More error handling and tweaking to opengl 3 renderer 2022-03-05 02:57:57 +02:00
telanus
7979206b1a Add support for the Vendex HeadStart Turbo 888-XT 2022-03-04 21:49:18 +02:00
telanus
6b2679f647 Add support for the Vendex HeadStart Turbo 888-XT 2022-03-04 21:47:36 +02:00
telanus
f21348f992 Add support for the Vendex HeadStart Turbo 888-XT 2022-03-04 21:46:00 +02:00
Cacodemon345
d695ca3cc9 qt: Don't normalize paths on non-Windows 2022-03-04 14:00:24 +06:00
Cacodemon345
5e4cb50da0 qt: Default to 0:0 if bus is full 2022-03-04 13:26:15 +06:00
Cacodemon345
40a75379b7 qt: XT IDE should be XTA 2022-03-04 13:25:51 +06:00
Cacodemon345
7dc84e0f67 qt: Fix HDD path relativization on Windows 2022-03-04 01:25:34 +06:00
Miran Grča
83b87a7a8f Merge pull request #2187 from 86Box/tc1995
Fix compile.
2022-03-02 16:43:04 +01:00
TC1995
c4f5c7e5e0 Fix compile. 2022-03-02 16:37:19 +01:00