- Aug 13, 2011
-
-
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.
-
chrender authored
- Fixed "openfile" call, implement va_list-equivalents for fileprintf and filescanf.
-
chrender authored
- Added blorb-interface to allow GLK to supply blorb functionality.
-
- Aug 05, 2011
- Jul 01, 2011
- Jun 30, 2011
- Jun 29, 2011
-
-
chrender authored
- Implemented "stream-2-line-width" and "stream-2-left-margin" config variables. - Renamed "stream2-hyphenation" to "disable-stream-2-hyphenation".
-
chrender authored
- Changed version number to 0.7.0-b11.
-
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.
-
chrender authored
- Fixed broken #endif directive.
-
chrender authored
- Completed and adapted colour types to z-color-indexes.
-
chrender authored
- Added named colors to config file output.
-
chrender authored
- Implemented "background-color-name" and "foreground-color-name". - Fixed "random-mode" and "command-file" config types. - Added sound interface to config processing.
-
chrender authored
- Minor cleanup.
-
chrender authored
- Fixed two bugs which resulted from conversion to filesys interface in z-file-search and -detection.
-
- Jun 28, 2011
-
-
chrender authored
- Fixes for new config switch implementation.
-
chrender authored
- Replaced DISABLE_LIBXML2 with DISABLE_BABEL. - Implented DISABLE_FILELIST and DISABLE_CONFIGFILES.
-
chrender authored
- Sync with trunk: Fix possible parser buffer overflow from ignoring maximum number of words during tokenize.
-
chrender authored
- Fixed broken "get_available_locale_names" function.
-
- Jun 27, 2011
-
-
chrender authored
- Added forgotten include for off_t type.
-
chrender authored
- Implemented standard C IO interface. - Implemented "fsi" -- "file system interface" reference pointer.
-
chrender authored
- Wrapped IO into filesys_interface.
-
chrender authored
- Added filesys interface for GLK-API-implementation.
-
- Jun 02, 2011
-
-
chrender authored
- Implemented "get_config_value" and "get_config_option_names" for screen and sound interfaces.
-
- May 15, 2011
- May 14, 2011
-
-
chrender authored
- Added stream2-hyphenation variable name.
-
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
-
-
chrender authored
- Raised version number to beta-10 for savegame-fix, pattern comments, new docs, and some minor issues.
-