Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 miesięcy temu
..
courses Simplify CMake rules for desktop file translations. 4 lat temu
graphics Fix invalid headers in PNG files and optimize for size 8 lat temu
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
pics Fix invalid headers in PNG files and optimize for size 8 lat temu
sounds Initial cmake conversion 8 lat temu
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
CMakeL10n.txt Desktop file translations: 4 lat temu
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 lat temu
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
Makefile.am Rearrangement of libtdegames highscore headers. 4 lat temu
Makefile.am.fast Additional k => tde renaming and fixes 11 lat temu
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
ball.cpp Rename common header files for consistency with class renaming 11 lat temu
ball.h Trinity Qt initial conversion 14 lat temu
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 lat temu
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 lat temu
config.cpp Rename additional header files to avoid conflicts with KDE4 11 lat temu
config.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
editor.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
floater.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
game.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 lat temu
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
kolf.desktop Desktop file translations: 4 lat temu
kolf.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
kvolumecontrol.cpp rename the following methods: 13 lat temu
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
main.cpp Rename additional header files to avoid conflicts with KDE4 11 lat temu
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
newgame.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
object.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 lat temu
pluginloader.h Trinity Qt initial conversion 14 lat temu
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 11 lat temu
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 lat temu
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 8 miesięcy temu
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
slope.h Replace Q_OBJECT with TQ_OBJECT 9 miesięcy temu
statedb.h Trinity Qt initial conversion 14 lat temu
tutorial.kolf Desktop file translations: 4 lat temu
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 lat temu
vector.cpp Trinity Qt initial conversion 14 lat temu
vector.h Trinity Qt initial conversion 14 lat temu
x-kolf.desktop Desktop file translations: 4 lat temu
x-kourse.desktop Desktop file translations: 4 lat temu

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