liskon_frotz.git
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
2021-07-23 auraesDeletion of the defs.h file
2021-07-23 auraesWatcom compiler version
2021-07-18 auraesWrong comment for the read_font() function
2021-07-17 auraesFixed display of the Higher ZSCII character table with...
2021-07-17 auraesMerge branch 'master' of https://gitlab.com/DavidGriffi...
2021-07-12 David GriffithFixed part of the problem with sfrotz's audio with...
2021-07-11 David GriffithBroke out command line parsing for curses interface...
2021-07-11 David GriffithAdded option for sfrotz to load a different config...
2021-07-07 David GriffithUpdated ChangeLog with DOS Frotz's Amiga font modes
2021-07-05 auraesFixed character glyphs for Amiga fonts 1 to 4
2021-07-04 auraesWrong width of 'œ' for the Amiga comic font
2021-07-03 auraesFixed character glyphs for Amiga fonts 1 to 4
2021-06-23 David GriffithChanged RELEASE_NOTES to "Development release.".
2021-06-23 David GriffithUpdated Turbo C project file, frotz.prj.
2021-06-23 David GriffithRevised TODO to reflect that the dumb interface works...
2021-06-23 David GriffithMore date and version bumps.
2021-06-23 David GriffithAdded minor feedback to Makefile and used $(error ...
next