Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
před 3 měsíci
..
courses Simplify CMake rules for desktop file translations. před 4 roky
graphics Fix invalid headers in PNG files and optimize for size před 8 roky
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
pics Fix invalid headers in PNG files and optimize for size před 8 roky
sounds Initial cmake conversion před 8 roky
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
CMakeL10n.txt Desktop file translations: před 4 roky
CMakeLists.txt Simplify CMake rules for desktop file translations. před 4 roky
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
Makefile.am Rearrangement of libtdegames highscore headers. před 4 roky
Makefile.am.fast Additional k => tde renaming and fixes před 11 roky
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
ball.cpp Rename common header files for consistency with class renaming před 11 roky
ball.h Trinity Qt initial conversion před 14 roky
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 před 11 roky
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 před 11 roky
config.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
config.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
editor.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
floater.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
game.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
kolf.desktop Desktop file translations: před 4 roky
kolf.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
kvolumecontrol.cpp rename the following methods: před 13 roky
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
main.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
newgame.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
object.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
pluginloader.h Trinity Qt initial conversion před 14 roky
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines před 8 měsíci
scoreboard.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
slope.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
statedb.h Trinity Qt initial conversion před 14 roky
tutorial.kolf Desktop file translations: před 4 roky
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity před 13 roky
vector.cpp Trinity Qt initial conversion před 14 roky
vector.h Trinity Qt initial conversion před 14 roky
x-kolf.desktop Desktop file translations: před 4 roky
x-kourse.desktop Desktop file translations: před 4 roky

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