Releases: HunterZ/umoria
Releases · HunterZ/umoria
UMoria 5.6-win32-msvc3
UMoria 5.6-win32-msvc2
- 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
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
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
Initial release of Cygwin-based win32 port of UMoria 5.6 source. Runs inside or outside of Cygwin environment.