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
Slávek Banko bea32b99e3
Add CMakeL10n rules.
6 years ago
..
courses Initial cmake conversion 9 years ago
graphics Fix invalid headers in PNG files and optimize for size 8 years ago
objects Initial cmake conversion 9 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
sounds Initial cmake conversion 9 years ago
AUTHORS
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt cmake: Fix shared libraries version 9 years ago
COPYING
Makefile.am Compile MIME magic file 9 years ago
Makefile.am.fast Additional k => tde renaming and fixes 11 years ago
PLUGINS.docbook
README.pool
TODO
ball.cpp Rename common header files for consistency with class renaming 12 years ago
ball.h
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
config.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
config.h Remove spurious TQ_OBJECT instances 13 years ago
configure.in.in
courses.list
editor.cpp Rename many classes and header files to avoid conflicts with KDE4 12 years ago
editor.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
floater.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
floater.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
game.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
game.h Rename additional header files to avoid conflicts with KDE4 12 years ago
intro
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kcomboboxdialog.h Rename additional header files to avoid conflicts with KDE4 12 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 12 years ago
kolf.magic
kolfui.rc
kvolumecontrol.cpp
kvolumecontrol.h Remove spurious TQ_OBJECT instances 13 years ago
main.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
newgame.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
newgame.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
object.cpp
object.h Remove spurious TQ_OBJECT instances 13 years ago
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
pluginloader.h
pool.kolf
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
printdialogpage.h Remove spurious TQ_OBJECT instances 13 years ago
rtti.h
scoreboard.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
scoreboard.h Remove spurious TQ_OBJECT instances 13 years ago
slope.cpp Rename common header files for consistency with class renaming 12 years ago
slope.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
statedb.h
tutorial.kolf Fix inadvertent tq changes. 12 years ago
tutorial.kolfgame
vector.cpp
vector.h
x-kolf.desktop Branding cleanup: *.desktop files 13 years ago
x-kourse.desktop Branding cleanup: *.desktop files 13 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