Changed .travis.yml to use cmake. Updated changelog. Updated version number in CMakeLists.txt.
This commit is contained in:
+3
-2
@@ -28,7 +28,8 @@ before_script:
|
|||||||
- sudo apt-get install -y libglu1-mesa-dev
|
- sudo apt-get install -y libglu1-mesa-dev
|
||||||
- sudo apt-get install -y mesa-common-dev
|
- sudo apt-get install -y mesa-common-dev
|
||||||
- sudo apt-get install -y libglew-dev
|
- sudo apt-get install -y libglew-dev
|
||||||
|
- sudo apt-get install -y cmake
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- cmake -G 'Unix Makefiles' . && cmake .
|
||||||
- ./configure && make
|
- make
|
||||||
|
|||||||
+1
-1
@@ -49,7 +49,7 @@ include("CMake/DefineOptions.cmake")
|
|||||||
# Set up version numbers according to the new scheme.
|
# Set up version numbers according to the new scheme.
|
||||||
set(SM_VERSION_MAJOR 5)
|
set(SM_VERSION_MAJOR 5)
|
||||||
set(SM_VERSION_MINOR 0)
|
set(SM_VERSION_MINOR 0)
|
||||||
set(SM_VERSION_PATCH 7)
|
set(SM_VERSION_PATCH 8)
|
||||||
set(SM_VERSION_TRADITIONAL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}")
|
set(SM_VERSION_TRADITIONAL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}")
|
||||||
|
|
||||||
execute_process(COMMAND git rev-parse --short HEAD
|
execute_process(COMMAND git rev-parse --short HEAD
|
||||||
|
|||||||
@@ -16,6 +16,11 @@ Example:
|
|||||||
This means that three strings were added to the "ScreenDebugOverlay" section,
|
This means that three strings were added to the "ScreenDebugOverlay" section,
|
||||||
"Mute actions", "Mute actions on", and "Mute actions off".
|
"Mute actions", "Mute actions on", and "Mute actions off".
|
||||||
|
|
||||||
|
2015/05/09
|
||||||
|
----------
|
||||||
|
* [OptionExplanations] AxisFix
|
||||||
|
* [OptionTitles] AxisFix
|
||||||
|
|
||||||
2015/05/05
|
2015/05/05
|
||||||
----------
|
----------
|
||||||
* [ScreenGameplay] SkipSongText
|
* [ScreenGameplay] SkipSongText
|
||||||
|
|||||||
@@ -4,6 +4,14 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
|
|||||||
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
|
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
2015/05/09
|
||||||
|
----------
|
||||||
|
* [general] Workaround for the axis problem added. Set the Axis Fix
|
||||||
|
preference under Input Options to true if you have the axis problem.
|
||||||
|
[Fighter19]
|
||||||
|
* [general] Added XML to Lua converter. See Docs/Themerdocs/XmlToLua.txt for
|
||||||
|
details. [kyzentun]
|
||||||
|
|
||||||
2015/05/05
|
2015/05/05
|
||||||
----------
|
----------
|
||||||
* [Gameplay] Holding Select on gameplay now skips the current song in course
|
* [Gameplay] Holding Select on gameplay now skips the current song in course
|
||||||
|
|||||||
Reference in New Issue
Block a user