Glenn Maynard
8b346a3046
'
2003-07-20 09:18:34 +00:00
Glenn Maynard
81e16cf7a6
Don't show course modes after the first stage.
2003-07-20 09:15:46 +00:00
Glenn Maynard
5cb0b4f7cd
Split up the course sort into four sorts: all courses, and one ofr each
...
course mode.
Fix score not tweening when switching sorts via the menu.
Rename SORT_SORT to SORT_MODE. Add metrics to define what
sorts are listed. This can also change modes, but this has only been
tested for changing the play mode, not the play style.
2003-07-20 08:54:31 +00:00
Glenn Maynard
57d2c07c27
add SortCoursePointerArrayByType
2003-07-20 08:50:19 +00:00
Glenn Maynard
5ef7d39e46
add metrics
2003-07-20 08:49:45 +00:00
Glenn Maynard
94b415cd65
add graphics
2003-07-20 08:47:33 +00:00
Glenn Maynard
627269202d
Add DescribesCurrentMode
2003-07-20 07:32:26 +00:00
Glenn Maynard
377402ddc9
fix
2003-07-20 06:40:04 +00:00
Glenn Maynard
ba717617c2
simplify, add StringToSongSortOrder
2003-07-20 06:26:29 +00:00
Glenn Maynard
104742b361
quiet warning
2003-07-20 06:24:42 +00:00
Glenn Maynard
d0b5cbdfbb
remove GameState::ApplyModeChoice
2003-07-20 06:11:54 +00:00
Glenn Maynard
2f4ba1f25a
use ModeChoice::ApplyToAllPlayers, Apply, FromString.
2003-07-20 05:58:35 +00:00
Glenn Maynard
54038221b3
add ModeChoice.cpp.
2003-07-20 05:58:15 +00:00
Glenn Maynard
4090202427
Add ModeChoice::ApplyToAllPlayers, Apply, FromString.
2003-07-20 05:53:22 +00:00
Glenn Maynard
d7a4d8c1e4
add metrics
2003-07-20 05:14:52 +00:00
Glenn Maynard
530ef62c4a
Clean up course lists. Allow showing courses in SSM (not currently available).
2003-07-20 05:13:45 +00:00
Glenn Maynard
3925f12b98
fixes
2003-07-20 05:08:32 +00:00
Glenn Maynard
535ff46e9b
flush when PREFSMAN->m_bDebugMode
2003-07-20 04:38:31 +00:00
Glenn Maynard
aae0ef4d82
s/ShowConsole/DebugMode/
2003-07-20 04:35:22 +00:00
Glenn Maynard
489e55d35c
Add course support.
2003-07-20 04:22:25 +00:00
Andrew Wong
afe284316f
reversed draw order of text on scrolling screen
2003-07-20 03:54:26 +00:00
Glenn Maynard
adaa0b0b01
Allow resetting a CourseContentsList.
2003-07-20 02:27:37 +00:00
Glenn Maynard
301ad56516
add Course::GetPlayMode
2003-07-20 01:54:17 +00:00
Glenn Maynard
4b198a5dd4
themable radar label tweens
2003-07-20 01:47:50 +00:00
Glenn Maynard
1eb870cbd4
make FinishTweening recursive
2003-07-20 01:32:42 +00:00
Glenn Maynard
2d3219b899
Add GetAllCourses.
2003-07-20 00:30:24 +00:00
Glenn Maynard
3ae3834d2e
remove old comment
2003-07-19 21:22:02 +00:00
Glenn Maynard
969585516e
remove odl comment
2003-07-19 21:20:34 +00:00
Glenn Maynard
62d2fdc3bd
simplify
2003-07-19 20:44:23 +00:00
Glenn Maynard
8820ea1356
Update, simplify.
2003-07-19 20:38:34 +00:00
Andrew Wong
be5131bd40
minor bug fix
2003-07-18 17:02:10 +00:00
Andrew Wong
bd78736692
rudimentary support for extreme-style unlocks list (its not perfect yet, still have to work on commands)
2003-07-18 15:00:33 +00:00
Sean Burke
b91d1039ae
Make the MovieTexture_Null stuff work in Linux.
2003-07-18 13:59:31 +00:00
Glenn Maynard
24fe033661
add m_bShowConsole
2003-07-18 08:05:39 +00:00
Glenn Maynard
608f6aede3
simplify
2003-07-18 08:04:47 +00:00
Glenn Maynard
948ac51c90
m_bIsLocked is unneeded.
2003-07-18 07:54:07 +00:00
Glenn Maynard
bbec48aef1
simplify
2003-07-18 07:53:41 +00:00
Glenn Maynard
66e156e840
Whoops. SongEntry::UpdateLocked was backwards.
2003-07-18 07:51:42 +00:00
Andrew Wong
7d85d78ea4
few minor bugfixes (subtitles, songentry constructor)
2003-07-18 07:34:43 +00:00
Glenn Maynard
32831d5af2
Simplify.
2003-07-18 06:38:05 +00:00
Glenn Maynard
7330fd157a
fix ClearMessageQueue(SM)
2003-07-17 23:36:29 +00:00
Glenn Maynard
35d1f17419
Make this a little more idiomatic.
...
Don't split titles yourself; they're pre-split in Title and Subtitle, and can't
be unsplit programatically.
2003-07-17 23:33:19 +00:00
Glenn Maynard
5ab28228f4
CompareNoCase works like strcmp: < 0 for less than, 0 if equal, > 0
...
if greater than
2003-07-17 23:22:51 +00:00
Thad Ward
3b755ba2a2
add MovieTexture_Null
2003-07-17 23:06:46 +00:00
Glenn Maynard
5198f94d8b
fix warnings
2003-07-17 22:56:28 +00:00
Glenn Maynard
1a74714b53
Fix crash in PlayerOptions.
...
Random meter songs in difficult courses get +2 to meter.
2003-07-17 22:44:17 +00:00
Steve Checkoway
30f4444ef3
added new files
2003-07-17 21:23:46 +00:00
Steve Checkoway
583b88cd85
Added a null movie class that simply displays a black background instead of a movie.
2003-07-17 20:50:06 +00:00
Steve Checkoway
8082277293
After a crash, open crashinfo.txt and the backtrace log. If the user doesn't have crash reporting enabled, it opens a blank log. If crash reporting is enabled and set to automatically open the log, then the log will open twice. Not a big deal.
2003-07-17 20:47:40 +00:00
Glenn Maynard
9ff733b877
Clean up dependencies.
...
Challenge notes don't count to making a song red.
2003-07-17 20:11:24 +00:00