-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
95 lines (74 loc) · 2.89 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
--------------------------------------------------------------------------------
| Version 0.3.x |
--------------------------------------------------------------------------------
v0.3.1 - [Jul 15, 2016]
-- General --
- Update the mainpage.dox and README.md to
use the correct amazing cow links.
- Start using the update_version script.
--------------------------------------------------------------------------------
v0.3.0 - [May 1, 2016] - Senna we miss you :`(
-- General --
- Better error checking:
FileLevelLoader now throws an exception if it
cannot load the the level file.
- Improve documentation.
- New README.
- Add doxygen stuff.
- [CoreCoord] Add the CoreCoord lib submodule.
-- Source --
include/CorePegSolitarire_Types.h
- Sort the includes.
- Improve documentation.
include/CorePegSolitaire_Utils.h
- Update version numbers.
include/FileLevelLoader.h
- Improve documentation.
include/GameCore.h
- Improve documentation.
include/ILevelLoader.h
- Improve documentation.
src/FileLevelLoader.cpp
- Better error checking:
FileLevelLoader now throws an exception if it
cannot load the the level file.
- Cosmectic changes.
src/GameCore.cpp
- Cosmetic changes.
- Add comments.
Makefile
- Cosmetic changes.
- Change the compiler for obj.
test_game/main.cpp
- Implement the test game.
-- Info Files --
README.md
- Rewrite the README to consistency with other
Amazing Cow's READMEs.
CHANGELOG.txt
- Split the CHANGELOG entry in sections.
- Sort the CHANGELOG entries, now the newer version are on top.
mainpage.dox
- Add the mainpage doxygen documentation.
-- Others --
CoreCoord
- Add the CoreCoord lib submodule.
Doxyfile
- Add the doxygen configuration.
--------------------------------------------------------------------------------
| Version 0.2.x |
--------------------------------------------------------------------------------
v0.2.1 - [Jan 20 2016]
- Update the license headers.
- Fix the name of CorePegSolitaire_Types.cpp
--------------------------------------------------------------------------------
v0.2.0 - [Nov 30 2015]
- Change the name of project from PegSolitaireCore
to CorePegSolitaire to follow the convetion of the other
Amazing Cow games.
- Change the Coord to CoreCoord lib.
- Add the makefile and test_game.
--------------------------------------------------------------------------------
| Version 0.2.x |
--------------------------------------------------------------------------------
v0.1.0 - ????