Commit Graph
14725 Commits
Author SHA1 Message Date
Glenn Maynard 9e51961ded fix base calls; don't PlayMusic in the ctor (SWME does that) 2005-04-08 19:47:44 +00:00
Chris Danford 973bda0596 fix warnings 2005-04-08 11:45:20 +00:00
Glenn Maynard d4a36895e3 fix GainFocusCommand, LoseFocusCommand not sent 2005-04-08 02:35:42 +00:00
Chris Danford a757736b09 fix comparison to FailType instead of LifeType 2005-04-08 00:53:17 +00:00
Chris Danford ec38b47d9e don't show radar values in home edit mode 2005-04-07 20:06:49 +00:00
Chris Danford ce20ddda6c fix "can lay taps on top of holds in record" 2005-04-07 19:38:01 +00:00
Chris Danford 2a9bd36813 fix "can't lay holds longer than 1 snap value in record" 2005-04-07 19:30:40 +00:00
Chris Danford 3d8c3c8dd5 center record notefield 2005-04-07 19:27:53 +00:00
Chris Danford 193f4e5983 fix edit playback options lost after playback 2005-04-07 18:32:19 +00:00
Chris Danford 9cec64c089 add ScreenOption AllowRepeatingChangeValueInput 2005-04-07 09:12:48 +00:00
Chris Danford dd84b4ffd6 separate course popularities for each PlayMode
don't calculate autogen courses in best list if they're not shown
2005-04-07 08:46:40 +00:00
Chris Danford 370daa9b68 fix long holds not visible in non-boomerang 2005-04-07 08:28:41 +00:00
Chris Danford 99f817953a fix warnings 2005-04-07 08:28:13 +00:00
Chris Danford 1e7d4001a8 fix long hold + boomerang artifacts: didn't draw if neither the head nor the tail were on-screen, tail bottom would be positioned above the head causing the hold to magically grow once the tail comes on screen 2005-04-07 06:41:02 +00:00
Chris Danford 77e33f21e0 fix param name: iBeat -> iRow 2005-04-07 01:41:16 +00:00
Chris Danford d0b19cf5e2 do font aliases on Lua expressions 2005-04-06 23:01:56 +00:00
Chris Danford 88baf9dbbc hack: Allow relative paths in Lua expressions 2005-04-06 12:02:49 +00:00
Chris Danford 5d1fb732db fix Steps row in SPlayerOptions has no effect 2005-04-06 08:37:50 +00:00
Chris Danford 45908c5bef revert to investigate life meter not draining 2005-04-06 08:36:34 +00:00
Glenn Maynard 8d460ba70b make edit sorts consistent; fix description sorting 2005-04-06 08:17:29 +00:00
Glenn Maynard f64a93bb21 fix off-by-one causing artifacts with Cx mods during stops 2005-04-06 08:09:27 +00:00
Chris Danford ed0959ec32 show PerDifficultyAward in course modes 2005-04-06 06:12:23 +00:00
Chris Danford ea34de2bef one path for parsing and theming player options - fixes "SuperShuffle" not themed
warn in ActiveAttackList if an invalid mod is encountered
don't hard code font name
2005-04-06 05:32:09 +00:00
Chris Danford 759be18af5 don't hard code font name 2005-04-06 05:19:22 +00:00
Glenn Maynard 411068b893 remove unused 2005-04-06 02:00:15 +00:00
Glenn Maynard 6b62ba5d1c don't accumulate calories when hitting a mine due to a previously held button 2005-04-06 01:28:49 +00:00
Chris Danford 8f98d3ce66 only broacast once on change, not once per player 2005-04-06 00:47:18 +00:00
Josh Allen 5cf8f8d7e9 forgot to add these for WheelBase and WheelItemBase 2005-04-06 00:47:07 +00:00
Ben Anderson d969e8fc06 SDL is no longer mandatory (on Linux anyway). 2005-04-06 00:20:52 +00:00
Josh Allen 58c45a9fbf fix to work with new AutoScreenMessages
better adding, removing, or selecting elements when or resulting in an empty wheel
style changes in regards to some curly brackets
2005-04-06 00:17:25 +00:00
Ben Anderson d137be895e Thanks Glenn, your blatant 'it worked for me' syndrome really bit me in the ass. 2005-04-05 23:51:38 +00:00
Chris Danford fdccf6e416 revert to fix memory card thread 2005-04-05 23:04:59 +00:00
Ben Anderson dc9c6b6114 Add stuff from ItG 2005-04-05 22:26:57 +00:00
Chris Danford 0a59982608 fix accuracy of sin(PI)
optimize
2005-04-05 22:06:10 +00:00
Chris Danford 2d8b42e23c push combo and judgment outward in centered 2005-04-05 21:40:30 +00:00
Steven Towle 6358c982fc Updated display options to work with percentage scoring 2005-04-05 19:12:51 +00:00
Charles Lohr 0d653e0b98 Modify: The code looks better here. 2005-04-05 18:24:15 +00:00
Charles Lohr 433f06efdc Fix: Character selection 2005-04-05 18:18:12 +00:00
Charles Lohr 18b96ab1c1 Standardize diffuse and make Autogen Icon work when going from non-autogen to autogen song. 2005-04-05 17:47:22 +00:00
Charles Lohr 634b35c5e1 AllowRepeatingInput Metrics. 2005-04-05 17:14:08 +00:00
Chris Danford 5f17d91675 add missing 2005-04-05 10:50:13 +00:00
Chris Danford f98638e27e center text in ComboGraph 2005-04-05 10:48:08 +00:00
Chris Danford 62a2834202 format the percentDP score in PaneDisplay using the same code in PercentageDisplay 2005-04-05 09:29:05 +00:00
Steven Towle 9643e9986a Updated display options to work with percentage scoring 2005-04-05 08:50:55 +00:00
Chris Danford 218be32879 separate fail types per player. Now FailType adjustments based on Difficulty only affect the relevant players. 2005-04-05 08:30:57 +00:00
Glenn Maynard af231d1a63 cleanup 2005-04-05 05:07:13 +00:00
Glenn Maynard d6bbf9c0f8 fix incorrect time used for life/combo record after fail 2005-04-05 04:56:39 +00:00
Chris Danford 79172a5782 add BackGoesToStartScreen 2005-04-05 03:27:42 +00:00
Chris Danford c7d6b02a5a fix warning 2005-04-05 03:25:45 +00:00
Ben Anderson def9a3a267 Remove hack; no longer necessary 2005-04-05 03:08:31 +00:00