Releases: ZContent/CPZ_Machine
Releases · ZContent/CPZ_Machine
1.0.13
1.0.12-beta.1
Fix
- ignore non-printing keys (i.e. function keys)
1.0.11-beta.1
Fixes
- Fixed misplaced semi-colon in room descriptions (and possibly other non-alphabet characters)
1.0.10-beta.1
Fixes
- token strings off by one character, first letter is instead blank or other character
Updates
- Misc. string changes
1.0.9-beta.1
Fixed
- Fixed issue with input buffer not storing the length of the string, caused issues with y/n prompts in Adventure
- Increased maxcount to 6000. This is used to prevent infinite loops.
New
- Text scrolling paused when there are more lines of text than the screen.
- Misc. text string changes.
1.0.8-beta.1
Fixed
- Parser was confused with multiple spaces within words
- Typo in help text
Updated
- Added summary section to README
- Added Zork 2 and Zork 3 games to stories folder
1.0.7-beta.1
Fixed
- Removed extra blank lines
Updated
- Configuration now in settings.py file for customizing settings.
1.0.6-beta.1
Fixed
- Words entered that were over 8 characters caused an "Index out of Range" error.
Other
- Regular fonts replaced with bold versions for better visibility.
1.0.5-beta.1
Updated README.md file
1.0.4-beta.1
Fixed
- Bug: hangs when USB not connected to PC