- Aug 23, 2011
-
-
chrender authored
- Adapted to new "fizmo_start" invocation. - Did some cleanup.
-
chrender authored
- Improved "Z_COLOUR_CURRENT" and "Z_COLOUR_DEFAULT" color handling.
-
chrender authored
- Reverted "config.c" to pre-"color_was_changed" flag state.
-
chrender authored
- Implemented "foreground_color_was_changed" and "background_color_was_changed" flags.
-
- Aug 16, 2011
-
-
chrender authored
- Updated copyright notices and added missing ones.
-
- Aug 15, 2011
-
-
chrender authored
- Minor blorb handling cleanups.
-
- Aug 13, 2011
-
-
chrender authored
- Updated config.mk files.
-
chrender authored
- Added blorb interface to installation functionality in Makefile.
-
chrender authored
- Moved blorb functionality from fizmo.c into blorb.c.
-
chrender authored
- Implemented "fizmo_register_filesys_interface" function. - Added new "vfileprintf" and "vfscanf" functions in filesys_c.c. - Implemented locale aliases in i18n.c. - Added blorb types and structures to types.h.
-
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.
-