liskon_frotz.git
2019-09-19 David GriffithConvert ux_audio_oss.c to K&R style.
2019-09-19 David GriffithConvert ux_audio_none.c to K&R style.
2019-09-19 David GriffithConvert ux_audio.h to K&R style.
2019-09-19 David GriffithConvert ux_audio.c to K&R style.
2019-09-19 David GriffithConvert dumb_pic.c to K&R style.
2019-09-19 David GriffithConvert dumb_output.c to K&R style.
2019-09-19 David GriffithConvert dumb_input.c to K&R style.
2019-09-19 David GriffithConvert dumb_init.c to K&R style.
2019-09-19 David GriffithConvert dumb_blorb.h to K&R style.
2019-09-19 David GriffithConvert dumb_blorb.c to K&R style.
2019-09-18 David GriffithBuild common_defines and hash for DOS. No cross-compil...
2019-09-18 David GriffithAdded -H option to sfrotz for showing extended options.
2019-09-18 David GriffithHopefully partial rebuilds are finally fixed.
2019-09-18 David GriffithAdd some talk about color in curses.
2019-09-16 David GriffithFix problem with building on *BSD of mentions of blorbl...
2019-09-16 David GriffithReword ncurses notes.
2019-09-16 David GriffithMention the need for NetBSD users to install libao...
2019-09-13 David GriffithAdd some defines and ifndefs to omit headers missing...
2019-09-13 David GriffithDisable Immintrin (Intel Intrinsics Emulation) for...
2019-09-13 David GriffithAdding OS-specific section for OpenBSD.
2019-09-14 David GriffithTalk about locale for getting proper UTF-8 support...
2019-09-14 David GriffithUpdate INSTALL with curses discussion and OpenBSD libra...
2019-09-14 David GriffithDelete a.out when distcleaning.
2019-09-13 David GriffithMention Paul Gilbert in AUTHORS.
2019-09-13 Paul GilbertEdit colors on images with adaptive palettes.
2019-09-13 David GriffithTypo zlip --> zlib
2019-09-13 David GriffithAdd a.out to .gitignore for NetBSD.
2019-09-13 David GriffithKeep NetBSD from mistakenly using curses.h in /usr...
2019-09-04 David GriffithConditionally use -D_POSIX_C_SOURCE=200809L for Linux...
2019-09-04 David GriffithRemove trailing spaces.
2019-09-04 David GriffithCFLAGS don't belong in the final linking.
2019-09-04 David GriffithFinish with SDL interface for FreeBSD.
2019-09-04 David GriffithMaybe this will prove helpful in getting Xterm to alway...
2019-09-04 David GriffithUpdate manpages for dumb and curses frotz with Unicode...
2019-09-04 David GriffithRemove mention of -R (restricted read/write path) as...
2019-09-04 David GriffithRemove mention of .frotzrc -- not used with sfrotz.
2019-09-04 David GriffithFix some awkward wording.
2019-09-04 David GriffithBold instances of frotz and sfrotz in manpage.
2019-09-04 David GriffithUpdate sfrotz manpage to talk about Unicode support.
2019-09-04 David GriffithAdd some tweaks for FreeBSD; no sound curses interface.
2019-09-04 David GriffithRemove extraneous parentheses.
2019-09-03 David GriffithMerge branch 'more-pkg-config' into 'master'
2019-09-02 James Le CuirotUse shell Makefile function to avoid repeatedly calling...
2019-09-02 James Le CuirotUse pkg-config to get ncurses(w) flags, falling back...
2019-09-02 David GriffithFix mess with defines.
2019-09-02 David GriffithMerge branch 'toolchain-paths' into 'master'
2019-09-01 David GriffithMerge branch 'pkg-config' into 'master'
2019-08-31 James Le CuirotDon't add $(PREFIX)/include and $(PREFIX)/lib to toolch...
2019-08-31 James Le CuirotAllow building with a specific pkg-config given by...
2019-08-31 David GriffithRemove version.c and put build date back into git_hash.h.
2019-08-30 David GriffithMerge branch 'keydelay' into 'master'
2019-08-30 David GriffithRemove R from getopt that isn't being used for anything...
2019-08-30 David GriffithFix improper way of checking for uninitialized string.
2019-08-30 Bill LashSwallow unexpected timeout keycode
2019-08-29 David GriffithMerge branch 'keydelay' into 'master'
2019-08-29 Bill LashCheck to see if a timeout is expected
2019-08-27 David GriffithAdd mention of Unicode by way of UTF-8 in INSTALL.
2019-08-26 David GriffithSegfault with -r and no parameter. Add missing colon...
2019-08-24 David GriffithMove sf_searchfile() from sf_ftype.c to sf_fonts.c.
2019-08-24 David GriffithFix problem with fontdir option in .sfrotzrc not being...
2019-08-20 David GriffithRemoved dependency preprocessor stuff that never did...
2019-08-16 David GriffithAdd targets to .PHONY to re-allow partial rebuild.
2019-08-14 David GriffithFix null trailer problem with Blorb file loading.
2019-08-06 David GriffithAsk player if it's okay to overwrite an existing record...
2019-07-28 David GriffithMerge branch 'sdl_sfrotzrc' into 'master'
2019-07-28 Bill LashAlso look for .sfrotzrc in home directory
2019-07-27 Bill LashMerging with upstream
2019-07-27 Bill LashMerge branch 'master' of https://gitlab.com/DavidGriffi...
2019-07-23 David GriffithAdd stuff needed for NetBSD to build sfrotz. Still...
2019-07-23 David GriffithIdentify host OS as Unix if so. Include unistd.h prote...
2019-07-25 David GriffithAdd list of packages for sfrotz using NetBSD nomenclature.
2019-07-23 David GriffithRemove pointless link to dl library.
2019-07-23 David GriffithAdd specifics for NetBSD compilation. Remove -ltinfo.
2019-07-23 David GriffithReorder ifdefs to prevent redefinition of wint_t proble...
2019-07-22 David GriffithSet h_config and h_flags properly concerning graphics...
2019-07-22 David GriffithAdded Blorbified V6 semi-support to dumb interface.
2019-07-21 David GriffithAdd processing of Rect chunks for V6 semi-support.
2019-07-18 David GriffithEndian swap not necessary.
2019-07-18 David GriffithUpdate leading comments for Makefiles: for Frotz and...
2019-07-18 David GriffithFix problem with an ifdef that should have been ifndef.
2019-07-17 David GriffithFirst stab at V6 semi-support through Blorb in curses...
2019-07-15 David GriffithGet the number of CPUs available with Linux. Not doing...
2019-07-15 David GriffithAvoid race conditions when doing a parallelized buid.
2019-07-15 David GriffithFix trouble with wint_t being redefined with NetBSD.
2019-07-15 David GriffithDetect NetBSD and add casts to quell complaints with...
2019-07-15 David GriffithFix problem with reporting audio enabled when really...
2019-07-15 David GriffithRe-add src/common/git_hash.h to .gitignore.
2019-07-14 David GriffithMention CONTRIBUTORS in README.1st.
2019-07-14 David GriffithDelete the old and very stale BUGS file.
2019-07-14 David GriffithDelete stale link to PDF.
2019-07-14 David GriffithRework lead comments for DOS interface files.
2019-07-14 David GriffithCorrected address of the Free Software Foundation.
2019-07-14 David GriffithAdded README.md for respository use.
2019-07-14 David GriffithSome minor edits to README and INSTALL.
2019-07-13 David GriffithMerge branch 'fleger1/frotz-story-ids'
2019-07-13 David GriffithIndent and space fixes.
2019-07-13 David Griffithget_prop_len opcode returns 0 when argument is 0 per...
2019-07-13 David GriffithAdding a "nosound" target to build curses interface...
2019-07-12 David GriffithAdding the Praxix tests to test suite.
2019-07-12 David GriffithMerge branch 'print_table' into 'master'
next