Commit Graph
54 Commits
Author SHA1 Message Date
AJ Kelly 30010dd916 fallback update, rollbodyincrementscombo false [Midiman] 2010-06-06 18:43:28 -05:00
AJ Kelly 3638d13432 [BPMDisplay] add RandomText metric for theming the "..." that appears when BPMs don't cycle and MinBPM == -1. 2010-06-02 22:45:42 -05:00
AJ Kelly 14b1cc63e7 more theme changes from midi 2010-06-01 18:52:17 -05:00
AJ Kelly 3e74426d47 some fallback theme changes from midi 2010-06-01 15:31:04 -05:00
AJ Kelly 7fb65386c5 [MusicWheel] added UseSectionsWithPreferredGroup metric (allows sm-ssc to display all song groups if you use the songgroup GameCommand, instead of no groups.) 2010-06-01 13:57:52 -05:00
AJ Kelly 553c463238 modify some dumb metric to fix a problem with note positions 2010-05-31 10:52:35 -05:00
AJ Kelly 225ae578b0 add missing metrics 2010-05-29 21:28:27 -05:00
AJ Kelly 555d2def30 more theme updates... oddly enough, setting width to 1 makes the graphics look great in any resolution. what the heck gg midi 2010-05-29 17:03:52 -05:00
AJ Kelly 8110df71f4 fallback changes from Midi 2010-05-29 15:14:07 -05:00
AJ Kelly 02ae98027a Remove Random Vanish until it stops crashing 2010-05-26 19:04:03 -05:00
AJ Kelly 242d220fa7 add missing MaxScoreToIncrementMissCombo metric, try and make sense of this hold judgment thing 2010-05-26 00:19:29 -05:00
AJ Kelly 4cdea7c9dc Add a few more Rave metrics, put in the Shared stuff for (likely) upcoming routine work 2010-05-23 23:51:26 -05:00
AJ Kelly cf631a8328 some fixes to make rave go a tiny bit further (still crashes) 2010-05-23 22:17:42 -05:00
AJ Kelly 97a1358475 forgot to remove the ShowSelectGroup preference in the metrics. 2010-05-22 22:11:12 -05:00
AJ Kelly 571928c89a add [HelpDisplay] TipSwitchTime metric 2010-05-22 10:26:41 -05:00
AJ Kelly 0c6e8bc360 back to cvs/3.9 grading [Midiman, though I also agreed to it and shake said the graphics were meant for the old grading]
change horizalign and vertalign to halign and valign, respectively
2010-05-18 17:54:49 -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 c8cfb97bf8 GradeTierForExtra# - The comment for this says you can get an AA or better, but the code checks for AAA or better; fix this to be AA as intended. 2010-05-08 17:05:52 -05:00
AJ Kelly fb1e03cae8 add XMode to the theme [Midi] 2010-05-02 14:39:28 -05:00
AJ Kelly 027880c5d1 In dance mode, ScreenSelectProfile doesn't work; fix that. I assume this will have to happen a few more times with other gametypes. 2010-05-02 10:29:34 -05:00
AJ Kelly e0dd674444 ScreenGameplaySyncMachine metrics 2010-04-30 13:47:25 -05:00
AJ Kelly cb57878455 new metric [GameState] DisablePremiumInEventMode (bool) 2010-04-30 12:36:09 -05:00
AJ Kelly 4230852d4a fix routine noteskin snafu 2010-04-28 12:04:09 -05:00
AJ Kelly 9ac4737ea2 Tell Routine mode to use midi-routine-p1/p2 noteskins. 2010-04-28 09:50:33 -05:00
AJ Kelly af5f17d79e various theme changes from Midiman 2010-04-26 12:47:27 -05:00
AJ Kelly 90a90f45ff fixup from midi 2010-04-25 18:49:56 -05:00
AJ Kelly 403bee7c41 whoops, forgot some metrics with that last commit. 2010-04-19 00:20:45 -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 9a809545a0 Finally get rid of PLAYER_COLOR. ColorP1Command and ColorP2Command no longer exist. The last thing that was being diffused with player color in the code was something in the Oni score display. I have also removed the commented code in ScreenSelectMusic.cpp (the score is hidden in _fallback anyways). Since I'm sure you can diffuse ScoreDisplayOni Numbers, but I can't seem to find any references to them in the metrics. 2010-04-17 13:33:28 -05:00
AJ Kelly b549260c75 various _fallback and default theme changes from Midi and myself 2010-04-14 18:47:38 -05:00
AJ Kelly feb3d5104d add [ScreenSelectMusic] TwoPartTimerSeconds metric 2010-03-28 13:46:42 -05:00
AJ Kelly bdeb114a09 [Player combo] Diffuse to White instead of player color. P1's color is Red, conflicting with misses (which are also Red).
[03 Gameplay] Renamed HoldJudgment commands to match the metrics names. Turned off fail combo in dance mode.
[metrics] re-hooked up HoldJudgment commands in Lua
2010-03-28 13:07:33 -05:00
Jason Felds 49babda8d1 New metric: allow the color combo to activate whenever.
If x <= 0, the color combo starts at the beginning.
If x >= 1, it doesn't show up at all.
2010-03-26 10:46:09 -04:00
AJ Kelly 50aa3e141e add BPMDisplay::VariousText to metrics 2010-03-26 00:55:41 -05:00
AJ Kelly 554336543e various theme changes 2010-03-24 18:44:35 -05:00
AJ Kelly 61013c373b sigh. 2010-03-21 20:11:01 -05:00
AJ Kelly 5ef1c42e3b ScoreKeeperNormal double shot.
1) convert toasty trigger from a single number to a Lua table. Only problem is, the toasty only triggers on the first one. Since this makes it equivalent to how it was set up before, I'm okay with this.
2) FSX submitted a patch that supposedly fixes the broken combo problem. I can't fully test this, so I'm committing it in the hopes that someone else tests it too.
----
Various theme fixes/changes as well.
2010-03-14 19:24:17 -05:00
AJ Kelly 31c69f1d9c okay I'm not done with the commits yet but mercurial is not making it easy for me
to commit just a subsection of files so I have to dump everything in here. :|
2010-03-09 03:36:44 -06:00
AJ Kelly 42baa6f3f9 sm-ssc v1.0 Public Beta 1 theme changes 2010-03-01 00:41:15 -06:00
AJ Kelly 60b86919ba [Player] CheckpointsFlashOnHold metric added (bool). also cleanup/comment/etc. 2010-02-24 02:40:36 -06:00
AJ Kelly 01137a22f5 Two of the CodeDetector codes referenced Frieza's old MusicBannerWheel, which is not in use anymore. I have repurposed these to be Next/Previous group, a la Pump it Up. The metrics have been changed to reflect this. Also changed an assert message to be more useful in NoteField.cpp 2010-02-22 00:47:31 -06:00
AJ Kelly 051f224ff1 various theme things 2010-02-20 16:44:59 -06:00
AJ Kelly f9bfc80fa9 restore some stuff I had nuked; whoops. sorry wolfman. 2010-02-17 20:48:30 -06:00
AJ Kelly dfc5f53134 various theme changes by Midiman and myself. 2010-02-17 19:47:36 -06:00
AJ Kelly 4a92f73a49 diffuse the GrooveRadar polygons with PlayerColor by default 2010-02-13 17:10:22 -06:00
AJ Kelly f2f7d2ceeb add [MusicWheel] RecentSongsToShow metric
--------
cleanup
small amount of work on guitar-five (still incomplete)
add more commented out stuff for replay data playback
debug trace combo in order to find out issues with smo-ssc
added old packet names as comments in NetworkSyncManager.h
2010-02-05 13:42:55 -06:00
AJ Kelly 825dc8f33e recent theme changes from ssc svn 2010-02-03 23:40:12 -06:00
Jason Felds 81b4011423 View the list:
* Added new metric to cap the max life of a hold. No sanity checking yet: need a way to keep <= 1.
* Added more Pump specific behavior to lua.
* Fixed combo and hold judgment graphics due to it being defined twice.

Minor cleanup of the ProductivityHelpers is going to have to happen later on.
2010-01-31 00:27:42 -05:00
Jason Felds d56cb505d0 More pump specific items.
Note: not all of them seem to be working.
Rolls in particular will always cause an NG right now.
Assistance will be required.
Dance mode should be unaffected.
2010-01-30 15:22:28 -05:00
AJ Kelly 2979e20fb3 add missing metric 2010-01-30 13:13:23 -06:00