Commit Graph

8179 Commits

Author SHA1 Message Date
Miran Grča
91646e473d Merge pull request #2302 from Cacodemon345/patch-73
Don't accept a directory as config file parameter
2022-04-24 18:46:57 +02:00
Cacodemon345
bbb467a2b7 Don't accept a directory as config file parameter 2022-04-24 22:23:49 +06:00
Cacodemon345
9c070dc192 Add missing includes 2022-04-24 01:05:37 +06:00
Cacodemon345
5835f98fba Fix a couple of bad mistakes 2022-04-24 01:02:34 +06:00
Cacodemon345
d5df99fbd8 Merge remote-tracking branch 'upstream/master' into newqt2 2022-04-24 00:58:08 +06:00
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
telanus
868261457c Add Kaypro PC
This was misplaced during rebasing of the PR
2022-04-17 00:08:20 +02: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
telanus
6fbeafef2f Add a few new Machines 2022-04-15 00:59:09 +02:00
telanus
1a1d95157b Added a few Machines
1) Bondwell BW230
2) Hyosung Topstar 88T
3) Hyundai SUPER-16T
4) Hyundai SUPER-16TE
5) Kaypro PC
6) Sanyo SX-16
2022-04-15 00:55:48 +02:00
telanus
b9c8d24422 Added new Machines 2022-04-15 00:49:12 +02: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