Bug #1634
openQt: action_function lacks some fake generalized actions (S3_2)
0%
Description
action_function in dialogs.cpp does not map many fake generalized actions to any function.
Files
Updated by Marko Lindqvist about 1 year ago
- Related to Bug #1629: Qt client - Collect Ransom not working added
Updated by Marko Lindqvist 19 days ago
- Subject changed from Qt: action_function lacks some fake generalized actions to Qt: action_function lacks some fake generalized actions (S3_2)
- Target version set to 3.2.7
Let's limit scope of this particular ticket to actions (added) in S3_2. Let's open separate tickets for actions added in later branches. The goal is to make this easier to tackle for the release branch.
Updated by Marko Lindqvist 19 days ago
1) The action_function related code really should be refactored, but it's outside scope of this ticket, and likely happens in main only. Let's just implement missing functions with the current pattern, no matter how poor it is.
2) Not all missing entries are fake generalized actions. As those might require more effort to implement correctly, let's keep also them outside the scope of this ticket. Let's concentrate on fake generalized actions only, and open separate tickets for others.
Updated by Marko Lindqvist 19 days ago
- Related to Bug #2198: Qt: action_function lacks ACTION_STRIKE_PRODUCTION added
Updated by Marko Lindqvist 19 days ago
- Related to Bug #2199: Qt: action_function lacks ACTION_SPY_SPREAD_PLAGUE added
Updated by Marko Lindqvist 19 days ago
- Related to Bug #2200: Qt: action_function lacks ACTION_SPY_ATTACK added
Updated by Marko Lindqvist 19 days ago
- Blocks Bug #2201: Qt: action_function lacks some fake generalized actions (S3_3) added
Updated by Marko Lindqvist 18 days ago
- File 0071-Qt-Fix-activation-of-S3_2-fake-generalized-actions.patch 0071-Qt-Fix-activation-of-S3_2-fake-generalized-actions.patch added
- File 0031-Qt-Fix-activation-of-S3_2-fake-generalized-actions.patch 0031-Qt-Fix-activation-of-S3_2-fake-generalized-actions.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist