Commit Graph
311 Commits
Author SHA1 Message Date
AJ Kelly f100740892 not a fan of the alot 2011-07-21 11:05:05 -05:00
AJ Kelly 2fe45f861c add missing BeginnerHelper metrics, should hopefully fix issue 410 2011-07-21 11:04:27 -05:00
Jonathan Payne df12c3e2fc Bug 176: Small theme and behavior tweaks.
( http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=176 )
2011-07-20 15:07:56 -07:00
AJ Kelly c527b80356 I hate missing metrics 2011-07-16 14:51:53 -05:00
AJ Kelly 50f9a2694b 1x is required so that m-mods don't trigger by default 2011-07-14 18:35:07 -05:00
Alberto Ramos 84eeaa8cce why is operator button allowed? 2011-07-13 18:33:44 -06:00
Jason Felds c52fef8767 Display more accurate couple/routine data.
Also include minor speed boost courtesy of vyhd.
2011-07-13 16:07:33 -04:00
Jason Felds e67324c5af Add StepsUseChartName metric.
This is in ScreenOptionsMaster.

To the C++ guys: please don't yell at the goto.
2011-07-12 14:51:52 -04:00
Jason Felds 473717cac7 Checkpoints lumped with judgments on eval. 2011-07-09 14:40:57 -04:00
AJ Kelly a921712233 actually load profiles if we're skipping the select profile screen 2011-07-07 17:26:58 -05:00
Jason Felds beb073f736 Add Steps Data read only menu for the editor. 2011-07-07 17:52:30 -04:00
Jason Felds 92e6227fc6 Fix metrics from merge. 2011-07-07 15:37:00 -04: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
Jason Felds abdd669455 Switch tickcount and combo for the future.
I may have to implement a Miss Combo value in here.
2011-07-07 15:13:35 -04:00
Jason Felds 8e90e368e8 Let's try that one again. 2011-07-07 15:09:24 -04:00
Jason Felds bbce8140f1 Fix warning. 2011-07-07 09:34:05 -04:00
Jason Felds 0099f4eaab Remove the custom difficulty stuff.
It's proved a bit too buggy for most pump users.
2011-07-07 02:23:50 -04:00
Jonathan Payne 75e9b6c40b Fix Fail Bug? 2011-07-06 21:10:59 -07:00
AJ Kelly 186087d8df remove default from forced mods, in an attempt to fix issue 379 2011-07-06 16:39:27 -05:00
Jason Felds d3c8abed4a Remove outdated metrics. 2011-07-05 18:45:31 -04:00
Jason Felds 2726f6df82 NOW Mini and Tiny are swapped properly. 2011-07-05 16:50:06 -04:00
Jason Felds 72b468b22b This doesn't require two lines. 2011-07-04 11:23:49 -04:00
Jason Felds 2038606a30 New metric, MModHighCap. Can fix Tsuhsuixamush.
Set to 0 or less to remove the cap.
2011-07-03 13:43:30 -04:00
Alberto Ramos 931b602502 metric thing 2011-06-30 22:51:02 -06:00
Jason Felds 00c1ce6a79 We store 6 decimals, so display 6 decimals. 2011-06-30 01:09:07 -04:00
Jonathan Payne ce89d3c43a [DEFAULT] Various global fixes, default songs ( see rest of log )
i317 - Installed Songs, Courses On Gameplay text
i355 - midi-note, midi-solo Hold Heads fixed
MEW  - 2 New Songs, Courtesy of Kommisar!!
NEW  - Old SongMeterDisplay implemented for Split Timing
FIX  - Remove non-working failing logic
FIX  - Misc Fixes
2011-06-28 13:47:42 -07:00
Jason Felds 3830ddbadf Use Step Author instead of Chart Style on right. 2011-06-27 11:09:31 -04:00
Jason Felds 4ab534de75 Use NoAttacks vs StepAttacks. 2011-06-26 23:58:24 -04:00
Jason Felds e658714b53 Allow cycling/jumping through all segments.
Better to re-use keys we have than add multiple key strokes
when I sense we'll need them.
2011-06-26 23:11:57 -04:00
Jason Felds b026159a27 New metric: SongsNotAdditional.
Set this to false to have AdditionalSongs be valid for
unlocking purposes.
2011-06-26 16:14:50 -07:00
Jason Felds ad628e8191 New metric: AutoLockEditSteps.
This is mainly for anyone that wants to have
bonus charts available after passing Expert.

This will probably fail if there are bonus charts
after Hard, but no Expert.
2011-06-26 16:10:24 -07:00
AJ Kelly cd7a1c730d ScreenSelectProfile metrics tweak
no no no no NO!
2011-06-24 21:46:44 -05:00
Alberto Ramos e2974f85f8 luadoc update 2011-06-24 12:37:01 -06:00
Jason Felds fcf9e335e6 Use StepAttacks instead.
This deprecates the GetSongAttacks lua function.

Next up: make it so that no text is displayed if
Step Attacks are on, but display "No Attacks" if
attacks are turned off.
2011-06-24 12:12:27 -04:00
Jason Felds 001dd4e288 Remove duplicate commented metrics. 2011-06-24 10:51:13 -04:00
Jason Felds b470188ca4 Make Song Attacks on by default.
No, metrics wasn't enough.

Now to get #ATTACKS working on Split Timing.
2011-06-24 10:49:42 -04:00
AJ Kelly 614a878ebf fix start button issues on ScreenSelectProfile 2011-06-15 03:04:58 -05:00
AJ Kelly 6d29e63095 add missing routine stuff, plus some freem voodoo for icon positioning. 2011-06-13 15:50:55 -05:00
AJ Kelly 11c84f8c50 [LifeMeterBattery] Added DangerThreshold metric. 2011-06-13 02:00:09 -05:00
AJ Kelly 24644f3f23 add GainLife/LoseLife commands. 2011-06-13 01:56:23 -05:00
AJ Kelly 38ea269a10 [LifeMeterBattery] Added some metrics that allow anyone to change how the battery meter handles lives.
* MinScoreToKeepLife='TapNoteScore_*' - any score below this = loss of life.
 * SubtractLives=1 - how many lives are lost when going below MinScoreToKeepLife.
 * MinesSubtractLives=1 - how many lives are lost when hitting a mine.
 * HeldAddLives=0 - how many lives are gained when a hold is completed.
 * LetGoSubtractLives=1 - how many lives are lost on a dropped hold.
2011-06-13 01:39:23 -05:00
AJ Kelly a070fc4c3e make this value a little bit more realistic so that bad performance doesn't happen as often 2011-06-12 21:52:51 -05:00
AJ Kelly e965e0b3e4 [ScreenNetSelectMusic] Add PlayerOptionsScreen metric. 2011-06-12 04:09:49 -05:00
Jason Felds 61d935ba70 Split the Editor's Area menu into two menus.
Use the "Enter" key for the old menu,
and the "A" key for the Alter menu
(requires having selected an area of notes).
2011-06-10 03:04:47 -04:00
Jason Felds cb38eae9ba Removing the ScoreDisplay mods.
Lua has since replaced it.
2011-06-06 18:55:49 -04:00
AJ Kelly 4bf2270c48 change ScreenOptionsMaster Next/Back screen to post-init screen 2011-06-06 13:39:44 -05:00
Jason Felds 0e834467ba Fix UserPrefAutoSetStyle.
Also took care of some other lua issues with
NotePosition and ComboUnderField.
2011-06-04 21:43:00 -04:00
Jason Felds 172ecb8455 Trying different ordering here. 2011-06-01 12:15:13 -04:00
Jason Felds 6c9bb57ddb Disable the Score Display mod for now.
Since scoring is now lua based, these mods
may no longer have a place here.
2011-06-01 11:06:43 -04:00
Jason Felds 0d4f95eda1 Added the BattleRaveMirror metric.
If you guys want your battles to not be mirrored/turned,
this is the metric to change. By default, it's on ITG
behavior.
2011-05-31 01:33:56 -04:00