You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/kolf
tpearson 838baf3f99
TQt4 port kdegames
13 years ago
..
courses Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
graphics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
objects TQt4 port kdegames 13 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sounds Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am.fast Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ball.cpp TQt4 port kdegames 13 years ago
ball.h Trinity Qt initial conversion 14 years ago
canvasitem.cpp Trinity Qt initial conversion 14 years ago
canvasitem.h TQt4 port kdegames 13 years ago
config.cpp TQt4 port kdegames 13 years ago
config.h TQt4 port kdegames 13 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
editor.cpp TQt4 port kdegames 13 years ago
editor.h TQt4 port kdegames 13 years ago
floater.cpp TQt4 port kdegames 13 years ago
floater.h TQt4 port kdegames 13 years ago
game.cpp TQt4 port kdegames 13 years ago
game.h TQt4 port kdegames 13 years ago
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcomboboxdialog.cpp TQt4 port kdegames 13 years ago
kcomboboxdialog.h TQt4 port kdegames 13 years ago
kolf.cpp TQt4 port kdegames 13 years ago
kolf.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kolf.h TQt4 port kdegames 13 years ago
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kvolumecontrol.cpp TQt4 port kdegames 13 years ago
kvolumecontrol.h TQt4 port kdegames 13 years ago
main.cpp TQt4 port kdegames 13 years ago
newgame.cpp TQt4 port kdegames 13 years ago
newgame.h TQt4 port kdegames 13 years ago
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
object.h TQt4 port kdegames 13 years ago
pluginloader.cpp Trinity Qt initial conversion 14 years ago
pluginloader.h Trinity Qt initial conversion 14 years ago
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
printdialogpage.cpp TQt4 port kdegames 13 years ago
printdialogpage.h TQt4 port kdegames 13 years ago
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
scoreboard.cpp TQt4 port kdegames 13 years ago
scoreboard.h TQt4 port kdegames 13 years ago
slope.cpp TQt4 port kdegames 13 years ago
slope.h TQt4 port kdegames 13 years ago
statedb.h Trinity Qt initial conversion 14 years ago
tutorial.kolf TQt4 port kdegames 13 years ago
tutorial.kolfgame Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vector.cpp Trinity Qt initial conversion 14 years ago
vector.h Trinity Qt initial conversion 14 years ago
x-kolf.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
x-kourse.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.pool

Heya,

I 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.

So, 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.

Jason