Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
tdegames/kmines
Michele Calgaro d6118d8a63
Replace auto_ptr
3 månader sedan
..
bitmaps Initial cmake conversion 8 år sedan
data Simplify CMake rules for desktop file translations. 4 år sedan
solver Replace auto_ptr 3 månader sedan
CHANGELOG Rename KAbout to avoid conflicts with KDE4 11 år sedan
CMakeL10n.txt Desktop file translations: 4 år sedan
CMakeLists.txt Rearrangement of libtdegames highscore headers. 4 år sedan
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
Makefile.am Rearrangement of libtdegames highscore headers. 4 år sedan
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
defines.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
defines.h Trinity Qt initial conversion 14 år sedan
dialogs.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
dialogs.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
field.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
field.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
frame.cpp Replaced various '#define' with actual strings - part 3 5 månader sedan
frame.h rename the following methods: 13 år sedan
highscores.cpp Rename additional header files to avoid conflicts with KDE4 11 år sedan
highscores.h Rearrangement of libtdegames highscore headers. 4 år sedan
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
kzoommainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
kzoommainwindow.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
main.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
settings.kcfgc Rename a number of libraries and executables to avoid conflicts with KDE4 11 år sedan
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan
status.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 månader sedan
status.h Replace Q_OBJECT with TQ_OBJECT 9 månader sedan
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 år sedan

README

KMINES : the KDE minesweeper
----------------------------
Copyright (c) 1996-2004 Nicolas HADACEK  (hadacek@kde.org)
Copyright (c) 2001      Mikhail Kourinny (mkourinny@yahoo.com)
Distributed under the GNU General Public License


This is a very classical minesweeper written from scratch
with three predefined levels and custom levels.

 Easy   :  8x8  with 10 mines
 Normal : 16x16 with 40 mines
 Expert : 30x16 with 99 mines


Requirements : up to date KDE and QT libraries.