This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Releases: ykhwong/dosbox-svn-daum
Releases · ykhwong/dosbox-svn-daum
DOSBox SVN Daum 20150125
- UPDATE: SVN r3894 base
- UPDATE: xBRZ version 1.2 (ZenJu)
- UPDATE: DOSBox-X branch patch (TheGreatCodeholio, 5ec6c54341d148d5e2fda49944f9ed6793538ff8 Jan/22/2015)
- ADD: -disable_share parameter (Rainer): Some games such as Mad News do not start with SHARE
- FIX: Minor bugs
DOSBox SVN Daum 20150103
- UPDATE: SVN r3876 base
- UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-9e21731799a8bb59da924e7b01eccb994acf75ca)
- UPDATE: 3dfx Internal Voodoo Emulation (kekko)
- ADD: -vgmlog parameter (ValleyBell, http://vgm.mdscene.net/forum/viewtopic.php?t=410)
- FIX: Quick Launch did not allow some filename extensions.
DOSBox SVN Daum 20140127
- UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-20140125-201539)
- FIX: Crash on dynamic core
- FIX: Minor bugs
DOSBox SVN Daum 20140125
- UPDATE: SVN r3852 base
- UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-20131201-200517)
- UPDATE: D3D pixel shaders (guest (r))
- UPDATE: FluidSynth (truth5678)
- UPDATE: Libraries statically linked (OS X)
- ADD: 64bit build for Windows (Refer to the SVN-Daum manual for details)
- ADD: -disable_vga_comp parameter (Refer to the SVN-Daum manual for details)
- FIX: A memory warning when loading a state under non-Windows operating systems
- FIX: MP3CUE, FluidSynth (Windows)
- FIX: Minor bugs
DOSBox SVN Daum 20131117
- UPDATE: Based on SVN r3848
- UPDATE: Compiled with Visual Studio 2013 (Windows): still supports Win2k with some asm hacks
- UPDATE: DOSBox-X branch patch (TheGreatCodeholio, dosbox-x-20131115-020306)
- ADD: S3 emulation with optimal register values (truth5678, http://www.vogons.org/viewtopic.php?f=32&t=37400)
- ADD: Provides dynamic library pack for OS X users (opt.7z) - Tested on OS X Mountain Lion and Mavericks
- FIX: Minor bugs
DOSBox SVN Daum 20130725
- UPDATE: Based on SVN r3833
- 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
- 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"
- ADD: D3D pixelshaders: (cgwg, Themaister, DOLLS, gulikoza)
CRT-geom-blend
CRT-geom-curved - 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. - FIX: Crash DOSBox when loading state while audio is muted
- FIX: MT-32 emulation did not work properly after loading state (tikalat)
Borrowed very part of tikalat's patch due to possible crashes - FIX: Linux build did not work properly on Ubuntu 13.04
- Borrowed some fixes for EF2000+glide from DOSBox-G (truth5678)
DOSBox SVN Daum 20130506
- Fixed broken forcerate and cgasnow
- Fixed crash when mt32.partials is set to > 32
- 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) - Added support for mounting hard drive images larger than 8GB (gulikoza)
http://vogons.zetafleet.com/viewtopic.php?p=302954 - Set appropriate rpath for dosbox binary. (Linux)
- Fixed some minor bugs.
DOSBox SVN Daum 20130421
- Based on SVN r3827
- Added support for mounting hard drive images larger than 2GB (gulikoza)
Currently for bootable images only. - Updated openglide patch (gulikoza)
- Fixed file locking issue on Linux (s3freak)
- Added scalers:
- normal4x
- normal5x
- hardware_none
- hardware4x
- hardware5x
- Updated MUNT (MT-32 emulation)
- Fixed some minor bugs.
DOSBox SVN Daum 20130205
- Removed svga_s3_full which breaks European Championship 1992
Now use svga_s3 as default again. - Fixed isapnpbios issue
- Added xBRZ scaler (ZenJu)
Available only if:
scaler=xbrz, output=surface, fullscreen=true
Confirmed to work on Windows. - Use GCC 4.7.2 instead of llvm-gcc (OS X)
- Fixed restart bug (Windows)
DOSBox SVN Daum 20130124
- Based on r3812
- Includes libraries for OS X build
Read LIB_LIST-IMPORTANT_EN.TXT in LIBS directory for details - Improved boot and IDE mount support in menu bar (Windows)
- Fixed some minor bugs.