Skip to content

Releases: gaborbata/vanilla-mocha-doom

Mocha Doom Alpha 1.6.15

09 Feb 12:36
Compare
Choose a tag to compare

Mocha Doom Alpha 1.6.15

  • fix compilation error in Java 21
  • enable OpenGL by default on Linux
  • documentation updates
  • include source files in distribution package
  • minor code cleanup

Mocha Doom Alpha 1.6.12

13 Oct 08:24
Compare
Choose a tag to compare

Mocha Doom Alpha 1.6.12

  • Change title to better reflect this is a fork of original repo

Mocha Doom Alpha 1.6.11

13 Oct 08:17
Compare
Choose a tag to compare

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

12 Oct 10:05
Compare
Choose a tag to compare

Mocha Doom Alpha 1.6.9

  • Add multiply setting to mochadoom.cfg
  • Minor fixes to avoid possible NPEs

Mocha Doom Alpha 1.6.8

12 Oct 09:10
Compare
Choose a tag to compare

Mocha Doom Alpha 1.6.8

  • Repository cleanup
  • Update build scripts
  • Update docs

Mocha Doom Alpha 1.6.7

11 Oct 13:58
Compare
Choose a tag to compare

Mocha Doom Alpha 1.6.7

  • Code cleanup
  • Fix string format issues in logs

Mocha Doom Alpha 1.6.6

10 Oct 09:56
Compare
Choose a tag to compare

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

09 Oct 14:49
Compare
Choose a tag to compare

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

06 Oct 13:56
Compare
Choose a tag to compare

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

29 Sep 11:59
Compare
Choose a tag to compare

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