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

Julian Helfferich julian.helfferich at googlemail.com
Sat Jul 30 18:44:25 UTC 2016



> On July 30, 2016, 11:02 a.m., Albert Astals Cid wrote:
> > You say
> > **
> > 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.
> > **
> > 
> > But the only place i see remainingBricks being decremented is handleDeletion and it seems it already accounts for this issue, no? What am i mising?

Thank you for looking into it. Yes this is true in most cases. However, the brick type of exploding bricks is set to "BurningBrick" before handleDeletion is called. Thus, handleDeletion does not cover this issue.

Typically, when an invisible brick becomes visible or an indestructable brick becomes destructable, the remainingBricks counter is increased. This, however, did not happen in burn() when the brick type was set to "BurningBrick" (which are both visible and destructable) and is exactly what I have added.


- Julian


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


On July 29, 2016, 9:21 p.m., Julian Helfferich wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128556/
> -----------------------------------------------------------
> 
> (Updated July 29, 2016, 9:21 p.m.)
> 
> 
> 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/d9b2c4fd/attachment.html>


More information about the kde-games-devel mailing list