Skip to content

Releases: HunterZ/umoria

UMoria 5.6-win32-msvc3

08 Nov 05:39
Compare
Choose a tag to compare

Oops, fix running for real this time (doh!).

UMoria 5.6-win32-msvc2

07 Nov 17:08
Compare
Choose a tag to compare
  • Fix running bug (see_wall() was not using an unsigned char, which broke checks for wall character values >127)
  • In non-roguelike mode, make keypad Ins key always act as a number zero '0' key (this is a user-requested deviation from the original DOS implementation)

Only a mingw build is provided, as it should have maximum compatibility.

UMoria 5.6-win32-msvc1

02 Mar 06:42
Compare
Choose a tag to compare

Initial release of VS2013-based win32 port of UMoria 5.6 source. Contains enhancements from the MS-DOS ports.

moria56-mingw32.zip is built with Cygwin's i686-w64-mingw32-gcc in hopes of providing WinXP compatibility.

UMoria 5.6-win32-cygwin2

21 Feb 06:38
Compare
Choose a tag to compare

Fixes screen drawing artifacts when running outside of Cygwin environment (i.e. in a Windows command prompt) by using TERM=pcansi for ncurses.

UMoria 5.6-win32-cygwin1

14 Feb 19:20
Compare
Choose a tag to compare

Initial release of Cygwin-based win32 port of UMoria 5.6 source. Runs inside or outside of Cygwin environment.