v0.8.0
·
19 commits
to main_ZeeTerminal
since this release
ZeeTerminal v0.8.0. Find release notes, source code and binaries in the .zip OR .7z file.
You can also find the release notes below:
ZeeTerminal v0.8.0 Release Notes
NOTE: Please delete your previous GameHighScores.dat file, as it will not work anymore due to the new changes implemented in the scoring system.
New Features
- 4 NEW COMMANDS: PiOutput, Spam, FAQ and About!
- A new game has been added to ZeeTerminal! This game is called Guess The Number - Extreme, and the aim of the game is to guess a number between 2 randomly-generated numbers in 6 tries. If you get the number correct, your score increments and you move onto another round. Fight for the highest score to do well in the game!
- A new system has been implemented to manage the game high scores. This system is called the Game High Scores System. It simplifies retrieving and saving high scores to the GameHighScores.dat file. This isn't really a feature that you (the user) may notice, but it is a new feature in the ZeeTerminal backend.
- A new settings menu has been introduced to manage parts of the Guess The Number - Extreme game. Currently, the 2 options that can be tweaked are the foreground and background colours of the game. Tweak to your heart's content! It is accessible through the Settings command.
Changes and Bugfixes
- The format of the Game High Scores has changed, so therefore the previous game high scores file is incompatible. Please be weary if the high scores reset on installation of the new executable.
- Improved word wrapping for multiple parts of the Guess The Number game (in the Game command).
- Changed up some code in the CarDodge game to utilise the new Game High Scores System for its score system.
- The Help command has been changed up after lots of in-person feedback. When the help command is executed, the ScreenNavigate engine is no longer used, and only the commands are outputted. The command then exits and goes back to the command input prompt. 2 commands - FAQ and About - have been added to reflect this change. The About command does use the ScreenNavigate engine though, to display about and copyright information in one command. The tutorial has also been slightly modified to adapt to this change, too.
- RyRyCryptor has been updated to v1.0.2.
- After inputting an invalid value when using the Old OptionSelect style, the prompt text would appear to be left-justified again after being centre-justified. This has been fixed.
- Improved context of Windows Error Logging context message in the LogFile System.
- On the Windows 7 conhost terminal, the high score box would appear damaged after the high score number has been outputted in the GTNE and Car Dodge games. This has been fixed.
- Fixed bug where any updating of entry types line resulted in an unwanted newline being added to the next line, causing a fragmented log file.
- Fixed bug where any updating of the entry types line would also update any user input with the same entry types line text.
What's Changed (Commits)
- Ryan working branch v0.8.0 update pull request by @rforzachamp821 in #3
Full Changelog: v0.7.0...v0.8.0