liskon_frotz.git
2018-02-20 Timo KorvolaAdd a dummy os_repaint_window to DOS version.
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-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...
2017-02-22 David GriffithMake syntax guide a bit clearer for what's expected...
2017-02-22 David GriffithMerge remote-tracking branch 'origin/ao-curses'
2017-02-21 David GriffithFix src/curses/defines.h trouble.
2017-02-21 David GriffithMerge pull request #38 from fundamental/partial-audio-fix
2017-02-21 fundamentalFix Typo When bleep.nsamples < music.nsamples
2017-02-21 fundamentalRemove Debug Printfs Within Audio Engine
2017-02-21 fundamentalAdd Separate Buffers For Music/FX
2017-02-21 fundamentalGet Project To Build With Makefile
2017-02-16 David GriffithFix .gitignore
2017-02-16 David Griffithdumb interface: add -R option to immediately load a...
2017-02-16 David GriffithActually use the new my_strdup() function.
2017-02-16 David GriffithDelete src/common/git_hash.h when doing "make clean".
2017-02-16 David GriffithFix #31: Several struct f_setup variables were not...
2017-02-01 David GriffithMention the need for libsamplerate.
2017-01-31 David GriffithFix #33: Increase TEXT_BUFFER_SIZE to 275.
2017-01-10 David GriffithFix #34: Exit if screen is wider than 255 instead of...
2017-01-10 David GriffithPossible incorrect use of print_string() in os_reset_sc...
2016-09-23 David GriffithFixed a problem with segfault on attempting to load...
2016-07-17 David GriffithMake Git hash, tag, and branch info available to Frotz.
2016-06-15 David GriffithAdd UNUSED() macro to ux_audio_none.c.
2016-06-11 David GriffithMerge pull request #30 from erikd/ao-curses
next