From 8cd21d0cac4f78b69c73a11d40aa9f54785d317a Mon Sep 17 00:00:00 2001 From: Jonathan Payne Date: Wed, 27 Jun 2012 14:16:49 -0700 Subject: [PATCH] Quick options to report a bug, go on IRC --- Themes/_fallback/Languages/en.ini | 2 ++ Themes/_fallback/metrics.ini | 4 +++- Themes/default/BGAnimations/ScreenEdit background.lua | 8 ++++---- Themes/default/metrics.ini | 3 --- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Themes/_fallback/Languages/en.ini b/Themes/_fallback/Languages/en.ini index 946519957c..98d5c8d8c8 100644 --- a/Themes/_fallback/Languages/en.ini +++ b/Themes/_fallback/Languages/en.ini @@ -1761,6 +1761,8 @@ Edit/Share=Edit/Share Exit=Exit Game Start=Game Start Jukebox=Jukebox +Report Bug=Report A Bug! +Chat on IRC=Chat on IRC! Select Game=Select Game Theme=Theme Credits=Credits diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index d8aa653a91..43f8c42713 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -1788,7 +1788,7 @@ UpdateOnMessage="" # NumChoicesOnPage1=100 DefaultChoice="GameStart" -ChoiceNames="GameStart,Options,Edit,Jukebox,Exit" +ChoiceNames="GameStart,Options,Edit,Jukebox,ReportBug,IRC,Exit" ChoiceGameStart="applydefaultoptions;text,Game Start;screen,"..Branch.StartGame() #ChoiceQuickPlay="applydefaultoptions;text,Quick Play;" ChoiceOptions="screen,ScreenOptionsService;text,Options" @@ -1798,6 +1798,8 @@ ChoiceExit="screen,ScreenExit;text,Exit" ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online" ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game" ChoiceJukebox="screen,ScreenJukeboxMenu;text,Jukebox" +ChoiceReportBug="urlnoexit,http://ssc.ajworld.net/sm-ssc/bugtracker/;text,Report Bug" +ChoiceIRC="urlnoexit,http://chat.mibbit.com/?server=irc.badnik.net&channel=%23sm-ssc&nick=StepMania_player;text,Chat on IRC" ChoiceSandbox="screen,ScreenTest;text,Sandbox" # AllowRepeatingInput=true diff --git a/Themes/default/BGAnimations/ScreenEdit background.lua b/Themes/default/BGAnimations/ScreenEdit background.lua index d61ac30ad5..5f761e136e 100644 --- a/Themes/default/BGAnimations/ScreenEdit background.lua +++ b/Themes/default/BGAnimations/ScreenEdit background.lua @@ -17,14 +17,14 @@ t[#t+1] = Def.ActorFrame { if topScreen then local screenName = topScreen:GetName() if screenName == "ScreenEdit" or screenName == "ScreenPractice" then - self:diffusealpha(0.325) + self:diffusealpha(0.95) else - self:diffusealpha(0) + self:diffusealpha(0.65) end; end; end; - EditorShowMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.75); - EditorHideMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.325); + EditorShowMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.95); + EditorHideMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.65); }; }; diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index e8b1e5b107..00179c6bd3 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -679,9 +679,6 @@ NetworkStatusOffCommand=linear,0.5;cropright,1 # HelpY=SCREEN_BOTTOM-24 # -ChoiceNames="GameStart,Options,Edit,Jukebox,Exit" -DefaultChoice="GameStart" - [ScreenQuickSetupOverview] IconStartX=SCREEN_CENTER_X-160 IconStartY=SCREEN_BOTTOM-60