Skip to content

Commit

Permalink
release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvddonk committed Oct 1, 2023
1 parent 3759857 commit 62c27aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified modules/NOCTIS.EXE
Binary file not shown.
3 changes: 2 additions & 1 deletion source/NIVPLUS_CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ FIX: Fixed bug that caused r2.2 to not run correctly under Windows due to a stup

Release 2.3:
ADD: 'Tab' key in the Stardrifter now toggles 'anti aliasing' on and off.
ADD: 'F1' now shows an about/help page with keyboard shortcuts
ADD: 'F1' now shows an about/help page with keyboard shortcuts.
FIX: 's' and 'p' don't activate their respective functions when labeling, anymore.
UPDATED manuals.
UPDATED starmap (2023_10).
2 changes: 1 addition & 1 deletion source/NOCTIS.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -4397,5 +4397,5 @@ void ShowAboutPage(char surface) {
if (charge<0) {
wrouthud (14,160, NULL, " THIS STARDRIFTER IS EQUIPPED WITH THE OMEGA DRIVE ");
}
wrouthud (14,180, NULL, "RELEASE 2.3 ALPHA 3");
wrouthud (14,180, NULL, "RELEASE 2.3");
}

0 comments on commit 62c27aa

Please sign in to comment.