Chris Danford
f77647b5ad
enum name cleanup: DIFFICULTY_* -> Difficulty_*
2007-02-22 07:18:05 +00:00
Chris Danford
599db61b62
Always call LoadAllCommands explicitly.
...
The hack to LoadAllCommands when playing a command was leading to weird interactions: If a theme element contained an OnCommand, it would cause the rest of the commands defined in metrics to not be loaded.
2007-02-19 09:30:07 +00:00
Glenn Maynard
bf6327ad00
don't access the low-level texture unnecessarily
2007-02-13 06:46:24 +00:00
Glenn Maynard
c6e62ae92d
revert. Need a better approach.
2006-11-12 03:26:25 +00:00
John Bauer
5d2bf93725
Make all uses of the Steps* in the TrailEntry class use an accessor method.
...
This makes it simple to switch to something else, such as using a StepsId
instead of a Steps*.
2006-11-10 05:04:09 +00:00
Glenn Maynard
e11914d4bb
LoadFromNode(sDir, pNode) -> LoadFromNode(pNode)
2006-10-09 08:24:10 +00:00
Glenn Maynard
de6ca466d2
more enum standardization
2006-10-07 04:39:48 +00:00
Glenn Maynard
8a4ddd1515
Invalid
2006-10-07 04:13:43 +00:00
Glenn Maynard
c690fdcfe4
unify registration
2006-09-29 00:01:32 +00:00
Glenn Maynard
153bcedd40
simpler Lua boilerplate
2006-09-27 20:03:31 +00:00
Glenn Maynard
f567a0fd28
cleanup arg order
2006-09-26 08:54:54 +00:00
Chris Danford
af3e1c571c
move Steps searching out of song into SongUtil so that it can be shared with CourseEntry
2006-06-13 01:10:37 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Chris Danford
63b3a5a468
fix meter displaying
2006-01-09 21:57:15 +00:00
Glenn Maynard
b01308783e
unused headers
2005-12-19 00:42:29 +00:00
Chris Danford
65d71a4f23
expermienting with DEFINE_METHOD macro for Lua methods
2005-09-10 02:47:04 +00:00
Glenn Maynard
5cd3d22759
Don't put fonts in Graphics, even ones that don't look like them; it's brittle
...
(too easy to miss when changing font rules).
2005-09-03 04:12:16 +00:00
Glenn Maynard
48b75b0581
run a command to set color (etc) instead of hardcoded effects
2005-08-31 02:14:59 +00:00
Glenn Maynard
6e9c18e74f
cleanup
2005-08-31 01:42:22 +00:00
Glenn Maynard
f54745f8da
fix warning
2005-08-12 04:05:19 +00:00
Chris Danford
c004117e24
improve meter text when displaying high/low meter ranges
2005-08-03 03:13:28 +00:00
Chris Danford
eddd05a5b6
remove CourseEntryDisplay::SetFromTrailEntry. Use SetFromGameState instead.
2005-08-01 05:16:52 +00:00
Chris Danford
d94230caf4
add lua/xml bindings
2005-07-30 19:32:55 +00:00
Chris Danford
c9718db4b6
add lua bindings
2005-07-29 22:59:11 +00:00
Chris Danford
9b1fb67f6a
explicitly Load TextBanner to read metrics - don't automatically init on first use
2005-03-18 01:55:33 +00:00
Chris Danford
2957b7939f
mystery -> secret
2005-03-10 22:54:55 +00:00
Chris Danford
4223e09cc8
GetPathTo -> GetPath
2005-02-06 03:32:53 +00:00
Glenn Maynard
f633a309d7
cleanup
...
fix crash
2004-09-08 00:03:06 +00:00
Glenn Maynard
0c4f092fd3
fix ambiguous ?: types
2004-08-06 21:01:28 +00:00
Chris Danford
5544445ad0
name cleanup: StyleDef -> Style
2004-06-28 07:26:00 +00:00
Glenn Maynard
8e802ac267
show the actual difficulty color of the chosen song for mystery meter
...
values, instead of boring white
2004-06-08 07:24:41 +00:00
Glenn Maynard
3798245ce6
license update
2004-06-07 21:14:03 +00:00
Chris Danford
fa114e148a
use PlayerNumber macros
2004-06-06 20:57:13 +00:00
Chris Danford
f8c71ef85c
fix possible AVs
2004-06-06 20:18:50 +00:00
Glenn Maynard
6696e26acf
simplify
2004-06-03 20:49:10 +00:00
Glenn Maynard
07cc7b5321
Fix "4..6" ranges never showing up in CourseContentsList. (That's why
...
iCourseIndex and Course::GetDifficulty existed.)
2004-05-25 20:33:17 +00:00
Chris Danford
4bb777232d
name cleanup: "pNotes" -> "pSteps"
2004-05-24 03:41:39 +00:00
Chris Danford
abfc956e4f
refactor Course: move some responsibilities to Trail
2004-05-23 00:53:20 +00:00
Steve Checkoway
20a8bab45c
Clean up includes.
2004-04-05 05:22:32 +00:00
Glenn Maynard
9667559886
fix course entry masking
2004-02-24 23:07:03 +00:00
Glenn Maynard
3eeaf54db0
allow separate TextBanner metrics
2004-01-21 09:37:56 +00:00
Glenn Maynard
3ebc2d4f25
typo
2004-01-21 08:39:11 +00:00
Glenn Maynard
3c41ff7d84
allow showing separate difficulties for each player
2004-01-21 08:38:06 +00:00
Glenn Maynard
41ae8fbbe2
simplify
2004-01-21 06:58:01 +00:00
Glenn Maynard
758381eecd
metric lookup update
...
better abstraction
2003-11-16 21:44:42 +00:00
Chris Danford
bf02bfddf4
rename Notes to Steps
2003-08-03 00:13:55 +00:00
Glenn Maynard
5a28d482cc
reduce dependencies
2003-06-29 01:04:22 +00:00
Chris Danford
448bdc7b6e
make calls to THEME->GetPathTo() more concise
2003-04-12 17:39:27 +00:00
Glenn Maynard
1960f42a3e
fix courseentrydisplay
2003-03-31 21:31:07 +00:00
Chris Danford
214c2b67af
clean up Fonts and Numbers names
2003-03-30 18:12:57 +00:00