[Marble-bugs] [marble] [Bug 173829] Wish : topo gaming mode
Abhinav Gangwar
abhgang at gmail.com
Wed Jan 28 07:31:16 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=173829
Abhinav Gangwar <abhgang at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/marb
| |le/f783d2950ed86888dad325bc
| |4e733d43c3987c30
Status|ASSIGNED |RESOLVED
--- Comment #1 from Abhinav Gangwar <abhgang at gmail.com> ---
Git commit f783d2950ed86888dad325bc4e733d43c3987c30 by Abhinav Gangwar.
Committed on 28/01/2015 at 07:15.
Pushed by agangwar into branch 'master'.
Added an example 'marble-game' which implements three games
1. Identify the Country Shape
2. Identify the flag
3. Identity Location of a Country on Map
REVIEW: 119264
M +1 -0 examples/cpp/CMakeLists.txt
A +45 -0 examples/cpp/marble-game/CMakeLists.txt
A +19 -0 examples/cpp/marble-game/CMakeLists.txt.external
A +371 -0 examples/cpp/marble-game/ClickOnThat.cpp [License: LGPL]
A +60 -0 examples/cpp/marble-game/ClickOnThat.h [License: LGPL]
A +294 -0 examples/cpp/marble-game/ClickOnThat.qml [License: LGPL]
A +170 -0 examples/cpp/marble-game/CountryByFlag.cpp [License: LGPL]
A +53 -0 examples/cpp/marble-game/CountryByFlag.h [License: LGPL]
A +449 -0 examples/cpp/marble-game/CountryByFlag.qml [License: LGPL]
A +263 -0 examples/cpp/marble-game/CountryByShape.cpp [License: LGPL]
A +47 -0 examples/cpp/marble-game/CountryByShape.h [License: LGPL]
A +448 -0 examples/cpp/marble-game/CountryByShape.qml [License: LGPL]
A +59 -0 examples/cpp/marble-game/CustomButton.qml [License: LGPL]
A +77 -0 examples/cpp/marble-game/CustomRadioButton.qml [License:
LGPL]
A +13 -0 examples/cpp/marble-game/CustomSlider.qml [License: UNKNOWN]
*
A +291 -0 examples/cpp/marble-game/GameMainWindow.cpp [License: LGPL]
A +57 -0 examples/cpp/marble-game/GameMainWindow.h [License: LGPL]
A +314 -0 examples/cpp/marble-game/GameOptions.qml [License: LGPL]
A +127 -0 examples/cpp/marble-game/GamesView.qml [License: LGPL]
A +- -- examples/cpp/marble-game/MapTackRoundHeadGreen.png
A +- -- examples/cpp/marble-game/MapTackRoundHeadRed.png
A +132 -0 examples/cpp/marble-game/Window.qml [License: LGPL]
A +52 -0 examples/cpp/marble-game/game.ui
A +108 -0 examples/cpp/marble-game/gamemain.cpp [License: LGPL]
A +255 -0 examples/cpp/marble-game/marbleGame.qrc
The files marked with a * at the end have a non valid license. Please read:
http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are
listed at that page.
http://commits.kde.org/marble/f783d2950ed86888dad325bc4e733d43c3987c30
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Marble-bugs
mailing list