← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/wood_gnome_infinite_trees into lp:widelands

 

The proposal to merge lp:~widelands-dev/widelands/wood_gnome_infinite_trees into lp:widelands has been updated.

Commit Message changed to:

When a player is defeated, it is removed from the 'plrs' array by the 'check_player_defeated'. This lead to this players points not being reset on recalculation, ergo on each calculation the player gained the number of trees currently on its terrain as points. A classical CS bug: Cache invalidation errors.

Also: no longer calculate score for a defeated player.

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/wood_gnome_infinite_trees/+merge/313397
-- 
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/wood_gnome_infinite_trees.


References