Commit Graph

10401 Commits

Author SHA1 Message Date
Daniel Gurney
e0a9e69523 Initial contributing guidelines 2023-06-28 20:45:50 +03:00
Miran Grča
bff8e92297 Merge pull request #3430 from jriwanek-forks/sonarlint
Next round of sonarlint cleanups
2023-06-28 04:22:31 +02:00
Jasmine Iwanek
922c4335ae Next round of sonarlint cleanups 2023-06-27 21:17:13 -04:00
RichardG867
8123ba6e08 Jenkins: Add libvulkan symlink workaround 2023-06-27 13:09:11 -03:00
RichardG867
991630681e qt: Add some more XKB key aliases 2023-06-27 12:26:38 -03:00
RichardG867
b3bd55da17 Jenkins: Remove libwayland-client from AppImage to fix Debian 12 compatibility 2023-06-26 22:14:00 -03:00
RichardG867
0ed13fa438 qt: Fix Korean key passthrough on non-raw input 2023-06-26 21:27:37 -03:00
RichardG867
85ac2da5b4 qt: Fix fullscreen shortcut not activating 2023-06-26 21:17:50 -03:00
Miran Grča
f1b10262fc Merge pull request #3402 from Cacodemon345/patch-141
Always include dirent.h on non-Windows
2023-06-27 01:35:17 +02:00
Miran Grča
5aa96a63d0 Merge pull request #3428 from jriwanek-forks/sonarlint
Next round of sonarlint cleanups
2023-06-27 01:34:57 +02:00
Jasmine Iwanek
21adfd4d50 Next round of sonarlint cleanups 2023-06-26 18:28:13 -04:00
OBattler
2fe3bcd5d2 Do the wraparounds properly on 64-bit binaries, fixes #3421. 2023-06-25 22:20:11 +02:00
Miran Grča
ca607fe76a Merge pull request #3418 from kzmidze/master
Update zh-TW.rc and zh-TW.po
2023-06-25 20:25:27 +02:00
沙沙宮紗夜
1633ea4645 Update zh-TW.po 2023-06-20 20:50:13 +08:00
沙沙宮紗夜
57c49d94f4 Update zh-TW.rc 2023-06-20 14:55:13 +08:00
Miran Grča
7b719eb95a Merge pull request #3415 from cold-brewed/net-pcap-fix
Fix loading of PCAP network device
2023-06-19 20:02:49 +02:00
cold-brewed
00463a6991 config: Fix loading of pcap network device 2023-06-19 12:18:14 -04:00
OBattler
ddd373456c Merge branch 'master' of https://github.com/86Box/86Box 2023-06-19 01:59:43 +02:00
OBattler
8b559f1271 Fixed Y polarity in the MM Series packet format on the Logitech Serial Mouse. 2023-06-19 01:59:33 +02:00
OBattler
a312c10129 Disabled excess logging in chipset/ali1429.c. 2023-06-19 01:35:30 +02:00
OBattler
98b4c1c309 Fixed the TriGem 486G so it is no longer hardcoded to the Paradise VGA BIOS. 2023-06-19 01:27:44 +02:00
OBattler
c779956048 Fixed a compile-breaking mistake in src/device.c. 2023-06-19 01:10:15 +02:00
Miran Grča
b6bd6c9822 Merge pull request #3400 from cold-brewed/qt6-mhm-warning
Fix minor qt6 warning
2023-06-19 00:14:53 +02:00
OBattler
95c900a5dc Fixed off-by-one error in video/vid_ics2494.c. 2023-06-19 00:12:19 +02:00
OBattler
eb677b3d5a Fixed array out of bound accesses in video/vid_herculesplus.c. 2023-06-19 00:11:03 +02:00
OBattler
ef0c04ae3a Fixed a memory leak in sound/snd_ac97_codec.c. 2023-06-19 00:09:24 +02:00
OBattler
997a068c95 Fixed an off-by-one error in sio/sio_it8661f.c. 2023-06-19 00:07:30 +02:00
OBattler
5c48f419c0 Fixed variable initialization in network/net_pcnet.c. 2023-06-19 00:05:46 +02:00
OBattler
f57f3d883a Added a sanity check to hdd_seek_get_time(). 2023-06-19 00:01:46 +02:00
OBattler
a0e7204949 And fixed it correctly. 2023-06-18 23:58:05 +02:00
OBattler
b7c4973549 Fixed a off by one error in device.c. 2023-06-18 23:56:34 +02:00
OBattler
29fe9b4d1e Added a sanity check to codegen_new/codegen.h. 2023-06-18 23:54:25 +02:00
OBattler
c183b1da38 Added a specific NULL check to cdrom/cdrom_image_backend.c to please cppcheck. 2023-06-18 23:51:15 +02:00
OBattler
1e3154cb74 Increased the size of the regs array in the Eteq ET6000 code. 2023-06-18 23:46:10 +02:00
RichardG867
c8f57660a5 Jenkins: Trigger openal-soft rebuild 2023-06-18 15:31:04 -03:00
RichardG867
c3717566c7 Jenkins: Overhaul the build script's dependency report system to be independent 2023-06-16 23:36:50 -03:00
RichardG867
85938f4c9a Jenkins: Fix openal-soft AppImage build 2023-06-16 23:28:03 -03:00
OBattler
cb9b72c31b Corrected the Flash and keyboard controller of the Shuttle HOT-433A. 2023-06-14 22:40:09 +02:00
richardg867
231e995434 Jenkins: Update AppImage openal-soft to 1.23.1 2023-06-12 16:07:28 -03:00
Cacodemon345
491ee9de7e cmake: Include freetype directory properly on FreeBSD (#3403) 2023-06-12 15:59:48 -03:00
Miran Grča
a8b09d85be Merge pull request #3401 from Cacodemon345/patch-140
unix_serial_passthrough: Define cleanups and changes
2023-06-12 16:45:23 +02:00
Cacodemon345
fda0b5aa13 Always include dirent.h on non-Windows 2023-06-12 20:38:36 +06:00
Cacodemon345
bff479fc0f unix_serial_passthrough: Define cleanups and changes 2023-06-12 20:35:45 +06:00
OBattler
68e970b9cd Joystick Raw Input: Do not add the axis if the center is 0 - prevents malformed vJoy 2.0.5 axes from causing 86Box to crash with a division by zero. 2023-06-11 22:58:16 +02:00
OBattler
68e6d7eb40 And the forgotten one in chipset/scat.c. 2023-06-11 22:13:55 +02:00
OBattler
cd2d006840 Merge branch 'master' of https://github.com/86Box/86Box 2023-06-11 22:12:42 +02:00
OBattler
e4d860c025 Replaced calls to flushmmucache_cr3() to direct calls to flushmmucache_nopc() and removed the #define. 2023-06-11 22:12:18 +02:00
OBattler
f4c59e907d Removed mmu_invalidate(). 2023-06-11 22:07:32 +02:00
cold-brewed
9c1e6939b4 qt: Fix qt6 warning 2023-06-11 14:27:14 -04:00
Miran Grča
898cdb7791 Merge pull request #3398 from cold-brewed/qt-warnings
Clean up some qt warnings
2023-06-11 18:02:43 +02:00