Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
vor 3 Monaten
..
courses Simplify CMake rules for desktop file translations. vor 4 Jahren
graphics Fix invalid headers in PNG files and optimize for size vor 8 Jahren
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
pics Fix invalid headers in PNG files and optimize for size vor 8 Jahren
sounds Initial cmake conversion vor 8 Jahren
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
CMakeL10n.txt Desktop file translations: vor 4 Jahren
CMakeLists.txt Simplify CMake rules for desktop file translations. vor 4 Jahren
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
Makefile.am Rearrangement of libtdegames highscore headers. vor 4 Jahren
Makefile.am.fast Additional k => tde renaming and fixes vor 11 Jahren
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
ball.cpp Rename common header files for consistency with class renaming vor 11 Jahren
ball.h Trinity Qt initial conversion vor 14 Jahren
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 vor 11 Jahren
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 vor 11 Jahren
config.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
config.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
editor.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
floater.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
game.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
kolf.desktop Desktop file translations: vor 4 Jahren
kolf.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
kvolumecontrol.cpp rename the following methods: vor 13 Jahren
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
main.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
newgame.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
object.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
pluginloader.h Trinity Qt initial conversion vor 14 Jahren
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines vor 8 Monaten
scoreboard.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
slope.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
statedb.h Trinity Qt initial conversion vor 14 Jahren
tutorial.kolf Desktop file translations: vor 4 Jahren
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity vor 13 Jahren
vector.cpp Trinity Qt initial conversion vor 14 Jahren
vector.h Trinity Qt initial conversion vor 14 Jahren
x-kolf.desktop Desktop file translations: vor 4 Jahren
x-kourse.desktop Desktop file translations: vor 4 Jahren

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