Skip to content
This repository was archived by the owner on May 2, 2019. It is now read-only.

Commit 8a0c483

Browse files
author
Patrick Rye
committed
Update v0.8.0 docs
Updated some documents that we forgot to update in v0.8.0
1 parent 3b4e7a2 commit 8a0c483

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,30 @@
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/

Documentation/ChangeLog.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,30 @@
33
All notable changes to this project will be documented here.
44
This 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

0 commit comments

Comments
 (0)