liskon_frotz.git
2019-05-28 fundamentalRewrite Frotz audio system core
2019-05-27 David GriffithEnsure only the current branch appears in GIT_BRANCH.
2019-05-27 David GriffithMerge branch 'cyrillic'
2019-05-27 David GriffithAdded gitignores for .blb, .blorb, and .zblorb.
2019-05-27 David GriffithAdded an error directive about UTF-8 not being supporte...
2019-05-27 David GriffithFix behavior caused by commit 225d8d38
2019-05-27 David GriffithSpacing between functions.
2019-05-27 David GriffithAdd some casts to quiet compile time warnings.
2019-05-27 Bill LashIf not using utf8 print "?" for values above 255
2019-05-27 Bill LashUpdating completion for cyrillic branch
2019-05-27 borg323remove HANDLE_OE_DIPTHONG
2019-05-27 borg323improve z_check_unicode
2019-05-27 borg323Makefile change
2019-05-27 borg323fix printing of default filename
2019-05-27 borg323enable filename input
2019-05-27 borg323cleanup
2019-05-27 borg323allow input of chars > ZC_LATIN1_MAX
2019-05-27 borg323os_display_string is not taking char *
2019-05-27 borg323some ux_input.c fixes
2019-05-27 borg323malloc size fix
2019-05-27 borg323zchar alternative
2019-05-27 David GriffithRemoving useless endian stuff that's pointless for...
2019-05-27 David GriffithDOS port now compiles and works. Issues #8 and #58...
2019-05-27 David GriffithReorder cleanup stuff.
2019-05-27 David GriffithClean up stuff left by a DOS build.
2019-05-27 David GriffithTurbo C doesn't like this way of doing macros.
2019-05-26 David GriffithAdjust curly bracket position.
2019-05-26 David GriffithMerge branch 'eurofix' into 'master'
2019-05-26 Bill LashFix behavior cuased by commit 225d8d38
2019-05-22 David GriffithBeginning of stuff to compile for DOS using Open Watcom...
2019-05-20 Bill LashChanges to the curses input routines for non latin...
2019-05-20 Bill LashChanges to common code for non latin unicode
2019-05-19 David GriffithRemoving useless endian stuff that's pointless for...
2019-05-19 David GriffithDOS port now compiles and works. Issues #8 and #58...
2019-05-19 David GriffithReorder cleanup stuff.
2019-05-19 David GriffithClean up stuff left by a DOS build.
2019-05-19 David GriffithTurbo C doesn't like this way of doing macros.
2019-05-18 David GriffithRemoved mention of a PORTING file, now deleted.
2019-05-18 David GriffithFix for #114: unneccesary newline printed every time...
2019-05-17 David GriffithTypo in ChangeLog.
2019-05-05 David GriffithUpdated ChangeLog with mention of some new features.
2019-05-05 David GriffithMerge branch 'welash/frotz-utf8'
2019-05-05 David GriffithFix signedness problem for get_wch().
2019-05-05 David GriffithRefining Makefiles. Needs work with implicit declarati...
2019-05-05 Bill LashAdd utf-8 output to script file
2019-05-05 David GriffithFix remaining strcat() in dumb interface.
2019-05-05 David GriffithAdded new chunk types from the latest blorb spec (2...
2019-05-05 David GriffithClean up bb_ID defines.
2019-05-05 David GriffithMove low-level bb_ID defines from blorblow.h to blorb.h.
2019-05-05 David GriffithMove the remaining bb_make_id() things to the blorb...
2019-05-05 David GriffithMove some bb_make_id() things to the blorb library.
2019-05-05 David GriffithAdd install_sdl and uninstall_sdl target aliases.
2019-05-05 David GriffithRemove needless blank lines.
2019-05-05 David GriffithAdd dependencies to allow "make sdl_lib" et al work...
2019-05-03 David GriffithAdd SDL_Quit() in two places to ensure sfrotz really...
2019-05-02 David GriffithRefining SDL interface os_fatal() to more resemble...
2019-05-02 David GriffithImplementing f_setup.ignore_errors for the SDL interface.
2019-04-30 David GriffithImplementing f_setup.ignore_errors for the curses inter...
2019-04-30 David GriffithImplementing f_setup.ignore_errors for the dumb interfa...
2019-04-30 David GriffithRemove f_setup.ignore_errors from the core.
2019-04-27 David GriffithForgot to put back the -Z flag into the help info for...
2019-04-24 David GriffithFix remaining strcat() in dumb interface.
2019-04-20 David GriffithAdded new chunk types from the latest blorb spec (2...
2019-04-20 David GriffithClean up bb_ID defines.
2019-04-20 David GriffithMove low-level bb_ID defines from blorblow.h to blorb.h.
2019-04-20 David GriffithMove the remaining bb_make_id() things to the blorb...
2019-04-20 David GriffithMove some bb_make_id() things to the blorb library.
2019-04-16 David GriffithAdd install_sdl and uninstall_sdl target aliases.
2019-04-10 David GriffithRemove needless blank lines.
2019-04-10 David GriffithAdd dependencies to allow "make sdl_lib" et al work...
2019-04-01 Bill LashAdd ifdefs for UTF8
2019-04-01 Bill LashAdd Makefile framework for enabling UTF8
2019-03-31 Bill LashAdd back ncursesw in makefile
2019-03-31 Bill LashMerge branch 'master' of https://gitlab.com/DavidGriffi...
2019-03-23 David GriffithMerge branch 'pathopen_fix' into 'master'
2019-03-22 Bill Lashfix pathopen by increasing the buffer length
2019-03-20 David GriffithMerge branch 'sdl_namefix' into 'master'
2019-03-18 Bill LashFix -N date option (issue 105)
2019-03-12 David GriffithDelete references to a wiki I never made.
2019-03-12 David GriffithDelete section describing curses interface config file.
2019-03-12 David GriffithFinish importing stuff from the old sfrotz html manual.
2019-03-12 David GriffithChange mention of an HTML manual to a manpage.
2019-03-12 David GriffithSave file loading for sfrotz at command line.
2019-03-12 David GriffithChange an int to bool.
2019-03-12 David GriffithRemove superfluous "done" comments.
2019-03-12 David GriffithDo a strdup() instead of a malloc() and strncpy().
2019-03-12 David GriffithFix an off-by-one strncat() limit.
2019-03-09 David GriffithExpand list of libs needed for SDL interface.
2019-03-09 David GriffithMinor tweaks of homepage.
2019-03-09 David GriffithRevert "Fixed problem with garbage .aux filenames."
2019-02-20 David GriffithBump "last updated" line on static page.
2019-02-20 David GriffithMerge branch 'valgrind/getconfig' into 'master'
2019-02-20 David GriffithAdded missing <ul> </ul> tags.
2019-02-20 David GriffithRemove reference to Sourceforge in static webpage.
2019-02-20 David GriffithGIT_BRANCH was mangled into IT_BRANCH. Never used...
2019-02-20 David GriffithDon't try to make a tarball if git repo not present...
2019-02-19 David GriffithFixed capitalization inconsistencies in manpages: ...
2019-02-19 David GriffithRe-add the "all" target and redo "make help".
2019-02-19 David GriffithRemove last bits of sed fiddling with Makefile. Versio...
2019-02-16 Andrew GaulAvoid reading past valid array ranges in getconfig
next