Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 månader sedan
..
courses Simplify CMake rules for desktop file translations. 4 år sedan
graphics Fix invalid headers in PNG files and optimize for size 8 år sedan
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
pics Fix invalid headers in PNG files and optimize for size 8 år sedan
sounds Initial cmake conversion 8 år sedan
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
CMakeL10n.txt Desktop file translations: 4 år sedan
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 år sedan
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
Makefile.am Rearrangement of libtdegames highscore headers. 4 år sedan
Makefile.am.fast Additional k => tde renaming and fixes 11 år sedan
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
ball.cpp Rename common header files for consistency with class renaming 11 år sedan
ball.h Trinity Qt initial conversion 14 år sedan
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 år sedan
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 år sedan
config.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
config.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
editor.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
floater.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
game.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
kolf.desktop Desktop file translations: 4 år sedan
kolf.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
kvolumecontrol.cpp rename the following methods: 13 år sedan
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
main.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
newgame.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
object.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
pluginloader.h Trinity Qt initial conversion 14 år sedan
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 8 månader sedan
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
slope.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
statedb.h Trinity Qt initial conversion 14 år sedan
tutorial.kolf Desktop file translations: 4 år sedan
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 år sedan
vector.cpp Trinity Qt initial conversion 14 år sedan
vector.h Trinity Qt initial conversion 14 år sedan
x-kolf.desktop Desktop file translations: 4 år sedan
x-kourse.desktop Desktop file translations: 4 år sedan

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