Commit Graph
621 Commits
Author SHA1 Message Date
Kyzentun b0d40eca3d Merge branch 'theme-updates' of https://github.com/Midiman/stepmania 2014-09-17 14:40:05 -06:00
Jonathan Payne b09c7e8af4 OptionsCustomizeProfile, HeartEntry improvements 2014-09-17 12:20:55 -07:00
Kyzentun 1186840ef0 Fixed SSM StageDisplay to update when the song changes and SG StageDisplay to fetch curStage at the correct time to set its color. 2014-09-17 03:13:31 -06:00
Jonathan Payne 426148ebdd Arcade improvements 2014-09-16 17:14:07 -07:00
Jonathan Payne 38e3a778d0 ScreenCaution improvements 2014-09-16 17:06:06 -07:00
Jonathan Payne 8d0f86d240 SelectStyle, SelectMode improvements 2014-09-16 17:05:19 -07:00
Jonathan Payne c651143128 Font improvements 2014-09-16 17:02:38 -07:00
Jonathan Payne abb6c302e3 ScreenDebugOverlay improvements 2014-09-16 16:58:37 -07:00
Jonathan Payne 60fee09021 MusicWheel highlight improvements 2014-09-16 16:50:45 -07:00
Kyzentun c45b5f053a Added ScreenContinue:ContinueEnabled metric. Changed Actor:hidden and Lua scoring to emit errors because they are deprecated. 2014-09-15 05:09:27 -06:00
freem 5649b5f61b thify_number replicates FormatNumberAndSuffix; use that instead. 2014-09-15 03:58:16 -05:00
Kyzentun 2f37e9d8a9 Merge branch 'DefaultHeart' of https://github.com/kyzentun/stepmania 2014-09-14 21:07:54 -06:00
Kyzentun 5ffe5f7157 Removed unused is_stage_final function from default. 2014-09-14 21:07:34 -06:00
Kyzentun 1dbdca6b0a Merge branch 'StageDispFixes' of https://github.com/kyzentun/stepmania 2014-09-14 21:06:27 -06:00
Kyzentun fa7502b7b0 Added ScreenOptionsCustomizeProfile to _fallback and default. 2014-09-14 20:04:10 -06:00
Jonathan Payne 937b99b87d Improve HeartEntry screen 2014-09-14 15:20:13 -07:00
Jonathan Payne abe170fe22 Merge branch 'DefaultHeart' of https://github.com/kyzentun/stepmania into b4-heartRate 2014-09-14 15:18:08 -07:00
Kyzentun 64acd77c68 New NumPadEntry actor, used by ScreenHeartEntry. 2014-09-13 19:48:04 -06:00
Jonathan Payne 5fcf3e1466 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-13 16:29:28 -07:00
Kyzentun f87afa8a4b Added ScreenHeartEntry to default theme. 2014-09-12 15:07:46 -06:00
Forest 8b866c9584 Remove the execute bit from non-executable files.
Fixes stepmania/stepmania#300.
2014-09-11 04:03:32 -07:00
Kyzentun 2199e7aafb Fixed GAMESTATE:GetCurrentStage to use correct logic for determining if all human players are on final stage.
THEME:GetPath lua functions can now pass true for the third arg if the element is optional.
Fixes to various StageDisplay things in default.
thify_number and thified_curstage_index lua functions added to default/Scripts/04 Other.lua.
2014-09-07 04:05:10 -06:00
Jonathan Payne f5c7147eeb Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-04 20:23:28 -07:00
freem 49d0066108 header text shows over the underline; header shadow text shows under it. 2014-09-04 20:41:14 -05:00
Jonathan Payne 495b3283c5 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-04 17:40:24 -07:00
Kyzentun f2fdaa0cf5 Massively improved Config Key/Joy Mappings screen.
Warning is dismissable now, and cursor does not start in a position that will change a setting.
New special actions added:  ClearToDefault, ReloadFromDisk, SaveToDisk, SetListMode.  Exit is a special action.
Player is prompted to save when exiting screen instead of saving after every action.
Special actions fallback on Graphics/SMC action if they don't have their own.
Moved SMC overlay to Graphics/SMC warning.
Metrics for configuring input lock time, warning autodismiss time, lines visible, and NoSetListPrompt autodismiss time.
Header row added for cursor to start on.
ScreenMapControllers2 deleted as obsolete.
BitmapText:maxwidth changed to factor the zoom of the actor into the calculation.
2014-09-04 01:23:28 -06:00
freem ce15565145 fix ScreenEvaluation background not being centered properly 2014-09-01 23:04:07 -05:00
freem 46fac1fe8b Update ScreenHowToPlay elements to use localized strings 2014-09-01 14:33:04 -05:00
Jonathan Payne ec3b6a14da Merge branch 'master' of https://github.com/stepmania/stepmania
Conflicts:
	Themes/default/Graphics/ScreenWithMenuElements header/default.lua
	Themes/default/metrics.ini
2014-09-01 05:43:51 -07:00
Jonathan Payne d9d735e44a TwoPartSelection noteskin for pump only, routine skins 2014-09-01 05:38:33 -07:00
Jonathan Payne 4fdbb3dff6 ScoreDisplay has actual shadows now... 2014-08-31 23:50:08 -07:00
Jonathan Payne b6ff29fdd8 Make TwoPartSelection dialog hide on events 2014-08-31 23:26:23 -07:00
Jonathan Payne a64669b1bc Make TwoPartSelection dialog work for all players 2014-08-31 23:08:06 -07:00
Jonathan Payne 65af11af51 Fix up HowToPlay graphics (2) 2014-08-31 22:32:11 -07:00
Jonathan Payne 9b176447c3 Fix up HowToPlay graphics 2014-08-31 22:23:11 -07:00
Jonathan Payne 1464f12b16 Implement ScreenCaution, fix CDTitle 2014-08-31 16:59:03 -07:00
Jonathan Payne 3d283a41bc Implement ScreenContinue 2014-08-30 20:17:15 -07:00
Jonathan Payne ab394950e0 fix StageDisplay errors, EvalSummary 2014-08-30 16:14:03 -07:00
Jonathan Payne 83aaf2b2a5 Art Pass #1 2014-08-30 03:10:24 -07:00
Jonathan Payneandfreem 04da3fb9c7 include IsCourse(), fix StageDisplay for courses!
(cherry picked from commit 56003157f77be78bd5ab9e608b1f3836cf288e08)
2014-08-28 06:01:17 -05:00
Jonathan Payneandfreem 91581bb5f7 Fix eval summary, summary branches
+ Fixed ScreenGameplay StepsDisplay errors
+ Fixed ScreenSelectCourse CourseContentsList masks
+ Fixed ScreenEvaluationSummary banners -- introduced a scroller.
+ Fixed showing ScreenEvaluationSummary showing after a course

(cherry picked from commit 04f7373238410c481cb79c6441fb27c55c69a447)
2014-08-28 06:01:15 -05:00
Jonathan Payneandfreem c36068faf8 High Scores tweak
(cherry picked from commit fa4e5efb5b0d8dcd73ed3e43d993d7e98b73e347)
2014-08-28 06:01:14 -05:00
Jonathan Payneandfreem 8f0e2246f9 Add a real High Scores screen.
(cherry picked from commit 4c5bfa5e0eb351a0d90c70413a7cd8622007d188)
2014-08-28 06:01:12 -05:00
Kyzentun 9b2c59de46 Added BackgroundFitMode preference and setting screen for controlling how backgrounds are fitted to the screen. 2014-08-16 03:37:24 -06:00
freem 3239e4698d update ScreenGameOver with a fancier "game over" graphic and bigger text 2014-07-26 15:48:36 -05:00
Kyzentun 32e5d7e90c Improved three-key support. Default theme should be completely usable with three-key cabinets if ThreeKeyNavigation pref is true. Added ThreeKeyNavigation pref. ScreenOptions:NavigationMode metric now uses that pref to decide between normal and toggle modes. Added GoToFirstOnStart to OptionRowHandlerLua so an option row can control that behavior. Rewrote input for default's ScreenSelectProfile to use an input callback to take advantage of menu button mapping. Fixed inconsistent indentation in ORHL documentation. 2014-07-25 14:33:15 -06:00
freem 527e93c792 [Themes/default] hack for SWME StageDisplay to show correct stage on Normal Mode Evaluation 2014-07-25 12:59:47 -05:00
Kyzentun d472d28490 Fixed accidental old name for ArbitrarySpeedMods in metrics for edit mode. 2014-06-23 00:25:18 -06:00
Kyzentun de8799ebdc Renamed ArbSpeedMods to ArbitrarySpeedMods to avoid the wrath of the OpenGL Architecture Review Board. Added option rows for controlling the size of the increments used by ArbitrarySpeedMods. Simplified logic in ASM and added rounding to avoid excessive precision. Removed pointless setmetatable calls from various lua option rows. 2014-06-20 22:48:00 -06:00
Kyzentun 045e9edcdd Added ArbSpeedMods function for a better way of setting speed modifiers. Added NotifyHandlerOfSelection to OptionRowHandler to support this. Changed exceptions thrown by OptionRowHandlerLua into log warnings because crashing out is not helpful to themers. Fixed SetEnabledForPlayers in OptionRowHandlerLua to correctly read the PlayerNumber enum. Removed silly git add Docs/Themerdocs/Examples/OptionRowHandlerLua.lua and second check for ExportOnChange. 2014-06-19 06:41:18 -06:00