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 kuukautta sitten
..
courses Simplify CMake rules for desktop file translations. 4 vuotta sitten
graphics Fix invalid headers in PNG files and optimize for size 8 vuotta sitten
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
pics Fix invalid headers in PNG files and optimize for size 8 vuotta sitten
sounds Initial cmake conversion 8 vuotta sitten
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
CMakeL10n.txt Desktop file translations: 4 vuotta sitten
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 vuotta sitten
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
Makefile.am Rearrangement of libtdegames highscore headers. 4 vuotta sitten
Makefile.am.fast Additional k => tde renaming and fixes 11 vuotta sitten
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
ball.cpp Rename common header files for consistency with class renaming 11 vuotta sitten
ball.h Trinity Qt initial conversion 14 vuotta sitten
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 vuotta sitten
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 vuotta sitten
config.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
config.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
editor.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
floater.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
game.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
kolf.desktop Desktop file translations: 4 vuotta sitten
kolf.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
kvolumecontrol.cpp rename the following methods: 13 vuotta sitten
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
main.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
newgame.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
object.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
pluginloader.h Trinity Qt initial conversion 14 vuotta sitten
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 7 kuukautta sitten
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
slope.h Replace Q_OBJECT with TQ_OBJECT 8 kuukautta sitten
statedb.h Trinity Qt initial conversion 14 vuotta sitten
tutorial.kolf Desktop file translations: 4 vuotta sitten
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 vuotta sitten
vector.cpp Trinity Qt initial conversion 14 vuotta sitten
vector.h Trinity Qt initial conversion 14 vuotta sitten
x-kolf.desktop Desktop file translations: 4 vuotta sitten
x-kourse.desktop Desktop file translations: 4 vuotta sitten

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