[Kde-games-devel] Review Request 128556: KBreakout

Julian Helfferich julian.helfferich at googlemail.com
Sat Jul 30 02:21:41 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128556/
-----------------------------------------------------------

Review request for KDE Games.


Bugs: 328811
    http://bugs.kde.org/show_bug.cgi?id=328811


Repository: kbreakout


Description
-------

As described in bug 328811, some levels clear before all bricks have been destroyed. This happes for example in Level 6, when invisible bricks are destroyed by the "Burning Ball". KBreakout keeps count of the remaining bricks. Indestructable and invisible bricks do not contribute to the remaining bricks. When bricks are destroyed, the remaining brick counter is decreased accordingly. However, when an invisible or indestructable brick explodes, the remaining brick counter is decreased even though these bricks did not contribute to the number of remaining bricks.

In the patch, the remaining brick counter is increased if an invisible or indestructible brick is set to explode.


Diffs
-----

  src/qml/logic.js dc6a2d3 

Diff: https://git.reviewboard.kde.org/r/128556/diff/


Testing
-------

Print out number of remaining bricks.

a) Before the patch: Confirm that number of remaining bricks is wrong.
b) After the patch: Confirm that number of remaining bricks is correct. Confirm that levels no longer clear prematurely.


Thanks,

Julian Helfferich

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20160730/82acbc4c/attachment.html>


More information about the kde-games-devel mailing list