liskon_frotz.git
2018-01-26 David GriffithRemove duplicate prototypes and move other stuff to...
2018-01-24 David GriffithMerge pull request #55 from tkorvola/undo
2018-01-21 Timo KorvolaFix SEGV on undo past beginning of game.
2017-12-31 David GriffithMerge pull request #54 from laanwj/2017_12_yellow
2017-12-23 Wladimir J... Allow color 'yellow' for option -f and -b
2017-12-15 David GriffithMerge pull request #52 from llasram/dumb-command-name
2017-12-15 David GriffithMerge pull request #51 from everlastingwonder/patch-1
2017-12-14 Marshall BockrathProvide dfrotz `f_setup.command_name` with an initial...
2017-12-12 Gus WiedeyUpdate Makefile to support versions of install that...
2017-07-21 David Griffith...forgot src/dumb/dumb_params.txt
2017-07-21 David GriffithClean up minor unevenness in "dfrotz -h" output.
2017-07-21 David GriffithMention the '-m' flag in "dfrotz -h" output.
2017-07-13 David GriffithRemove references to obsolete PORTING and PACKAGING...
2017-07-12 David GriffithAdded .EXE, .LIB, and .z? to .gitignore.
2017-07-12 David GriffithDOS Frotz restricted mode (not tested yet) and fixed...
2017-07-01 David GriffithStyle correction.
2017-06-28 David GriffithAdd list of parameters for DOS interface for use with...
2017-06-28 David GriffithAdd restricted mode for curses, which is now -R. ...
2017-06-28 David GriffithAdd -W flag to dumb help. Clarify that -W restricts...
2017-06-27 David GriffithAdded support for directory restriction.
2017-06-27 David GriffithClarify some stuff about the intended effects of -W.
2017-06-27 David GriffithAdding some stuff to ease the process of reworking...
2017-06-27 David GriffithModified the manpages in anticipation of the -W option
2017-06-15 David GriffithMerge branch 'timtelcik-frotz-issue-44'
2017-06-15 David GriffithFix to appease -Wmisleading-indentation
2017-06-15 Tim Telcikfrotz-issue-44: Replaced type "ulong" with type "unsign...
2017-06-12 Tim Telcikfrotz-issue-44: Added compiler support for Apple MacOS...
2017-03-09 David GriffithClean up assorted foibles in Makefile.
2017-02-27 David GriffithAdded some commentary to the end of the build process.
2017-02-27 David GriffithAdded preliminary support for Blorb loading for Dumb...
2017-02-27 David GriffithRemove more Blorb stuff from ux_frotz.h.
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...
next