Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
pirms 3 mēnešiem
..
courses Simplify CMake rules for desktop file translations. pirms 4 gadiem
graphics Fix invalid headers in PNG files and optimize for size pirms 8 gadiem
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
pics Fix invalid headers in PNG files and optimize for size pirms 8 gadiem
sounds Initial cmake conversion pirms 8 gadiem
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
CMakeL10n.txt Desktop file translations: pirms 4 gadiem
CMakeLists.txt Simplify CMake rules for desktop file translations. pirms 4 gadiem
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
Makefile.am Rearrangement of libtdegames highscore headers. pirms 4 gadiem
Makefile.am.fast Additional k => tde renaming and fixes pirms 11 gadiem
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
ball.cpp Rename common header files for consistency with class renaming pirms 11 gadiem
ball.h Trinity Qt initial conversion pirms 14 gadiem
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 pirms 11 gadiem
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 pirms 11 gadiem
config.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
config.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
editor.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
floater.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
game.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kolf.desktop Desktop file translations: pirms 4 gadiem
kolf.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
kvolumecontrol.cpp rename the following methods: pirms 13 gadiem
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
main.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
newgame.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
object.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
pluginloader.h Trinity Qt initial conversion pirms 14 gadiem
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines pirms 8 mēnešiem
scoreboard.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
slope.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
statedb.h Trinity Qt initial conversion pirms 14 gadiem
tutorial.kolf Desktop file translations: pirms 4 gadiem
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity pirms 13 gadiem
vector.cpp Trinity Qt initial conversion pirms 14 gadiem
vector.h Trinity Qt initial conversion pirms 14 gadiem
x-kolf.desktop Desktop file translations: pirms 4 gadiem
x-kourse.desktop Desktop file translations: pirms 4 gadiem

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