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

DOSBox SVN Daum 20130725

Compare
Choose a tag to compare
@ykhwong ykhwong released this 10 Aug 02:17
· 1 commit to master since this release
4fd0de9
  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)