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 6946130bb1
Rename additional header files to avoid conflicts with KDE4
12 years ago
..
courses
graphics
objects Rename additional header files to avoid conflicts with KDE4 12 years ago
pics
sounds
AUTHORS
COPYING
Makefile.am Update autotools for new DSO linkage style 12 years ago
Makefile.am.fast
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
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 Rename additional header files to avoid conflicts with KDE4 12 years ago
kolf.desktop
kolf.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
kolf.magic
kolfui.rc
kvolumecontrol.cpp
kvolumecontrol.h
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
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
rtti.h
scoreboard.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
scoreboard.h
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
x-kourse.desktop

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