Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
il y a 3 mois
..
courses Simplify CMake rules for desktop file translations. il y a 4 ans
graphics Fix invalid headers in PNG files and optimize for size il y a 8 ans
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
pics Fix invalid headers in PNG files and optimize for size il y a 8 ans
sounds Initial cmake conversion il y a 8 ans
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
CMakeL10n.txt Desktop file translations: il y a 4 ans
CMakeLists.txt Simplify CMake rules for desktop file translations. il y a 4 ans
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
Makefile.am Rearrangement of libtdegames highscore headers. il y a 4 ans
Makefile.am.fast Additional k => tde renaming and fixes il y a 11 ans
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
ball.cpp Rename common header files for consistency with class renaming il y a 11 ans
ball.h Trinity Qt initial conversion il y a 14 ans
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 il y a 11 ans
config.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
config.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
editor.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
floater.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
game.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kolf.desktop Desktop file translations: il y a 4 ans
kolf.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
kvolumecontrol.cpp rename the following methods: il y a 13 ans
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
main.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
newgame.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
object.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
pluginloader.h Trinity Qt initial conversion il y a 14 ans
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines il y a 8 mois
scoreboard.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
slope.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
statedb.h Trinity Qt initial conversion il y a 14 ans
tutorial.kolf Desktop file translations: il y a 4 ans
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity il y a 13 ans
vector.cpp Trinity Qt initial conversion il y a 14 ans
vector.h Trinity Qt initial conversion il y a 14 ans
x-kolf.desktop Desktop file translations: il y a 4 ans
x-kourse.desktop Desktop file translations: il y a 4 ans

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