From d8d85a27c4a4a0f046af0700a41dbcfa74dc7542 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 23 Jan 2024 17:26:27 +0200 Subject: [PATCH] v1.6.3: now galaxies are named --- README | 4 +++- awlite.awk | 18 +++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README b/README index f65c6a1..228f646 100644 --- a/README +++ b/README @@ -56,7 +56,7 @@ Fuel price is fixed at 0.2 CR/LY, you can hold 7LY of fuel at most. == Gameplay differences from the original TE 1.5 C version == -As of the current version, 1.6.2: +As of the current version, 1.6.3: * multiple typos corrected in text strings * the "cash" and "sneak" commands were removed since v1.6 @@ -73,6 +73,8 @@ As of the current version, 1.6.2: * market and local info tables are better aligned * state saving/loading functionality introduced with "save"/"load" commands * since v1.6.1, the game gives you a hint if you might have found Raxxla +* since v1.6.3, galaxy names are also displayed with "local" command + (the names were taken from the Archimedes version of Classic Elite) To be continued. This list is expected to grow in the future. diff --git a/awlite.awk b/awlite.awk index 4e85320..9cf8cfc 100644 --- a/awlite.awk +++ b/awlite.awk @@ -1,5 +1,5 @@ # awlite: POSIX AWK port of Text Elite -# Version 1.6.2 +# Version 1.6.3 # Original high-level algorithms from Text Elite 1.5 by Ian Bell, 1999, 2015 # Porting, corrections, improvements and optimizations by Luxferre, 2024 # @@ -18,7 +18,8 @@ # - market and local info tables are better aligned # - the "cash" and "sneak" commands are removed since v1.6 (use saves to cheat) # - state saving functionality since v1.6 with "save" and "load" commands -# - since 1.6.1, the game gives you a hint if you might have found Raxxla +# - since v1.6.1, the game gives you a hint if you might have found Raxxla +# - since v1.6.3, galaxy names are actually displayed (taken from ArcElite) # ... to be continued ... # utility functions @@ -221,13 +222,13 @@ function buildgalaxy(gnum, seeds, si, i) { asplit("23114 584 46931", seeds, " ") for(i=1;i ", player["cash"]/10)