liskon_frotz.git
2019-07-05 David GriffithFix mistake in command line parsing for alternative...
2019-07-05 David GriffithMerge branch 'audio_repeats' into 'master'
2019-07-05 David GriffithAllow for alternative Blorb file at command line for...
2019-07-04 Bill LashFirst pass at adding repeats for aiff/ogg sounds
2019-07-02 David GriffithMerge branch 'issue118' into 'master'
2019-07-02 borg323fix sdl char, zchar and zword confusion
2019-07-01 David GriffithMerge branch 'issue118' into 'master'
2019-07-01 borg323utf-8 input for dumb interface
2019-06-30 David GriffithClean up stray trailing whitespace.
2019-06-30 David GriffithMerge branch 'fix_wait' into 'master'
2019-06-30 William LashMake sure to set the maxwait before each select call
2019-06-29 David GriffithMerge branch 'welash/frotz-mac_sema'
2019-06-29 Bill LashCheck for NULL dispatch semaphore ptr on MAC
2019-06-29 Bill LashFixing assert due to failure of src_process
2019-06-29 Bill LashFix a few issues discovered on the MAC
2019-06-29 Bill LashMake a try at MACOS unnamed semaphores
2019-06-24 David GriffithMerge branch 'typo-fixes' into 'master'
2019-06-24 David GriffithGet rid of some leftovers from audio overhaul.
2019-06-24 David GriffithMerge branch 'successivesounds' into 'master'
2019-06-24 David GriffithFix problem of os_fatal() trying to write to SDL window...
2019-06-24 Chris BrackenFix a few typos in docs/comments/strings
2019-06-23 Bill LashChange ux_input to periodically call os_tick()
2019-06-23 David GriffithMerge branch 'transcript-spelling-fix' into 'master'
2019-06-23 Chris BrackenFix typo: transcript
2019-06-23 David GriffithMerge branch 'macosfixes' into 'master'
2019-06-22 Bill LashAdd auto detection of MAC OS X
2019-06-22 Bill LashClean up makefile for MACOS
2019-06-22 Bill LashFix sdl build on MACOS
2019-06-22 Bill LashFix dfrotz compile on MACOS
2019-06-22 Bill LashAdd override for CFLAG += for MACOS
2019-06-22 Bill LashSome changes for MACOSX
2019-06-19 David GriffithAdd code to check for Infocom games that use bleeps...
2019-06-19 David GriffithMove os_beep() call to beginning of z_sound_effect...
2019-06-19 David GriffithOLD_SOUND_FLAG is valid only for V3 games. For V5+...
2019-06-19 David GriffithReenable compiling with no sound.
2019-06-18 David GriffithPartial fix of #120. Subsequent hoofbeats block until...
2019-06-18 David GriffithAdding some MacOS compilation fixes.
2019-06-14 David GriffithMerge branch 'issue118' into 'master'
2019-06-14 borg323sdl render glyphs only when needed
2019-06-12 David GriffithMerge branch 'issue118' into 'master'
2019-06-10 borg323first effort to use all unicode chars from ttf font
2019-06-10 borg323use os_check_unicode()
2019-06-10 borg323dumb: allow utf8 output
2019-06-10 borg323dumb: covert char input buffer to zchar
2019-06-07 David GriffithAdding names of contributors to the manpage and new...
2019-06-07 David GriffithFix cast in call to read_string().
2019-06-07 David GriffithMerge branch 'no_sound_fix' into 'master'
2019-06-06 borg323Merge branch 'master' into no_sound_fix
2019-06-05 borg323fix build with SOUND=none
2019-06-05 David GriffithDon't activate sound subsystem if SOUND_FLAG or OLD_SOU...
2019-06-04 David GriffithMerge branch 'audio_rewrite' into 'master'
2019-06-04 fundamentalAvoid loading OGG segments into memory
2019-05-29 fundamentalFix Mod file stereo/mono bug
2019-05-28 fundamentalRewrite Frotz audio system core
2019-05-27 David GriffithEnsure only the current branch appears in GIT_BRANCH.
2019-05-27 David GriffithMerge branch 'cyrillic'
2019-05-27 David GriffithAdded gitignores for .blb, .blorb, and .zblorb.
2019-05-27 David GriffithAdded an error directive about UTF-8 not being supporte...
2019-05-27 David GriffithFix behavior caused by commit 225d8d38
2019-05-27 David GriffithSpacing between functions.
2019-05-27 David GriffithAdd some casts to quiet compile time warnings.
2019-05-27 Bill LashIf not using utf8 print "?" for values above 255
2019-05-27 Bill LashUpdating completion for cyrillic branch
2019-05-27 borg323remove HANDLE_OE_DIPTHONG
2019-05-27 borg323improve z_check_unicode
2019-05-27 borg323Makefile change
2019-05-27 borg323fix printing of default filename
2019-05-27 borg323enable filename input
2019-05-27 borg323cleanup
2019-05-27 borg323allow input of chars > ZC_LATIN1_MAX
2019-05-27 borg323os_display_string is not taking char *
2019-05-27 borg323some ux_input.c fixes
2019-05-27 borg323malloc size fix
2019-05-27 borg323zchar alternative
2019-05-27 David GriffithRemoving useless endian stuff that's pointless for...
2019-05-27 David GriffithDOS port now compiles and works. Issues #8 and #58...
2019-05-27 David GriffithReorder cleanup stuff.
2019-05-27 David GriffithClean up stuff left by a DOS build.
2019-05-27 David GriffithTurbo C doesn't like this way of doing macros.
2019-05-26 David GriffithAdjust curly bracket position.
2019-05-26 David GriffithMerge branch 'eurofix' into 'master'
2019-05-26 Bill LashFix behavior cuased by commit 225d8d38
2019-05-22 David GriffithBeginning of stuff to compile for DOS using Open Watcom...
2019-05-20 Bill LashChanges to the curses input routines for non latin...
2019-05-20 Bill LashChanges to common code for non latin unicode
2019-05-19 David GriffithRemoving useless endian stuff that's pointless for...
2019-05-19 David GriffithDOS port now compiles and works. Issues #8 and #58...
2019-05-19 David GriffithReorder cleanup stuff.
2019-05-19 David GriffithClean up stuff left by a DOS build.
2019-05-19 David GriffithTurbo C doesn't like this way of doing macros.
2019-05-18 David GriffithRemoved mention of a PORTING file, now deleted.
2019-05-18 David GriffithFix for #114: unneccesary newline printed every time...
2019-05-17 David GriffithTypo in ChangeLog.
2019-05-05 David GriffithUpdated ChangeLog with mention of some new features.
2019-05-05 David GriffithMerge branch 'welash/frotz-utf8'
2019-05-05 David GriffithFix signedness problem for get_wch().
2019-05-05 David GriffithRefining Makefiles. Needs work with implicit declarati...
2019-05-05 Bill LashAdd utf-8 output to script file
2019-05-05 David GriffithFix remaining strcat() in dumb interface.
2019-05-05 David GriffithAdded new chunk types from the latest blorb spec (2...
next