- Apr 03, 2011
-
-
chrender authored
- Sync tokensize fix from fizmo 0.6.
-
- Apr 01, 2011
-
-
chrender authored
- Implemented install-dev.
-
- Mar 31, 2011
-
-
chrender authored
- Implemented handling of DEV_INSTALL_PREFIX.
-
- Mar 30, 2011
- Jan 27, 2011
- Dec 11, 2010
-
-
chrender authored
- Added initialization of "max_nof_color_pairs" in struct z_story when loading stories.
-
chrender authored
- Replaced all "Z_COLOUR_ILLEGAL_CODE" with "Z_COLOUR_UNDEFINED".
-
chrender authored
- Removed no-longer needed definition for "Z_COLOUR_ILLEGAL_CODE -3". - Added "max_nof_color_pairs" to z_story struct.
-
- Dec 09, 2010
-
-
chrender authored
- Added forgotten colour recording in blockbuffer.
-
- Dec 03, 2010
-
-
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.
-
- Dec 01, 2010
-
-
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.
-
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.
-
chrender authored
- Implemented "/config" command.
-
chrender authored
- Implemented saving of text history into non-standard quetzal chunk named "TxHs". - Implemented reading of text history from quetzal files.
-
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.
-
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.
-
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.
-
chrender authored
- Transferred evaluation of environment search path variables into "fizmo.c" so they're always evaluated, not only if the filelist is used.
-
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).
-
- Nov 30, 2010
-
-
chrender authored
- Raised version number to "0.7.0_b6" for config.c improvements, minimum documentation, many bugs fixes and many other improvements.
-
chrender authored
- Made "true_value" and "false_value" referencable from other modules.
-
chrender authored
- Fixed output of random generator state for "random-mode" NULL. - Added output of story's z-version number in "/info" command.
-
chrender authored
- Added i18n_libfizmo_STORY_HAS_Z_VERSION_NUMBER_P0D localization. - Fixed german localization output.
-
- Nov 29, 2010
- Nov 23, 2010
-
-
chrender authored
- Re-worked configuration option system. - Renamed "set-tandy-bit" to "set-tandy-flag". - Adapted current files to new configuration.
-
- Nov 22, 2010
-
-
chrender authored
- Initial documentation stubs.
-
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.
-
chrender authored
- Extended maximum configuration option value to 240 characters.
-
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.
-
chrender authored
- Removed unused variable in "parse_fizmo_config_file".
-
chrender authored
- Removed unused i18n_libfizmo_P0D_BYTES_USED_BY_TEXT_HISTORY_METADATA and i18n_libfizmo_P0D_BYTES_USED_BY_PARAGRAPH_CACHE translations.
-
chrender authored
- Added "locale" option. - Replaced many "strcmp"s in parsing with "strcasecmp"s.
-
chrender authored
- Made "locale" configuation option standard option handled by "config.c".
-
chrender authored
- Added output of texthistory-usage memory in "/info" command.
-
chrender authored
- Implemented "get_allocated_text_history_size" function. - Removed dead code.
-
chrender authored
- Modified "set_current_locale_name" to take char* instead of z_ucs*. - Removed dead code.
-