Bug 350

Summary: Bonus and punishment time could not be presented on progress bar correctly
Product: Limited Linking Kindergarten Reporter: qihuadong2-c
Component: TimerAssignee: Sun Chengyu <chengysun3-c>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: V2.0   
Hardware: PC   
OS: Windows   

Description qihuadong2-c 2019-12-05 14:11:14 HKT
Steps to reproduce:
1. Run main game
2. Enter game with a player name and randomly select game size from setting
3. Successfully cancel two grids or select two grids from different types.

Actual result:
Bonus / Punishment time is not presented in the timer progress bar. There is no affect to the amount of time remaining.

Expected result:
Time progress bar should move according to bonus / punishment time. The amount of time remaining should change.
Comment 1 Sun Chengyu 2019-12-05 14:13:51 HKT
This issue has been confirmed on Eclipse version: 2019-06 (4.12.0), Build id: 20190614-1200 on Windows 10. Fixing in progress.
Comment 2 Sun Chengyu 2019-12-05 14:30:54 HKT
This issue has been fixed by updating the value of timer progress bar immediately after getting bonus or punishment instruction in TimerThread. Previously the behavior of time change when timer is running is not well-developed.