liskon_frotz.git
2019-10-22 David GriffithShould exit successfully when printing version and...
2019-10-17 David GriffithAdd some names to AUTHORS.
2019-10-17 David GriffithForgot to update this file for beta 2.
2019-10-17 David GriffithMention fixing the DOS crash problem.
2019-10-17 David GriffithBump version to 2.50b2 for second beta test.
2019-10-17 David GriffithAllow .sfrotzrc to have fontdir specified relative...
2019-10-17 David GriffithMerge branch 'new_dos' into 'master'
2019-10-16 Bill LashMake sure not to overflow 16bit int
2019-10-14 David GriffithAdd mention of compile-time options for the DOS interface.
2019-10-14 David GriffithThe main Makefile should only make git_hash.h for DOS.
2019-10-14 David GriffithBump version in Makefile.tc and add a commented-out...
2019-10-14 David GriffithMove os_init_sound() to make sure it always is there.
2019-10-14 David GriffithAdd support for NO_BLORB for DOS interface.
2019-10-14 David GriffithAdd descriptive comments to the tops of SDL source...
2019-10-14 David Griffithsamplerate.h no longer used in SDL interface.
2019-10-13 David GriffithMerge branch 'dos_issue8' into 'master'
2019-10-13 Bill LashUse smaller mallocs to support dos
2019-10-12 David GriffithMerge branch 'macos_fixmake' into 'master'
2019-10-11 Bill LashA few minor tweaks for building on MAC
2019-10-09 David GriffithAvoid segfault for Alt-U undo when no more moves left.
2019-10-08 David GriffithStupid typo.
2019-10-08 David GriffithREADMEs weren't synched with index.html.
2019-10-08 David GriffithBump remaining stuff to version 2.50b1 for first beta...
2019-10-08 David GriffithUpdate READMEs.
2019-10-08 David GriffithRemove superfluous extra parens.
2019-10-08 David GriffithRearranging Makefile.
2019-10-08 David GriffithUpdate ChangeLog and INSTALL.
2019-10-08 David GriffithUpdate Frotz webpage.
2019-10-08 David GriffithUpdate README.1st and TODO.
2019-10-08 David GriffithAdded compile-time constants to Makefile.
2019-10-08 David GriffithClean up more Turbo C droppings.
2019-10-08 David GriffithAdd instructions for DOS Frotz.
2019-10-08 David GriffithNotes on DOS compilation.
2019-10-06 David GriffithAdd some commentary about usage of pseudoregisters...
2019-10-06 David GriffithMerge branch 'sdl_scale' into 'master'
2019-10-05 Bill LashMerge branch 'sdl_scale' of gitlab.com:welash/frotz...
2019-10-05 Bill LashMake sure to round up the width and height of image
2019-10-05 Bill LashCap the maximum indexes into image
2019-10-05 Bill LashMake sure to round up the scaling
2019-10-05 Bill LashUse independent width and height scaling
2019-10-05 David GriffithUsing "_AX = (v);" in place of "mov ax,v;" to fix ...
2019-10-05 David GriffithApplied experimental patch from @welash. Now we can...
2019-10-02 Bill LashCap the maximum indexes into image
2019-10-02 David GriffithUpdate Makefiles to better deal with git_hash.h for...
2019-10-02 David GriffithConvert DOS interface to use z_header structure.
2019-10-02 David GriffithRewrite Blorb file loading to allow for more robust...
2019-10-02 Bill LashMake sure to round up the scaling
2019-10-02 Bill LashUse independent width and height scaling
2019-10-01 David GriffithMention Mark McCurry in AUTHORS for his work on the...
2019-10-01 David GriffithLet's keep a consistent way of addressing Z-machine...
2019-10-01 David GriffithMake sure to call bb_destroy_map() and set the map...
2019-10-01 David GriffithAdd check for explicitly-set blorb filename.
2019-09-30 David GriffithDelete references to special circumstances for setting...
2019-09-29 David GriffithFirst step of changing "screen height|width" to "text...
2019-09-28 David GriffithSpecify sfrotz colors with a name rather than number.
2019-09-26 David GriffithMove stuff from os_init_setup() to init_setup().
2019-09-26 David GriffithSwitch over to using the z_header structure instead...
2019-09-26 David GriffithRemove duplicate -I flag from sfrotz.
2019-09-24 David GriffithAdd tip on how to make sure the cursor color matches...
2019-09-24 David GriffithAccidentally highlighted too much.
2019-09-24 David GriffithRemove dead code file sf_aiffwav.c.
2019-09-24 David GriffithRemove more dead code and debugging printf()s.
2019-09-24 David GriffithRemove superfluous mystrdup() code.
2019-09-24 David GriffithRemove superfluous getopt() implementations and move...
2019-09-24 David GriffithRemove commented-out old code and debugging printf()s.
2019-09-24 David GriffithRemove dead code file.
2019-09-24 David GriffithConvert blorblow.h to K&R style.
2019-09-24 David GriffithConvert blorb.h to K&R style.
2019-09-24 David GriffithConvert bctext.c to K&R style.
2019-09-24 David GriffithConvert bcscreen.c to K&R style.
2019-09-24 David GriffithConvert bcsample.c to K&R style.
2019-09-24 David GriffithConvert bcpic.c to K&R style.
2019-09-24 David GriffithConvert bcmouse.c to K&R style.
2019-09-24 David GriffithConvert bcinput.c to K&R style.
2019-09-24 David GriffithConvert bcinit.c to K&R style.
2019-09-24 David GriffithConvert bcblorb.c to K&R style.
2019-09-24 David GriffithConvert sf_video.c to K&R style.
2019-09-24 David GriffithConvert sf_util.c to K&R style.
2019-09-24 David GriffithConvert sf_sound.c to K&R style.
2019-09-24 David GriffithConvert sf_sig.c to K&R style.
2019-09-24 David GriffithConvert sf_resource.c to K&R style.
2019-09-23 David GriffithConvert sf_resample.c to K&R style.
2019-09-23 David GriffithConvert sf_osfdlg.c to K&R style.
2019-09-23 David GriffithConvert sf_msg_en.c to K&R style.
2019-09-23 David GriffithConvert sf_images.c to K&R style.
2019-09-23 David GriffithConvert sf_ftype.c to K&R style.
2019-09-23 David GriffithConvert sf_frotz.h to K&R style.
2019-09-23 David GriffithConvert sf_fonts.c to K&R style.
2019-09-23 David GriffithConvert sf_font3.c to K&R style.
2019-09-23 David GriffithConvert sf_aiffwav.c to K&R style.
2019-09-23 David GriffithConvert samplerate.h to K&R style.
2019-09-23 David GriffithConvert generic.c to K&R style.
2019-09-23 David GriffithConvert variable.c to K&R style.
2019-09-23 David GriffithConvert text.c to K&R style.
2019-09-23 David GriffithConvert table.c to K&R style.
2019-09-23 David GriffithConvert stream.c to K&R style.
2019-09-23 David GriffithConvert sound.c to K&R style.
2019-09-23 David GriffithConvert setup.h to K&R style.
2019-09-23 David GriffithConvert screen.c to K&R style.
2019-09-23 David GriffithConvert redirect.c to K&R style.
next