Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Commander-Genius
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gerhard Stein
Commander-Genius
Commits
89710137
Commit
89710137
authored
Mar 24, 2018
by
Gerhard Stein
Committed by
Gerhard Stein
Apr 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version update
parent
2859eb57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
3 deletions
+34
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
changelog.txt
changelog.txt
+32
-1
version.h
version.h
+1
-1
No files found.
CMakeLists.txt
View file @
89710137
...
...
@@ -32,7 +32,7 @@ string(REGEX REPLACE "[\r\n]" "" CG_VERSION "${CG_VERSION}")
# Since shell script get_version is not processed properly on windows, we have to define manually here.
# TODO: Better system for defining the version
IF
(
WIN32
)
set
(
CG_VERSION
"2.
0.8
"
)
set
(
CG_VERSION
"2.
2.0
"
)
endif
()
# Generate the README file with the correct version string
...
...
changelog.txt
View file @
89710137
v2.2.0:
-------
- Cleaned Repository
- More unified Menu for both Galaxy and Vorticon games
- Faster Builds
- Many bug fixes
- Player selection in Keen 4 Plus. Play as Lindsey, Council or Kyle
- Different character in Multiplayer mode
- Added support for Mod, Midi and FLAC
- Improved virtual gamepad for mobile version yet to come
v2.1.2:
-------
- Load Bitmap fixes
- Sprite selection screen when Single player mode (Galaxy)
v2.1.1:
-------
- Sprite Refinements (Galaxy)
v2.1.0:
-------
- lots of tidy ups in the menu code. Now a very unified menu is used
for both vorticon and galaxy keen. This reduced the code by many previously copied
files.
- More python support. First mod using no Exe file uses python scripts
for the engine, MoMGalaxy. Now it has some more features more to the original
Keen and less glitches.
v2.0.8:
-------
- More cleanups, improved audio volume management.
...
...
@@ -6,10 +35,12 @@ v2.0.7:
-------
- More Audio fixes, cleaned up code, less crashes
v2.0.6:
-------
- Full integration of SDL_mixer, IMF fixes. Now it sounds a bit better.
- Audio Code cleanups
- Improve CMake scripts
- Fixed some crashes
v2.0.5:
-------
...
...
version.h
View file @
89710137
#ifndef CG__VERSION_H
#define CG__VERSION_H
#define CGVERSION "2.
0.8
-Release"
#define CGVERSION "2.
2.0
-Release"
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment