Chris Danford
|
de2daa5410
|
fix GetPreferredSelectionForRandomOrPortal doesn't obey DifficultiesToRequire
|
2005-04-13 08:13:45 +00:00 |
|
Chris Danford
|
da13d14d51
|
fix DifficultyList colors not updated when selecting Random
|
2005-04-13 08:07:09 +00:00 |
|
Chris Danford
|
ce83ae6ef0
|
only clamp description for edits
|
2005-04-13 08:05:48 +00:00 |
|
Chris Danford
|
d4df3a1431
|
fix successful jumps miscalculation: Player used "latest tap note score". Scoring used "min tap note score".
|
2005-04-13 04:08:51 +00:00 |
|
Chris Danford
|
d312ea5bef
|
add TNS_AVOIDED_MINE. Fixes unattempted mines counted as successful when ending early.
|
2005-04-13 01:11:44 +00:00 |
|
Chris Danford
|
4988744e12
|
show "overhead" - don't special case not showing it
|
2005-04-13 01:07:39 +00:00 |
|
Chris Danford
|
815f6c3f39
|
remove backward compatibility hack because it causes a confusing error message (wrong file name)
|
2005-04-13 01:02:54 +00:00 |
|
Chris Danford
|
b26768eafe
|
fix ActorScroller draws a longer distance than it used to. Clean this up later.
|
2005-04-12 12:39:39 +00:00 |
|
Chris Danford
|
ad2db75e39
|
fix percent scores off by *100
|
2005-04-12 07:48:04 +00:00 |
|
Chris Danford
|
bbeaa77027
|
use DifficultyMeter everywhere for consistent difficulty text
|
2005-04-11 15:43:16 +00:00 |
|
Chris Danford
|
04eb5056f3
|
use the Meter and Description text in DifficultyMeter instead of duplicating them in DifficultyList
|
2005-04-11 15:42:39 +00:00 |
|
Chris Danford
|
16dfd54522
|
show Stage text in course modes
|
2005-04-11 15:40:52 +00:00 |
|
Chris Danford
|
a0865f7e2e
|
look for "Class" before "Type". Class = the a C++ class. Type = a section in metrics.ini.
|
2005-04-11 15:39:44 +00:00 |
|
Chris Danford
|
db7796392e
|
fix remaining songs stats get double-counted after fail in Versus course modes
|
2005-04-11 07:59:27 +00:00 |
|
Chris Danford
|
d7f4346cb7
|
use union in RadarValues for readability
|
2005-04-11 07:28:09 +00:00 |
|
Charles Lohr
|
064fc27c7c
|
Fix: Groups in options shouldn't be themed.
|
2005-04-11 05:00:31 +00:00 |
|
Chris Danford
|
ea31bb3f90
|
add AutosyncMachine (shift + F6)
|
2005-04-11 04:50:39 +00:00 |
|
Chris Danford
|
42dbfa3557
|
update to remove ListDisplay
|
2005-04-11 04:08:25 +00:00 |
|
Chris Danford
|
ae8b2b704c
|
fix weird wheel jumps when 2 players scrolling
|
2005-04-11 00:02:55 +00:00 |
|
Chris Danford
|
8e6637dd0d
|
merge ListDisplay into ActorScroller
|
2005-04-10 23:42:47 +00:00 |
|
Steve Checkoway
|
c9c9e5dbeb
|
When I say to commit the changes, I really mean commit them. *grumble grumble*
|
2005-04-10 23:22:14 +00:00 |
|
Steve Checkoway
|
e9867a80b4
|
Don't assume that all files are c++. Remove the unnecessary objective-c++.
|
2005-04-10 23:16:12 +00:00 |
|
Chris Danford
|
c709edc351
|
const CString &s for easier debugging
|
2005-04-10 23:15:16 +00:00 |
|
Ben Anderson
|
2d8b8cdc42
|
Remove 大見解 dupe
|
2005-04-10 21:40:05 +00:00 |
|
Ben Anderson
|
d199811bd9
|
Remove duplicate 17才 entry
|
2005-04-10 20:45:38 +00:00 |
|
Chris Danford
|
d9eb540d4c
|
Add GiveUpGoesToNextScreen. Used in workout so that giving up doesn't loose everything you've done in the stage so far.
|
2005-04-10 06:21:59 +00:00 |
|
Chris Danford
|
74f17609dc
|
don't insert scores higher than 100%
|
2005-04-10 04:48:21 +00:00 |
|
Chris Danford
|
cc426997cc
|
fix warning
|
2005-04-10 04:47:57 +00:00 |
|
Chris Danford
|
026e39c7ea
|
fix skip on slow machines
|
2005-04-10 04:45:25 +00:00 |
|
Chris Danford
|
ee3764a2ed
|
use graphic for life meter background
|
2005-04-10 01:24:00 +00:00 |
|
Chris Danford
|
1adbcaa69f
|
add StopCourseEarly for use in workout
|
2005-04-09 11:32:10 +00:00 |
|
Chris Danford
|
e63d5762b5
|
add Lua method
|
2005-04-09 11:30:36 +00:00 |
|
Chris Danford
|
e1bc16930a
|
Restore XToString with *_INVALID (Profile uses it). Trying a different fix.
|
2005-04-09 11:29:18 +00:00 |
|
Chris Danford
|
7d31a0b2bb
|
Don't allow XToString for *_INVALID values. Nothing uses this and it makes the range assert not fire if the string array has one fewer entry than the enum.
|
2005-04-09 09:51:42 +00:00 |
|
Chris Danford
|
dc7f16ed32
|
broadcast GoalComplete
|
2005-04-09 09:34:54 +00:00 |
|
Chris Danford
|
9b01704f5d
|
show cumulative time
|
2005-04-09 09:34:26 +00:00 |
|
Glenn Maynard
|
7d06820cdf
|
take screenshots from the front buffer, not the back buffer
|
2005-04-09 05:06:14 +00:00 |
|
Chris Danford
|
0ad3daab06
|
add ScoreDisplayAliveTime
|
2005-04-09 04:22:58 +00:00 |
|
Charles Lohr
|
22fb7678f7
|
Fix metrics for non 4:3 screens.
|
2005-04-08 21:34:22 +00:00 |
|
Chris Danford
|
de904aea1e
|
fix warnings
|
2005-04-08 20:59:03 +00:00 |
|
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 |
|