Commit Graph

746 Commits

Author SHA1 Message Date
Wengier
53553a2edb support for both dyn_x86 and dyn_rec cores 2020-10-12 21:15:54 -04:00
Wengier
3ddf6d97d1 update for dynamic_x86 core 2020-10-12 16:06:32 -04:00
Wengier
39cea90974 re-add dynamic x86 core 2020-10-12 02:17:44 -04:00
Wengier
e4ae15d3b8 add option 2020-10-07 18:33:15 -04:00
Wengier
4ca9fc445d Merge pull request #1924 from joncampbell123/develop
Develop
2020-10-07 17:33:04 -04:00
Jookia
875c3a7ad9 vs2015: Remove unused config.h.backup 2020-10-02 10:23:22 +10:00
Jookia
954559b846 vs2015: Remove unmaintained Visual 2013 project file 2020-10-02 10:19:07 +10:00
Jonathan Campbell
0972c36199 begin next version 2020-10-01 09:17:35 -07:00
Allofich
8ff2b98df2 Disable Visual Studio warning C4996 2020-10-03 20:03:54 +09:00
rderooy
e47a0ad53b Change http://dosbox-x.software to https://dosbox-x.com 2020-09-29 16:51:30 +02:00
Wengier
e725360f94 Add SORT command 2020-09-27 10:30:03 -04:00
Wengier
b14ae08cc4 move src/xBRZ to src/libs/xBRZ 2020-09-23 19:17:52 -04:00
Wengier
4c3432c3c7 updated MUNT MT32 to version 2.4.0 2020-09-23 16:20:47 -04:00
Wengier
923f7e24f6 move src/mt32 to src/libs/mt32 2020-09-23 12:01:48 -04:00
Wengier
783cb28279 include GLshaders 2020-09-22 14:02:29 -04:00
Wengier
b6a718f323 Included FluidSynth for VS builds 2020-09-22 12:20:43 -04:00
Wengier
52f855bee9 update README 2020-09-19 21:32:27 -04:00
Wengier
51cb5d460f Enable FluidSynth for Windows VS x86/x64 builds 2020-09-17 15:07:01 -04:00
rderooy
7a481e51ec Move shaders to contrib/shaders
And update references. I hope this does not break the windows build.
2020-09-09 11:12:30 +02:00
rderooy
6c315cda62 Move font to contrib/fonts 2020-09-08 17:58:18 +02:00
Jonathan Campbell
084a3e8e31 Begin next version 2020-09-01 13:28:01 -07:00
Jonathan Campbell
b22a301710 Merge pull request #1807 from josephillips85/master
Support for OPL2 Audio Board
2020-08-19 15:26:57 -07:00
Wengier
301abc3b34 support for glide wrapper 2020-08-04 22:01:51 -04:00
Jonathan Campbell
e523df15ee Begin next version 2020-08-03 13:52:17 -07:00
Jonathan Campbell
c52a3aa082 Whoops, automake wants to refine some things 2020-08-02 21:33:31 -07:00
Wengier
2622e14e35 CP 853 2020-07-30 15:20:07 -04:00
Wengier
33717bfe5b CP 808 mods 2020-07-30 10:23:33 -04:00
Wengier
186c07a3ea CP 872 2020-07-29 18:18:20 -04:00
Wengier
7a9a27c2a4 CP 857/863/869 too 2020-07-29 17:47:44 -04:00
Wengier
bbf35dba92 Add CP 852/855 2020-07-29 15:05:37 -04:00
Wengier
2f39b7171e Add codepage 850/858 and changing options via config 2020-07-29 13:23:04 -04:00
Jonathan Campbell
27130a444f Begin next version 2020-07-01 10:48:55 -07:00
rderooy
e5e2eacc91 Update (c) year and FSF address 2020-06-25 10:31:54 +02:00
Wengier
326ec0497e Fix Visual Studio SDL2 x86 build 2020-06-13 22:58:57 -04:00
Jose Phillips
ca69eecfd2 Support for OPL2 Audio Board 2020-06-13 01:45:14 -05:00
Jonathan Campbell
63b2a4eb2b Merge pull request #1649 from rderooy/master
Fix two compile warnings
2020-06-11 00:06:52 -07:00
rderooy
b39aa574d0 Fix zip.c compile warning:
In file included from dosbox.cpp:83:
../vs2015/zlib/contrib/minizip/zip.c: In function ‘ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def*, voidpf)’:
../vs2015/zlib/contrib/minizip/zip.c:521:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  521 |     for (i=(int)uReadSize-3; (i--)>0;)
      |     ^~~
../vs2015/zlib/contrib/minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  529 |       if (uPosFound!=0)
      |       ^~
2020-06-11 07:32:41 +02:00
Phil Krylov
932a2774d6 Add CP866 to translated filesystem codepages 2020-06-09 03:28:05 +03:00
Jonathan Campbell
7889b98716 Fix up Wengier load/save state code so it compiles on Linux, silence compiler warnings, comment out a few things assuming Work In Progress. Seems to work 2020-06-04 01:09:58 -07:00
Jonathan Campbell
744930d2ee Whoops, actually, FFMPEG support still did not autodetect because of mistake. Fix it 2020-06-03 03:30:09 -07:00
Jonathan Campbell
51a7023cd8 sdl2.m4 needs to be hacked to set SDL2_LIBS instead of SDL_LIBS 2020-06-03 10:09:28 -07:00
Jonathan Campbell
9714c6233f more 2020-06-03 10:02:43 -07:00
Jonathan Campbell
9e20738334 Host system can provide SDL2 2020-06-03 02:49:39 -07:00
Jonathan Campbell
c616b55950 more 2020-06-03 02:46:30 -07:00
Jonathan Campbell
96c0924562 more 2020-06-03 02:31:38 -07:00
Jonathan Campbell
b230d278c1 Hack SDLnet to detect SDL2 or SDL. SDLnet does not integrate TOO deeply with SDL, so the hackery is fine for now 2020-06-03 02:31:10 -07:00
Jonathan Campbell
446d3057d4 Update VS2019 project file to compile SDL2 with SDLnet 2020-06-02 18:48:19 -07:00
Jonathan Campbell
78e5deeb8e SDL2 SDL_net.lib 2020-06-02 18:34:10 -07:00
Jonathan Campbell
4ee848d321 Open up SDL2 SDLnet 2020-06-02 17:54:43 -07:00
Jonathan Campbell
dd6457f05a Enable SDL net for Windows builds 2020-06-02 17:08:21 -07:00