liskon_frotz.git
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.
2018-03-11 Timo KorvolaDrastically simplify getaiff.
2018-03-11 Timo KorvolaDrop an unused source file from compilation.
2018-03-11 Sean Fitzgeraldremove dfrotz build dependencies
2018-03-11 Timo KorvolaLose remaining traces of rindex.
2018-03-11 Timo KorvolaAdd declarations.
2018-03-11 Timo KorvolaFix dirname / basename problems.
2018-03-11 Timo Korvolasfrotz now links.
2018-03-11 Timo KorvolaAdd generic.c and generic.h.
2018-02-28 Timo KorvolaFix external link problems.
2018-02-28 Timo KorvolaFix SDL stuff to compile.
2018-02-27 David GriffithMerge pull request #66 from clusterfudge/patch-1
2018-02-26 Sean Fitzgeraldremove dfrotz build dependencies
2018-02-23 Timo KorvolaFix resource Blorb opening.
2018-02-23 Timo KorvolaMinor tweaks.
2018-02-23 David GriffithMerge pull request #65 from tkorvola/resize
2018-02-22 Timo KorvolaEliminate compiler warnings.
2018-02-22 Timo KorvolaSmall Makefile tweaks.
2018-02-20 Timo KorvolaSuspend on ^Z.
2018-02-20 Timo KorvolaMerge branch 'master' into resize
2018-02-20 Timo Korvolaos_repaint_window: return true for zero size area.
2018-02-20 Timo KorvolaAdd a dummy os_repaint_window to DOS version.
2018-02-20 David GriffithMerge branch 'tschmidty69-move_ldflags'
2018-02-20 David GriffithMerge branch 'move_ldflags' of https://github.com/tschm...
2018-02-20 David GriffithMerge pull request #62 from escondida/makefile_tiny_tweak
2018-02-20 David GriffithRevert "Merge branch 'escondida-quetzal'"
2018-02-20 David GriffithMerge branch 'escondida-quetzal'
2018-02-20 David GriffithAdd workarounds for compilers that lack the fallthrough...
2018-02-20 David GriffithMerge branch 'quetzal' of https://github.com/escondida...
2018-02-20 David GriffithMerge branch 'escondida-clear_line'
2018-02-20 David GriffithAdded os_quit() and ^Q command to cause Frotz to immedi...
2018-02-20 David GriffithChange curses from cbreak mode to raw mode to allow...
2018-02-19 Timo KorvolaEnsure window 0 has at least one line.
2018-02-19 Timo KorvolaKeep cursor within bounds in os_read_line.
next