liskon_frotz.git
2019-01-21 David GriffithMerge branch 'nested' into 'master'
2019-01-21 William LashRemove nested functions
2019-01-21 David GriffithMerge branch 'dashL' into 'master'
2019-01-21 David GriffithMerge branch 'segfault' into 'master'
2019-01-21 David GriffithMerge branch 'master' into 'master'
2019-01-15 Bill LashMerge branch 'master' of gitlab.com:DavidGriffith/frotz
2019-01-10 David GriffithUpdate mirror list.
2018-12-20 Bill LashFix -L option in curses port
2018-12-18 Bill LashCheck for NULL pointer when stripping extension
2018-09-27 Bill LashAdd my_strndup() api
2018-09-10 David GriffithMove some externs of os_ functions into frotz.h.
2018-09-10 David GriffithFix stupid oversight in install_sfrotz and uninstall_sf...
2018-09-10 David GriffithDelete duplicate define of bb_ID_FORM.
2018-09-10 David GriffithAdded ignores for Quetzal files, scripts, and command...
2018-09-10 David GriffithAdded useful Blorb-handling changes.
2018-09-04 David GriffithFix #47: Prompt for overwrite.
2018-09-04 David GriffithGet rid of convoluted code for stripping filename exten...
2018-09-04 David GriffithMake this part of Dumb look a bit more like the corresp...
2018-09-04 David GriffithApply same default filename fix from #92 for Dumb inter...
2018-09-04 David GriffithApply same default filename fix from #92 for Curses...
2018-09-04 David GriffithFix string termination problems that caused #92.
2018-09-04 David GriffithClean up and fix restricted mode for Dumb interface.
2018-09-04 David GriffithClean up and fix restricted mode for Curses interface.
2018-09-04 David GriffithMinor newline cleanup in os_read_file_name().
2018-09-04 David GriffithAdd compile-time option to disable Blorb for the Dumb...
2018-09-04 David GriffithComment cleanup for some headers.
2018-09-04 David GriffithAdd discrete ZC_NUMPAD_? defines to replace define...
2018-09-04 David GriffithChange ZC_FKEY* usage in SDL interface to avoid math.
2018-08-27 David GriffithAdd mention of how to get Xterm to honor the Alt key.
2018-08-26 David GriffithAdded install_all and uninstall_all make targets.
2018-08-26 David GriffithAdd mention of sfrotz(6) in Dumb Frotz's manpage. ...
2018-08-26 David GriffithAdd manpage for SDL Frotz. Not done yet.
2018-08-26 David GriffithAdd list of hotkeys in frotz.6 manpage.
2018-08-26 David GriffithChange piracy opcode option in sfrotz from -p to -P...
2018-08-25 David GriffithChanged most instances of memcpy() to memmove().
2018-08-21 David GriffithFix several old references to Github.
2018-08-20 David GriffithGive function keys their own ZC_* defines to avoid...
2018-08-20 David GriffithExpand a ternary operation in a printf() to mollify...
2018-08-20 David GriffithFix for #84: Missing newline can lead to dropped lines.
2018-08-01 David GriffithThe dist target doesn't need hash or clean as prerequis...
2018-08-01 David GriffithChange dumb frotz over to SDL's style of error checking...
2018-08-01 David GriffithIgnore generated defines files.
2018-08-01 David GriffithAdd unmentioned build targets of "curses" and ncurses".
2018-08-01 David GriffithAdd blurb when a library or target is finished.
2018-08-01 David GriffithAdd -I flag to SDL Frotz to allow for setting the inter...
2018-08-01 David GriffithUpdate manpages for frotz and dfrotz with -I (interpret...
2018-08-01 David GriffithAdd mention of the -I flag (set interpreter number...
2018-08-01 David GriffithAdd -I flag to curses Frotz to allow for setting the...
2018-08-01 David GriffithMake regular info display for sfrotz look similar to...
2018-08-01 David GriffithAdd "Curses interface" to curses interface regular...
2018-08-01 David GriffithAdd version info command line option to SDL interface.
2018-08-01 David GriffithFix ARFLAGS omission.
2018-08-01 David GriffithAdd mention of curses interface in curses interface...
2018-08-01 David GriffithDelete short commit hash from curses interface version...
2018-08-01 David GriffithAdd build timestamp to dumb interface version info.
2018-08-01 David GriffithIgnore a dist subdirectory.
2018-08-01 David GriffithGet version string from Git instead of the Makefile.
2018-08-01 David GriffithPut Git branch, hash, short hash, and tag into Makefile...
2018-08-01 David GriffithFixup the Git stuff in preparation for editing Makefile...
2018-08-01 David GriffithIgnores for *.swp, *.tar, and *.gz.
2018-08-01 David GriffithFix broken use of "git archive".
2018-07-31 David GriffithAdd MAKEFLAGS option to keep output of parallel builds...
2018-07-31 David GriffithPrettifying the "Generating" stuff.
2018-07-31 David GriffithForgot these $(RANLIB) substitutions.
2018-07-31 David GriffithChange strrchr() to my_strrchr() to allow for use when...
2018-07-31 David GriffithFix NO_STRRCHR for consistency.
2018-07-31 David GriffithDelete useless exports.
2018-07-31 David GriffithFix typo in targets for uninstalling curses frotz.
2018-07-31 David GriffithRemove phonies for version.c to avoid repeated recompil...
2018-07-31 David GriffithDelete unused library compilation targets.
2018-07-31 David GriffithClean up the clean target.
2018-07-31 David GriffithPut back building of src/common/version.c
2018-07-31 David GriffithComment out some extern declarations for variables...
2018-07-31 David GriffithClean up Makefiles re exported variables.
2018-07-31 David GriffithMoved stuff that shouldn't be edited to past the end...
2018-07-31 David GriffithTweak wording of Frotz homepage mention.
2018-07-31 David GriffithAdd mention of the default make target being "all".
2018-07-31 David GriffithClean up build targets and build help.
2018-07-31 David GriffithAdded distclean build target.
2018-07-31 David GriffithFixed problem with sfrotz needlessly recompiling.
2018-07-31 David GriffithAdd 661.org Frotz page to README.
2018-07-31 David GriffithChange Frotz homepage to 661.org and add short commit...
2018-07-31 David GriffithFixed and tested old memmove() replacement and moved...
2018-07-27 David Griffithmy_strdup() tweaks for dumb interface.
2018-07-26 David GriffithAdd header guards and fix duplicated defines for compil...
2018-06-05 David GriffithDelete mention of Frotz website. Not sure if I should...
2018-06-05 David GriffithUpdate README with new repository host.
2018-06-03 David GriffithUpdate gopher mirror of the IF Archive
2018-04-15 David GriffithMerge pull request #78 from tkorvola/sdl-tweaks
2018-04-12 Timo KorvolaTweak dependency generation options.
2018-04-10 Timo KorvolaDrop some unused vars.
2018-04-08 Timo KorvolaSDL: delete key for editing.
2018-04-02 Timo KorvolaFix expose handling.
2018-04-01 Timo KorvolaFullscreen toggling.
2018-03-31 David GriffithUse $@ instead of $(COMMON_DIR)/git_hash.h.
2018-03-30 David GriffithMerge pull request #77 from tkorvola/sdl2
2018-03-28 Timo KorvolaHandle expose events.
2018-03-28 Timo KorvolaFix indentation messed up by merging.
2018-03-28 Timo KorvolaSet SDL_HINT_IME_INTERNAL_EDITING.
2018-03-28 Timo KorvolaTry to use text input where appropriate.
next