diff --git a/Docs/Changelog_language.txt b/Docs/Changelog_language.txt index 97247e3c04..bc4fb7290d 100644 --- a/Docs/Changelog_language.txt +++ b/Docs/Changelog_language.txt @@ -16,6 +16,15 @@ Example: This means that three strings were added to the "ScreenDebugOverlay" section, "Mute actions", "Mute actions on", and "Mute actions off". +2015/04/23 +---------- +* [OptionExplanations] Display Options + InputOptions +* [OptionTitles] Display Options + InputOptions + Input Options +* [ScreenOptionsDisplaySub] HeaderText +* [ScreenOptionsInputSub] HeaderText 2015/04/08 ---------- diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 3b604c5943..009f6814ba 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -4,6 +4,46 @@ 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. ________________________________________________________________________________ +2015/04/23 +---------- +* [ServiceMenu] Entries in service menu rearranged to hopefully organize them + better. ScreenOptionsInputSub and ScreenOptionsDisplaySub added. Updating + a theme to show the options for the new screens should be a simple matter of + changing the LineNames entry for ScreenOptionsService to include + "InputOptions" and "SoundGraphics". [tuxdude] + +2015/04/18 +---------- +* [EditMode] Fixed bug that made alter menu choices prompt for clearing. [kyzentun] +* [NoteColumnRenderer] Added handling for diffuse and glow to make rainbow + and related effects work. [kyzentun] + +2015/04/15 +---------- +* [compiling] -DWITH_LIBVA option added to cmake building to fix compiling + problems for some linux users. [wolfman2000] + +2015/04/14 +---------- +* [SelectMusic] Disabled late join on Extra Stage to prevent crash on + Evaluation Summary. [kyzentun] + +2015/04/13 +---------- +* [EditMode] Fixed Revert From Disk to actually work. [kyzentun] +* [japanese] Language update from hanubeki. [hanubeki] + +2015/04/11 +---------- +* [dev] cpack support for installing. [wolfman2000] +* [TimingData] Fixed bug that made steps on the same row as a stop and a bpm + change unhittable. [kyzentun] + +2015/04/10 +---------- +* [Profile] Kluged together a fix for scores on edit charts not being loaded + until after the chart is played. [kyzentun] + 2015/04/08 ---------- * [ActorSound] IsAction attribute added. get/set_is_action functions added. @@ -105,9 +145,9 @@ StepMania 5.0.7rc | 20150309 2015/03/08 ---------- * [EditMode] Clearing an area now prompts for confirmation if it contains - EditClearPromptThreshold notes or more. EditClearPromptThreshold is a - preference that can be set in the Advanced Options section, or in the - options in Edit Mode. [kyzentun] + EditClearPromptThreshold notes or more. EditClearPromptThreshold is a + preference that can be set in the Advanced Options section, or in the + options in Edit Mode. [kyzentun] 2015/03/05 ---------- @@ -138,7 +178,7 @@ StepMania 5.0.7rc | 20150309 ---------- * [General] Pause/Break key now toggles "action" sounds off or on. There is also a button in the F3 debug menu (press A, there are so many that it is - off the bottom) for people that don't have a Pause/Break key. [kyzentun] + off the bottom) for people that don't have a Pause/Break key. [kyzentun] 2015/02/27 ---------- diff --git a/Themes/_fallback/Languages/en.ini b/Themes/_fallback/Languages/en.ini index b6e61e44e3..176fd6000b 100644 --- a/Themes/_fallback/Languages/en.ini +++ b/Themes/_fallback/Languages/en.ini @@ -1416,12 +1416,12 @@ Enter room name=Enter room name Empty=- EMPTY - [RoomInfoDisplay] -Last Round Info:=Last Round Info: -Room Name:=Name: -Room Description:=Description: -Song Title:=Title: -Song Subtitle:=Subtitle: -Song Artist:=Artist: +Last Round Info:=Last Round Info: +Room Name:=Name: +Room Description:=Description: +Song Title:=Title: +Song Subtitle:=Subtitle: +Song Artist:=Artist: Players=Players [SMPackageUtil] @@ -1440,9 +1440,6 @@ HeaderText=Display/Sound Options [ScreenOptionsInputSub] HeaderText=Input Options -[ScreenOptionsRandomSub] -HeaderText=Misc Options - [ScreenOptionsGraphicsSound] HeaderText=Graphics/Sound HeaderSubText=Get the best performance @@ -2004,12 +2001,12 @@ controller light=controller light Backspace=Backsp Cancel=Cancel Done=Done -HeaderText= +HeaderText= Space=Space "%s" is an invalid floating point value.="%s" is an invalid floating point value. "%s" is an invalid integer value.="%s" is an invalid integer value. AnswerCaret=_ -AnswerBlank= +AnswerBlank= [ScreenTitleMenu] # Old 3.9 Strings diff --git a/Themes/_fallback/Scripts/04 CreditsHelpers.lua b/Themes/_fallback/Scripts/04 CreditsHelpers.lua index b97cbd86e7..7a877f9bca 100644 --- a/Themes/_fallback/Scripts/04 CreditsHelpers.lua +++ b/Themes/_fallback/Scripts/04 CreditsHelpers.lua @@ -62,6 +62,7 @@ local stepmania_credits= { { name= "Other Contributors", "Aldo Fregoso (Aldo_MX)", -- delays and much more. StepMania AMX creator + "Alfred Sorenson", -- new lua bindings "A.C/@waiei", -- custom scoring fixes + Hybrid scoring "cerbo", -- lua bindings and other fun stuff "cesarmades", -- pump/cmd* noteskins @@ -73,18 +74,21 @@ local stepmania_credits= { "djpohly", -- piuio kernel module, XML compatibility, other useful stuff "galopin", -- piu PlayStation2 usb mat support "gholms", -- automake 1.11 support + "hanubeki (@803832)", -- beginner helper fix, among various other things "juanelote", -- SongManager:GetSongGroupByIndex, JumpToNext/PrevGroup logic mods "Kaox", -- pump/default noteskin -- Add Graphics/CreditsLogo name.png and change your entry to a table like this to look super pro. {logo= "kyzentun", name= "Kyzentun"}, -- new lua bindings, theme documentation "Mad Matt", -- new lua bindings + "Matt McCutchen", -- minor fix for some dance pads on linux "NitroX72", -- pump/frame noteskin "Petriform", -- default theme music + "psmay", -- SextetStream driver and related things "桜為小鳩/Sakurana-Kobato (@sakuraponila)", -- custom scoring fixes "Samuel Kim (1a2a3a2a1a)", -- various beat mode fixes - "hanubeki (@803832)", -- beginner helper fix, among various other things + "tuxdude", -- minor changes to service menu layout "v1toko", -- x-mode from StepNXA - "Alfred Sorenson", -- new lua bindings + "Wallacoloo", -- delete songs, other fixes }, { name= "Special Thanks",