-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Robotic *_prefix constants, fix REL COUNTERS/COPY behavior for 1.x (
#442) The combination of `REL COUNTERS` and `COPY` behaved sensibly in MegaZeux 1.x—it applied `XPOS` and `YPOS` to both sets of coordinates, which is the same as what the 2.00 help file *claimed* to do. However, this is not how MegaZeux 2.x actually behaves, so the old behavior needed a compatibility hack.
- Loading branch information
Showing
9 changed files
with
82 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Title: REL COUNTERS COPY Test | ||
Author: Alice Rowan | ||
Desc: REL COUNTERS on COPY behaves sanely in 1.x: it applies XPOS and YPOS to both sets of coordinates. If only someone had checked what 1.x did when adding the 2.00 behavior! |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Title: REL COUNTERS COPY Test | ||
Author: Alice Rowan | ||
Desc: REL COUNTERS and REL COUNTERS FIRST/LAST on COPY and COPY BLOCK have been broken since 2.00 in a possibly intentional and very pointless way: REL COUNTERS, despite it being claimed to apply XPOS and YPOS to both coordinate sets, instead applies FIRSTXPOS, FIRSTYPOS, LASTXPOS, and LASTYPOS. REL COUNTERS FIRST/LAST, despite them being claimed to apply the latter to either the first or last set of coordinates, applies XPOS and YPOS to their respective set of coordinates instead. |