diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 283da29a30..cb4051223b 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -4,6 +4,32 @@ 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. ________________________________________________________________________________ +2016/03/05 +---------- +* [global] get_sound_driver_list lua function added. [kyzentun] + +2016/03/02 +---------- +* [Gameplay] Fixed No Fakes mod to remove fakes inside warps. [kyzentun] +* [Keymaps] Added special name for colon key so it can be bound. [medmig] + +2016/02/20 +---------- +* [Language] Bahasa Indonesian translation added to default theme. [JOELwindows7] + +2016/02/15 +---------- +* [Input] Linux event devices now start at JOY10 instead of JOY1. Without + this change, if one dance pad is a joystick device, and the other is an + event device, they will both be JOY1, and stepmania will think they are the + same dance pad. If you use Linux, assume that you have to remap your dance + pad. [kyzentun] + +2016/02/04 +---------- +* [Course] In an Endless course, songs will only be repeated after all songs + in the group have been played. [blindbox] + 2016/02/03 ---------- * [ScreenManager] Added PlayInvalidSound, PlayStartSound, PlayCoinSound, diff --git a/Themes/_fallback/Scripts/04 CreditsHelpers.lua b/Themes/_fallback/Scripts/04 CreditsHelpers.lua index 6ed32e21f1..858c3390f0 100644 --- a/Themes/_fallback/Scripts/04 CreditsHelpers.lua +++ b/Themes/_fallback/Scripts/04 CreditsHelpers.lua @@ -62,6 +62,8 @@ local stepmania_credits= { "Raymund Zacharias (German)", {type= "subsection", name= "5.0.10 update"}, "Milène Gauthier-Sabourin (Arvaneth) (French)", + {type= "subsection", name= "5.0.11 update"}, + "Joel Robert Justiawan (JOELwindows7)", }, { name= "Other Contributors", @@ -119,6 +121,7 @@ local stepmania_credits= { "Ciera Boyd", -- you bet your ass I'm putting my girlfriend in the credits -shakesoda "#KBO", "Celestia Radio", -- LOVE AND TOLERANCE + "Perkedel Corporation", -- Joel's company. "You showed us... your ultimate dance", }, }