From: David Griffith Date: Mon, 13 Aug 2012 07:30:16 +0000 (-0700) Subject: Updated the TODO a bit X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=8a3d9ecfb1780f280dec969915f148092d29c8b5;p=liskon_frotz.git Updated the TODO a bit --- diff --git a/TODO b/TODO index 1c50f87..ee35e29 100644 --- a/TODO +++ b/TODO @@ -26,12 +26,14 @@ Curses menu to select desired game. Current working code heavily borrowed from Alan Shutko's "int-fiction" frontend program. -Blorb gamefile support. +Blorb gamefile support. Done for curses. Still working on DOS. Blorb sound support on all platforms. Full support will probably require a sound driver which can accept multiple inputs simultanously (such as esound or ALSA). +Some sort of automatic endian-detection for the blorb code. + An X11 graphical interface using GTK widgets (thus allowing V6 full support). Cocoa support for OSX.