Skip to content

Commit

Permalink
Update game version.
Browse files Browse the repository at this point in the history
Add changes in changelog.
  • Loading branch information
viewizard committed Oct 17, 2018
1 parent 9c5d996 commit c957c4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version 1.4.0

### Overall changes:

- Code refactored in order to use C++11 and STL (work still in progress).
- Migrated from libSDL 1.2 to libSDL 2.
- Added language detection on first start.
- Renamed command line parameter "safe-mode" to "reset-config".
- Fixed particle system's code for low FPS. All effects will looks now as they should.
- Fixed old bug with turret's barrel rotation position during explosion.
- Added Polish language translation, thanks to Jacek Fiedorowicz.
- About 1300 minor fixes and changes since last release.

# Version 1.3.2

### Overall changes:
Expand Down
2 changes: 1 addition & 1 deletion src/build_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef BUILDCONFIG_H
#define BUILDCONFIG_H

#define GAME_VERSION "1.3.9 git"
#define GAME_VERSION "1.4.0"
#define GAME_VFS_BUILD 181003


Expand Down

0 comments on commit c957c4c

Please sign in to comment.