View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000179 | Populous: The Beginning | Multiplayer | public | 2015-09-26 13:58 | 2017-11-29 16:32 |
Reporter | Khickman | Assigned To | Khickman | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 1.1 | Fixed in Version | 1.1 | ||
Summary | 0000179: Cannot Toggle Alliance in Multiplayer Game by SHIFT + Clicking Tribe Icon | ||||
Description | The Populous Encyclopedia states that alliances can be toggled in a multiplayer game by holding SHIT and left-clicking the tribe's icon for which an alliance should be toggled. This worked in the final bullfrog build, but not in our code. | ||||
Steps To Reproduce | 1. Start a multiplayer game. 2. Hold SHIFT and left-click any tribe icon. 3. Observe that nothing happens. | ||||
Tags | No tags attached. | ||||
Build Number | |||||
|
Updated the code to allow toggling of alliances in multiplayer. The bug was caused by a flipped boolean that only allowed the local game packet to be set for changing alliances in single player, but it was subsequently ignored because the functions which change alliances, when said packet is received, exits early if the multiplayer game flag is not set. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-09-26 13:58 | Khickman | New Issue | |
2015-09-26 13:58 | Khickman | Status | new => assigned |
2015-09-26 13:58 | Khickman | Assigned To | => Khickman |
2015-09-26 14:08 | Khickman | Note Added: 0000083 | |
2015-09-26 14:08 | Khickman | Status | assigned => resolved |
2015-09-26 14:08 | Khickman | Fixed in Version | => 1.1 |
2015-09-26 14:08 | Khickman | Resolution | open => fixed |
2017-11-29 16:32 | Brandan | Category | Multiplayer => Multiplayer1 |
2017-11-29 16:40 | Brandan | Category | Multiplayer1 => Multiplayer |