Commit Graph

58 Commits

Author SHA1 Message Date
Arthur Eubanks f8f6f12999 Add pump shortcut for closing current song folder 2023-01-31 21:31:52 -08:00
Rhythm Lunatic dcb2f74c8d Add More OptionsList functionality (#1810)
* Add More OptionsList functionality

* Remove Size parameter because it's broken

* Make OptionsList inputs remappable

* Change Next/Prev OptionsList to CodeDetector
2019-03-28 14:49:46 -07:00
Kyzentun Keeslala 3d98fc7a60 Add oitg_zoom_mode_actor. Turn off minimaid lights when exiting. 2016-08-29 12:43:04 -06:00
Kyzentun b09fc11210 Fixed routine notefield not being centered correctly. Hid couple-edit and threepanel styles because they don't seem intended to be playable. 2015-01-20 19:58:53 -07:00
Kyzentun aeaead95c9 Changed default ScreenSelecStyle to use functions for choice names and positions instead of metrics. _fallback SSS remains the same for compatibility. Fixed style stomping bug in SetCompatibleStylesForPlayers. 2015-01-20 18:40:59 -07:00
Kyzentun 3fb36af157 Separate styles for players. Notefields positioned between margins. Edit mode works for kickbox. 2014-12-09 22:27:00 -07:00
Kyzentun c65c1eb386 Added kickbox game mode with 4 styles. 2014-12-09 22:22:50 -07:00
Jonathan Payne ab394950e0 fix StageDisplay errors, EvalSummary 2014-08-30 16:14:03 -07:00
Kyzentun ba78c38c8b Disabled pad codes that change modifiers in dance game mode. 2014-06-17 01:22:30 -06:00
sigatrev c4f7aab9a1 Attempted fix of Tick Holds
NoteDataUtil::GetTotalHoldTicks() was not counting the last tick of
holds which ended on the last row of the song. Extended the range to
include the last row.

NoteDataUtil::GetTotalHoldTicks() was counting number of rows held, when
it should only count 1 regardless of number( at least to mimic pump )

Player::CrossedRows() was assuming a constant tick rate over the crossed
rows, leading to potentially inaccurate tick counts.

Pump holds were counting "HoldNote_Held" due to capitalization in the
metrics. Fixed metrics and made "IsGame" function case insensitive.
2014-04-23 21:45:37 -05:00
Flameshadowxeroshin dd49998438 fix a couple of bugs that manifest themselves in uncommonly-used gametypes (apologies for the spacing) 2013-12-22 18:23:41 +00:00
Devin J. Pohly 85e14ebfce Partial revert of a72416e 2013-06-04 23:31:57 -04:00
Jonathan Payne a72416e039 Fix up theme a little. Sorry about the head clobber.
~ [ScreenSelectMusic] Change CDTitle Display.
~ [ScreenSelectPlayMode] Change icons due to ActorFrame propagation.
- [ScreenSelectPlayStyle] Remove couple, routine. These cause crashes.
- [ScreenOptionsArcade] Remove Premium choice. Requests lang strings that don't exist.
2013-06-04 02:12:58 -07:00
AJ Kelly 8f682fcd91 add styles for maniax mode 2012-07-08 10:58:01 -05:00
AJ Kelly b5b7036cd7 maniax shows combo starting at 5 2012-07-02 17:30:17 -05:00
AJ Kelly c3b5eb7412 derp, no wonder it wasn't looking right in dance, they're using the SAME NOTESKIN 2012-06-18 10:55:57 -05:00
AJ Kelly 650723a7e5 add Double5 to techno list, need to add Versus modes at some point 2012-05-14 21:48:42 -05:00
Jonathan Payne 69ceebe6fb Don't allow Options on ExtraStage (might be fun later) 2012-03-24 13:43:20 -07:00
AJ Kelly ca09f6dd67 more script cleanup 2012-03-24 00:16:21 -05:00
AJ Kelly 8e630ccabe ffffffffffix some dumb typos; pointed out in hanubeki-modified-sm-ssc r272c294c7250 2012-03-09 00:46:08 -06:00
AJ Kelly 6544d31dd9 theme prefs should NOT be in fallback. 2011-12-29 12:49:45 -06:00
AJ Kelly 3e3cc845c5 thought I was done with this but certain things didn't want to work. RAGE 2011-12-28 21:45:50 -06:00
AJ Kelly de3e6a795e small band-aid that needs to be fixed before a1 2011-12-28 17:26:41 -06:00
AJ Kelly c8aec52eac small DRY stuff 2011-12-27 20:40:30 -06:00
Colby Klein 1b627cd543 Clean up pump stuff under [Player], remove a bunch of redundant functions. 2011-12-17 12:23:40 -08:00
AJ Kelly 5ee56942b9 unbotchamania 03 gameplay.lua 2011-09-29 00:31:29 -05:00
Jason Felds d51606f639 Fix lua order of operations.
Thanks to vyhd for the hg bisect tip.
2011-09-29 00:12:54 -04:00
AJ Kelly c11a454e18 simplify 2011-09-27 22:08:44 -05:00
AJ Kelly bda9a75657 hopefully handle routine scorekeeper 2011-09-27 22:08:02 -05:00
AJ Kelly b755dc5b52 handle rave scorekeeper 2011-09-27 22:05:09 -05:00
AJ Kelly 811d0caf86 attempt to fix ShowHoldJudgments 2011-09-24 02:18:48 -05:00
AJ Kelly b9370ad3ed add versus 5 and 7 key modes to beat, hopefully fixing issue 511 2011-09-02 21:08:25 -05:00
AJ Kelly 0d483d1781 lots of cleanup 2011-08-20 20:00:04 -05:00
AJ Kelly 3a49e3c787 more codedetector stuff 2011-08-20 01:16:41 -05:00
AJ Kelly 0591332361 use a Lua function to allow for game-specific codes for CodeDetector. 2011-08-20 00:51:53 -05:00
Jason Felds 409801a17f Trying this again for hold graphic judgments. 2011-07-16 19:27:33 -04:00
Jason Felds 473717cac7 Checkpoints lumped with judgments on eval. 2011-07-09 14:40:57 -04:00
Jason Felds 9414a822cd I respect mainline pump more. Bump boss color. 2011-07-07 21:54:14 -04:00
Jason Felds f0eefa8698 So how badly will this break?
Allow pump to have routine as a compatible mode.

No telling what we're missing, but we should prepare for it.
2011-06-04 19:36:32 -04:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
Jason Felds c850827a68 Pump mode: increase on greats, maintain on goods. 2011-03-05 01:55:15 -05:00
Alberto Ramos ab3988af45 new routine noteskin (cmd p1 and p2) 2011-01-06 20:49:12 -07:00
Jason Felds bbee5633a9 Move Routine noteskin selection to lua.
Only dance mode's skins are definite for now.
2010-12-29 19:03:37 -05:00
Marcio Barrientos 9fc753f97b Add Center, DownLeft and DownRight in SelectProfileKeys
This fix the problem to select the profile in pump mode
2010-09-08 22:05:27 -06:00
AJ Kelly e96148f561 make combo under field a user preference. 2010-08-22 12:43:20 -05:00
AJ Kelly f329cc7a0d fix up practice mode somewhat 2010-07-24 01:05:50 -05:00
AJ Kelly 986a1ec791 theme updates from midi; adds protiming 2010-07-23 18:57:48 -05:00
AJ Kelly ca5a13a71b various theme changes from midi 2010-07-19 20:36:37 -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 30010dd916 fallback update, rollbodyincrementscombo false [Midiman] 2010-06-06 18:43:28 -05:00