1. Aug 13, 2011
    • 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
  2. Aug 05, 2011
    • chrender's avatar
      · e0af6d6f
      chrender authored
       - Implementd "Z_BLORB_SOUND_UNKNOWN" for "OggS" in scarabeekatana.zblorb.
      e0af6d6f
    • chrender's avatar
      · 8177c577
      chrender authored
       - Added french hyphentation patterns und localization messages (thanks
         to Eric Forgeot).
      8177c577
  3. Jul 01, 2011
    • chrender's avatar
      · 80a8f5ba
      chrender authored
       - Updated hyphenation pattern source information.
      80a8f5ba
    • chrender's avatar
      · b894ccd6
      chrender authored
       - Replaced OFFO hyphenation patterns with original patterns from the
         hyph-utf8 project: Simplfies conversion greatly and removes one
         layer from the copyright complications.
      b894ccd6
  4. Jun 30, 2011
    • chrender's avatar
      · 6681269f
      chrender authored
       - Trace-log cosmetics.
      6681269f
    • chrender's avatar
      · be3126cc
      chrender authored
       - Splitted "command-filename" into "input-command-filename" and "record-
         command-filename".
      be3126cc
  5. Jun 29, 2011
    • chrender's avatar
      · 6e4583a8
      chrender authored
       - Implemented "stream-2-line-width" and "stream-2-left-margin" config
         variables.
       - Renamed "stream2-hyphenation" to "disable-stream-2-hyphenation".
      6e4583a8
    • chrender's avatar
      · d8a3abbf
      chrender authored
       - Changed version number to 0.7.0-b11.
      d8a3abbf
    • chrender's avatar
      · 9d3ac23d
      chrender authored
       - Sync with trunk: Fixed possible parse buffer overflow by avoiding a
         possible double entry in the parse buffer in a single tokenise loop.
      9d3ac23d
    • chrender's avatar
      · d59336ab
      chrender authored
       - Fixed broken #endif directive.
      d59336ab
    • chrender's avatar
      · 08255f82
      chrender authored
       - Completed and adapted colour types to z-color-indexes.
      08255f82
    • chrender's avatar
      · 82537a2c
      chrender authored
       - Added named colors to config file output.
      82537a2c
    • chrender's avatar
      · 4f9379f3
      chrender authored
       - Implemented "background-color-name" and "foreground-color-name".
       - Fixed "random-mode" and "command-file" config types.
       - Added sound interface to config processing.
      4f9379f3
    • chrender's avatar
      · eb600aca
      chrender authored
       - Minor cleanup.
      eb600aca
    • chrender's avatar
      · eb21695d
      chrender authored
       - Fixed two bugs which resulted from conversion to filesys interface
         in z-file-search and -detection.
      eb21695d
  6. Jun 28, 2011
    • chrender's avatar
      · 84e173aa
      chrender authored
       - Fixes for new config switch implementation.
      84e173aa
    • chrender's avatar
      · 032c9863
      chrender authored
       - Replaced DISABLE_LIBXML2 with DISABLE_BABEL.
       - Implented DISABLE_FILELIST and DISABLE_CONFIGFILES.
      032c9863
    • chrender's avatar
      · f01229e7
      chrender authored
       - Sync with trunk: Fix possible parser buffer overflow from ignoring
         maximum number of words during tokenize.
      f01229e7
    • chrender's avatar
      · dc677fd5
      chrender authored
       - Fixed broken "get_available_locale_names" function.
      dc677fd5
  7. Jun 27, 2011
    • chrender's avatar
      · 4cf2d8e0
      chrender authored
       - Added forgotten include for off_t type.
      4cf2d8e0
    • chrender's avatar
      · 3fba5bd1
      chrender authored
       - Implemented standard C IO interface.
       - Implemented "fsi" -- "file system interface" reference pointer.
      3fba5bd1
    • chrender's avatar
      · c869af16
      chrender authored
       - Wrapped IO into filesys_interface.
      c869af16
    • chrender's avatar
      · df9faa2f
      chrender authored
       - Added filesys interface for GLK-API-implementation.
      df9faa2f
  8. Jun 02, 2011
    • chrender's avatar
      · 2a0eef5c
      chrender authored
       - Implemented "get_config_value" and "get_config_option_names" for
         screen and sound interfaces.
      2a0eef5c
  9. May 15, 2011
    • chrender's avatar
      · eab3a74a
      chrender authored
       - Fixed setting of configuration values to correctly forward new
         values for setting of all values, not only initial parsing of
         config files.
      eab3a74a
    • chrender's avatar
      · 4da62930
      chrender authored
       - Moved "disable-color" and "enable-color" into libcellif.
      4da62930
  10. May 14, 2011
    • chrender's avatar
      · 93e64ef3
      chrender authored
       - Added stream2-hyphenation variable name.
      93e64ef3
    • chrender's avatar
      · 1ae32fc4
      chrender authored
       - Added language parameter to babel information.
      1ae32fc4
    • chrender's avatar
      · 35fa3a49
      chrender authored
       - Fixed progress indicator when evaluating files.
       - Added forgotten evaluation for "z-code-root-path" variable.
       - Removed unused directory parameter for searching z-machine files.
      35fa3a49
    • chrender's avatar
      · c32960a8
      chrender authored
       - Added detection for locale switches.
       - Avoided trying to load patterns every time when no patterns are
         present.
      c32960a8
    • chrender's avatar
      · f8867bd4
      chrender authored
       - Added support for "stream2-hyphenation" variable.
      f8867bd4
    • chrender's avatar
      · d53da3e9
      chrender authored
       - Simplified config variable parsing using "is_valid_libfizmo_config_key"
         function.
      d53da3e9
    • chrender's avatar
      · e3bed17d
      chrender authored
       - Added "stream2-hyphenation" configuration variable.
       - Added "is_valid_libfizmo_config_key" function.
      e3bed17d
    • chrender's avatar
      · 1e22889b
      chrender authored
       - Fixed typo.
      1e22889b
    • chrender's avatar
      · 6107f31d
      chrender authored
       - Added configuration file example.
      6107f31d
    • chrender's avatar
      · 91f8a753
      chrender authored
       - Updated prototype configuration description.
      91f8a753
  11. May 10, 2011
    • chrender's avatar
      · 75208093
      chrender authored
       - Raised version number to beta-10 for savegame-fix, pattern comments, new
         docs, and some minor issues.
      75208093