Commit Graph

8120 Commits

Author SHA1 Message Date
Cacodemon345
6edc2a4c2b Merge remote-tracking branch 'upstream/master' into newqt2 2022-04-24 00:56:11 +06:00
Jasmine Iwanek
6e649521b9 Fix some clang/LLVM warnings 2022-04-22 22:21:50 -04:00
Robert de Rooy
40b9bb6c76 bump to 3.4.1 2022-04-22 19:18:09 +02:00
Robert de Rooy
8488111cd9 Bump RPM spec file 2022-04-22 19:15:46 +02:00
RichardG867
01d6407c5c Bump version to 3.4.1 2022-04-21 13:58:52 -03:00
RichardG867
bfde3e4867 Qt: Fix middle mouse button uncapture 2022-04-21 13:56:39 -03:00
Cacodemon345
314bf5ad06 Add Vulkan renderer 2022-04-21 16:32:46 +06:00
richardg867
7d6ad0d650 Selectable mouse type on Linux, part 6 2022-04-20 21:39:57 -03:00
richardg867
0af6605042 Selectable mouse type on Linux, part 5 2022-04-20 21:38:57 -03:00
richardg867
f6e3c0d029 Selectable mouse type on Linux, part 4 2022-04-20 21:37:38 -03:00
richardg867
5810f39f4d Selectable mouse type on Linux, part 3 2022-04-20 20:55:26 -03:00
richardg867
5f070c8f74 Selectable mouse type on Linux, part 2 2022-04-20 20:54:41 -03:00
richardg867
a62e3aff23 Selectable mouse type on Linux, part 1 2022-04-20 20:51:39 -03:00
richardg867
0208555e8c Jenkins: Cache Linux library downloads and change rtmidi URL 2022-04-20 14:01:38 -03:00
richardg867
de82cf8bf1 macOS: Fix plat_getcwd on .app bundle 2022-04-20 13:35:14 -03:00
richardg867
7e9dbffc3b macOS: Change exe_path to be next to the .app bundle 2022-04-20 13:27:57 -03:00
OBattler
6a4b3fc7bb Enabled the non-blocking stuff for Windows as well. 2022-04-20 01:16:16 +02:00
Miran Grča
fc14db3710 Merge pull request #2255 from goeiecool9999/master
linux pcap fix
2022-04-20 01:12:50 +02:00
David Hrdlička
11a1cd4d87 Hide the -E parameter as it is not implemented yet 2022-04-20 01:03:39 +02:00
David Hrdlička
60d70da4b9 Make sure exe_path ends with a slash 2022-04-20 01:03:39 +02:00
David Hrdlička
e60af6c29d Clean up plat.h a bit 2022-04-20 01:03:39 +02:00
Miran Grča
366b01fef6 Merge pull request #2296 from jriwanek-forks/master-fixes
Reorganise stuff in makefile.mingw
2022-04-20 00:51:59 +02:00
Miran Grča
2f737e2f47 Merge pull request #2256 from goeiecool9999/logfix
network.c: fix log statement
2022-04-20 00:48:51 +02:00
Jasmine Iwanek
27c78d40c5 Reorganise 2022-04-19 18:36:30 -04:00
OBattler
d30a5c7ef3 Removed a debug fatal() that should have been removed ages ago. 2022-04-18 21:49:26 +02:00
Miran Grča
876803a45d Merge pull request #2294 from jriwanek-forks/master-fixes
Inconsistency fixes
2022-04-17 13:27:43 +02:00
Jasmine Iwanek
12b30a8187 Inconsistency fixes 2022-04-16 19:24:30 -04:00
Didiet
100eaf70ee Fixing GdbStub Code to make it compiled with Clang (#2292)
- Fix the switch scoping preventing declaration
- Adding stdint.h as inclusion to make uint*_t works
2022-04-16 03:12:38 -03:00
Miran Grča
b840ca618e Merge pull request #2288 from lemondrops/feature/cleanup34
Cleanup and compiler warning fixes round-up for v3.4
2022-04-14 15:36:41 +02:00
Alexander Babikov
c1d97fc72a Fix some more remaining warnings 2022-04-14 07:58:22 +05:00
Alexander Babikov
6862781b07 Final warning fixes 2022-04-14 07:13:50 +05:00
Alexander Babikov
710d34db97 Remove unused variables and functions 2022-04-14 07:13:50 +05:00
Alexander Babikov
ae11a2f887 Ensure null termination with strncpy 2022-04-14 07:13:49 +05:00
Alexander Babikov
911821434e Fix variable initializtion warnings 2022-04-14 07:13:49 +05:00
Alexander Babikov
4e82d93729 Fix warnings related to variable types 2022-04-14 07:13:48 +05:00
Alexander Babikov
042e3df65d Suppress a false positive -Wformat-truncation warning in Discord integration code 2022-04-14 07:13:48 +05:00
Alexander Babikov
519781ff4f Add a missing include and disable extraneous logging in codegen_backend_arm.c 2022-04-14 07:13:48 +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
484a082122 Make sure certain variables used only on some platforms are defined only on said platforms 2022-04-14 07:13:47 +05:00
Alexander Babikov
4d18efd825 Remove the leftovers of the removed --vmrompath parameter 2022-04-14 07:13:47 +05:00
Alexander Babikov
dd4cef9727 Fix the remaining CPU warnings 2022-04-14 07:10:20 +05:00
Alexander Babikov
1a6d596fea Remove the now-redundant LARGEFILE macro definitions 2022-04-14 07:10:20 +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
818e0a843d Remove factually incorrect info from a comment in machine_table.c
The Rise R418 machine has since been re-added, and the Hedaka HED-919 has been removed for months
2022-04-14 07:10:18 +05:00
Alexander Babikov
4bba7f8f1d Define the FreeType library name on macOS 2022-04-14 07:10:17 +05:00
Alexander Babikov
eae6bd9456 Set the required C standard to C11 2022-04-14 07:10:17 +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