ben-ryder / Conqueror-of-Empires

A turn-based strategy game where up to 4 local players battle to be victorious, by expanding their empires, and controlling units to conquer cities and attack the enemy.
GNU General Public License v3.0
41 stars 9 forks source link

User Interface is not updated after computer player actions [GH-2] #10

Closed ben-ryder closed 4 years ago

ben-ryder commented 4 years ago

Describe the bug The user interface is not being updated after computer player actions. The units on the map update fine, but other components don't such as the city tile on an upgrade or the mini map. This was first discovered in issue GH-7, but from now on this shall be the main issue used to track this bug.

To Reproduce A computer player performs any action that requires a view/GUI update.

Expected behaviour All players should be able to see the changes.

System Information (please complete the following information): n/a (This is a code issue)

Additional context n/a

ben-ryder commented 4 years ago

Closing as this is fixed in ad47424ac4d238a794bf51719b91bd530112c346.

ben-ryder commented 4 years ago

Added 50854d2 to correct mistake forgetting to add the model City interface change.