- May 14, 2011
-
-
chrender authored
- Added language parameter to babel information.
-
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.
-
chrender authored
- Added detection for locale switches. - Avoided trying to load patterns every time when no patterns are present.
-
chrender authored
- Added support for "stream2-hyphenation" variable.
-
chrender authored
- Simplified config variable parsing using "is_valid_libfizmo_config_key" function.
-
chrender authored
- Added "stream2-hyphenation" configuration variable. - Added "is_valid_libfizmo_config_key" function.
-
chrender authored
- Fixed typo.
-
chrender authored
- Added configuration file example.
-
chrender authored
- Updated prototype configuration description.
-
- May 10, 2011
- May 06, 2011
- May 05, 2011
- May 04, 2011
-
-
chrender authored
- Minimum formatting issue.
-
chrender authored
- Added other author's software license information.
-
chrender authored
- Added missing copyright information for hyphenation pattern files.
-
chrender authored
- Implemented support for comments starting with '%' in pattern files in order to supported copyright messages.
-
chrender authored
- Updated copyright date.
-
chrender authored
- Fixed typo.
-
- Apr 18, 2011
-
-
chrender authored
- Made wordwrapper flush metadata behind text o force flush.
-
- Apr 04, 2011
-
-
chrender authored
- Made "print_table" use "process_set_cursor" function. This will allow the blockbuffer also receive cursor movements.
-
chrender authored
- Made "process_set_cursor" accessible to non-output.c functions.
-
chrender authored
- Moved cursor processing code from "opcode_set_cursor" to new function "process_set_cursor" to allow "print_table" to re-use logic. - Renamed all "OPCODE:" tracelogs to "Opcode:".
-
- 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.
-