Commit Graph

8338 Commits

Author SHA1 Message Date
Miran Grča
8d23def0d5 Merge pull request #2305 from Cacodemon345/patch-76
Fix compilation error when building with Wayland
2022-04-25 22:20:03 +02:00
Cacodemon345
886c0acd47 Fix compilation error when building with Wayland 2022-04-26 02:16:32 +06:00
Miran Grča
1a44c06a86 Merge pull request #2304 from Cacodemon345/patch-75
Fix darkened rendering in Vulkan
2022-04-25 17:24:02 +02:00
Cacodemon345
a559684e7c Fix darkened rendering in Vulkan 2022-04-25 21:13:41 +06:00
Miran Grča
762a5f1de9 Merge pull request #2303 from Cacodemon345/patch-74
qt: Disable Xi2 mouse input backend
2022-04-25 12:27:52 +02:00
Miran Grča
2808ea5a54 Merge pull request #2300 from Cacodemon345/newqt2
Add Vulkan renderer
2022-04-25 12:27:42 +02:00
Miran Grča
c068ded281 Merge pull request #2299 from rderooy/master
Update RPM spec file
2022-04-25 12:26:38 +02:00
Cacodemon345
6f968e3fd7 qt: Fix compiling with Vulkan support unavailable 2022-04-25 16:09:37 +06:00
Cacodemon345
62b92386bb qt: Disable Xi2 mouse input backend 2022-04-25 14:51:17 +06:00
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