Commit Graph

8413 Commits

Author SHA1 Message Date
RichardG867
ace01c41ab Virtual ISO: Some directory entry filling optimizations 2022-04-07 14:04:23 -03:00
Miran Grča
facbad9dd1 Merge pull request #2261 from Cacodemon345/newqt
Multiple ROM paths implementation
2022-04-07 17:26:08 +02:00
richardg867
44ef14b143 Jenkins: Fix Discord Game SDK extraction on macOS 2022-04-06 18:21:25 -03:00
Miran Grča
fd5c04d306 Merge pull request #2266 from Cacodemon345/patch-68
cmake: Enable 64-bit file support on 32-bit Linux
2022-04-06 23:04:15 +02:00
Cacodemon345
61c9f9beac cmake: Enable 64-bit file support on 32-bit Linux 2022-04-07 02:17:14 +06:00
Cacodemon345
c700f93b4b qt: Fix warnings 2022-04-07 01:27:16 +06:00
Miran Grča
ff99f27520 Merge pull request #2265 from Cacodemon345/patch-67
qt: Fix mistyped LCID value of en-US
2022-04-06 21:26:28 +02:00
Cacodemon345
84b1a8a7d3 qt: Fix mistyped LCID value of en-US 2022-04-07 01:23:23 +06:00
Miran Grča
84f4e791f7 Merge pull request #2264 from Cacodemon345/patch-66
qt/languages/pt-PT.po: Fix link in "No ROMs Found" message
2022-04-06 21:16:39 +02:00
Cacodemon345
027179ab95 qt/languages/pt-PT.po: Fix "No ROMs Found" message 2022-04-07 01:14:36 +06:00
Cacodemon345
0f54376224 Merge branch 'newqt' of ssh://github.com/Cacodemon345/86box into newqt 2022-04-07 01:00:09 +06:00
Cacodemon345
0fd3042e0c qt: Add support for loading ROMs from ~/Documents/86Box/roms on macOS 2022-04-07 00:57:16 +06:00
richardg867
7f27f44b3a Jenkins: Add macOS Intel to Jenkinsfile 2022-04-06 15:39:32 -03:00
richardg867
ce7a1ad1c1 Jenkins: Use OpenAL on macOS 2022-04-06 15:38:27 -03:00
richardg867
e1906c03b3 Jenkins: Add macOS to the build script 2022-04-06 15:28:23 -03:00
richardg867
e860c480b8 Jenkins: Add MacPorts dependencies file 2022-04-06 15:27:10 -03:00
Cacodemon345
f8c53dec3a qt: Fix compilation on Linux 2022-04-06 19:56:30 +06:00
Cacodemon345
1a3a7bec0e Move platform-specific ROM path adding code into plat modules 2022-04-06 16:16:25 +06:00
Cacodemon345
2c63f5b497 rom_getfile now works properly 2022-04-06 00:18:17 +06:00
klaas
3772aa312b Apply for Mac OS too. 2022-04-05 10:29:26 +00:19
Cacodemon345
d0191d4928 Create ROM directories in home folder on Unix if they doesn't exist 2022-04-05 15:25:48 +06:00
Cacodemon345
4b09a6329a Multiple ROM paths implementation 2022-04-05 02:16:23 +06:00
OBattler
fd90a36fe9 Merge branch 'master' of https://github.com/86Box/86Box 2022-04-04 18:20:42 +02:00
OBattler
b455d8f64d SCSI Bugfix, HDC, and FDC. 2022-04-04 18:19:14 +02:00
OBattler
1a99a7cc6a Phase 3 (Network and SCSI). 2022-04-04 18:16:53 +02:00
OBattler
8714f79693 Phase 2 (Bug fix and Sound). 2022-04-04 18:15:41 +02:00
OBattler
3cec306ecf Device config fix, phase 1. 2022-04-04 18:11:39 +02:00
RichardG867
4561a04492 Virtual ISO: Optimizations and comment rectifications 2022-04-03 12:40:15 -03:00
RichardG867
fe8015a2ca Virtual ISO: Add High Sierra generation codepath (disabled for now) 2022-04-02 23:44:02 -03:00
Miran Grča
57cd38d2d4 Merge pull request #2257 from Cacodemon345/newqt
qt: Fix creation of differencing VHDs
2022-04-02 21:27:19 +02:00
Cacodemon345
6f0ac4eace qt: Fix creation of differencing VHDs 2022-04-03 01:24:09 +06:00
klaas
093eddf5f1 network.c: fix log statement 2022-04-02 15:46:19 +00:19
klaas
e7d09a31a4 linux blocks until a packet arrives which the rest of the code does not expect 2022-04-02 15:38:37 +00:19
RichardG867
5053af633a Virtual ISO: Fix buffer check during UTF-8 conversion 2022-04-02 11:24:29 -03:00
RichardG867
8f919d9367 Virtual ISO: Move UTF-16 encoding to UTF-8 decoding 2022-04-01 20:11:56 -03:00
RichardG867
c745a6b71a Virtual ISO: Fix Joliet UTF-16 break check 2022-04-01 16:44:52 -03:00
RichardG867
850f7101d1 Virtual ISO: Don't break UTF-16 pairs when relocating Joliet filename extension 2022-04-01 13:06:34 -03:00
RichardG867
3b5c9fe309 Virtual ISO: Add UTF-16 Joliet encoding (technically non-standard) for hosts with >16-bit wchar 2022-04-01 12:34:35 -03:00
RichardG867
455d7183a3 Virtual ISO: Sort entries, fixes weird behavior with MSCDEX 2022-04-01 00:09:08 -03:00
RichardG867
791596ce12 Virtual ISO: Increase effective sector size after the fact if there's not enough memory for the sector map 2022-03-31 19:50:58 -03:00
RichardG867
4c52001b54 Virtual ISO: Make S_ISCHR and S_ISBLK queries less weird 2022-03-31 17:14:26 -03:00
RichardG867
9fcaa57264 Virtual ISO: More filename calculation delegation to save more memory 2022-03-31 17:08:20 -03:00
RichardG867
5b555a2896 Virtual ISO: Delegate Rock Ridge name trimming to fill_dir_record, saving memory 2022-03-31 14:58:58 -03:00
RichardG867
f8173f75ec Virtual ISO: Don't declare Rock Ridge extension on Joliet tree 2022-03-31 13:53:52 -03:00
RichardG867
4e910f1709 Virtual ISO: Reduce heap fragmentation by using dynamic struct sizing for the path 2022-03-31 13:47:38 -03:00
RichardG867
9ed01221c4 Virtual ISO: Some more micro-optimizations 2022-03-31 13:21:12 -03:00
RichardG867
27a6ff7c20 Virtual ISO: Improve portability of El Torito code 2022-03-31 12:54:46 -03:00
Miran Grča
f52b898add Merge pull request #2245 from Cacodemon345/newqt
qt: Get rid of resize rounding
2022-03-31 15:30:23 +02:00
RichardG867
b2f9368253 Virtual ISO: Call tzset before calculating timezone offset 2022-03-29 12:03:28 -03:00
RichardG867
a29a6b55db Virtual ISO: Fix small comment typo 2022-03-29 00:10:21 -03:00