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
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
courses Simplify CMake rules for desktop file translations. 4 years ago
graphics Fix invalid headers in PNG files and optimize for size 8 years ago
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
sounds Initial cmake conversion 8 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Rearrangement of libtdegames highscore headers. 4 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 Replace Q_OBJECT with TQ_OBJECT 8 months 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 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
editor.h Replace Q_OBJECT with TQ_OBJECT 8 months ago
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
floater.h Replace Q_OBJECT with TQ_OBJECT 8 months ago
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
game.h Replace Q_OBJECT with TQ_OBJECT 8 months 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 Replace Q_OBJECT with TQ_OBJECT 8 months ago
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
kolf.desktop Desktop file translations: 4 years ago
kolf.h Replace Q_OBJECT with TQ_OBJECT 8 months 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 Replace Q_OBJECT with TQ_OBJECT 8 months ago
main.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
newgame.h Replace Q_OBJECT with TQ_OBJECT 8 months ago
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
object.h Replace Q_OBJECT with TQ_OBJECT 8 months 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 Replace Q_OBJECT with TQ_OBJECT 8 months ago
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 7 months ago
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 8 months ago
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
slope.h Replace Q_OBJECT with TQ_OBJECT 8 months ago
statedb.h Trinity Qt initial conversion 14 years ago
tutorial.kolf Desktop file translations: 4 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 Desktop file translations: 4 years ago
x-kourse.desktop Desktop file translations: 4 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