This repository was archived by the owner on May 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed
Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 4747* .layout
4848* .depend
4949
50- # My stuff
50+ # Copies of the embedded images in png form
5151/Images /
5252/Images /*
53+
54+ # Map save
5355* .sav
5456
5557# Archived images that don't need to be on Github
5658* .zip
5759* .rar
60+ * .gz
61+ * .7z
62+ * .ace
63+
5864
5965# I'll name files this if I don't want them on Github
6066* .tmp
6167
6268# I store my SDL2 include and lib here
69+ /SDL2Stuff /
70+ /SDL2Stuff /*
6371/SDL2Stuff /include /
6472/SDL2Stuff /lib /
73+ *
6574
6675# Random stuff that also doesn't need to be on github
6776/RandomCrap /
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented here.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ )
55
6+ ## [ 0.8.0] / Version Clown - 2015-09-12
7+ ### Fixed
8+ * Several Copy Paste mistakes that weren't removed before.
9+
10+ ### Removed
11+ * Cleaned up some code that didn't make that much sense
12+ * Some unneeded comments
13+
14+ ### Added
15+ * Additional Todos
16+
17+ ### Notes
18+ * I was going through the code with xPUREx to bring him up to speed on this project and this version is mostly
19+ the mistakes we found while going through it.
20+
21+
622## [ 0.7.0] - 2015-09-10
723### Added
824* Dragging for editing map
925* Prompt for getting new map
1026* Prompt for quitting if hitting 'Q' or ESC
1127
1228### Changed
13- * Windows Font from Arial to Garamound
29+ * Windows Font from Arial to Garamond
1430
1531
1632## [ 0.6.0] - 2015-09-10
@@ -67,4 +83,4 @@ This project adheres to [Semantic Versioning](http://semver.org/)
6783
6884## [ 0.1.0] - 2015-09-08
6985### Notes
70- * Inital
86+ * Initial
You can’t perform that action at this time.
0 commit comments