1. Sep 18, 2011
    • chrender's avatar
      · e6c633bd
      chrender authored
       - Updated changelog.
      e6c633bd
  2. Sep 10, 2011
    • chrender's avatar
      · 7dd04fb3
      chrender authored
       - Re-added etude.z5 with correct chmod settings.
      7dd04fb3
    • chrender's avatar
      · 66573fa7
      chrender authored
       - Removed etude for chmod.
      66573fa7
    • chrender's avatar
      · 88cfe24e
      chrender authored
       - Removed unfinished doc file for release: Options are also explained
         in the man page.
      88cfe24e
    • chrender's avatar
      · bee88329
      chrender authored
       - Updated example to most recent developments.
      bee88329
    • chrender's avatar
      · bc138bd3
      chrender authored
       - Updated README.txt to include hyphenation pattern information.
      bc138bd3
  3. Sep 08, 2011
    • chrender's avatar
      · 76c83620
      chrender authored
       - Finalized configuration for release.
      76c83620
    • chrender's avatar
      · 495519bf
      chrender authored
       - Updated libfimzo changelog and version numbers for first release
         candidate.
      495519bf
  4. Sep 01, 2011
    • chrender's avatar
      · 5e5a55ac
      chrender authored
       - Added forgotton struct passwd* variable for non-win32 systems.
      5e5a55ac
    • chrender's avatar
      · 2a9df65d
      chrender authored
       - Added pwd.h inclsuion for getpwuid for unixoid systems.
      2a9df65d
    • chrender's avatar
      · cfdf218c
      chrender authored
       - Removed superfluos quoting in Makefile variables.
      cfdf218c
    • chrender's avatar
      · cd11b6a5
      chrender authored
       - Added make_dir prototype to filesys interface.
       - Adapted getfilepos and sefilepos to default stdio types.
      cd11b6a5
    • chrender's avatar
      · 466ea720
      chrender authored
       - Fixed function prototype for DISABLE_BABEL=1.
      466ea720
    • chrender's avatar
      · 387104ae
      chrender authored
       - Fixed broken unquote method for filelist evaluation. This fixes a
         memory segfault in Win32.
       - Adapted to homedir evaluation.
      387104ae
    • chrender's avatar
      · 54b144dd
      chrender authored
       - Put homedir name evaluation function into get_user_homedir() in
         config.c.
       - Adapted confic.c to new homdir evaluation.
      54b144dd
    • chrender's avatar
      · 72361fc3
      chrender authored
       - Adapted exit function to windows to avoid iritating signal 126 / segfault
         message in case of exit_code != 0.
       - Removed signal handling logic in case fizmo is run with __WIN32__ set.
      72361fc3
    • chrender's avatar
      · 2ba94b7e
      chrender authored
       - Added binary flag for windows file operations.
       - Used ftell and fseek instead of ftello and fseeko for win32 compatibility.
       - Adatped filesys_c to make_dir requirement.
      2ba94b7e
  5. Aug 31, 2011
    • chrender's avatar
      · 90a22c75
      chrender authored
       - Added quoting for path variables.
      90a22c75
  6. Aug 30, 2011
    • chrender's avatar
      · 1a17b9dc
      chrender authored
       - Fixed filename ZSCII parsing buffer overrun.
      1a17b9dc
    • chrender's avatar
      · 0644f944
      chrender authored
       - Removed a lot of outdated, outcommented code.
      0644f944
    • chrender's avatar
      · 75361707
      chrender authored
       - Fixes and adaptions to make "ask_user_for_filename" work better.
      75361707
    • chrender's avatar
      · b81df2b7
      chrender authored
       - Fixed str initialization for save and restore error messages.
      b81df2b7
    • chrender's avatar
      · 9ffaf8e7
      chrender authored
       - Adapted save and restore to new "ask_user_for_file_function".
       - Implemented "fizmo_register_ask_user_for_file_function".
       - Added new "savegame-default-filename" configuration option.
      9ffaf8e7
  7. Aug 24, 2011
    • chrender's avatar
      · 2d716748
      chrender authored
       - Fixed wrong position and outcommmented redraw-from-history after restore.
      2d716748
  8. Aug 23, 2011
    • chrender's avatar
      · c26f8987
      chrender authored
       - Deactivated exit code output.
      c26f8987
    • chrender's avatar
      · f91c9c73
      chrender authored
       - Added documentation about color initialization.
      f91c9c73
    • chrender's avatar
      · 5e1571c9
      chrender authored
       - Implemented improved default color evaluation.
      5e1571c9
    • chrender's avatar
      · ff4db407
      chrender authored
       - Adapted to new "fizmo_start" invocation.
       - Did some cleanup.
      ff4db407
    • chrender's avatar
      · 510df9d1
      chrender authored
       - Improved "Z_COLOUR_CURRENT" and "Z_COLOUR_DEFAULT" color handling.
      510df9d1
    • chrender's avatar
      · 8e3e8f8f
      chrender authored
       - Reverted "config.c" to pre-"color_was_changed" flag state.
      8e3e8f8f
    • chrender's avatar
      · bdc8fab0
      chrender authored
       - Implemented "foreground_color_was_changed" and "background_color_was_changed"
         flags.
      bdc8fab0
  9. Aug 16, 2011
    • chrender's avatar
      · 0b19c15f
      chrender authored
       - Updated copyright notices and added missing ones.
      0b19c15f
  10. Aug 15, 2011
    • chrender's avatar
      · 564fd0b1
      chrender authored
       - Minor blorb handling cleanups.
      564fd0b1
  11. Aug 13, 2011
    • chrender's avatar
      · fd4b69c8
      chrender authored
       - Updated config.mk files.
      fd4b69c8
    • chrender's avatar
      · 813b2e08
      chrender authored
       - Added blorb interface to installation functionality in Makefile.
      813b2e08
    • chrender's avatar
      · 473d5e2c
      chrender authored
       - Moved blorb functionality from fizmo.c into blorb.c.
      473d5e2c
    • chrender's avatar
      · 5b3443a8
      chrender authored
       - Implemented "fizmo_register_filesys_interface" function.
       - Added new "vfileprintf" and "vfscanf" functions in filesys_c.c.
       - Implemented locale aliases in i18n.c.
       - Added blorb types and structures to types.h.
      5b3443a8
    • chrender's avatar
      · 870da0eb
      chrender authored
       - Separated blorb functionality in blorb.[c|h].
       - Added blorb functionality to Makefile.
       - Implemented "dont-set-locale-from-config" config variable.
       - Added language to babel entry-struct.
       - Renamed DEFAULT_SCRIPT_FILE_NAME to DEFAULT_TRANSCRIPT_FILE_NAME.
       - Made "start_fizmo" and "load_z_story" accept "*z_file"s instead of
         filenames in order to allow for better GLK integration.
       - Implemented "detect_simple_iff_stream" in order to be able to detect
         IFF files from an already opened stream.
       - Made "restore_game" accept steams in addition to filenames.
      870da0eb
    • chrender's avatar
      · 4ab896e2
      chrender authored
       - Fixed "openfile" call, implement va_list-equivalents for fileprintf
         and filescanf.
      4ab896e2
    • chrender's avatar
      · e8bd86a5
      chrender authored
       - Added blorb-interface to allow GLK to supply blorb functionality.
      e8bd86a5