25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 ay önce
..
courses Simplify CMake rules for desktop file translations. 4 yıl önce
graphics Fix invalid headers in PNG files and optimize for size 8 yıl önce
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
pics Fix invalid headers in PNG files and optimize for size 8 yıl önce
sounds Initial cmake conversion 8 yıl önce
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
CMakeL10n.txt Desktop file translations: 4 yıl önce
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 yıl önce
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
Makefile.am Rearrangement of libtdegames highscore headers. 4 yıl önce
Makefile.am.fast Additional k => tde renaming and fixes 11 yıl önce
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
ball.cpp Rename common header files for consistency with class renaming 11 yıl önce
ball.h Trinity Qt initial conversion 14 yıl önce
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 yıl önce
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 yıl önce
config.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
config.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
editor.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
floater.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
game.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
kolf.desktop Desktop file translations: 4 yıl önce
kolf.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
kvolumecontrol.cpp rename the following methods: 13 yıl önce
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
main.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
newgame.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
object.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
pluginloader.h Trinity Qt initial conversion 14 yıl önce
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 8 ay önce
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
slope.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
statedb.h Trinity Qt initial conversion 14 yıl önce
tutorial.kolf Desktop file translations: 4 yıl önce
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 yıl önce
vector.cpp Trinity Qt initial conversion 14 yıl önce
vector.h Trinity Qt initial conversion 14 yıl önce
x-kolf.desktop Desktop file translations: 4 yıl önce
x-kourse.desktop Desktop file translations: 4 yıl önce

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