From d2a3285a51002af4fcb8be1f5045e7c8e8a72ea6 Mon Sep 17 00:00:00 2001 From: LionsPhil Date: Sat, 19 Mar 2016 11:33:18 +0000 Subject: [PATCH] Add fork features to README Follows the merge of the scaledvideo branch, which closes #3. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 64ae90e..1d01255 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ This is only the game code; the game data is under a non-Free license, but they That release seems to use an older codebase, though, that is not very happy under modern Windows (I get horrible palette errors despite forcing 256-color mode, etc.). This fork uses their SDL version of the codebase, and works with the free full release data. +## Fork features + +* Builds warning-clean for Linux and cross-compiles for Windows +* Resizable window, including fullscreen (toggle with F11): no more postage-stamp! + ## Building ### Linux Run `./autoeverything && ./configure && make`. You'll need autotools and SDL-1.2 development files installed, including SDL\_mixer.