liskon_frotz.git
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.
2018-03-28 Timo KorvolaHandle SDL_TEXTINPUT events.
2018-03-28 Timo KorvolaFullscreen mouse.
2018-03-28 Timo KorvolaFirst take on switching to SDL 2.
2018-03-28 Timo KorvolaFix 8-bit characters in dialogs.
2018-03-28 Timo KorvolaIgnore generated version.c.
2018-03-28 David GriffithMerge pull request #74 from tkorvola/misc
2018-03-27 Timo KorvolaDon't leak curses sound options elsewhere.
2018-03-27 Timo Korvolasfrotz requires -lm.
2018-03-27 Timo KorvolaGet rid of common/defines.h.
2018-03-27 Timo KorvolaImproved dependency management.
2018-03-27 Timo KorvolaRemove getexepath.
2018-03-27 David GriffithConvert DOS-style line endings to Unix-style.
2018-03-27 David GriffithCleanup in Makefile.
2018-03-27 David GriffithGive the core its own Makefile.
2018-03-27 David GriffithGive the curses interface its own Makefile.
2018-03-27 David GriffithFixed weird problems with "make clean" trying to compil...
2018-03-27 David GriffithGive blorblib it's own Makefile.
2018-03-27 David GriffithGive dfrotz its own Makefile. Need to figure out how...
2018-03-27 David GriffithMerge branch 'tkorvola-misc'
2018-03-27 David GriffithChange sfrotz over to using common/defines.h for versio...
2018-03-27 David GriffithMerge branch 'misc' of https://github.com/tkorvola...
2018-03-27 David GriffithMerge pull request #69 from escondida/quetzal
2018-03-26 Timo KorvolaFix cursor positioning.
2018-03-25 Timo KorvolaRemove the distclean target.
2018-03-24 Timo KorvolaReduce pointless recompilation.
2018-03-24 Timo KorvolaMiscellaneous portability fixes.
2018-03-24 Timo KorvolaFix eternal loop in sf_GetProfileString.
2018-03-22 David GriffithMerge pull request #70 from escondida/end_no_strrchr
2018-03-21 Ivy Fostersrc/curses/ux_init.c: End homebrewed strrchr function
2018-03-21 Ivy Fostersrc/common/quetzal.c: Do not implicitly fall through...
2018-03-11 David GriffithChange append redirection to create redirection to...
2018-03-11 David GriffithFix typo with GIT_BRANCH in Makefile.
2018-03-11 David GriffithAdd BUILD_DATE_TIME to src/common/defines.h.
2018-03-11 David GriffithMerge branch 'tkorvola-sdl'
2018-03-11 Timo KorvolaRemove duplicate -lz.
2018-03-11 Timo KorvolaClean up compiler warnings.
2018-03-11 Timo KorvolaMore useful CFLAGS.
2018-03-11 Timo KorvolaFix some technical blunders.
2018-03-11 Timo KorvolaUpdate font_height & _width whenever they are used.
2018-03-11 Timo KorvolaSupport for querying current font size.
2018-03-11 Timo KorvolaSupport for loading a scalable graphics font.
2018-03-11 Timo KorvolaAdjust graphics font.
2018-03-11 Timo KorvolaFix the file dialog filters.
2018-03-11 Timo KorvolaReally show Beyond Zork's title screen.
2018-03-11 Timo KorvolaSafer ar rules.
2018-03-11 Timo KorvolaMore special keys.
2018-03-11 Timo KorvolaLose non-standard GCC attributes.
2018-03-11 Timo KorvolaFix os_string_width.
2018-03-11 Timo KorvolaMinor improvements
2018-03-11 Timo KorvolaFix history by borrowing from curses.
2018-03-11 Timo KorvolaFix recursive SDL make.
2018-03-11 Timo Korvolaend_of_sound now maybe works.
2018-03-11 Timo KorvolaUseless use of dup.
next