Commit Graph

8969 Commits

Author SHA1 Message Date
RichardG867
eb185a43c2 Merge branch 'master' of ssh://github.com/86Box/86Box 2022-08-31 15:11:07 -03:00
RichardG867
06599013ea Jenkins: Add x86_64h slice and patch in Qt Vulkan for it and arm64 2022-08-31 15:10:42 -03:00
Miran Grča
eed649bdd3 Merge pull request #2656 from cold-brewed/media-history-manager
Implement media history manager and recently used images
2022-08-31 17:19:36 +02:00
Cacodemon345
79ede777c6 Correct INTA and INTB pins for southbridge 2022-08-31 13:48:13 +06:00
Miran Grča
d58dca8de9 Merge pull request #2652 from jriwanek-forks/mt32
Add MT-32 (New) and CM-32LN
2022-08-31 02:14:36 +02:00
cold-brewed
23e587b909 qt: Append usr_path for relative paths in plat_fopen64() on linux as well as macOS 2022-08-30 19:38:22 -04:00
cold-brewed
b7aeb806ab Media history: Address potential null pointer when saving config 2022-08-30 19:35:44 -04:00
Jasmine Iwanek
4a759e5f98 Add Roland MT-32 2.x device 2022-08-30 19:28:01 -04:00
Jasmine Iwanek
1e201dce09 Rename rom define for old mt32 2022-08-30 19:28:00 -04:00
Jasmine Iwanek
b59f8ab14d Add CM-32LN
Update midi_mt32.c
2022-08-30 19:27:30 -04:00
cold-brewed
9daa721d44 qt: Add media history manager for recently used images 2022-08-30 17:18:51 -04:00
Jasmine Iwanek
a08ad7007d Use defines for roms 2022-08-30 16:47:32 -04:00
RichardG867
fcfca020af Correct 5ivg PCI steering table 2022-08-30 17:42:52 -03:00
RichardG867
e70ac3565c Merge branch 'master' of ssh://github.com/86Box/86Box 2022-08-30 17:39:42 -03:00
Cacodemon345
d6a8950f8a Correct INTX value base 2022-08-31 00:36:15 +06:00
Cacodemon345
edb8c03171 machine: Add MSI MS-5124 2022-08-30 00:18:16 +06:00
Miran Grča
df0e12bccc Merge pull request #2648 from elyosh/net_improv
Network improvements
2022-08-28 14:57:22 +02:00
Adrien Moulin
d3dde1737a network: add a new status bar icon for the network disconnected state 2022-08-28 13:56:24 +02:00
Adrien Moulin
ea21790fc9 network: allow to set a NIC's link from the status bar 2022-08-27 19:08:28 +02:00
Miran Grča
ea5a3466b9 Merge pull request #2647 from cold-brewed/macos-dylib-fix
macOS: Fix dynamic loading of bundled libraries
2022-08-27 17:41:05 +02:00
Adrien Moulin
c0b6c55926 network: support > 10Mbps throughput 2022-08-27 17:08:50 +02:00
cold-brewed
5384eb35bb macos: Fix the name of the bundled freetype library 2022-08-27 11:03:45 -04:00
Adrien Moulin
9c65d20621 network: improve throughput by batch processing packets 2022-08-27 16:52:33 +02:00
cold-brewed
4efd1d90c2 macos: Add RPATH to the installed binary to enable dynamic loading of
bundled libraries.
2022-08-27 10:47:55 -04:00
Miran Grča
a12bf85a36 Merge pull request #2646 from Cacodemon345/voodoo_x86_perf_improvements
voodoo_codegen_x86*: Remove bounds checking for block_pos
2022-08-26 22:00:26 +02:00
Cacodemon345
147c27b96e voodoo_codegen_x86*: Remove bounds checking for block_pos
Block sizes are sufficiently large enough to ensure no buffer overrun as block_pos is initialized to 0 every time a block is requested. It should cause a good performance increase on x86 and x86-64.
2022-08-27 01:51:56 +06:00
Miran Grča
71e37057eb Merge pull request #2645 from elyosh/slirpforward
slirp: fix port forwarding and handle configuration with multiple nics
2022-08-26 18:40:54 +02:00
Adrien Moulin
448bd9d958 slirp: fix port forwarding and handle configuration with multiple nics 2022-08-26 18:22:19 +02:00
Miran Grča
00c87bc4ad Merge pull request #2643 from elyosh/netui001
qt: fix duplicate entries in network settings
2022-08-26 00:13:21 +02:00
Adrien Moulin
9ad587dbfd qt: fix instance number not set when editing nic config 2022-08-25 23:53:09 +02:00
Adrien Moulin
06ec705098 qt: fix duplicate entries in network settings 2022-08-25 22:25:11 +02:00
Miran Grča
4128bb7c93 Merge pull request #2638 from jriwanek-forks/slot-fix
Correct BCM GT694VA
2022-08-25 01:18:00 +02:00
Miran Grča
126064f80a Merge pull request #2639 from elyosh/pcapfixcrash
pcap: do bounds checking in net_pcap_prepare
2022-08-25 00:56:57 +02:00
Adrien Moulin
8ec983b1ef pcap: do bounds checking in net_pcap_prepare when processing the list of host interfaces 2022-08-25 00:43:48 +02:00
Jasmine Iwanek
2a4df32164 Correct BCM GT694VA 2022-08-24 05:13:33 -04:00
Miran Grča
d1f4958bb7 Merge pull request #2632 from elyosh/netwin32ui
Restore the ability to configure the first NIC with the win32 ui
2022-08-23 19:09:19 +02:00
Adrien Moulin
2f57de3f60 Restore the ability to configure the first NIC with the win32 ui 2022-08-21 21:05:07 +02:00
Miran Grča
853e47792b Merge pull request #2631 from elyosh/networkfix
network: always link to ws2_32 on win32
2022-08-21 20:03:47 +02:00
Adrien Moulin
552ea55a92 network: always link to ws2_32 on win32 2022-08-21 19:48:00 +02:00
Miran Grča
4986cd2ec5 Merge pull request #2630 from elyosh/network
Network overhaul: support for multiple NICs, performance improvement
2022-08-21 19:13:20 +02:00
Adrien Moulin
bf87193f91 network: fix another win32 build error 2022-08-21 17:39:40 +02:00
Adrien Moulin
d52bc43802 network: fix win32 build error 2022-08-21 17:29:24 +02:00
Adrien Moulin
19db1d2c7b Network overhaul : support for multiple NICs, performance improvement
- Add support for multiple NICs
- Switch from polling to an event loop for the host networking to avoid latency and locking issues
2022-08-21 16:55:47 +02:00
RichardG867
d41bf191a5 Merge branch 'master' of ssh://github.com/86Box/86Box 2022-08-18 17:23:47 -03:00
RichardG867
48b372c60a gdbstub: Always ignore dynarec choice when compiled in 2022-08-18 17:23:41 -03:00
RichardG867
7702d05a10 gdbstub: Add IDA optimized mode 2022-08-18 17:22:59 -03:00
Miran Grča
5ae9df6d07 Merge pull request #2621 from Cacodemon345/qt-remember-maximized-window
qt: Remember maximized state of monitor windows if enabled
2022-08-15 20:15:33 +02:00
Miran Grča
ee651ae48f Update x86_ops_bcd.h
Reverted the AAM instruction to again set the divisor to 10 when 0 is specified.
2022-08-14 20:47:36 +02:00
Cacodemon345
012db280e2 qt: Remember maximized state of monitor windows if enabled 2022-08-14 12:32:29 +06:00
Miran Grča
e976d93a01 Merge pull request #2617 from lemondrops/bugfix/ps2_availability
Remove the PS/2 mouse flag from the Gigabyte GA-586IP
2022-08-14 00:15:58 +02:00