Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ooxi committed Jan 7, 2016
1 parent 9e9a34c commit 42a3c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Legend
Upcoming release
----------------

* `[*]` [Misc code cleanup](https://github.com/ooxi/violetland/pull/87)
* `[!]` [Fixed minor bugs](https://github.com/ooxi/violetland/pull/83) enabling Violetland to be build by both GCC and Clang with extra warnings enabled
* `[!]` [Changing the font to Xolonium-Regular](https://github.com/ooxi/violetland/pull/82) fixed [display issues of german umlauts](https://github.com/ooxi/violetland/issues/81)
* `[*]` [Changing the font to Xolonium-Regular](https://github.com/ooxi/violetland/pull/82) resolved [probable licensing issues](https://github.com/ooxi/violetland/issues/73)
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ set(srcSoundDir ${srcSystemDir}/sound)
set(srcUtilityDir ${srcSystemDir}/utility)

set(srcFileList
${srcUtilityDir}/FileUtility.cpp
${srcDir}/program.cpp
${srcGameDir}/Weapon.cpp
${srcGameDir}/WeaponManager.cpp
Expand All @@ -78,7 +77,7 @@ set(srcFileList
${srcSystemDir}/ConfigFile.cpp
${srcSystemDir}/Configuration.cpp
${srcSystemDir}/ControlStyle.cpp
# ${srcUtilityDir}/FileUtility.cpp
${srcUtilityDir}/FileUtility.cpp
${srcUtilityDir}/ImageUtility.cpp
${srcUtilityDir}/UidGenerator.cpp
${srcGraphicDir}/Texture.cpp
Expand Down

0 comments on commit 42a3c46

Please sign in to comment.