ASA: Explain team abbreviations + update changelog
authorWuzzy <almikes@aol.com>
Thu, 28 Sep 2017 07:45:28 +0200
changeset 12573 a778c1bb032e
parent 12572 5358c4f23643
child 12574 2a7cc304c8be
ASA: Explain team abbreviations + update changelog
ChangeLog.txt
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua
--- a/ChangeLog.txt	Thu Sep 28 07:40:39 2017 +0200
+++ b/ChangeLog.txt	Thu Sep 28 07:45:28 2017 +0200
@@ -199,9 +199,11 @@
  * Fix swapped mission preview images of missions 2 and 3
 
 A Space Adventure:
- + A few campaign missions now save your personal best successes (e.g. fastest finish in Hard Flying) which get shown after you finish them agin
- + Add skip to a few missions where it doesn't hurt
+ + Side missions save and show your personal best successes (e.g. fastest finish in Hard Flying)
+ + All missions: Add skip where it doesn't hurt
  + Spacetrip: Show 2 flowers over fully completed planets (with side missions)
+ + All missions: Clarify mine timers
+ + Change team colors
  * Spacetrip: Fix various bugs and logic flaws in the initial mission
  * A frozen adventure: Fix bazooka and excess freezers (>6) not retained over checkpoints
  * A frozen adventure: Fix and improve poorly written messages
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua	Thu Sep 28 07:40:39 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua	Thu Sep 28 07:45:28 2017 +0200
@@ -77,6 +77,7 @@
 guard2.name = loc("Sam")
 guard2.x = 3400
 guard2.y = 1800
+-- Planetary Association of the Hedgehogs
 teamA.name = loc("PAotH")
 teamA.color = 0x38D61C -- green
 teamB.name = loc("Guards")
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua	Thu Sep 28 07:40:39 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua	Thu Sep 28 07:45:28 2017 +0200
@@ -65,6 +65,7 @@
 	{ name = loc("Watermelon Heart") },
 	{ name = loc("Deadly Grape") }
 }
+-- Hog Solo and Green Bananas
 teamA.name = loc("Hog Solo and GB")
 teamA.color = 0x38D61C -- green
 teamB.name = loc("Captain Lime")
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua	Thu Sep 28 07:40:39 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua	Thu Sep 28 07:45:28 2017 +0200
@@ -60,10 +60,12 @@
 	color = tonumber("38D61C",16) -- green
 }
 local teamB = {
+	-- Red Strawberries 1
 	name = loc("RS1"),
 	color = tonumber("FF0000",16) -- red
 }
 local teamC = {
+	-- Red Strawberries 2
 	name = loc("RS2"),
 	color = tonumber("FF0000",16) -- red
 }