25개 이상의 토픽을 선택하실 수 없습니다. 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 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