Вы не можете выбрать более 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 9 месяцев назад
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 9 месяцев назад
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
floater.h Replace Q_OBJECT with TQ_OBJECT 9 месяцев назад
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
game.h Replace Q_OBJECT with TQ_OBJECT 9 месяцев назад
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 9 месяцев назад
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 9 месяцев назад
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 9 месяцев назад
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 9 месяцев назад
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 9 месяцев назад
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 9 месяцев назад
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 8 месяцев назад
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 9 месяцев назад
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
slope.h Replace Q_OBJECT with TQ_OBJECT 9 месяцев назад
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