| Summary: | Wish : topo gaming mode | ||
|---|---|---|---|
| Product: | [Applications] marble | Reporter: | marco <linuxuser> |
| Component: | general | Assignee: | Abhinav Gangwar <agangwar> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | marble-bugs, nienhueser |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 1.9 (KDE 4.14) | ||
| Platform: | Mandriva RPMs | ||
| OS: | Unspecified | ||
| Latest Commit: | http://commits.kde.org/marble/f783d2950ed86888dad325bc4e733d43c3987c30 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
marco
2008-10-29 13:56:45 UTC
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
|