- Sep 01, 2011
-
-
chrender authored
- Fixed function prototype for DISABLE_BABEL=1.
-
chrender authored
- Fixed broken unquote method for filelist evaluation. This fixes a memory segfault in Win32. - Adapted to homedir evaluation.
-
chrender authored
- Put homedir name evaluation function into get_user_homedir() in config.c. - Adapted confic.c to new homdir evaluation.
-
chrender authored
- Adapted exit function to windows to avoid iritating signal 126 / segfault message in case of exit_code != 0. - Removed signal handling logic in case fizmo is run with __WIN32__ set.
-
chrender authored
- Added binary flag for windows file operations. - Used ftell and fseek instead of ftello and fseeko for win32 compatibility. - Adatped filesys_c to make_dir requirement.
-
- Aug 31, 2011
-
-
chrender authored
- Added quoting for path variables.
-
- Aug 30, 2011
-
-
chrender authored
- Fixed filename ZSCII parsing buffer overrun.
-
chrender authored
- Removed a lot of outdated, outcommented code.
-
chrender authored
- Fixes and adaptions to make "ask_user_for_filename" work better.
-
chrender authored
- Fixed str initialization for save and restore error messages.
-
chrender authored
- Adapted save and restore to new "ask_user_for_file_function". - Implemented "fizmo_register_ask_user_for_file_function". - Added new "savegame-default-filename" configuration option.
-
- Aug 24, 2011
-
-
chrender authored
- Fixed wrong position and outcommmented redraw-from-history after restore.
-
- Aug 23, 2011
-
-
chrender authored
- Deactivated exit code output.
-
chrender authored
- Added documentation about color initialization.
-
chrender authored
- Implemented improved default color evaluation.
-
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.
-