Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 mesi fa
..
courses Simplify CMake rules for desktop file translations. 4 anni fa
graphics Fix invalid headers in PNG files and optimize for size 8 anni fa
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
pics Fix invalid headers in PNG files and optimize for size 8 anni fa
sounds Initial cmake conversion 8 anni fa
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
CMakeL10n.txt Desktop file translations: 4 anni fa
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 anni fa
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
Makefile.am Rearrangement of libtdegames highscore headers. 4 anni fa
Makefile.am.fast Additional k => tde renaming and fixes 11 anni fa
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
ball.cpp Rename common header files for consistency with class renaming 11 anni fa
ball.h Trinity Qt initial conversion 14 anni fa
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 anni fa
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 anni fa
config.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
config.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
editor.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
floater.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
game.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
kolf.desktop Desktop file translations: 4 anni fa
kolf.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
kvolumecontrol.cpp rename the following methods: 13 anni fa
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
main.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
newgame.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
object.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
pluginloader.h Trinity Qt initial conversion 14 anni fa
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 7 mesi fa
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
slope.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
statedb.h Trinity Qt initial conversion 14 anni fa
tutorial.kolf Desktop file translations: 4 anni fa
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 anni fa
vector.cpp Trinity Qt initial conversion 14 anni fa
vector.h Trinity Qt initial conversion 14 anni fa
x-kolf.desktop Desktop file translations: 4 anni fa
x-kourse.desktop Desktop file translations: 4 anni fa

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