Commit Graph

45 Commits

Author SHA1 Message Date
Martin Natano 4c0aef69dd Remove legacy network code 2022-04-11 14:50:00 -07:00
Martin Natano 0861ed45c7 Merge /AdditionalSongs into /Songs, and /AdditionalCourses into /Courses
Includes a backwards-compatibility mechanism to adapt paths when loading
Stats.xml.
2022-03-11 22:35:31 +01:00
Kyzentun Keeslala c78950aaeb Changed timing and life difficulty text to position value after label. Changed all AllowRepeatingInput metrics in _fallback to true. 2015-06-14 08:55:42 -06:00
Kyzentun 7443f76eab Polish installer translation from Jarosław Pietras. Removed duplicate IsRoutine function from Branches.lua. Fixed beat noteskin receptor to not set zero delay. Minor change to default's danger underlay to pass the pn when fetching style. 2015-01-28 08:52:52 -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
Kyzentun f87afa8a4b Added ScreenHeartEntry to default theme. 2014-09-12 15:07:46 -06:00
Jonathan Payne 0abdaa513d Continue now goes to SelectStyle. Fixes error 2014-09-01 04:49:26 -07:00
Jonathan Payne 1464f12b16 Implement ScreenCaution, fix CDTitle 2014-08-31 16:59:03 -07:00
Jonathan Payne 7e0adb3383 Fix eval branch. Course mode fix 2014-08-30 20:32:53 -07:00
Jonathan Payne 3d283a41bc Implement ScreenContinue 2014-08-30 20:17:15 -07:00
Jonathan Payne 04da3fb9c7 include IsCourse(), fix StageDisplay for courses!
(cherry picked from commit 56003157f77be78bd5ab9e608b1f3836cf288e08)
2014-08-28 06:01:17 -05:00
Jonathan Payne 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 Payne 8f0e2246f9 Add a real High Scores screen.
(cherry picked from commit 4c5bfa5e0eb351a0d90c70413a7cd8622007d188)
2014-08-28 06:01:12 -05:00
Devin J. Pohly cd1cd57e8c Revert "Forgot another coin thingamajigger."
This reverts commit 8e96e05c24.
2013-06-04 23:33:35 -04:00
Jason Felds 8e96e05c24 Forgot another coin thingamajigger. 2013-06-02 14:24:09 -04:00
AJ Kelly b979709f50 since ScreenEvalSummary is calling the NextScreen branch like a function, let's make it a function and be done with it. this should fix a crash. 2012-03-06 20:18:03 -06:00
AJ Kelly f7b1f07e21 http://www.youtube.com/watch?v=EryhQdXTjP8 2012-02-10 17:00:57 -06:00
AJ Kelly 8e9b20ac8e welp, messed this one up; let's fix it 2011-12-16 12:05:21 -06:00
AJ Kelly d7d776cd59 reorder some logic and fix a typo; good catch wolfman 2011-12-15 20:57:59 -06:00
AJ Kelly 300fd8e6f8 attempt to fix up some evaluation branch logic 2011-12-15 20:49:25 -06:00
Jonathan Payne 978e916557 [br:Defualt] do not show incompletename entry;
add comment for addition notetype
2011-10-19 21:51:54 -07:00
AJ Kelly fbc4a02b8f forgot branch 2011-09-23 14:40:11 -05:00
AJ Kelly 744fa8c26a put ScreenSelectStyle before ScreenProfileLoad if AutoSetStyle is off 2011-08-21 22:07:26 -05:00
AJ Kelly c38a1df844 even more branch changes, but I think that's it from me on that 2011-08-20 21:37:45 -05:00
AJ Kelly b54946ce43 small change to branches 2011-08-20 21:34:41 -05:00
Jonathan Payne f4f457cd0a go to game over instead of eval summary; add select menu sounds. 2011-08-20 19:24:20 -07:00
Colby Klein bf4a10ce7b Cleanup, part 2 (working on fallback) 2011-08-18 11:35:14 -07:00
AJ Kelly a921712233 actually load profiles if we're skipping the select profile screen 2011-07-07 17:26:58 -05:00
Jonathan Payne af7a767740 it's a shame I have to use this, but its for the better really 2011-07-07 12:30:34 -07:00
Jonathan Payne c71789b7e7 [default] You are not allowed to go to ScreenSelectProfile if you do not have more than 2 profiles. 2011-06-25 14:36:26 -07:00
AJ Kelly 226d2a0e67 simplify branch 2011-06-06 13:40:30 -05:00
AJ Kelly cec3ebb5ba remove unused ScreenQuickSetup and related items 2011-03-25 02:56:40 -05:00
Jason Felds c1d077888e Fix a crash bug by preventing the situation. 2011-03-17 14:02:25 -04:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
Flameshadowxeroshin 6d01495ace fixed a typo 2011-01-07 22:22:28 -06:00
AJ Kelly f5d89976ea Make routine mode use ScreenGameplayShared instead of ScreenGameplay 2011-01-07 22:15:29 -06:00
AJ Kelly 2949579644 fallback changes from midi 2010-07-06 17:09:40 -05:00
AJ Kelly d9aee67537 various theme changes from midi 2010-07-03 20:55:25 -05:00
AJ Kelly 476af100fb fix restricted modes always going into options 2010-06-27 15:13:53 -05:00
AJ Kelly 6789d0cb14 add restricted player options for Oni/Rave 2010-06-27 13:07:13 -05:00
AJ Kelly 7b3f8b2090 Script cleanup, add aliases for SCREEN_* (_screen.w, etc, check alias.lua). [shakesoda] 2010-06-07 23:24:19 -05:00
AJ Kelly dd5fa35ff0 The beginning of arcade mode stuff. Mainly only deals with TitleJoin and Demonstration at the moment and pretty much assumes Event Mode is on. 2010-05-15 15:56:45 -05:00
AJ Kelly af5f17d79e various theme changes from Midiman 2010-04-26 12:47:27 -05:00
AJ Kelly 05cdd2ab95 Fix a screen naming issue that's been bugging the main sm-ssc devs...
ScreenSelectPlayMode (formerly select style) has been renamed to ScreenSelectStyle.
ScreenSelectPlayStyle (formerly select play mode) has been renamed to ScreenSelectPlayMode.
2010-04-18 18:12:04 -05:00
AJ Kelly 3e51544930 Initial commit. 2010-01-26 21:00:30 -06:00