Bug 154756

Summary: katomic: automatic advance next level
Product: [Applications] katomic Reporter: missive
Component: generalAssignee: Dmitry Suzdalev <dimsuz>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description missive 2007-12-28 15:29:52 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc version 4.1.3 
OS:                Linux

It seems strange that the game does not move on to the next level after successfully completing a level. Maybe just a slight pause and then load the next level.
Comment 1 Dmitry Suzdalev 2008-04-09 10:40:14 UTC
SVN commit 795107 by dimsuz:

Intorduce auto switching to the next level after successfully completing current one.
Advancing takes place after a slight pause to let user review his solution.

Also disable "Previous Level" and "Next Level" actions when switch to corresponding 
level can't be performed.

Patch by gnushi@web.de - many thanks! :)

CCMAIL: gnushi@web.de
BUG: 154756


 M  +20 -2     gamewidget.cpp  
 M  +6 -0      gamewidget.h  
 M  +31 -19    toplevel.cpp  
 M  +6 -1      toplevel.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=795107