No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
hace 3 meses
..
courses Simplify CMake rules for desktop file translations. hace 4 años
graphics Fix invalid headers in PNG files and optimize for size hace 8 años
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
pics Fix invalid headers in PNG files and optimize for size hace 8 años
sounds Initial cmake conversion hace 8 años
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
CMakeL10n.txt Desktop file translations: hace 4 años
CMakeLists.txt Simplify CMake rules for desktop file translations. hace 4 años
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
Makefile.am Rearrangement of libtdegames highscore headers. hace 4 años
Makefile.am.fast Additional k => tde renaming and fixes hace 11 años
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
ball.cpp Rename common header files for consistency with class renaming hace 11 años
ball.h Trinity Qt initial conversion hace 14 años
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 hace 11 años
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 hace 11 años
config.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
config.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
editor.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
floater.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
game.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
kolf.desktop Desktop file translations: hace 4 años
kolf.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
kvolumecontrol.cpp rename the following methods: hace 13 años
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
main.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
newgame.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
object.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
pluginloader.h Trinity Qt initial conversion hace 14 años
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines hace 8 meses
scoreboard.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
slope.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
statedb.h Trinity Qt initial conversion hace 14 años
tutorial.kolf Desktop file translations: hace 4 años
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity hace 13 años
vector.cpp Trinity Qt initial conversion hace 14 años
vector.h Trinity Qt initial conversion hace 14 años
x-kolf.desktop Desktop file translations: hace 4 años
x-kourse.desktop Desktop file translations: hace 4 años

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