Git repository for mines3d founded, mines3d v1.0 imported.
commit8de8577dc60b1fd5685c7a9ee0422f8ca9ec0771
authorPetr Kubiznak <kubiznak.petr@gmail.com>
Tue, 22 Mar 2011 12:41:46 +0000 (22 13:41 +0100)
committerPetr Kubiznak <kubiznak.petr@gmail.com>
Tue, 22 Mar 2011 12:41:46 +0000 (22 13:41 +0100)
tree0a1a27282ad35a5e36ffb75c3e7a0b1e9fc4dcae
Git repository for mines3d founded, mines3d v1.0 imported.
34 files changed:
asserts.h [new file with mode: 0644]
core/board.cpp [new file with mode: 0644]
core/board.h [new file with mode: 0644]
core/field.cpp [new file with mode: 0644]
core/field.h [new file with mode: 0644]
exceptions/AccessForbiddenException.cpp [new file with mode: 0644]
exceptions/AccessForbiddenException.h [new file with mode: 0644]
exceptions/GeneralException.cpp [new file with mode: 0644]
exceptions/GeneralException.h [new file with mode: 0644]
exceptions/OutOfBoundsException.cpp [new file with mode: 0644]
exceptions/OutOfBoundsException.h [new file with mode: 0644]
main.cpp [new file with mode: 0644]
mines3d.pro [new file with mode: 0644]
ui/console/console.cpp [new file with mode: 0644]
ui/console/console.h [new file with mode: 0644]
ui/qt/AboutForm.cpp [new file with mode: 0644]
ui/qt/AboutForm.h [new file with mode: 0644]
ui/qt/AboutForm.ui [new file with mode: 0644]
ui/qt/MainForm.cpp [new file with mode: 0644]
ui/qt/MainForm.h [new file with mode: 0644]
ui/qt/MainForm.ui [new file with mode: 0644]
ui/qt/ScoreRecord.h [new file with mode: 0644]
ui/qt/ScoresForm.cpp [new file with mode: 0644]
ui/qt/ScoresForm.h [new file with mode: 0644]
ui/qt/ScoresForm.ui [new file with mode: 0644]
ui/qt/SettingsForm.cpp [new file with mode: 0644]
ui/qt/SettingsForm.h [new file with mode: 0644]
ui/qt/SettingsForm.ui [new file with mode: 0644]
ui/qt/qt_gui.cpp [new file with mode: 0644]
ui/qt/qt_gui.h [new file with mode: 0644]
ui/qt/ui_AboutForm.h [new file with mode: 0644]
ui/qt/ui_MainForm.h [new file with mode: 0644]
ui/qt/ui_ScoresForm.h [new file with mode: 0644]
ui/qt/ui_SettingsForm.h [new file with mode: 0644]