liskon_frotz.git
2017-02-27 David GriffithMove use_blorb and exec_in_blorb from u_setup_t to...
2017-02-27 David GriffithDelete useless Blorb members of u_setup_t structure.
2017-02-27 David GriffithMove Blorb stuff out of ux_setup.h and into ux_blorb...
2017-02-22 David GriffithHead off another potential problem with dotless files...
2017-02-22 David GriffithFix for Frotz tries too hard to read game files. #35.
2017-02-22 David GriffithAdded GPL and FSF stuff to leading comments in src...
2017-02-22 David GriffithAdd http://www.fsf.org/ to leading comments.
2017-02-22 David GriffithAdjust the look of dfrotz information.
2017-02-22 David GriffithDelete useless old CVS version tags.
2017-02-22 David GriffithFix long option crap.
2017-02-22 David GriffithDUMB FROTZ: Fix syntax and version. Fix defines.h and...
2017-02-22 David GriffithUpdate and rearrange use syntax and version information.
2017-02-22 David GriffithAdd to manpages the -R option for loading a save on...
2017-02-22 David GriffithMake syntax guide a bit clearer for what's expected...
2017-02-22 David GriffithMerge remote-tracking branch 'origin/ao-curses'
2017-02-21 David GriffithFix src/curses/defines.h trouble.
2017-02-21 David GriffithMerge pull request #38 from fundamental/partial-audio-fix
2017-02-21 fundamentalFix Typo When bleep.nsamples < music.nsamples
2017-02-21 fundamentalRemove Debug Printfs Within Audio Engine
2017-02-21 fundamentalAdd Separate Buffers For Music/FX
2017-02-21 fundamentalGet Project To Build With Makefile
2017-02-16 David GriffithFix .gitignore
2017-02-16 David Griffithdumb interface: add -R option to immediately load a...
2017-02-16 David GriffithActually use the new my_strdup() function.
2017-02-16 David GriffithDelete src/common/git_hash.h when doing "make clean".
2017-02-16 David GriffithFix #31: Several struct f_setup variables were not...
2017-02-01 David GriffithMention the need for libsamplerate.
2017-01-31 David GriffithFix #33: Increase TEXT_BUFFER_SIZE to 275.
2017-01-10 David GriffithFix #34: Exit if screen is wider than 255 instead of...
2017-01-10 David GriffithPossible incorrect use of print_string() in os_reset_sc...
2016-09-23 David GriffithFixed a problem with segfault on attempting to load...
2016-07-17 David GriffithMake Git hash, tag, and branch info available to Frotz.
2016-06-15 David GriffithAdd UNUSED() macro to ux_audio_none.c.
2016-06-11 David GriffithMerge pull request #30 from erikd/ao-curses
2016-06-11 Erik de Castro... Add two new locks
2016-06-11 David GriffithBetter way of keeping -Wall quiet.
2016-06-11 David GriffithMerge branch 'erikd-ao-curses' into ao-curses
2016-06-11 David GriffithMore compiler warning fixes using Martin Pool's UNUSED...
2016-06-11 Erik de Castro... Fix more compiler warnings
2016-06-11 Erik de Castro... Makefile: Separate out CFLAGS
2016-06-11 David GriffithCorrected most of -Wall's complaints.
2016-06-11 David GriffithMerge pull request #28 from erikd/master
2016-06-10 Erik de Castro... Makefile: Add minimal C compiler warning flags
2016-05-15 David GriffithFix unlock of an already unlocked mutex.
2016-04-29 David GriffithMerge pull request #26 from escondida/master
2016-04-27 Ivy FosterRemove unused variable from os_process_arguments
2016-04-27 Ivy FosterPrint errors to stdout in curses interface
2016-04-27 Ivy FosterMerge ux_init_blorb into os_process_arguments
2016-04-23 David GriffithMerge pull request #25 from escondida/master
2016-04-23 Ivy FosterLeave the decision whether to strip the binary up to...
2016-04-23 Ivy FosterAllow installing to DESTDIR
2016-04-23 Ivy FosterOptionally look for configuration in $XDG_CONFIG_HOME
2016-01-25 David GriffithMerge pull request #24 from unix-ninja/master
2016-01-25 Unix-NinjaAdd configurable ar and ranlib paths in Makefile
2016-01-22 David GriffithMerge pull request #23 from superxkooda-feature/cmdrestore
2016-01-22 David GriffithCleanup of code for the new option to immediately load...
2016-01-20 Michael AngheloneAdded the capability to load a save file as a command...
2015-10-16 David Griffith09485e3a caused subsequent bleeps to be distorted....
2015-10-16 David GriffithCrap
2015-10-16 David GriffithMake -Wall and -Wextra happy
2015-10-16 David GriffithNo more segfaults when playing an AIFF when an OGG...
2015-10-01 David GriffithUpdate and cruft-removal for the manpages.
2015-10-01 David GriffithUpdate and cruft-removal for the manpages.
2015-09-17 David GriffithNow OGGV playback works.
2015-09-16 David GriffithRemove unnecessary memmmove() calls.
2015-09-08 David GriffithMinor typos and an if-rearrangement.
2015-09-06 David GriffithRemoved unnecessary startup chatter.
2015-08-31 David GriffithChange some exit() calls to simple returns.
2015-08-31 David GriffithGoing back to calling libvorbisfile directly because...
2015-08-30 David GriffithAdded a private implementation of strrchr(3) for system...
2015-08-30 David GriffithMerge pull request #20 from fornwall/master
2015-08-30 Fredrik FornwallReplace rindex() with strrchr()
2015-08-27 David GriffithTrying using the playaiff code for OGGV. It should...
2015-08-10 David GriffithAlternating MODs with AIFFs now work completely. Still...
2015-08-10 David GriffithMods play correctly. No mixing yet.
2015-08-09 David GriffithFix #19, minor nit of unused variables in the Makefile.
2015-08-09 David GriffithTruncate trailing question mark for those Infocom games...
2015-07-26 David GriffithMove some function prototypes around and make static.
2015-07-26 David GriffithMerge pull request #17 from ramn/jump_wordwise
2015-07-26 David GriffithMerge pull request #16 from ramn/ctrl_w_improvements
2015-07-26 David GriffithFix Issue #15: dumb-frotz -m option falls thru to show...
2015-07-24 Simon AnderssonAdd key bindings for jumping wordwise
2015-07-24 Simon AnderssonImprove ctrl-w
2015-07-24 Simon AnderssonIgnore ctags, tmp
2015-07-22 David GriffithMerge pull request #14 from ramn/ctrl_w
2015-07-22 Simon AnderssonMake ctrl-w work in middle of line
2015-07-22 Simon AnderssonRestrict ctrl-w to last word
2015-07-22 David GriffithMerge pull request #12 from ramn/add_ctrl_w
2015-07-22 Simon AnderssonAdd binding ctrl-w - deletes prev word
2015-07-11 David GriffithMerge pull request #9 from ZoeB/master
2015-07-10 Zoë BladeDeclare argument type
2015-06-30 David GriffithREADME tweaks.
2015-06-30 David GriffithTidying up here and there.
2015-06-22 David GriffithFirst stab at playing MODs with AIFFs. Plays slow...
2015-06-22 David GriffithIt seems that in Debian 7, -lpthread was automatically...
2015-06-22 David GriffithUpdate manpages and conf-big.
2015-05-26 David GriffithOSS sound tidying up and change request from FreeBSD...
2015-05-25 David GriffithAdditions and tweaks to make Frotz compile with the...
2015-05-21 David GriffithMissed this getopt argument left over from removing...
2015-05-21 David GriffithRemove old-style save file format support.
next