- Sep 18, 2011
-
-
chrender authored
- Updated changelog.
-
- Sep 10, 2011
-
-
chrender authored
- Re-added etude.z5 with correct chmod settings.
-
chrender authored
- Removed etude for chmod.
-
chrender authored
- Removed unfinished doc file for release: Options are also explained in the man page.
-
chrender authored
- Updated example to most recent developments.
-
chrender authored
- Updated README.txt to include hyphenation pattern information.
-
- Sep 08, 2011
- Sep 01, 2011
-
-
chrender authored
- Added forgotton struct passwd* variable for non-win32 systems.
-
chrender authored
- Added pwd.h inclsuion for getpwuid for unixoid systems.
-
chrender authored
- Removed superfluos quoting in Makefile variables.
-
chrender authored
- Added make_dir prototype to filesys interface. - Adapted getfilepos and sefilepos to default stdio types.
-
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.
-