Wrong tip
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In the latest trunk:
> bzr log -l 1
revno: 8254 [merge]
committer: Wideland's Bunnybot <email address hidden>
branch nick: _widelands_
timestamp: Sun 2017-01-22 21:51:16 +0100
message:
Merged lp:~widelands-dev/widelands/fsmenu_fullscreen_4_options:
The Options window now relayouts itself for fullscreen switch. Includes changes to checkbox, dropdown, listselect and spinbox in order to make it happen.
There is a game tip which reads:
New soldiers are recruited in the headquarters or a warehouse if all needed tools are available. Training sites are for improving their abilities.
However, after stalling on the number of soldiers, I got the feeling that in fact a barrack is needed. So, is the tip wrong? If not, there is a bug where even with spears and helmets in stock, no new soldiers are generated.
Related branches
- kaputtnik (community): Approve (testing)
-
Diff: 644 lines (+306/-162)17 files modifieddata/scripting/editor/editor_help.lua (+7/-0)
data/scripting/editor/tips.lua (+18/-0)
data/scripting/format_scenario.lua (+0/-12)
data/scripting/formatting.lua (+11/-0)
data/tribes/scripting/help/init.lua (+7/-1)
data/tribes/scripting/help/tips.lua (+75/-0)
data/txts/tips/atlanteans.lua (+12/-7)
data/txts/tips/barbarians.lua (+12/-11)
data/txts/tips/editor.lua (+32/-28)
data/txts/tips/empire.lua (+12/-11)
data/txts/tips/general_game.lua (+68/-59)
data/txts/tips/multiplayer.lua (+16/-11)
data/txts/tips/singleplayer.lua (+8/-3)
src/scripting/lua_globals.cc (+3/-1)
src/wui/game_tips.cc (+17/-17)
src/wui/game_tips.h (+1/-1)
src/wui/tribal_encyclopedia.cc (+7/-0)
Changed in widelands: | |
assignee: | nobody → GunChleoc (gunchleoc) |
Changed in widelands: | |
status: | New → Confirmed |
status: | Confirmed → In Progress |
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | GunChleoc (gunchleoc) → nobody |
Yes, the tip is outdated, thanks for flagging it up!