liskon_frotz.git
2025-04-22 George CaswellFixed a bug in unicode_tolower() - Unicode range detect... liskon_dos
2025-04-06 George CaswellRearranged help text to order options by functional...
2025-04-06 George CaswellError counting is no longer supported if NO_DEBUG is...
2025-04-05 George Caswell"Seed random numbers" hotkey is now disabled if NO_DEBU...
2025-04-05 George CaswellDisabled in-game tab completion (EXE file size reduced...
2025-04-05 George CaswellOn non-unicode builds, disabled the unicode downcasing...
2025-04-05 George CaswellImplemented "Undo memstate bitmap" - a data structure...
2025-04-03 George CaswellInitial load of game header now loads directly to the...
2025-04-02 George CaswellQuetzal save/restore and the undo system now use the...
2025-03-29 George CaswellMore changes to reduce EXE size: "Expand abbrev text...
2025-03-28 George CaswellError messages in quetzal code are made more generic...
2025-03-28 George CaswellUpdates to DOS os_read_file_name: Corrected memory...
2025-03-28 George CaswellChanged CFLAGS for Borland build to use compact memory...
2025-03-28 George CaswellFrotz: Pared down various pieces of functionality to...
2025-03-05 David GriffithFixed potential out-of-bounds read in gen_blorb_init(). master
2025-02-27 David GriffithModified Makefile to use "which" if "command -v" isn...
2025-02-26 NHOrusReplace `which` with POSIX-mandated portable `command -v`
2025-02-11 Stephen KittFix "auxiliary" typo
2025-02-11 David GriffithAdded blurb to ux_audio.h
2025-02-11 David GriffithFix odd indentation in snavig.pl.
2025-02-09 David GriffithFixed nonstandard pkgconf variable names.
2025-02-09 David GriffithImplemented script-from-start for dumb interface.
2025-02-08 David GriffithRemoved useless $(DEFINES) in PHONY target.
2025-02-07 David GriffithFixed potential SDL interface build failure when using...
2025-02-07 David GriffithShifted to development and created a new release sectio...
2025-02-01 FeRD (Frank... curses: Make ux_defines.h a prereq of object files
2025-02-01 FeRD (Frank... Add two missing includes, to fix builds on Fedora Rawhi...
2025-02-01 David GriffithQuelled some warnings from Turbo C GUI compilation.
2025-02-01 David GriffithAdded Turbo C for 16-bit DOS fix for 64k boundary crossing.
2025-02-01 David GriffithUpdated Makefiles for Turbo C and Open Watcom C.
2025-02-01 David GriffithUpdated ChangeLog and Makefile in preparation for new...
2025-02-01 David GriffithUpdated dates in manpages again.
2025-01-28 David GriffithFatal error instead of segfault when writing a string...
2025-01-23 FeRD (Frank... Add src/sdl/sf_defines.h to gitignore
2025-01-10 David GriffithUpdated manpages.
2025-01-09 David GriffithUpdated ChangeLog with filename extension stuff.
2025-01-09 David GriffithReworked dumb interface to add appropriate filename...
2025-01-09 David GriffithReworked curses interface to add appropriate filename...
2025-01-09 David GriffithReworked SDL interface to add appropriate filename...
2025-01-07 David GriffithFor X11 interface, add appropriate filename extensions...
2025-01-04 David GriffithFor saving in dumb interface, append ".qzl" to filename...
2025-01-02 David GriffithFor saving in curses interface, append ".qzl" to filena...
2025-01-02 David GriffithFixed potential source of trouble when reading file...
2025-01-01 David GriffithFor saving in SDL interface, append ".qzl" to filename...
2025-01-01 David GriffithUpdated ChangeLog.
2025-01-01 David GriffithIfdef'ed code to check if a short > 16 bits for only...
2025-01-01 James Le CuirotFix stray $ that breaks the frotz filename when specify...
2024-08-31 David GriffithFixed spurious complaint of missing graphics when Z...
2024-08-30 David GriffithRemoved m_exitPause from SDL as it caused problems...
2024-06-08 David GriffithEnsured complaint about missing graphics if blorb file...
2024-06-08 David GriffithMoved X11 pkgconf calls to X11 Makefile and allow for...
2024-06-04 David GriffithFixed X11 interface build calling pkg-config directly.
2024-06-03 David GriffithMoved SDL pkgconf calls to SDL Makefile to avoid spurio...
2024-06-02 David GriffithRemoved commented out stuff left over from sdl_nosound...
2024-05-28 David GriffithImplemented sdl_nosound build target.
2024-05-27 David GriffithReworked "make help" output.
2024-05-27 David GriffithRedid declaration of "avail" to satisfy ANSI. Open...
2024-05-27 David GriffithAdded some commentary for the common defines.
2024-05-27 David GriffithMoved ux_defines.h generation to src/curses/Makefile.
2024-05-20 David GriffithAdded dummy functions for no sound support.
2024-05-18 David GriffithSaved the computed Blorb filename for later use.
2024-05-16 David GriffithFixed potential NULL references in the curses interface.
2024-05-16 David GriffithFixed potential NULL references in the curses interface.
2024-05-16 David GriffithFixed many NULL references when X11 interface loads...
2024-05-16 curiousdanniiUpdate Makefile to account for no pkgconf
2024-05-15 David GriffithRedid warnings for missing graphics.
2024-05-14 David GriffithRemoved superfluous include of execinfo.h.
2024-05-11 David GriffithAdded ifndef NO_EXECINFO_H around include of execinfo.h.
2024-05-11 David GriffithFixed $(EXTENSION) applied twice to executables.
2024-05-10 David GriffithAdded runtime warnings when sound or graphics are used...
2024-05-07 David GriffithDirected players to the IF Archive to get graphics...
2024-05-07 David GriffithFixed typo.
2024-03-01 David GriffithPut my_strdup() and my_strndup() into separate ifdefs.
2024-03-01 David GriffithMoved my_strrchr() to src/common/missing.c and made...
2024-02-29 David GriffithRemoved CC declaration in SDL interface Makefile.
2024-02-29 David GriffithEnsured that either pkgconf or pkg-config can be used.
2024-02-29 David GriffithSimplified means of not including stdint.h for DOS...
2024-02-29 David GriffithFinalized (for now) Randomization Test Suite.
2024-01-08 David GriffithReordered display_spread() to make a little more sense.
2024-01-05 David GriffithGetting ChangeLog a bit more ready for release.
2024-01-05 David GriffithExtended the name of the randomization test to randomiz...
2024-01-05 David GriffithLaid foundation for spread test to automatically increa...
2024-01-05 David GriffithRemoved useless parameters fed to _bellcurve() functions.
2024-01-05 David GriffithParked cursor out of the way for the spread test.
2024-01-05 David GriffithCleaned up printing of bar segments and removed @set_co...
2024-01-05 David GriffithConsolidated the two bin and count arrays into a single...
2024-01-05 David GriffithSpread test width is now the terminal width.
2024-01-04 David GriffithPut back the Lanes variable as a Global.
2024-01-04 David GriffithAdded intro to spread test.
2024-01-03 David GriffithCommitted a new build of the (now named) Z-machine...
2024-01-03 David GriffithCommented out Serial in random.inf since this is not...
2024-01-03 David GriffithAdded optimzations to random.inf. 6656 bytes reduced...
2024-01-03 David GriffithChanged name of randomization test to Z-machine Randomi...
2024-01-03 David GriffithEliminated LANES from the global variables in random...
2024-01-03 David GriffithNow setting Height and Width only in Main() in random...
2024-01-02 David GriffithCorrected pausing goofs for the bellcurve test in rando...
2024-01-01 David GriffithFixed problem with being unable to exit the spread...
2024-01-01 David GriffithUpdated copyright and signon stuff and put random.inf...
2024-01-01 David GriffithMoved printing of the last drop count in display_bellcu...
2023-12-31 David GriffithAdded release and serial number display to random.inf.
next