liskon_frotz.git
2023-07-29 David GriffithAdded a "simple" snavig target for doing the minimum...
2023-07-29 David GriffithRemoved File::Slurp as it was never needed.
2023-07-29 David GriffithRolled back types for zbyte and zword. KCC and TurboC...
2023-06-26 David GriffithAdded stub of flipping between internal or external...
2023-06-26 David GriffithAdded code to to snavig to determine which sed is avail...
2023-06-24 David GriffithSome updates to INSTALL.
2023-05-31 David GriffithUpdated version info for all interfaces to mention...
2023-05-26 David GriffithUpdated some more files in preparation for Frotz 2.55.
2023-05-26 David GriffithUpdated doc/file_id.diz and doc/frotz.txt for 2.55.
2023-05-26 David GriffithFixed typo.
2023-05-26 David GriffithExplained what Snavig is.
2023-05-26 David GriffithUpdated Turbo C project file to eliminate duplicate...
2023-05-26 David GriffithBacked off snprintf() to sprintf() because Turbo C...
2023-05-26 David GriffithBacked off vsnprintf() to vsprintf() because Turbo...
2023-05-26 David GriffithGuarded VERSION and RELEASE_NOTES with ifndefs for...
2023-05-26 David GriffithIfdef'ed out stdint.h for Turbo C and put back old...
2023-05-26 David GriffithUpdated filenames in Turbo C's project file, frotz...
2023-05-26 David GriffithFixed misspelling of "colour".
2023-05-26 David GriffithRemoved TODO. Not really helpful here.
2023-05-25 David GriffithRemoved blank line before ends of functions.
2023-05-25 David GriffithRemoved pointless else.
2023-05-25 David GriffithAdded function name comment to end of each function...
2023-05-25 David GriffithAdded function name comment to end of each function...
2023-05-25 David GriffithCorrected strange formatting of function starts.
2023-05-25 David GriffithAdjusted blank lines in DOS interface code.
2023-05-25 David GriffithReplaced hardcoded filename extensions with macros...
2023-05-23 David GriffithBumped Open Watcom C for DOS Makefile to 2.55pre.
2023-05-23 David GriffithBumped Turbo C Makefile to 2.55pre "Development release.".
2023-05-23 David GriffithMentioned manpage updates in ChangeLog and prepare...
2023-05-23 David GriffithCleaned up Cleaned up sfrotz.6 manpage.
2023-05-23 David GriffithCleaned up xfrotz.6 manpage.
2023-05-23 David GriffithFixed brain-dead handling of undo slots.
2023-05-23 David GriffithCleaned up dfrotz.6 manpage.
2023-05-23 David GriffithCleaned up frotz.6 manpage.
2023-05-20 David GriffithAdded mention of the Z-Machine Standard v1.1 to manpages.
2023-05-20 David GriffithMentioned Z-Machine Standard 1.1 save-restore prompt...
2023-05-14 David GriffithFixed game save in dfrotz broken in 6c65ac8e.
2023-05-12 David GriffithRestricted dumb no-prompt file access to current dir...
2023-05-09 David GriffithAdded snavig/ to .gitignore.
2023-05-07 David GriffithAdjusted capitalization in xfrotz.6.
2023-05-07 David GriffithRestricted x11 no-prompt file access to current dir...
2023-05-07 David GriffithRestricted curses no-prompt file access to current...
2023-05-05 David GriffithMake it easier to explicitly select desired C compiler.
2023-05-05 David GriffithMarked unused parameters in the SDL interface as UNUSED...
2023-05-05 David GriffithMarked unused parameters in the X11 interface as UNUSED...
2023-05-05 David GriffithMarked unused parameters in the dumb interface as UNUSE...
2023-05-04 David GriffithAdjusted indents from four spaces to tabs.
2023-05-04 David GriffithAdded function name comment to end of each function...
2023-05-04 David GriffithAdded save-restore prompt option to dumb interface...
2023-05-04 David GriffithExpanded description of -L flag for xfrotz and adjusted...
2023-05-04 David GriffithAdded function name comment to end of each function...
2023-05-04 David GriffithUpdated xfrotz's usage info.
2023-05-04 David GriffithMarked functions in src/dumb/ taking no parameters...
2023-05-04 David GriffithMarked functions in src/sdl/ taking no parameters with...
2023-05-04 David GriffithAdded function name comment to end of each function...
2023-05-04 David GriffithAdded save-restore prompt option to SDL interface with...
2023-04-29 David GriffithAdded save-restore prompt option to dos interface with...
2023-04-29 David GriffithCorrected DEFAULT_SAVE_NAME to "story.qzl".
2023-04-29 David GriffithReplaced filename extensions with macros from frotz.h.
2023-04-29 David GriffithAdded save-restore prompt option to x11 interface with...
2023-04-29 David GriffithAdded os_get_text_style() to ease restoring after inter...
2023-04-29 David GriffithAdded va_list support to curses os_fatal() - taken...
2023-04-29 David GriffithRestricted curses' save-restore prompt to .aux files.
2023-04-29 David GriffithAdded support for ZMS 1.1 save-restore prompt option...
2023-04-28 David GriffithPreparing for Z-machine standard 1.1 of not prompting...
2023-04-28 David GriffithNoted xfrotz fix in ChangeLog.
2023-04-28 David GriffithClarified a bit on the os_fatal() and os_warn() functio...
2023-04-28 David GriffithFixed segfault when xfrotz encounters a fatal error.
2023-04-28 David GriffithAdded -L option to xfrotz - supply a Quetzal file to...
2023-04-27 David GriffithAdded note to snavig.pl about needing to install File...
2023-04-27 David GriffithMoved the tandy bit option to the core.
2023-04-27 David GriffithMention SDL fixes in ChangeLog.
2023-04-27 David GriffithFixed inconsistent types in src/sdl and fixed to src...
2023-04-03 David GriffithThis is a development release.
2023-04-02 David GriffithSet length of short hash to 8 characters because Gitlab...
2023-01-26 David GriffithOops, forgot to add the fonts.
2023-01-26 David GriffithNow I have a sensible fonts/Makefile.
2023-01-26 David GriffithA little progress with fonts/Makefile.
2023-01-26 David GriffithMoved stuff around in fonts/Makefile.
2023-01-26 David GriffithRemoved now superfluous X11 font stuff from main Makefile.
2023-01-26 David GriffithEnsure "make clean" cleans up in fonts/
2023-01-26 David GriffithMoved X11 fonts to a fonts/ directory.
2023-01-24 David GriffithNoted in ChangeLog fix for faulty handling of text...
2023-01-24 David GriffithCreated an entry in ChangeLog for the upcoming 2.55...
2023-01-06 David GriffithRun xset after install/deinstall to add/delete font...
2023-01-06 David GriffithEnsure that fonts don't get put into frotz_x11.a.
2023-01-04 David GriffithAdded caveat to INSTALL. -fcommon needed for building...
2023-01-04 David GriffithRemoved trailing spaces from README.md.
2023-01-04 David GriffithMention the deletion of the old BUGS file.
2023-01-04 David GriffithFixed misspelling of "magenta".
2023-01-04 David GriffithReworked faulty show_cell_normal() from the old IRC...
2023-01-01 David GriffithFixed faulty find for uninstall_xfrotz target.
2022-12-27 Chris SpiegelFix enum comparison
2022-12-04 David GriffithFixed singular/plural mistake.
2022-10-16 David GriffithSomehow when I converted ux_input.c to K&R-style, this...
2022-10-14 Thomas HuthMakefile: blorb-lib needs hash.h
2022-04-14 David GriffithUpdated README and README.md with correct info for...
2022-04-14 David GriffithUpdate ChangeLog to release date.
2022-04-14 David GriffithChanged complaint in Makefile from "a zip file" to...
2022-04-14 David GriffithAdded version requirement for KCC in Makefile.kcc.
next