TC1995
dbea8ec715
EGA: Backported the SVGA remapping parts to EGA as it actually works better in some cases, e.g.: FantasyLand on EGA.
2022-06-12 20:03:34 +02:00
TC1995
9771cd5903
Merge branch 'master' of github.com:TC1995/86Box into tc1995
2022-06-12 19:58:57 +02:00
Miran Grča
fabeeca2da
Merge pull request #2386 from 86Box/tc1995
...
Fix compile.
2022-06-12 18:32:15 +02:00
TC1995
4628203c89
Fix compile.
2022-06-12 18:28:38 +02:00
TC1995
7d10d51f59
Merge branch 'master' of github.com:86Box/86Box into tc1995
2022-06-12 18:20:59 +02:00
TC1995
cc52d1d221
Forgot an updated vid_svga.h header.
2022-06-12 17:45:07 +02:00
Miran Grča
bfbb0b3047
Merge pull request #2385 from 86Box/tc1995
...
8514/A: Pitch no longer hardcoded to 1024, fixes 640x480x256 resolutions
2022-06-12 17:42:12 +02:00
TC1995
da273446d1
8514/A: Pitch no longer hardcoded to 1024, fixes 640x480x256 resolutions.
...
8514/A: More fixes to the accelerated engine, mainly in paintbrush (blackness brush).
SVGA: Preparation of the next batch.
2022-06-12 17:31:54 +02:00
OBattler
92c3768a48
Added two missing checks to the QT renderer.
2022-06-07 19:01:50 +02:00
OBattler
0c6415b51f
Merge branch 'master' of https://github.com/86Box/86Box
2022-06-05 02:03:17 +02:00
OBattler
8d2ad01b7a
Disabled OPTi 895 logging.
2022-06-05 02:03:10 +02:00
Miran Grča
3ea52cb714
Merge pull request #2376 from Cacodemon345/qtdev-new
...
qt: Add mouse sensitivity setting
2022-06-04 13:48:42 +02:00
Cacodemon345
c61c9f5e0a
qt: Hide MCA devices item on non-MCA machines
2022-06-04 14:15:31 +06:00
OBattler
1955def798
Fixed 1280x1024x8bpp modes on the Elsa S3 Vision 964 and 968.
2022-06-04 02:21:59 +02:00
Cacodemon345
5e7faecd46
wl_mouse: Account properly for the lack of zwp_pointer_constraints and relative mouse interface
2022-06-03 16:22:35 +06:00
Cacodemon345
6a5331ebb9
qt: Fix Wayland crashes after a while
2022-06-03 14:31:20 +06:00
Cacodemon345
0636e1cbbc
qt: Make default button actually work
2022-06-01 16:31:06 +06:00
Cacodemon345
3b74aad9d6
qt: Add mouse sensitivity setting
2022-06-01 15:31:58 +06:00
OBattler
adb44ca660
Merge branch 'master' of https://github.com/86Box/86Box
2022-05-30 00:23:59 +02:00
OBattler
a40bc0f92c
Fixes to the ECS 386DX machine.
2022-05-30 00:23:48 +02:00
David Hrdlička
f854d8ebe0
qt: use the Qt::lconvert target instead of find_program
2022-05-29 12:16:40 +02:00
David Hrdlička
0304a296c8
qt: minor Windows fixes
...
- fix configuration failing on MinGW with Qt6
- run `windeployqt` when installing a non-static build
- check the proper vcpkg variable when setting the Qt host path
2022-05-29 00:26:24 +02:00
richardg867
1bc357a786
Jenkins: Add MacPorts Qt prefix to PATH
2022-05-28 16:20:36 -03:00
David Hrdlička
3730639430
workflows: disable fail-fast for LLVM build
2022-05-28 18:32:24 +02:00
David Hrdlička
ff2483cc3c
workflows: add Qt6 build using vcpkg
2022-05-28 18:26:35 +02:00
David Hrdlička
4c415d811c
workflows: Add Qt5 to path for the Mac workflow
2022-05-28 17:39:12 +02:00
David Hrdlička
01303848f7
vcpkg: rework the Qt dependency
...
- only depend on a subset of `qtbase`
- make Linguist a host dependency
2022-05-28 17:39:12 +02:00
David Hrdlička
d475481184
gitignore: add entry for rc.exe temporary files
2022-05-28 17:39:11 +02:00
David Hrdlička
12aea8e85c
vcpkg: use Qt6
2022-05-28 17:39:11 +02:00
David Hrdlička
c5da38705a
network: link Windows libs when using system libslirp
2022-05-28 17:39:11 +02:00
David Hrdlička
5a2aa70dd5
win: remove broken Unicode variant of opendir
2022-05-28 17:39:11 +02:00
David Hrdlička
91a9df2131
qt: fix Windows RC file erroneously including the manifest under VS
2022-05-28 17:39:11 +02:00
David Hrdlička
38391a3bd7
qt: move Qt Vulkan includes under the check whether Qt supports it
2022-05-28 17:39:11 +02:00
David Hrdlička
0a7efe9898
qt: fix missing null terminator in the VM paused message
2022-05-28 17:39:11 +02:00
Miran Grča
162d8bc250
Merge pull request #2361 from Cacodemon345/mcadevlist
...
qt: Add MCA device list to Tools
2022-05-26 18:26:43 +02:00
Miran Grča
c8b92fce29
Merge pull request #2363 from Cacodemon345/dndsupp
...
qt: Add Drag And Drop support for removable media icons
2022-05-26 18:10:13 +02:00
Miran Grča
d7f0503f1f
Merge pull request #2371 from Cacodemon345/patch-81
...
thread_test_mutex for Unix threads
2022-05-26 18:09:56 +02:00
Cacodemon345
922d24fdda
MCA slots start from 1
2022-05-26 17:05:47 +06:00
Cacodemon345
0d1860ef63
thread_test_mutex for Unix threads
2022-05-26 12:14:49 +06:00
OBattler
4e6fb0f02d
Tentative implementation of thread_wait_mutex() on Win32 threads.
2022-05-25 23:08:52 +02:00
Miran Grča
6ec0d337ec
Merge pull request #2366 from jriwanek-forks/8514
...
8514/a in win32 UI
2022-05-24 19:38:12 +02:00
Robert
d90b2dc144
Bump rom version ( #2365 )
...
* Bump rom version
* let bumpversion.sh update date and rom version
Co-authored-by: Robert de Rooy <robert.derooy@lxp.lu >
2022-05-24 14:28:21 -03:00
Alexander Babikov
8baf1e3a78
Fix 8514/A and GUS checkboxes not being grayed out with 8-bit ISA-only machines as intended ( #2364 )
2022-05-24 14:27:26 -03:00
Jasmine Iwanek
3e566c2bf3
8514/a in win32 UI
2022-05-24 12:53:02 -04:00
Cacodemon345
2b1c268ff9
qt: Add DnD support for cassette/cartridge media types
2022-05-24 12:01:11 +06:00
Cacodemon345
1d3d12509b
qt: Add Drag And Drop support for removable media icons
2022-05-24 02:14:45 +06:00
Cacodemon345
49df6ea27d
Some fixes
2022-05-23 18:48:01 +06:00
Cacodemon345
f9e8520c41
qt: Add MCA device list to Tools
2022-05-23 17:29:45 +06:00
richardg867
825141621f
Improve App Translocation error message (moving also works)
2022-05-22 22:39:27 -03:00
David Hrdlička
7f5b3809d9
Merge pull request #2355 from elyosh/fix_mac
...
Fix building on macOS without Qt
2022-05-21 20:02:52 +02:00