- 20 Aug, 2012 1 commit
-
-
Roney Gomes authored
The KGrScene::makeSprite() method as well as the KGrSprite class were re-worked. New slots related to the animation of the hero, enemies and dug bricks were also added to KGrScene but are not completely working and need further debugging. svn path=/branches/work/kgoldrunner-qgv/; revision=1311964
-
- 18 Aug, 2012 1 commit
-
-
Roney Gomes authored
Improved the setMousePosition() slot of KGrView and added, but still waiting for improvements, the makeSprite() slot to KGrScene. svn path=/branches/work/kgoldrunner-qgv/; revision=1311413
-
- 14 Aug, 2012 2 commits
-
-
Roney Gomes authored
Fixed the bug related to KGrScene::paintCell() and theme changes. The slots getMousePos() and setMousePos() were added to KGrView and connected to the game engine. svn path=/branches/work/kgoldrunner-qgv/; revision=1310771
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1310631
-
- 13 Aug, 2012 1 commit
-
-
Roney Gomes authored
The new KGrView and KGrScene classes has been moved to KGoldRunner and now are available for use. Only a small set of functionalities is present, since the scene is not fully connected to the game engine. svn path=/branches/work/kgoldrunner-qgv/; revision=1310605
-
- 26 Jul, 2012 1 commit
-
-
Roney Gomes authored
Borders are now drawn in a different manner, avoiding painting at the construction stage and taking control of the order in which things are done. svn path=/branches/work/kgoldrunner-qgv/; revision=1307938
-
- 21 Jul, 2012 3 commits
-
-
Roney Gomes authored
The missing GPL headers were added as well as comments describing the new functions added to KGrScene and KGrRenderer. svn path=/branches/work/kgoldrunner-qgv/; revision=1307004
-
Roney Gomes authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1306882
-
Roney Gomes authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1306879
-
- 04 Jul, 2012 1 commit
-
-
Ian Wadham authored
Simplify the QGV scene code by making the co-ordinate system the same as for the game-engine (or model). svn path=/branches/work/kgoldrunner-qgv/; revision=1303847
-
- 09 Jun, 2012 3 commits
-
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1299199
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1299197
-
Ian Wadham authored
Halt the game if the window loses keyboard focus, the application is minimized or, in playback, mouse or laptop mode, the pointer moves outside the KGoldrunner viewport. svn path=/branches/work/kgoldrunner-qgv/; revision=1299188
-
- 05 Jun, 2012 1 commit
-
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298375
-
- 04 Jun, 2012 1 commit
-
-
Ian Wadham authored
In KGameRenderer extract the KGoldrunner theme-parameters and use the QGraphicsScene to set the border color. In g.h and g.cpp change the tile-coordinate system to be in line with KGoldrunner internal grid-coordinates. In kgoldrunner.cpp, comment out an erroneous reference to KGameRenderer. svn path=/branches/work/kgoldrunner-qgv/; revision=1298234
-
- 03 Jun, 2012 8 commits
-
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298070
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298068
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298067
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298066
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298064
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298063
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1298062
-
Ian Wadham authored
Edit the XML of the Egypt theme manually, to comment out references to file /home/it-s/Media/Pictures/Images/3Dimentional/Textures/stone wall.png in element background2. They were causing time-performance problems in KGameRenderer. svn path=/branches/work/kgoldrunner-qgv/; revision=1297963
-
- 29 May, 2012 6 commits
-
-
Ian Wadham authored
Add documentation to the major signals and slots. Remove the obsolete fourth parameter from the paintCell() signal and slot. svn path=/branches/work/kgoldrunner-qgv/; revision=1297000
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1296998
-
Ian Wadham authored
Add a new Change Theme item to the Settings menu and connect it to KGrRenderer and the KgThemeSelector library class. svn path=/branches/work/kgoldrunner-qgv/; revision=1296994
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1296992
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1296990
-
Ian Wadham authored
svn path=/branches/work/kgoldrunner-qgv/; revision=1296989
-
- 23 May, 2012 1 commit
-
-
Ian Wadham authored
svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1296340
-
- 13 May, 2012 1 commit
-
-
Stefan Majewsky authored
This reverts revision 1294249. svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1294636
-
- 11 May, 2012 1 commit
-
-
Allen Winter authored
make it compile by commenting out the include for it. Perhaps you forgot to commit it? CCMAIL: majewsky@gmx.net svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1294249
-
- 10 May, 2012 1 commit
-
-
Stefan Majewsky authored
Most of this is straightforward. Some more complicated changes are in 1. libkdegames: I needed to fix the headers <KgAudioScene> and <KgSound>, which did not refer to the right include location when installed. 2. kgoldrunner: Its CMake code may not depend on OpenAL and libsndfile anymore. KGoldRunner therefore now uses the new <libkdegames_capabilities.h> header and enables sound only if KGAUDIO_BACKEND_OPENAL is set. KMahjongg and KShisen are not done yet. I could not create a config-script for KMahjongg because CMake currently gets confused over exported targets in multiple source directories. (D'oh...) svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1294007
-
- 07 May, 2012 2 commits
-
-
Ian Wadham authored
CCMAIL: tsdgeos@terra.es svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1293274
-
Albert Astals Cid authored
CCMAIL: iandw.au@gmail.com svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1293266
-
- 04 May, 2012 1 commit
-
-
Yuri Chornoivan authored
svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1292920
-
- 03 May, 2012 1 commit
-
-
Ian Wadham authored
Add "Gold Rush II" a new championship-level game with Traditional rules by Gabriel Miltschitzky, plus solution files for "Gold Rush" and "Gold Rush II". svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1292727
-
- 01 May, 2012 1 commit
-
-
Stefan Majewsky authored
svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1292465
-
- 25 Apr, 2012 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1291657
-
- 23 Apr, 2012 1 commit
-
-
Ian Wadham authored
svn path=/trunk/KDE/kdegames/kgoldrunner/; revision=1291059
-