Releases: gaborbata/vanilla-mocha-doom
Releases · gaborbata/vanilla-mocha-doom
Mocha Doom Alpha 1.6.15
Mocha Doom Alpha 1.6.12
Mocha Doom Alpha 1.6.12
- Change title to better reflect this is a fork of original repo
Mocha Doom Alpha 1.6.11
Mocha Doom Alpha 1.6.11
- Attempt to optimize event observer a bit
- Fix log formatting for errors
- Fixed NPE when the application has been started in fullscreen (fullscreen=true)
Mocha Doom Alpha 1.6.9
Mocha Doom Alpha 1.6.9
- Add
multiply
setting to mochadoom.cfg - Minor fixes to avoid possible NPEs
Mocha Doom Alpha 1.6.8
Mocha Doom Alpha 1.6.8
- Repository cleanup
- Update build scripts
- Update docs
Mocha Doom Alpha 1.6.7
Mocha Doom Alpha 1.6.7
- Code cleanup
- Fix string format issues in logs
Mocha Doom Alpha 1.6.6
Mocha Doom Alpha 1.6.6
- Fix vanilla mouse event handling (in game, in menu)
- Re-enable mouse in classic configuration
Mocha Doom Alpha 1.6.5
Mocha Doom Alpha 1.6.5
- Make classic key configuration the default, with possibility to use the modern key layout
- Fix initial value of
novert
(i.e. disable vertical movement by default) - Show message dialog on missing WAD files
- Do not observe mouse events if mouse is disabled (
use_mouse=0
) - Fix fullscreen resize options (
Nearest
,Bilinear
,Bicubic
) - Update docs
Mocha Doom Alpha 1.6.4
Mocha Doom Alpha 1.6.4
- Change some of the default values:
screenblocks=10
fullscreen_mode=Native
- Improved logging
- Improved WAD handler cleanup
- Center application window
- Minor code cleanup
Mocha Doom Alpha 1.6.2
Mocha Doom Alpha 1.6.2
- Fix writing alternate config files i.e. when
-config
argument is used - Fix batch/shell scripts to launch Mocha Doom in classic mode
- Fix some compile warnings, remove deprecated API usage
- Documentation changes