Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Releases: ykhwong/dosbox-svn-daum

DOSBox SVN Daum 20150125

10 Aug 02:24
4fd0de9
Compare
Choose a tag to compare
  1. UPDATE: SVN r3894 base
  2. UPDATE: xBRZ version 1.2 (ZenJu)
  3. UPDATE: DOSBox-X branch patch (TheGreatCodeholio, 5ec6c54341d148d5e2fda49944f9ed6793538ff8 Jan/22/2015)
  4. ADD: -disable_share parameter (Rainer): Some games such as Mad News do not start with SHARE
  5. FIX: Minor bugs

DOSBox SVN Daum 20150103

10 Aug 02:20
4fd0de9
Compare
Choose a tag to compare
  1. UPDATE: SVN r3876 base
  2. UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-9e21731799a8bb59da924e7b01eccb994acf75ca)
  3. UPDATE: 3dfx Internal Voodoo Emulation (kekko)
  4. ADD: -vgmlog parameter (ValleyBell, http://vgm.mdscene.net/forum/viewtopic.php?t=410)
  5. FIX: Quick Launch did not allow some filename extensions.

DOSBox SVN Daum 20140127

10 Aug 02:20
4fd0de9
Compare
Choose a tag to compare
  1. UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-20140125-201539)
  2. FIX: Crash on dynamic core
  3. FIX: Minor bugs

DOSBox SVN Daum 20140125

10 Aug 02:19
4fd0de9
Compare
Choose a tag to compare
  1. UPDATE: SVN r3852 base
  2. UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-20131201-200517)
  3. UPDATE: D3D pixel shaders (guest (r))
  4. UPDATE: FluidSynth (truth5678)
  5. UPDATE: Libraries statically linked (OS X)
  6. ADD: 64bit build for Windows (Refer to the SVN-Daum manual for details)
  7. ADD: -disable_vga_comp parameter (Refer to the SVN-Daum manual for details)
  8. FIX: A memory warning when loading a state under non-Windows operating systems
  9. FIX: MP3CUE, FluidSynth (Windows)
  10. FIX: Minor bugs

DOSBox SVN Daum 20131117

10 Aug 02:18
4fd0de9
Compare
Choose a tag to compare
  1. UPDATE: Based on SVN r3848
  2. UPDATE: Compiled with Visual Studio 2013 (Windows): still supports Win2k with some asm hacks
  3. UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-20131115-020306)
  4. ADD: S3 emulation with optimal register values (truth5678, http://www.vogons.org/viewtopic.php?f=32&t=37400)
  5. ADD: Provides dynamic library pack for OS X users (opt.7z) - Tested on OS X Mountain Lion and Mavericks
  6. FIX: Minor bugs

DOSBox SVN Daum 20130725

10 Aug 02:17
4fd0de9
Compare
Choose a tag to compare
  1. UPDATE: Based on SVN r3833
  2. UPDATE: Direct3D (gulikoza)
  • add inputDims to shader
  • support forceUpdating the screen (alphablend shaders, use "FORCEUPDATE" in the shader fx)
  • support forcing shaders ("forced" keyword)
  • fix crash when the shader does not compile (LOG_MSG limit)
  • support dynamically changing pixelshader= option from cli
  • fix pixelshader=none crash
  • fix a possible win8 crash
  1. UPDATE: Menu bar (Windows)
  • clean up: move menu data from sdlmian.cpp to menu.cpp
  • add missing options including voodoo, keyboard rate/delay, etc.
  • remove every video resolutions that may not exist on every computer.
    specify them with user-defined instead.
  • support entering the following values manually:
    CPU cycles, Vertical-sync rate, Default local freesize
  • add "always on top"
  1. ADD: D3D pixelshaders: (cgwg, Themaister, DOLLS, gulikoza)
    CRT-geom-blend
    CRT-geom-curved
  2. ADD: Kisai's ZMBV 64bit codec (Windows)
    http://www.vogons.org/viewtopic.php?p=306810
    "Install Movie Codec" in TOOLS directory will install both x86 and x64 codecs on x86-64 system.
  3. FIX: Crash DOSBox when loading state while audio is muted
  4. FIX: MT-32 emulation did not work properly after loading state (tikalat)
    Borrowed very part of tikalat's patch due to possible crashes
  5. FIX: Linux build did not work properly on Ubuntu 13.04
  6. Borrowed some fixes for EF2000+glide from DOSBox-G (truth5678)

DOSBox SVN Daum 20130506

10 Aug 02:17
4fd0de9
Compare
Choose a tag to compare
  1. Fixed broken forcerate and cgasnow
  2. Fixed crash when mt32.partials is set to > 32
  3. Added a parameter -date_host_forced to force DOSBox to use server date. You cannot change internal date with DATE command.
    You may also execute "Run DOSBox with Host Date Synchronization.bat" in TOOLS directory. (Windows)
  4. Added support for mounting hard drive images larger than 8GB (gulikoza)
    http://vogons.zetafleet.com/viewtopic.php?p=302954
  5. Set appropriate rpath for dosbox binary. (Linux)
  6. Fixed some minor bugs.

DOSBox SVN Daum 20130421

10 Aug 02:16
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3827
  2. Added support for mounting hard drive images larger than 2GB (gulikoza)
    Currently for bootable images only.
  3. Updated openglide patch (gulikoza)
  4. Fixed file locking issue on Linux (s3freak)
  5. Added scalers:
  • normal4x
  • normal5x
  • hardware_none
  • hardware4x
  • hardware5x
  1. Updated MUNT (MT-32 emulation)
  2. Fixed some minor bugs.

DOSBox SVN Daum 20130205

10 Aug 02:15
4fd0de9
Compare
Choose a tag to compare
  1. Removed svga_s3_full which breaks European Championship 1992
    Now use svga_s3 as default again.
  2. Fixed isapnpbios issue
  3. Added xBRZ scaler (ZenJu)
    Available only if:
    scaler=xbrz, output=surface, fullscreen=true
    Confirmed to work on Windows.
  4. Use GCC 4.7.2 instead of llvm-gcc (OS X)
  5. Fixed restart bug (Windows)

DOSBox SVN Daum 20130124

10 Aug 02:14
4fd0de9
Compare
Choose a tag to compare
  1. Based on r3812
  2. Includes libraries for OS X build
    Read LIB_LIST-IMPORTANT_EN.TXT in LIBS directory for details
  3. Improved boot and IDE mount support in menu bar (Windows)
  4. Fixed some minor bugs.