From 6f5857e3a80eb9dccf6a310df65fa578ed9b8805 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 7 Oct 2019 20:44:35 -0700 Subject: [PATCH] Update README.1st and TODO. --- README.1st | 3 ++- TODO | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.1st b/README.1st index 451f87b..cfd037f 100644 --- a/README.1st +++ b/README.1st @@ -2,9 +2,9 @@ What are all these files for? AUTHORS People who've had a hand in making Frotz what it is. build.bat A batch file for building Frotz for PC/MS DOS. -COPYING Full text of the GNU General Public License. ChangeLog Summary of changes from one version to another. CONTRIBUTORS People who've helped fund Frotz development. +COPYING Full text of the GNU General Public License. DOSBUILD.txt How to build and install Frotz for PC/MS DOS. DUMB Description of the dumb-interface version of Frotz. HOW_TO_PLAY How to play Interactive Fiction. @@ -17,4 +17,5 @@ README.1st This file. TODO Stuff to do in no particular order. doc/ Manpages and sample config files. +public/ The Frotz webpage. src/ Source code to Frotz. diff --git a/TODO b/TODO index af871c6..06752d8 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,12 @@ +Port Frotz to the PDP-10 line of mainframe computers. + +Rework the screen buffer to allow the rows and columns to be changed on +the fly. + Redo how the core and interfaces use the f_setup structure. Failure to do this properly led to a segfault when dumb frotz saves a game. Look at using a memset() or calloc() there. - Rework os_process_arguments() in src/curses/ux_init.c to make Frotz more convenient to use as a BBS door or MUD module. -- 2.34.1