liskon_frotz.git
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-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.
2018-02-18 Timo KorvolaStay in os_read_line on resize.
2018-02-18 Timo KorvolaClean up a bit.
2018-02-18 Timo KorvolaForgot to update dfrotz after interface change.
2018-02-17 Timo KorvolaHave resize_screen repaint window 0.
2018-02-17 Timo KorvolaUse a pad for storing the old screen during resize.
2018-02-17 tschmidty69Moved ldflags to end of cc line
2018-02-17 tschmidty69Moved ldflags to end of cc line
2018-02-17 tschmidty69Moved ldflags to end of cc line
2018-02-16 Ivy Fostersrc/common/quetzal.c: make fallthrough explicit
2018-02-16 Ivy FosterMakefile: make -llibs LDFLAGS
2018-02-16 Ivy FosterMake ^U behave more like a standard UNIX command-line
2018-02-16 Ivy FosterIf ^C isn't used for SIGINT, clear line instead
2018-02-11 Timo KorvolaUse select to wait for input.
2018-02-11 Timo KorvolaSplit out a struct timeval version of timeout_to_ms.
2018-02-10 Timo KorvolaClip cursor position to window sizes.
2018-02-10 Timo KorvolaCope with resize in os_read_line.
2018-02-10 Timo KorvolaUse // for commenting away.
2018-02-10 Timo KorvolaBetter method for row shrinking.
2018-02-10 Timo KorvolaTry to repaint the screen.
2018-02-10 Timo KorvolaMerge branch 'master' into resize
2018-02-06 David GriffithUpdate README to state that audio support is through...
2018-02-06 David GriffithMerge pull request #57 from escondida/make
2018-02-02 Ivy FosterRewrite the Makefile
2018-01-27 Timo KorvolaCheck for resize after getch.
2018-01-27 Timo KorvolaCall endwin() if unix_get_terminal_size() has to punt.
2018-01-27 Timo KorvolaMerge branch 'master' into resize
2018-01-26 David GriffithFound some new droppings that need to be ignored.
2018-01-26 David GriffithTurn off curses before doing an os_fatal() for screen...
2018-01-26 David GriffithFixed weirdness in os_char_width() carried over from...
2018-01-26 David GriffithAdd DUMMY macro call to calm the compiler.
2018-01-26 David GriffithSet screen width to 255 when terminal asks for more.
2018-01-26 David GriffithRemove duplicate prototypes and move other stuff to...
2018-01-25 Timo KorvolaNew function unix_get_terminal_size.
2018-01-24 Timo KorvolaSimplify the SIGWINCH handler.
2018-01-24 Timo KorvolaFix unix_resize_display.
2018-01-24 Timo KorvolaMerge branch 'master' into resize
2018-01-24 David GriffithMerge pull request #55 from tkorvola/undo
2018-01-21 Timo KorvolaFix SEGV on undo past beginning of game.
next