Version: 1.1 (using KDE 3.5.3, compiled sources) Compiler: gcc version 3.4.4 [FreeBSD] 20050518 OS: FreeBSD (i386) release 6.1-RELEASE-p1 in one of lines game clones "lines98" (long time ago i saw it in win98 box) there were 2 additional balls removing modes implemented (klines has only one: remove when >=5 in line): - remove when same-color balls form a connected block (two balls are connected if have common vertial/horizontal cell side) - 7 balls in block AFAIR - remove when same-color balls form a square (or maybe rectangle) would be nice to have such features in klines too
Created attachment 61218 [details] Patch to this and some more improvements I have added theese improvements with this patch: + New game mode where lines might be not straight, game mode is enabled in settings dialog of the game + Game animation speed setting in settings dialog + End game(in Game menu) + Fixed KScoreDialog deprecation warning
Thanks for the patch, Tautvydas! It looks fine, but I only checked quickly. I suggest to create a review request for group "kdegames" at https://svn.reviewboard.kde.org/
Git commit 182f73187c681d069cab33c260c820a8d0af8296 by Laurent Montel. Committed on 08/01/2020 at 12:36. Pushed by mlaurent into branch 'master'. Add endgame support. Patch from Kyryll A Mirnenko aka Mirya (2011) M +1 -0 klines.cpp M +6 -0 scene.cpp M +4 -0 scene.h https://commits.kde.org/klines/182f73187c681d069cab33c260c820a8d0af8296