Skip to content

Commit

Permalink
ClassicZoo 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Apr 6, 2021
1 parent 812efd5 commit b84b18f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DOC/ABOUT.HLP
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ _ __
$/ `| _ _ _. _ / _ _ March 28th, 2021
$\_,|(_|_\_\|(_/_(_)(_) Version 4.03
$/ `| _ _ _. _ / _ _ April 6th, 2021
$\_,|(_|_\_\|(_/_(_)(_) Version 4.10

!-changes;Changelog

Expand Down
18 changes: 13 additions & 5 deletions DOC/CHANGES.HLP
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,27 @@ Legend:
+ Additions * Changes
- Removals / Bugfixes

$< ClassicZoo dev >
$< ClassicZoo 4.10 >

+ NEC PC-9801 port! It's fairly barebones
(relies on text mode, vastly limiting
its color output), but 100% functional.
+ Text/code editing improvements!
+ Board editor improvements.
+ Added support for cutting, copying
and pasting board tiles.
+ Text/code editor improvements.
+ Added support for cutting, copying
and pasting lines of text.
+ Added rudimentary syntax highlighting
for ZZT-OOP code.
+ Lines longer than 42 characters are
now supported! (The new limit is 58.)
now supported. (The new limit is 58.)
+ F10 can be used to input custom ASCII
characters not available via keys.
+ Minor cursor movement tweaks.
* (Viewing) text in windows should now
use a bit less memory while open.
* Minor filesize/CPU optimizations have
been made to the engine.
/ Fixed crash when ZZT.CFG was missing.
/ Fixed 28KB (ouch!) stack memory usage
regression.

Expand Down
7 changes: 7 additions & 0 deletions DOC/EDITOR.HLP
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ the screen. These are:
[f5] Place advanced elements on the
board.
!-editadve;What are advanced elements?

[Ctrl+X] Cut board area; use ENTER to
mark the second point.
[Ctrl+C] Copy board area; see above.
[Ctrl+V] Paste board area; the cursor
location is treated as the
top-left corner.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAME=ClassicZoo
VERSION=4.03
VERSION=4.10
CONFIG_SUBTITLE=Originally created by Tim Sweeney
COPYRIGHT=Copyright (c) 2021 Adrian Siekierka

0 comments on commit b84b18f

Please sign in to comment.