1. Apr 03, 2011
    • chrender's avatar
      · 58e75b74
      chrender authored
       - Sync tokensize fix from fizmo 0.6.
      58e75b74
  2. Apr 01, 2011
    • chrender's avatar
      · a488e2ba
      chrender authored
       - Implemented install-dev.
      a488e2ba
  3. Mar 31, 2011
    • chrender's avatar
      · 952c8e2b
      chrender authored
       - Implemented handling of DEV_INSTALL_PREFIX.
      952c8e2b
  4. Mar 30, 2011
    • chrender's avatar
      · 559e6e87
      chrender authored
       - Adapted Makefile to cases of empty libfizmo-requirements.
      559e6e87
    • chrender's avatar
      · 7749cdc3
      chrender authored
       - Adapted to pkg-config: libfizmo-specific config.*.mk, improved flags
         for libxml2.
      7749cdc3
    • chrender's avatar
      · b6b2579c
      chrender authored
       - Adapted libfizmo to pkg-config.
      b6b2579c
  5. Jan 27, 2011
    • chrender's avatar
      · 1c7989f9
      chrender authored
       - Raised version number due to POP-opcode fix.
      1c7989f9
    • chrender's avatar
      · a29a63fd
      chrender authored
       - Fixed ZPU to also allow opcode POP in versions 2, 3 and 4. This fixes
         a crash of curses version 3.
       - Minor reformatting.
      a29a63fd
  6. Dec 11, 2010
    • chrender's avatar
      · 8dd8391e
      chrender authored
       - Added initialization of "max_nof_color_pairs" in struct z_story when
         loading stories.
      8dd8391e
    • chrender's avatar
      · fe9f11cb
      chrender authored
       - Replaced all "Z_COLOUR_ILLEGAL_CODE" with "Z_COLOUR_UNDEFINED".
      fe9f11cb
    • chrender's avatar
      · 57fc498e
      chrender authored
       - Removed no-longer needed definition for "Z_COLOUR_ILLEGAL_CODE -3".
       - Added "max_nof_color_pairs" to z_story struct.
      57fc498e
  7. Dec 09, 2010
    • chrender's avatar
      · 85c82c23
      chrender authored
       - Added forgotten colour recording in blockbuffer.
      85c82c23
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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