Release Notes: This release fixes a bug/regression where fish and/or chickens failed to move after a player entered a teleport, i.e. level 14.
Release Notes: This release fixes two bugs caused by a minor difference in the way the player positions are stored. These bugs manifested in the teleport, and the game window display. Additionally, serious bugs with the game view after terminal resizing have been fixed.
Release Notes: 0.2.0 is a leap forward for XorCurses. An important bug which caused game play to switch to a dead player has been fixed. The map display can, at long last, be relied upon. This release also adds new level entry animation, new "level complete reward" animation, and new overhauled file formats which provide increased data validation and create difficulty for the casual cheat.
Release Notes: This release fixes issues with the replay menu and player/level state, adds visual feedback for scroll threshold changes, and provides minor debugging and maintenance features and for developers.
Release Notes: Nasty bugs were fixed in teleport code. An improvement was brought to xor_move struct from XorGramana. Minor UI changes were made.
Release Notes: Level menu scores are now updated when a level is completed and a high score achieved. Hyper replay speed and a single stepping replay mode were added. Key help was updated. Page up and down keys can now be used within help.
Release Notes: A generic menu system is now in place for the main level menu, a help menu, and the replay menu, making things much clearer. Breakpoints can now be set so the replay will stop when it encounters them. They can be set/unset by pressing "b" during play, or from the replay menu. The main help file has been split into two sections, for game play and keys. Help can now be called upon while playing the game. Pressing "q" (quit) during game play no longer increments the number of moves.
Release Notes: Corrections were made to the handling of terminal resizing, particularly with respect to maximization on large displays. Flicker on the level menu introduced by version 0.0.8 was removed. The README was updated to recommend xterm as the best terminal in which to play XorCurses. Error messages are sent to stderr. -DDEBUG was tidied up and no longer disables use of ncurses. Messages from DEBUG are sent to stderr.