• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

courses/H03-May-2022-19,31415,961

doc/H03-May-2022-830662

external/H27-Feb-2022-18,42411,532

graphics/H03-May-2022-9291

pics/H03-May-2022-

po/H01-Mar-2022-68,29256,807

sounds/H03-May-2022-1510

tagaro/H27-Feb-2022-1,026613

.gitignoreH A D27-Feb-2022127 1211

.gitlab-ci.ymlH A D27-Feb-2022252 75

.kde-ci.ymlH A D27-Feb-2022650 2119

.krazyH A D27-Feb-202216 21

COPYINGH A D27-Feb-202217.6 KiB342281

COPYING.DOCH A D27-Feb-202219.9 KiB398328

ExtraDesktop.shH A D27-Feb-2022190 51

Messages.shH A D27-Feb-2022130 53

PLUGINS.docbookH A D27-Feb-202253 21

README.PACKAGERSH A D27-Feb-20226 21

README.objectpluginsH A D27-Feb-2022158 43

README.poolH A D27-Feb-2022394 84

TODOH A D27-Feb-20223 KiB8248

ball.cppH A D27-Feb-20224.7 KiB202146

ball.hH A D27-Feb-20223 KiB9952

canvasitem.cppH A D27-Feb-202211.3 KiB452355

canvasitem.hH A D27-Feb-20228.4 KiB218129

config.cppH A D27-Feb-20221.4 KiB5628

config.hH A D27-Feb-20221.3 KiB5928

courses.listH A D27-Feb-2022171 1110

editor.cppH A D27-Feb-20222.2 KiB7344

editor.hH A D27-Feb-20221.4 KiB5731

game.cppH A D27-Feb-202259.8 KiB2,4301,888

game.hH A D27-Feb-202212 KiB467373

introH A D27-Feb-20222.5 KiB197169

itemfactory.cppH A D27-Feb-20221.5 KiB4321

itemfactory.hH A D27-Feb-20222 KiB5934

kcomboboxdialog.cppH A D27-Feb-20225.9 KiB172121

kcomboboxdialog.hH A D27-Feb-20224.5 KiB10728

kolf.cppH A D27-Feb-202227.1 KiB826658

kolf.hH A D27-Feb-20223.4 KiB150112

kolfui.rcH A D27-Feb-20221.8 KiB6760

landscape.cppH A D27-Feb-202217.5 KiB644521

landscape.hH A D27-Feb-20224.1 KiB165121

main.cppH A D27-Feb-20223.9 KiB11572

newgame.cppH A D27-Feb-202211.2 KiB374276

newgame.hH A D27-Feb-20222.6 KiB11576

objects.cppH A D27-Feb-202211.4 KiB391300

objects.hH A D27-Feb-20223.3 KiB13091

obstacles.cppH A D27-Feb-202225 KiB873709

obstacles.hH A D27-Feb-20226.5 KiB253196

org.kde.kolf.appdata.xmlH A D27-Feb-202224.3 KiB344343

org.kde.kolf.desktopH A D27-Feb-20223.6 KiB144141

overlay.cppH A D27-Feb-20228.8 KiB324251

overlay.hH A D27-Feb-20226.1 KiB156100

pool.kolfH A D27-Feb-20223.7 KiB304238

scoreboard.cppH A D27-Feb-20223.4 KiB11466

scoreboard.hH A D27-Feb-20221.2 KiB4318

shape.cppH A D27-Feb-20227.3 KiB291222

shape.hH A D27-Feb-20225.8 KiB15191

tutorial.kolfH A D27-Feb-202299.5 KiB1,2591,162

tutorial.kolfgameH A D27-Feb-2022147 119

utils-animateditem.cppH A D27-Feb-20222.2 KiB7946

utils-animateditem.hH A D27-Feb-20222.2 KiB5927

vector.hH A D27-Feb-20222.5 KiB10163

README.PACKAGERS

1EXTRA
2

README.objectplugins

1Object plugins were not ported from KDE3.
2To restore them checkout revision 755686 from SVN.
3The plugin interface in Kolf has been removed in the 4.6 cycle.
4

README.pool

1Heya,
2
3I made a kolf pool game as an example of kolf plugin use. kolf/obects/poolball/ contains the PoolBall class, which is installed as a plugin.
4
5So, compile PoolBall, install it, and open pool.kolf. Kolf courses can specify any object name, and it is up to the user to install these objects that the course needs. Kolf will warn when an object is not found in the hole being loaded.
6
7Jason
8