liskon_frotz.git
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.
2022-04-14 David GriffithRearranged tops20 snavig target to ensure all text...
2022-04-14 David GriffithRearranged dos snavig target to ensure all text files...
2022-04-14 David GriffithAdded KCC-6.620(c2l3) to list of supported compilers...
2022-04-14 David GriffithRemoved dependency on unix2dos for snavig targets.
2022-04-14 David GriffithDoing unix2dos conversion in Snavig as a sed call.
2022-04-14 David GriffithUpdated INSTALL files for DOS and TOPS20.
2022-04-13 David GriffithUpdated Makefile to report that Snavig works for TOPS20.
2022-04-13 Adam ThorntonAdded config to snavig.pl to specify GNU sed.
2022-03-30 David GriffithGenericized the dist target a bit more.
2022-03-30 David GriffithAdded Libera link for donations.
2022-03-28 David GriffithUpdated snavig/ generation. Added missing frotz.prj...
2022-03-28 David GriffithFixed some problems that kept Open Watcom compiles...
2022-03-28 David GriffithUpdated Makefile.tc for official release.
2022-03-28 David GriffithSet Makefile to make an official release.
2022-03-28 David GriffithSlightly updated ChangeLog. One more due for release.
2022-03-25 David GriffithUpdated INSTALL for macOS. Its ncurses is old, but...
2022-03-25 David GriffithUpdated Changelog with more macOS stuff.
2022-03-23 David GriffithOnly allow for A_ITALIC to be set if we have ncurses...
2022-03-23 Dan FabulichFix macOS ARM builds by using correct include path...
2022-03-23 Dan FabulichFix curses build on macOS 12
2022-03-22 David GriffithRewrote Apple-specific compilation stuff.
2022-03-22 David GriffithRemoved ncurses from list of sound support libs (duh).
2022-01-30 David GriffithFixed minor warning of circular dependency in Makefile.
2022-01-30 David GriffithFixed trouble with z_header.user_name clobbering Inform...
2022-01-15 David GriffithReenabling old-style graphics for X11 interface.
2022-01-07 David GriffithThis is a better method of detecting Infocom V6 EGA...
2022-01-07 David GriffithRevert "Implemented prompt parameter for @save and...
2022-01-06 David GriffithImplemented prompt parameter for @save and @restore...
2022-01-06 David GriffithNow detecting Shogun EGA.
2022-01-06 David GriffithCleanup of testing printfs and such.
2022-01-06 David GriffithAdded --xscale and --yscale for EGA V6 graphics. Split...
2022-01-03 David GriffithUpdated changelog with mention of resolution fix.
2022-01-03 David GriffithNow dumb and curses interfaces process a Blorb's resolu...
2021-11-18 David GriffithUpdated ChangeLog with fix for Lurking Horror audio...
2021-11-18 David GriffithEnsure that a sample plays to its end before halting...
2021-11-18 David GriffithFixed indent error in sfrotz manpage.
2021-11-13 David GriffithAdded build target aliases using dashes instead of...
2021-11-12 Cameron CawleyFix loading Blorb files in the DOS port
2021-11-11 David GriffithUpdated list of files and directories in README.1st.
2021-11-11 David GriffithAdded some more documentation files to DOS snavig direc...
2021-11-11 David GriffithMade sure Snavig copies over *.asm files so that Open...
2021-11-10 Tee-Kiah ChiaEliminated some easier cases of unneeded `#ifdef __WATC...
2021-11-10 David GriffithMoved DOS-related things around for better integration.
2021-11-10 David GriffithUpdated ChangeLog and INSTALL_DOS with DOS-related...
2021-11-09 David GriffithFinalized quiet option for DOS.
2021-11-09 David GriffithFixed failure of -q flag to silence sound-effects....
2021-11-09 David GriffithReworked startup INFORMATION and prepare for quiet...
2021-11-09 David GriffithRemoved f_setup initilization from dos interface. ...
2021-11-09 David GriffithAdded dparams.txt from the old bcparams.txt.
2021-11-09 David GriffithAltered things so that os_beep() works when NO_SOUND...
2021-11-08 Tee-Kiah ChiaGot DOS_NO_SOUND = yes and DOS_NO_SOUND = no working...
2021-11-08 Tee-Kiah ChiaProperly clean src/common/defs.h on case-sensitive...
2021-11-08 Tee-Kiah ChiaFixed testing of DOS_NO_GRAPHICS etc. when making src...
2021-11-06 David GriffithImplemented NO_TRUECOLOUR support for DOS interface.
2021-11-06 David GriffithImplemented NO_GRAPHICS option for DOS interface.
2021-11-06 David GriffithRemoved src/olddos/.
2021-11-06 David GriffithReworked sound enable/disable config for consistency.
2021-11-06 David GriffithReworked sound.c and dossampl.c to remove dead code...
2021-11-06 David GriffithClean up junk left over from Watcom C compilation under...
2021-11-06 David GriffithCheck to see if running under DOS, if so use backslash...
2021-11-06 David GriffithFixed some Watcom C compile problems when done in DOS.
2021-11-06 David GriffithAdded "dos" to the list of possible snavig-processed...
2021-11-06 David GriffithReplaced ifdefs for getting/setting vectors with macros.
2021-11-06 David GriffithReplaced ifdefs with macros in dostext.c.
2021-11-06 David GriffithReplaced ifdefs with macros in dosscrn.c.
2021-11-06 David GriffithReplaced ifdefs with macros in dossampl.c.
2021-11-06 David GriffithReplaced ifdefs with macros in dospic.c.
2021-11-06 David GriffithReplaced ifdefs with macros in dosinit.c.
2021-11-06 David GriffithConsolidated into src/dos/.
2021-11-06 David GriffithConsolidated to dosblorb.c
2021-11-06 David GriffithConsolidated to dostext.c.
2021-11-06 David GriffithConsolidated to dosscrn.c.
2021-11-06 David GriffithConsolidated to dossampl.c.
2021-11-06 David GriffithConsolidated to dospic.c.
2021-11-06 David GriffithConsolidated to dosmouse.c.
2021-11-06 David GriffithConsolidated to dosinput.c.
2021-11-06 David GriffithConsolidated to dosfrotz.h and dosinit.c.
2021-11-06 David GriffithRemoved DOS-specific defs.h as they were the same as...
2021-11-06 David GriffithAdapted Snavig to process files for DOS compilation...
2021-11-06 David GriffithFixed problems with loading old-style graphics info...
2021-10-18 Cameron CawleySimplified cross-compiling to DOS with Open Watcom.
2021-10-15 David GriffithUpdated macOS install instructions to use Brew's ncurses.
2021-10-07 David GriffithUpdated ChangeLog and dumb frotz manpage.
2021-10-07 David GriffithMade quiet_mode an extern to cover more places.
2021-10-07 David GriffithUpdated dparams.txt.
2021-10-07 Zan Tysoradd quiet flag as requested in #254
next