Merge lp:~widelands-dev/widelands/unlock-all-campaigns into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 9108
Proposed branch: lp:~widelands-dev/widelands/unlock-all-campaigns
Merge into: lp:widelands
Diff against target: 37 lines (+3/-10)
1 file modified
data/campaigns/campaigns.lua (+3/-10)
To merge this branch: bzr merge lp:~widelands-dev/widelands/unlock-all-campaigns
Reviewer Review Type Date Requested Status
hessenfarmer review Approve
Review via email: mp+367371@code.launchpad.net

Commit message

Unlock all campaigns

Description of the change

See discussion on the forum:

https://wl.widelands.org/forum/topic/4515/

To post a comment you must log in.
Revision history for this message
hessenfarmer (stephan-lutz) wrote :

Code LGTM.

review: Approve (review)
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 4968. State: errored. Details: https://travis-ci.org/widelands/widelands/builds/531939662.
Appveyor build 4749. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_unlock_all_campaigns-4749.

Revision history for this message
hessenfarmer (stephan-lutz) wrote :

Travis failure is transient (once again a download of a resource failed)

@bunnybot merge

Revision history for this message
bunnybot (widelandsofficial) wrote :

Refusing to merge, since Travis is not green. Use @bunnybot merge force for merging anyways.

Travis build 4968. State: errored. Details: https://travis-ci.org/widelands/widelands/builds/531939662.

Revision history for this message
hessenfarmer (stephan-lutz) wrote :

@bunnybot merge force

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/campaigns/campaigns.lua'
--- data/campaigns/campaigns.lua 2018-12-13 23:32:55 +0000
+++ data/campaigns/campaigns.lua 2019-05-13 18:33:36 +0000
@@ -76,9 +76,9 @@
76 -- If `prerequisites` is present, the campaign is greyed out by default.76 -- If `prerequisites` is present, the campaign is greyed out by default.
77 -- The campaign will become unlocked when any of the referenced scenarios77 -- The campaign will become unlocked when any of the referenced scenarios
78 -- have been solved.78 -- have been solved.
79 prerequisites = {79 -- prerequisites = {
80 "bar01.wmf",80 -- "bar01.wmf",
81 },81 -- },
82 scenarios = {82 scenarios = {
83 "emp01.wmf",83 "emp01.wmf",
84 "emp02.wmf",84 "emp02.wmf",
@@ -96,9 +96,6 @@
96 difficulty = { level=3, description=_"Introduces the Atlanteans." },96 difficulty = { level=3, description=_"Introduces the Atlanteans." },
97 -- TRANSLATORS: A long description of a campign97 -- TRANSLATORS: A long description of a campign
98 description = _"When their God lost faith in the Atlanteans and drowned their island, one woman’s struggle for justice and a second chance for her people would become the stuff of legends. Leading the remaining Atlanteans into a new future in a new part of the World, Jundlina became the most powerful human of her time, but at a high cost: her humanity and soul.",98 description = _"When their God lost faith in the Atlanteans and drowned their island, one woman’s struggle for justice and a second chance for her people would become the stuff of legends. Leading the remaining Atlanteans into a new future in a new part of the World, Jundlina became the most powerful human of her time, but at a high cost: her humanity and soul.",
99 prerequisites = {
100 "emp02.wmf",
101 },
102 scenarios = {99 scenarios = {
103 "atl01.wmf",100 "atl01.wmf",
104 "dummy.wmf"101 "dummy.wmf"
@@ -113,10 +110,6 @@
113 difficulty = { level=4, description=_"Introduces the Frisians." },110 difficulty = { level=4, description=_"Introduces the Frisians." },
114 -- TRANSLATORS: A long description of a campign111 -- TRANSLATORS: A long description of a campign
115 description = _"Living off the ocean is a constant struggle, and even more so for the inhabitants of the Frisian North Sea shore. Was the last storm flood, the most devastating one in human memory, really nothing more than yet another example for the hardships all Frisians have to face – or a sign from the gods that a tribe that only just settled here must seek out an entirely new home?",112 description = _"Living off the ocean is a constant struggle, and even more so for the inhabitants of the Frisian North Sea shore. Was the last storm flood, the most devastating one in human memory, really nothing more than yet another example for the hardships all Frisians have to face – or a sign from the gods that a tribe that only just settled here must seek out an entirely new home?",
116 prerequisites = {
117 "emp04.wmf",
118 "atl01.wmf",
119 },
120 scenarios = {113 scenarios = {
121 "fri01.wmf",114 "fri01.wmf",
122 "fri02.wmf",115 "fri02.wmf",

Subscribers

People subscribed via source and target branches

to status/vote changes: