You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
преди 3 месеца
..
courses Simplify CMake rules for desktop file translations. преди 4 години
graphics Fix invalid headers in PNG files and optimize for size преди 8 години
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
pics Fix invalid headers in PNG files and optimize for size преди 8 години
sounds Initial cmake conversion преди 8 години
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
CMakeL10n.txt Desktop file translations: преди 4 години
CMakeLists.txt Simplify CMake rules for desktop file translations. преди 4 години
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
Makefile.am Rearrangement of libtdegames highscore headers. преди 4 години
Makefile.am.fast Additional k => tde renaming and fixes преди 11 години
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
ball.cpp Rename common header files for consistency with class renaming преди 11 години
ball.h Trinity Qt initial conversion преди 14 години
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 преди 11 години
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 преди 11 години
config.cpp Rename additional header files to avoid conflicts with KDE4 преди 11 години
config.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
editor.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
floater.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
game.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 преди 11 години
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
kolf.desktop Desktop file translations: преди 4 години
kolf.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
kvolumecontrol.cpp rename the following methods: преди 13 години
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
main.cpp Rename additional header files to avoid conflicts with KDE4 преди 11 години
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
newgame.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
object.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 преди 11 години
pluginloader.h Trinity Qt initial conversion преди 14 години
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 преди 11 години
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines преди 7 месеца
scoreboard.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
slope.h Replace Q_OBJECT with TQ_OBJECT преди 8 месеца
statedb.h Trinity Qt initial conversion преди 14 години
tutorial.kolf Desktop file translations: преди 4 години
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity преди 13 години
vector.cpp Trinity Qt initial conversion преди 14 години
vector.h Trinity Qt initial conversion преди 14 години
x-kolf.desktop Desktop file translations: преди 4 години
x-kourse.desktop Desktop file translations: преди 4 години

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