]> Shamusworld >> Repos - guemap/commit
Initial commit of GUEmap v3.
authorShamus Hammons <jlhamm@acm.org>
Wed, 28 Apr 2021 02:38:55 +0000 (21:38 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 28 Apr 2021 02:38:55 +0000 (21:38 -0500)
commitc2745adcb9e3ac580efa825e653c5758857bde73
tree1bbab4467921913b3131f8be0b281178e468a991
Initial commit of GUEmap v3.

I believe this is the minimal set of files to get GUEmap v3; if anything
turns up missing I will add it post-haste.
30 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
guemap.pro [new file with mode: 0644]
res/guemap.ico [new file with mode: 0644]
res/guemap.qrc [new file with mode: 0644]
res/toolbar.bmp [new file with mode: 0644]
src/about.cpp [new file with mode: 0644]
src/about.h [new file with mode: 0644]
src/array.h [new file with mode: 0644]
src/file.cpp [new file with mode: 0644]
src/file.h [new file with mode: 0644]
src/globals.cpp [new file with mode: 0644]
src/globals.h [new file with mode: 0644]
src/guemapapp.cpp [new file with mode: 0644]
src/guemapapp.h [new file with mode: 0644]
src/mainwin.cpp [new file with mode: 0644]
src/mainwin.h [new file with mode: 0644]
src/mapdoc.cpp [new file with mode: 0644]
src/mapdoc.h [new file with mode: 0644]
src/mapview.cpp [new file with mode: 0644]
src/mapview.h [new file with mode: 0644]
src/mathconstants.h [new file with mode: 0644]
src/roomdialog.cpp [new file with mode: 0644]
src/roomdialog.h [new file with mode: 0644]
src/roomwidget.cpp [new file with mode: 0644]
src/roomwidget.h [new file with mode: 0644]
src/undo.cpp [new file with mode: 0644]
src/undo.h [new file with mode: 0644]
web/guemap.css [new file with mode: 0644]
web/index.html [new file with mode: 0644]