Introduce delay between completion of an objective and the trigger of a dialog popup
Bug #1426465 reported by
Arenaaz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
delay of a few seconds would probably make the experience more natural and allow the corresponding animations and effects to be observed.
Related branches
lp://staging/~widelands-dev/widelands/bug-1426465-scenario-timings
- TiborB: Approve
-
Diff: 1086 lines (+193/-170)13 files modifieddata/campaigns/atl01.wmf/scripting/mission_thread.lua (+43/-30)
data/campaigns/bar01.wmf/scripting/mission_thread.lua (+30/-34)
data/campaigns/bar01.wmf/scripting/starting_conditions.lua (+1/-1)
data/campaigns/bar01.wmf/scripting/texts.lua (+12/-8)
data/campaigns/bar02.wmf/scripting/mission_thread.lua (+13/-13)
data/campaigns/emp01.wmf/scripting/mission_thread.lua (+5/-5)
data/campaigns/emp02.wmf/scripting/mission_thread.lua (+8/-8)
data/campaigns/tutorial01_basic_control.wmf/scripting/mission_thread.lua (+14/-26)
data/campaigns/tutorial02_warfare.wmf/scripting/mission_thread.lua (+22/-16)
data/campaigns/tutorial02_warfare.wmf/scripting/texts.lua (+4/-1)
data/campaigns/tutorial03_seafaring.wmf/scripting/mission_thread.lua (+5/-5)
data/campaigns/tutorial04_economy.wmf/scripting/mission_thread.lua (+17/-23)
data/scripting/messages.lua (+19/-0)
Changed in widelands: | |
status: | New → In Progress |
assignee: | nobody → GunChleoc (gunchleoc) |
milestone: | none → build20-rc1 |
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | GunChleoc (gunchleoc) → nobody |
To post a comment you must log in.
For most objectives, there is a delay (some seconds normally). Could you please tell us after which objectives (objective name + title of the dialog that followed) you noticed the problem? The easiest way is probably to add some (more) delay at those places.