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
Jason Felds
4791b411d1
Add files to Mac build. Fix compile.
...
I was getting errors about a missing NotePart_Invalid when
I noticed it wasn't a part of the enum. I don't know if that
was intentional, but it was throwing the compiling off.
2010-02-15 08:28:51 -05:00
Jason Felds
c0d0269549
Exclude personal theme folders.
...
There needs to be a way to negate what's in this file.
AKA, exclude Themes, but include Themes/_fallback for instance.
2010-02-07 01:15:00 -05:00
Jason Felds
f9b01e9c93
Intended fix: fix copyright symbol.
...
I was having it viewed as ? originally.
We need a better way to ensure UTF-8 is used
throughout our files.
2010-02-04 21:05:24 -05:00
Jason Felds
19a0444747
Fix encoding issue.
2010-01-31 21:06:02 -05: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
Jason Felds
86ef773c27
Line up comments.
2010-01-29 14:13:10 -05:00
Jason Felds
621d408677
Minor cleanup.
2010-01-29 14:10:25 -05:00
Jason Felds
45e3414cf4
Partial revert of resolution.
...
Also, try to use copyright symbol in the string.
2010-01-29 00:33:28 -05:00
Jason Felds
cd12d4b40d
More cleanup.
2010-01-28 23:48:05 -05:00
Jason Felds
23779974ec
Simplify: not using variable except to return.
...
Also, auto auth push test.
2010-01-28 23:28:23 -05:00
Jason Felds
086c25224a
Lineup.
2010-01-28 23:13:47 -05:00
Jason Felds
31a694abfe
Force minimal time gain for survival.
...
Granted, don't think the course mode works yet.
2010-01-28 23:12:04 -05:00
Jason Felds
dd94b1e351
Ignore plist file.
2010-01-28 20:46:36 -05:00
Jason Felds
a3c96ccc8f
Remove linked libraries. Different for all.
2010-01-27 18:39:32 -05:00
Jason Felds
40171feac3
Explicitly include ffmpeg stuff.
2010-01-27 18:21:52 -05:00
Jason Felds
885ecc6a3c
Everyone has their own user preferences. Don't force.
2010-01-27 17:41:42 -05:00
Jason Felds
195319074a
Consistent lining up. Revert if required.
2010-01-27 17:29:37 -05:00
Jason Felds
e7088440f9
Intended: ignore app files.
...
Unintended: stepmania.xcodeproj/project.pbxproj updated.
Hopefully this won't break.
2010-01-27 17:19:40 -05:00
Jason Felds
935d0d74d7
Don't output DELAYS stuff in the log.
2010-01-27 16:38:02 -05:00
Jason Felds
2d246821a7
Ignore the UserPrefs of each individual.
2010-01-27 15:20:24 -05:00
Jason Felds
4fa25e11b1
Ignore OS specific files and build step files.
...
NOTE: somehow changed libraries and Mac build,
probably due to my having to use vanilla ffmpeg stuff.
Hopefully this won't cause an issue.
2010-01-27 13:07:36 -05:00
Jason Felds
6642c6b7f0
Combination revert and hack. Remove the ImmediateCheckpointMiss metric, use lua to set the Preference as required. This code assumes the default value of TimingWindowSecondsHold is in place normally: improvements to restore non default values are appreciated.
2009-06-05 04:20:00 +00:00
Jason Felds
05d495132f
Add support for checking if a song HasTimeSignatures(). May be useful later.
2009-05-25 05:18:49 +00:00
Jason Felds
72899b37f3
Fix ImmediateCheckpointMiss not working. Silly mistakes, oh how I wish I could avoid you.
2009-05-25 01:36:28 +00:00
Jason Felds
abb5289596
More Pump theme cleanup/authenticity.
2009-05-24 04:45:23 +00:00
Jason Felds
4c5f68b190
New metric: ImmediateCheckpointMiss. Deals with taking your foot off of a checkpoint hold. If true, you miss checkpoints near instantaneous. If false, TimingWindowSecondsHold in Preferences dictates how much time you have left to put your foot back down.
2009-05-24 04:19:32 +00:00
Jason Felds
d75e089cf2
With checkpoints comes the graphics to load. Not integrated with default theme at this time.
2009-05-24 03:29:52 +00:00
Jason Felds
4b89461acb
Allow ShowW1 to be used in lua.
2009-05-24 03:28:38 +00:00
Jason Felds
74c3289c73
Invert metric. I had things backwards this whole time.
2009-05-24 02:21:21 +00:00
Jason Felds
e6110ee786
New metric: CheckpointsWithJudgments. Deals with scoring checkpoints on evaluation. True adds successful checkpoints to the best judgment available and unsuccessful to the misses: false doesn't display at all. This probably could be better.
2009-05-24 01:40:55 +00:00
Jason Felds
85e81e0c0f
New metric/hack: CheckpointsTapsSeparateJudgment. Deals with Hold checkpoints with taps interspersed. True = current/Pump Pro behavior. False = classic Pump It Up behavior. Hopefully this can be cleaned up later.
2009-05-24 00:11:23 +00:00
Jason Felds
568d60af49
Partial revert: Keep InitialHoldLife back at 1 for now.
2009-05-24 00:06:46 +00:00
Jason Felds
5c166ad997
Code cleanup: Tab versus space on method function. Others used space: following suit.
2009-05-23 23:32:01 +00:00
Jason Felds
a8a88a9bee
Code cleanup: use the standard variable name format for non constants. Should have done this in the first place.
2009-05-23 22:38:06 +00:00
Jason Felds
a7f1b83963
Code cleanup: no need to re-initialize a variable to the same thing on false.
2009-05-23 22:22:44 +00:00
Jason Felds
1ab2379339
Code cleanup. Not seeing the point of two if statements each one line long when it can be one statement of two lines. No comments are around to indicate why they should be separate.
2009-05-23 22:01:24 +00:00
Jason Felds
4f24f9bffb
Fix typo in comment.
2009-05-23 21:40:07 +00:00
Jason Felds
5f010e3a4b
More Pump authentic metrics. TODO: Find a way so that you can hold a hold after getting the traditional NG and not have the miss combo increment with no way to stop it.
2009-05-23 16:34:20 +00:00
Jason Felds
2b88264093
I haven't seen hold checkpoints and roll combo incrementing get along together on Pump. Turn off roll incrementing in Pump metrics.
2009-05-18 04:19:01 +00:00
Jason Felds
6ec2fe2b57
New metric available to disable incrementing roll combo for keeping it alive. Must activate manually: current behavior is default.
2009-05-18 04:16:25 +00:00
Jason Felds
f1752be0ea
More Pump-like behavior, including codes.
2009-05-18 03:38:40 +00:00
Jason Felds
1b0b8d2fd7
Remove duplicate buttons: already defined in default.
2009-05-18 03:38:12 +00:00
Jason Felds
9dadaced87
Add colors and name fixes.
2009-05-18 02:58:16 +00:00
Jason Felds
82a82501e6
More Pump fixes.
2009-05-18 02:37:11 +00:00
Jason Felds
0e72c299bf
The start of Pump theme metrics. ...or is this restart? I lost track.
2009-05-18 01:36:18 +00:00
Jason Felds
ab7e8379b5
Add stub so it compiles. Thanks to artart78 for catching this.
2009-04-15 20:53:24 +00:00
Jason Felds
62e082466b
Wonder how I missed this last time. Workout files removed.
2009-04-15 20:48:03 +00:00
Jason Felds
cc972f53c1
Remove unused.
2009-04-15 20:00:31 +00:00
Jason Felds
bc28207a2c
Remove unused.
2009-04-15 19:52:25 +00:00
Jason Felds
ad936ebe25
Add/remove other files. Note: this does not compile at this time: linker error with ArchHooks::MountUserFilesystems referenced from RageFileManager::MountUserFilesystems. Revert this change if needed.
2009-04-11 22:54:31 +00:00
Jason Felds
e8af695c83
ExportStrings.* -> CommandLineActions.*
2009-04-11 00:55:51 +00:00
Jason Felds
cd6571afc9
remove unused GetMonitorAspectRatio
2009-04-08 19:39:48 +00:00
Jason Felds
0abc729978
We're on alpha 2 now? Might as well update Product Info.
2009-04-05 01:54:17 +00:00
Jason Felds
fa030664e9
Remove old workout files. Aside: Why do I think that ScreenOptionsEditCourse was also used to create Nonstop/Challenge courses? Guess I'll worry about it later.
2009-03-23 04:08:48 +00:00
Jason Felds
a2bdac3d8a
Fix ScreenEvaluation stat reporting: everything lines up properly, and in the right order.
2009-03-16 04:28:31 +00:00
Jason Felds
622cd05115
Consistent ordering with NoteDisplay.cpp. Easier to change one instance than x - 1. Fixes hold heads being flat.
2009-03-15 04:49:38 +00:00
Jason Felds
f99d643f07
New arrow type: the Fake arrow. Doesn't score for or against you. Perfect for simfiles that want to use mission mode type files or use measure skipping and not have it count against you. See ZXZ Bloody Heart in StepMix 4 for a file that could use this arrow type.
2009-03-10 15:52:22 +00:00
Jason Felds
757a9639c9
Seems everyone loves keeping tabs lined up. Here's my contribution.
2009-03-10 00:09:54 +00:00
Jason Felds
68c78e18b1
StringToDifficulty -> BackwardCompatibleStringToDifficulty. Looks like a few files were missing.
2008-11-28 20:41:05 +00:00
Jason Felds
814df964b0
Add the new ScreenHighScores.* files.
2008-11-27 04:19:26 +00:00
Jason Felds
66c7950726
Restore old Pump Hold behavior: new behavior requires metric swap.
2008-03-24 05:14:26 +00:00
Jason Felds
822cf00b2b
Expand Pump Hold behavior: now CHECKPOINT_FREQUENCY_ROWS depends on the TimeSignature of the song. This changes the default behavior of tick incrementing from every 8th to every 16th: this has been approved, however.
2008-03-23 02:29:22 +00:00
Jason Felds
4d183a1229
Add Edit difficulty to en.ini.
2008-03-21 20:06:05 +00:00
Jason Felds
4f9c8aa44e
Removed MusicSortDisplay.cpp from Mac build (at least, diff seems to indicate that).
2008-02-16 19:10:20 +00:00
Jason Felds
aadc2c6178
Add Daisuke Master for new pump noteskin (real name requested).
2007-08-18 23:36:56 +00:00
Jason Felds
9e5c5f5796
Remove LoadingWindow_Null.h: the file is no longer there.
2007-05-08 17:35:23 +00:00
Jason Felds
9e212dba21
gcc typename workaround. Untested in Windows.
2007-05-06 15:32:46 +00:00
Jason Felds
300fb916a2
Add NotesLoaderMidi
2007-04-16 22:49:36 +00:00
Jason Felds
c322820e21
Remove CourseEntryDisplay.
2007-04-08 02:06:45 +00:00
Jason Felds
7829d6ec38
Fix metric warning.
2007-03-23 17:18:53 +00:00
Jason Felds
e294995d16
Remove old announcer files to match deleted themes and noteskins
2007-02-11 06:26:45 +00:00
Jason Felds
4fd86bae49
Add the new RageSoundReader* files.
2007-01-03 05:09:02 +00:00
Jason Felds
dc876225b5
Add missing RageSoundReader_* files.
2006-12-23 04:50:32 +00:00
Jason Felds
dd294343b4
Fix crash.
2006-12-12 05:20:59 +00:00
Jason Felds
0df256858e
Remove NetworkSyncServer.*
2006-11-27 07:17:01 +00:00
Jason Felds
4cd490f4e2
Fix the bug where having too many rolls can make the score go over m_iMaxPossiblePoints.
2006-11-24 14:17:13 +00:00
Jason Felds
95f3872365
Tidying up of the pulling of the SMLAN server.
2006-11-24 13:26:08 +00:00
Jason Felds
5ab5386932
Minor cleanup.
2006-11-22 06:18:38 +00:00
Jason Felds
2aaf5837ff
Add missing files.
2006-11-19 02:41:51 +00:00
Jason Felds
2202eb8547
Workaround for Windows API issues (PlaySound -> PlaySound[A/U] bug). Thank rikai for testing on Linux. Untested on Mac right now.
2006-11-18 17:31:18 +00:00
Jason Felds
1f31e2375b
Remove deleted files.
2006-11-18 03:44:41 +00:00
Jason Felds
ec48a7166d
Remove Selector.*
2006-11-17 19:34:08 +00:00
Jason Felds
3c33fc6c01
ScoreKeeperGuitar.* added.
2006-11-16 01:49:52 +00:00
Jason Felds
4dc82ae097
Fix up the #SMxxx tag output (thanks xbskid).
2006-10-30 01:52:20 +00:00
Jason Felds
3a3102debe
Use the real formula for normal mode, and our own for courses.
2006-10-28 04:03:52 +00:00
Jason Felds
5242ac7708
Adjust intermediate and output directory on FastDebug to match with Release and Debug. (This is what probably should have been done instead of the .cvsignore in src/ .)
2006-10-22 07:12:25 +00:00
Jason Felds
56ceb126a0
Hack. Add direct translit support for DWI.
2006-10-22 06:36:05 +00:00
Jason Felds
3c02509b9e
Well, if VC6 is removed, might as well remove the VC6 #ifs then.
2006-10-19 23:42:40 +00:00
Jason Felds
c4286ee6f3
Remove an old comment.
2006-10-19 05:01:53 +00:00
Jason Felds
386bbc23e2
Revert: need to start clean again perhaps.
2006-10-19 04:38:13 +00:00
Jason Felds
332183a78d
Add pragma for warning C4652 under VC8. (Should this be pragmaed for all VC's?)
2006-10-19 04:16:09 +00:00
Jason Felds
72cf10f1a5
VC8 fix: inline if wasn't working. Old code is still commented in there.
2006-10-07 11:36:13 +00:00
Jason Felds
ec5479a283
Remove RageSoundReader_Resample_Fast.* from compilation.
2006-10-07 11:12:23 +00:00
Jason Felds
064a411962
INVALID -> Invalid
2006-10-07 04:02:10 +00:00
Jason Felds
9b2c28db6a
True VC8 fix (thanks again drano).
2006-09-30 09:19:33 +00:00
Jason Felds
1a50d4b078
Fix off by one error (thanks drano).
2006-09-30 08:49:23 +00:00
Jason Felds
f4add4a5c9
Add the ControllerStateDisplay.* files.
2006-09-30 04:16:21 +00:00
Jason Felds
4cbd1ceb14
Remove LuaFunctions.h.
2006-09-29 16:12:20 +00:00