Glenn Maynard
ea27bbf7a9
lua
2007-02-27 01:13:53 +00:00
Glenn Maynard
d6784ea278
lua
2007-02-27 01:05:29 +00:00
Chris Danford
0c972a4dd7
cleanup CoinMode and Premium names
2007-02-26 09:40:14 +00:00
Chris Danford
e9f66fbc75
Resize down to height = 480. That way, we don't resize down typical widescreen resolutions.
2007-02-26 09:36:43 +00:00
Glenn Maynard
107c0e20c3
set PreviousScreen during BeginScreen
2007-02-26 08:24:11 +00:00
Chris Danford
5637d0f7f7
Move RadarValues::WriteSimpleValues, WriteComplexValues into ThemeMetric objects for maintainability.
2007-02-26 06:04:52 +00:00
Glenn Maynard
aa34a3082d
remove OnCommand hacks
2007-02-26 03:24:38 +00:00
Glenn Maynard
08b5a9f697
odn't special case Transitions; send them an OnCommand from
...
BeginScreen, just like everything else
2007-02-26 03:13:54 +00:00
Glenn Maynard
67cfe0f4ad
remove Transition::GetLengthSeconds
2007-02-26 03:04:50 +00:00
Glenn Maynard
b54183937a
do SSO prompt in lua
2007-02-26 02:58:35 +00:00
Glenn Maynard
495b1ecc75
do this in lua
2007-02-26 02:52:42 +00:00
Glenn Maynard
61abaf660c
lua
2007-02-26 02:43:52 +00:00
Glenn Maynard
be6b6b3cfd
lua
2007-02-26 02:29:43 +00:00
Glenn Maynard
a80ca5c5cc
metrics
2007-02-26 01:48:58 +00:00
Glenn Maynard
79357a62e3
move start periods into metrics
...
This was originally derived from the transitions, to make the
start times automatically work when people change transitions.
That doesn't give enough control, though.
2007-02-26 01:46:50 +00:00
Chris Danford
b88db4b608
add ShowCoinsAndCredits
...
move add Credits* metrics
2007-02-26 01:36:59 +00:00
Glenn Maynard
69b562db23
clarify
2007-02-26 01:09:02 +00:00
Glenn Maynard
311387c795
unused return value
2007-02-26 00:53:27 +00:00
Glenn Maynard
67c0c7dd91
remove old comment; unnecessary
2007-02-26 00:41:52 +00:00
Glenn Maynard
a1894265ef
cleanup
2007-02-26 00:41:31 +00:00
Glenn Maynard
c1711efc86
unused
2007-02-25 22:52:16 +00:00
Glenn Maynard
0c521da005
remove ScoreFrame
2007-02-25 22:50:57 +00:00
Glenn Maynard
7f58f21af1
score frame in lua
2007-02-25 22:48:47 +00:00
Glenn Maynard
92c9bb8a99
unused
2007-02-25 22:35:48 +00:00
Glenn Maynard
820855f379
remove unused MaxCombo. Do this in Lua if wanted.
2007-02-25 22:33:54 +00:00
Steve Checkoway
e507e06144
sys/param.h should define BSD.
2007-02-25 15:23:44 +00:00
Steve Checkoway
2f80580882
sys/param.h should define BSD on bsd systems. Do not redefine it.
2007-02-25 15:22:22 +00:00
Steve Checkoway
2758771b1f
Fix compile.
2007-02-25 14:37:32 +00:00
Steve Checkoway
596b5cf14d
Possible compile fix for netbsd.
2007-02-25 14:20:34 +00:00
Steve Checkoway
fced7b7a83
Fix warning.
2007-02-25 09:19:54 +00:00
Glenn Maynard
a11fc21973
remove DangerPlayer. Use HealthStateChanged.
2007-02-25 08:52:20 +00:00
Glenn Maynard
2f04a1fe29
HealthStateChanged
2007-02-25 08:51:41 +00:00
Glenn Maynard
e30b6fe6c2
bind HealthState
2007-02-25 08:23:50 +00:00
Steve Checkoway
2afb681aea
GetHighScoreForDifficulty -> GetHighGradeForDifficulty.
2007-02-25 07:02:27 +00:00
Steve Checkoway
bf77a61057
Store the highest song grade in the HighScoreList.
2007-02-25 06:59:27 +00:00
Steve Checkoway
0f58d743f9
Spelling in a comment.
2007-02-25 05:01:58 +00:00
Glenn Maynard
c072f6e98b
masking blend modes
2007-02-25 00:32:39 +00:00
Glenn Maynard
512021c127
comments
2007-02-24 23:39:18 +00:00
Glenn Maynard
ba988fdb2c
cleanup
2007-02-24 23:32:01 +00:00
Glenn Maynard
d0fb3959ef
Unpremultiply shader
2007-02-24 23:31:26 +00:00
Glenn Maynard
8ae6f53bfb
CopySrc blend mode
2007-02-24 23:30:29 +00:00
Glenn Maynard
138b96a3b0
Unpremultiply shader
2007-02-24 23:20:25 +00:00
Glenn Maynard
45cff83b71
glBlendFuncSeparateEXT (since that's waht we test for)
2007-02-24 23:19:07 +00:00
Glenn Maynard
4af53a0de9
RageDisplay::GetTexture, mostly for debugging for now
2007-02-24 23:17:34 +00:00
Glenn Maynard
dbd40a9da4
save alpha, if present
2007-02-24 23:09:56 +00:00
Glenn Maynard
d5542f24cf
use glBlendFuncSeparate for 50% correct dest alpha
2007-02-24 13:03:35 +00:00
Glenn Maynard
033becc25f
support GL_ARB_texture_float
2007-02-24 12:58:31 +00:00
Vecais Dumais Laacis
a93dbf3778
StyleType_OnePlayerTwoSides for One player, two-sides styles cost extra
2007-02-24 12:48:16 +00:00
Glenn Maynard
d866e18ca3
support GL_ARB_texture_float
2007-02-24 12:33:16 +00:00
Chris Danford
0160e23705
style cleanup: use FOREACH_ENUM( X, x ) everywhere instead of FOREACH_X( x ) for consistency
...
The FOREACH_X defines are not very useful, and they were created back before FOREACH_ENUM was convenient.
2007-02-23 22:29:42 +00:00