Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
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