1. Dec 03, 2010
    • chrender's avatar
      · 43cb0ed1
      chrender authored
       - Raised version number to 0.7.0-b7 for history saving in quetzal files,
         new /config command, i18n and locale fixes, configuration improvements
         and other minor improvements.
      43cb0ed1
  2. Dec 01, 2010
    • chrender's avatar
      · a068aa00
      chrender authored
       - Added "game_was_restored_and_history_modified" function which will be
         called if a game has been restored and the screen should be redrawn
         by the interface in order to show the restored text history.
      a068aa00
    • chrender's avatar
      · f195ffac
      chrender authored
       - Added "get_current_locale_name_in_utf8" method to allow "config.c" to
         return current value without extra malloc()ing etc.
       - Implemented "get_default_locale_name" method.
      f195ffac
    • chrender's avatar
      · 3e5cf8aa
      chrender authored
       - Implemented "/config" command.
      3e5cf8aa
    • chrender's avatar
      · 20a7b210
      chrender authored
       - Implemented saving of text history into non-standard quetzal chunk
         named "TxHs".
       - Implemented reading of text history from quetzal files.
      20a7b210
    • chrender's avatar
      · cb86bf86
      chrender authored
       - Renamed "write_chunk_length" to "write_four_byte_number".
       - Made "write_four_byte_number" globally accessible to allow "savegame.c"
         to write z_ucs values into an IFF file.
      cb86bf86
    • chrender's avatar
      · cf4172dd
      chrender authored
       - Renamed "store_zucs_in_history" to "store_data_in_history" in order to
         reflect that even 0 bytes may be stored in the given data block.
       - Made "store_data_in_history" globally accessible to allow "savegame.c"
         to write data from restored files into it.
      cf4172dd
    • chrender's avatar
      · 3416bcc1
      chrender authored
       - Used "strcmp" instead of "strcasecmp" for config variable evaluation to
         avoid locale setting problems.
       - Added evaluation of search path environment variables from filelist.c.
       - Made screen interface refresh screen directly form start if a game is
         restored.
      3416bcc1
    • chrender's avatar
      · f8aa4039
      chrender authored
       - Transferred evaluation of environment search path variables into
         "fizmo.c" so they're always evaluated, not only if the filelist is used.
      f8aa4039
    • chrender's avatar
      · a1b61b32
      chrender authored
       - Added z-code-root-path variable.
       - Renamed "save-text-history" to "save-text-history-paragraphs" and
         made it a string instead of boolean variable. This is now supposed to
         store the number of paragraphs to be saved in a quetzal-file.
       - Fixed locale and i18n-path configuration options.
       - Made configuration_options[] globally accessible (for "/config" command).
      a1b61b32
  3. Nov 30, 2010
    • chrender's avatar
      · 4f7a1377
      chrender authored
       - Raised version number to "0.7.0_b6" for config.c improvements, minimum
         documentation, many bugs fixes and many other improvements.
      4f7a1377
    • chrender's avatar
      · 4ca6cda4
      chrender authored
       - Made "true_value" and "false_value" referencable from other modules.
      4ca6cda4
    • chrender's avatar
      · c93adfb5
      chrender authored
       - Fixed output of random generator state for "random-mode" NULL.
       - Added output of story's z-version number in "/info" command.
      c93adfb5
    • chrender's avatar
      · 80d8c9bf
      chrender authored
       - Added i18n_libfizmo_STORY_HAS_Z_VERSION_NUMBER_P0D localization.
       - Fixed german localization output.
      80d8c9bf
  4. Nov 29, 2010
    • chrender's avatar
      · 882524f4
      chrender authored
       - Moved CVS tags to end of file.
      882524f4
    • chrender's avatar
      · 98f64ddd
      chrender authored
       - Replaced strcasecmps with strcmps since strcasecmp requires correct
         locale setting.
       - Removed "force-predictable" setting.
      98f64ddd
  5. Nov 23, 2010
    • chrender's avatar
      · a344e18e
      chrender authored
       - Re-worked configuration option system.
       - Renamed "set-tandy-bit" to "set-tandy-flag".
       - Adapted current files to new configuration.
      a344e18e
  6. Nov 22, 2010
    • chrender's avatar
      · dd3c5103
      chrender authored
       - Initial documentation stubs.
      dd3c5103
    • chrender's avatar
      · db3e86a0
      chrender authored
       - Implemnted "expand_configuration_value" function, which expands
         variables in configuration options. Currently only implemented variable
         is $(HOME) for the current user's home directory.
      db3e86a0
    • chrender's avatar
      · 507724d0
      chrender authored
       - Extended maximum configuration option value to 240 characters.
      507724d0
    • chrender's avatar
      · 3aea8065
      chrender authored
       - Deactivated FIZMO_UNIQUE_EXIT_CODE. Turns out that return codes
         to the OS are usually ANDed 0xff, which makes the feature quite
         useless.
      3aea8065
    • chrender's avatar
      · 0387c439
      chrender authored
       - Removed unused variable in "parse_fizmo_config_file".
      0387c439
    • chrender's avatar
      · d7fe084b
      chrender authored
       - Removed unused i18n_libfizmo_P0D_BYTES_USED_BY_TEXT_HISTORY_METADATA and
         i18n_libfizmo_P0D_BYTES_USED_BY_PARAGRAPH_CACHE translations.
      d7fe084b
    • chrender's avatar
      · 504d919a
      chrender authored
       - Added "locale" option.
       - Replaced many "strcmp"s in parsing with "strcasecmp"s.
      504d919a
    • chrender's avatar
      · 0243aa60
      chrender authored
       - Made "locale" configuation option standard option handled by "config.c".
      0243aa60
    • chrender's avatar
      · 63b13fc3
      chrender authored
       - Added output of texthistory-usage memory in "/info" command.
      63b13fc3
    • chrender's avatar
      · 43ad3371
      chrender authored
       - Implemented "get_allocated_text_history_size" function.
       - Removed dead code.
      43ad3371
    • chrender's avatar
      · a3ffc82b
      chrender authored
       - Modified "set_current_locale_name" to take char* instead of z_ucs*.
       - Removed dead code.
      a3ffc82b
  7. Nov 21, 2010
    • chrender's avatar
      · 5c305d02
      chrender authored
       - Added variable initializations to avoid compiler warnings.
      5c305d02
    • chrender's avatar
      · 792c6bb7
      chrender authored
       - Moved "default_foreground_colour" and "default_background_colour" into
         libfizmo.
      792c6bb7
    • chrender's avatar
      · 665bf809
      chrender authored
       - Implemented "color_name_to_z_colour" function.
       - Moved z_colours from fizmo-ncursesw interface and libcellif into
         libfizmo types.
      665bf809
    • chrender's avatar
      · 18223fa0
      chrender authored
       - Implemented "foreground-color", "background-color", "enable-color",
         and "disable-color" options.
      18223fa0
    • chrender's avatar
      · e18fc611
      chrender authored
       - Implemented config options without values.
       - Moved "foreground-color", "background-color", "enable-color" and
         "disable-color" into libfizmo configuration options.
      e18fc611
  8. Nov 19, 2010
    • chrender's avatar
      · b14325f9
      chrender authored
       - Removed unused "factorial" function.
      b14325f9
  9. Nov 18, 2010
    • chrender's avatar
      · 4b006058
      chrender authored
       - Added information about offo hyphenation patterns.
      4b006058
    • chrender's avatar
      · 58c91539
      chrender authored
       - Re-implemented left padding.
      58c91539
    • chrender's avatar
      · 706bd8ca
      chrender authored
       - Implemented "remove_chars_from_history" function.
      706bd8ca
  10. Nov 17, 2010
    • chrender's avatar
      · 28b7c029
      chrender authored
       - Added "padding_buffer" for left padding implementation.
      28b7c029
    • chrender's avatar
      · 67675907
      chrender authored
       - Implemented "wordwrap_destroy_wrapper" function.
       - Implemented output_left_margin.
      67675907
    • chrender's avatar
      · bee1489c
      chrender authored
       - Raised beta version number due to libcellif-separation.
      bee1489c