liskon_frotz.git
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'
2019-07-12 borg323Fix @print_table in non-V6 lower window
2019-07-12 Florian LégerAdd a few more story ids for alpha/beta/gamma versions
2019-07-10 Florian LégerAdd more story ids
2019-07-10 David GriffithMerge branch 'resizable' into 'master'
2019-07-10 Florian LégerSFROTZ: make window resizable
2019-07-09 David GriffithMerge branch 'win-diff' into 'master'
2019-07-09 borg323remove stale comment
2019-07-08 borg323reduce diff to windows frotz
2019-07-08 David GriffithAdded another note to the ChangeLog.
2019-07-08 David GriffithAdd stuff to the ChangeLog.
2019-07-08 David GriffithMerge branch 'zchar_cleanup' into 'master'
2019-07-07 borg323change os_check_unicode() 2nd argument to zchar
2019-07-07 David GriffithAllow for alternative Blorb file at command line for...
2019-07-06 David GriffithMerge branch 'welash-audio_repeats'
2019-07-05 borg323curses: filter unicode chars > 0xffff
2019-07-05 borg323scale sdl file dialog with font
2019-07-05 borg323revert sdl to old code when USE_UTF8=no
2019-07-05 David GriffithFix mistake in command line parsing for alternative...
2019-07-05 David GriffithMerge branch 'audio_repeats' into 'master'
2019-07-05 David GriffithAllow for alternative Blorb file at command line for...
2019-07-05 borg323fix sdl file dialog list display
2019-07-04 Bill LashFirst pass at adding repeats for aiff/ogg sounds
2019-07-04 borg323improve sdl utf-8 filename entry
2019-07-02 David GriffithMerge branch 'issue118' into 'master'
2019-07-02 borg323fix sdl char, zchar and zword confusion
2019-07-01 David GriffithMerge branch 'issue118' into 'master'
2019-07-01 borg323utf-8 input for dumb interface
2019-06-30 David GriffithClean up stray trailing whitespace.
2019-06-30 David GriffithMerge branch 'fix_wait' into 'master'
2019-06-30 William LashMake sure to set the maxwait before each select call
2019-06-29 David GriffithMerge branch 'welash/frotz-mac_sema'
2019-06-29 Bill LashCheck for NULL dispatch semaphore ptr on MAC
2019-06-29 Bill LashFixing assert due to failure of src_process
2019-06-29 Bill LashFix a few issues discovered on the MAC
2019-06-29 Bill LashMake a try at MACOS unnamed semaphores
2019-06-24 David GriffithMerge branch 'typo-fixes' into 'master'
2019-06-24 David GriffithGet rid of some leftovers from audio overhaul.
next