liskon_frotz.git
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.
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-03-09 David GriffithClean up assorted foibles in Makefile.
2017-03-09 David GriffithThis approach almost works. First character typed...
2017-03-09 David GriffithDelete useless os_speech_output() call.
2017-03-08 David GriffithInitial attempt at resizing the screen.
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...
next