Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tdegames/kolf
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 meses atrás
..
courses Simplify CMake rules for desktop file translations. 4 anos atrás
graphics Fix invalid headers in PNG files and optimize for size 8 anos atrás
objects Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
pics Fix invalid headers in PNG files and optimize for size 8 anos atrás
sounds Initial cmake conversion 8 anos atrás
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
CMakeL10n.txt Desktop file translations: 4 anos atrás
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 anos atrás
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
Makefile.am Rearrangement of libtdegames highscore headers. 4 anos atrás
Makefile.am.fast Additional k => tde renaming and fixes 11 anos atrás
PLUGINS.docbook Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
README.pool Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
ball.cpp Rename common header files for consistency with class renaming 11 anos atrás
ball.h Trinity Qt initial conversion 14 anos atrás
canvasitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 anos atrás
canvasitem.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 anos atrás
config.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
config.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
courses.list Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
editor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
editor.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
floater.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
floater.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
game.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
game.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
intro Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kcomboboxdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
kcomboboxdialog.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
kolf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
kolf.desktop Desktop file translations: 4 anos atrás
kolf.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
kolf.magic Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kolfui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kvolumecontrol.cpp rename the following methods: 13 anos atrás
kvolumecontrol.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
main.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
newgame.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
newgame.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
object.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
object.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
pluginloader.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
pluginloader.h Trinity Qt initial conversion 14 anos atrás
pool.kolf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
printdialogpage.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
rtti.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
scoreboard.cpp Replace TQ_*Focus* and TQ_Scale* defines 7 meses atrás
scoreboard.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
slope.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
slope.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
statedb.h Trinity Qt initial conversion 14 anos atrás
tutorial.kolf Desktop file translations: 4 anos atrás
tutorial.kolfgame Convert remaining references to kde3 (e.g. in paths) to trinity 13 anos atrás
vector.cpp Trinity Qt initial conversion 14 anos atrás
vector.h Trinity Qt initial conversion 14 anos atrás
x-kolf.desktop Desktop file translations: 4 anos atrás
x-kourse.desktop Desktop file translations: 4 anos atrás

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