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
Timothy Pearson d53703ac20
Fix remaining issues from mimetype icon rename
10 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 Additional k => tde renaming and fixes 11 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sounds Additional kde to tde renaming 13 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 Additional k => tde renaming and fixes 11 years ago
Makefile.am.fast Additional k => tde renaming and fixes 11 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 Rename common header files for consistency with class renaming 11 years ago
ball.h Trinity Qt initial conversion 14 years ago
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
config.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
config.h Remove spurious TQ_OBJECT instances 12 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 Rename many classes and header files to avoid conflicts with KDE4 11 years ago
editor.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
floater.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
floater.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
game.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
game.h Rename additional header files to avoid conflicts with KDE4 11 years ago
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kcomboboxdialog.h Rename additional header files to avoid conflicts with KDE4 11 years ago
kolf.cpp Fix remaining issues from mimetype icon rename 10 years ago
kolf.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kolf.h Rename many classes and header files to avoid conflicts with KDE4 11 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 rename the following methods: 13 years ago
kvolumecontrol.h Remove spurious TQ_OBJECT instances 12 years ago
main.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
newgame.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
newgame.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
object.h Remove spurious TQ_OBJECT instances 12 years ago
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 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 Rename additional header files to avoid conflicts with KDE4 11 years ago
printdialogpage.h Remove spurious TQ_OBJECT instances 12 years ago
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
scoreboard.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
scoreboard.h Remove spurious TQ_OBJECT instances 12 years ago
slope.cpp Rename common header files for consistency with class renaming 11 years ago
slope.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
statedb.h Trinity Qt initial conversion 14 years ago
tutorial.kolf Fix inadvertent tq changes. 12 years ago
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
vector.cpp Trinity Qt initial conversion 14 years ago
vector.h Trinity Qt initial conversion 14 years ago
x-kolf.desktop Branding cleanup: *.desktop files 12 years ago
x-kourse.desktop Branding cleanup: *.desktop files 12 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