View Issue Details

IDProjectCategoryView StatusLast Update
0000149Populous: The BeginningGeneralpublic2015-08-11 20:27
ReporterKhickman Assigned ToKhickman  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.1 
Target Version1.1Fixed in Version1.1 
Summary0000149: Dialog Button Mouseover Effect Appears Broken
DescriptionThe mouseover effect on the dialog buttons does not match what is in the retail game. An earlier fix for restoring the button rendering was tracked.

Some additional constants need to be defined to restore the proper mouseover effect.
Steps To ReproduceStart level one of the game and hover the mouse cursor over the button. It will appear to be in the pressed state, even though the user is not actually clicking it.
TagsNo tags attached.
Build Number

Relationships

related to 0000146 resolvedBrandan OK button broke. 

Activities

Khickman

2015-08-11 20:24

developer   ~0000053

This bug was fixed with the following commit: https://github.com/Brandantl/Populous-The-Beginning/compare/09348409ea5c...9ac9cd6301b7

The constants for the left mouse button click were restore from an earlier version of the code, and the referencing of said constants in code was added back in.

Issue History

Date Modified Username Field Change
2015-08-11 20:22 Khickman New Issue
2015-08-11 20:22 Khickman Status new => assigned
2015-08-11 20:22 Khickman Assigned To => Khickman
2015-08-11 20:24 Khickman Note Added: 0000053
2015-08-11 20:24 Khickman Status assigned => resolved
2015-08-11 20:24 Khickman Fixed in Version => 1.1
2015-08-11 20:24 Khickman Resolution open => fixed
2015-08-11 20:27 Brandan Relationship added related to 0000146
2015-08-11 20:27 Brandan Description Updated