Glenn Maynard
7deffd2de4
Fix GetGroupColor ignoring the theme.
2003-07-31 22:48:49 +00:00
Steve Checkoway
f83b837d76
fix compiler warnings
2003-07-31 20:34:01 +00:00
Glenn Maynard
03f06c72fb
add debug stuff
2003-07-31 01:27:54 +00:00
Glenn Maynard
33b8fc3a3a
don't derive sGroup twice
2003-07-30 05:34:47 +00:00
Glenn Maynard
ef7733e121
remove unused parameter
2003-07-30 02:01:19 +00:00
Glenn Maynard
534ac086fe
phase out GetFirstStageInfo
2003-07-27 18:46:38 +00:00
Chris Danford
278cb4c3f1
runs on Xbox
2003-07-22 07:47:27 +00:00
Glenn Maynard
71b2199fb2
Move the rest of song searching logic into SONGMAN.
2003-07-22 05:45:30 +00:00
Glenn Maynard
34fd7314ba
add SONGMAN->GetBestSongs
2003-07-21 21:45:59 +00:00
Glenn Maynard
2d3219b899
Add GetAllCourses.
2003-07-20 00:30:24 +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
Glenn Maynard
9ff733b877
Clean up dependencies.
...
Challenge notes don't count to making a song red.
2003-07-17 20:11:24 +00:00
Andrew Wong
f34e626b66
updated scrolling text and icons to handle inexistant unlocks
2003-07-17 12:14:19 +00:00
Andrew Wong
9f03c16445
added option where player can choose to make 10-footers in red or not
2003-07-15 08:35:47 +00:00
Glenn Maynard
a44b6d0a86
remove unneeded header
2003-07-12 20:42:08 +00:00
Glenn Maynard
361a2b58a9
add SONGMAN->FindSong
2003-07-09 04:09:35 +00:00
Chris Danford
fa91f2e636
working on Rave
2003-06-30 18:08:27 +00:00
Glenn Maynard
242d99a5df
Fix RankingToInsert::CompareDescending.
...
Store regular scores in nonstop, not oni. We only ever display those
scores in that mdoe.
Add Course::IsNonstop, Course::IsOni, Course::IsEndless.
2003-06-30 08:06:47 +00:00
Glenn Maynard
3e07de6655
Split score reading into separate functions.
...
Type fixes.
2003-06-30 04:24:59 +00:00
Glenn Maynard
f345edb366
store scores as ints
...
nonstop scoring fixes
2003-06-18 20:08:39 +00:00
Glenn Maynard
bcd4121686
handle group banners in the parent dir
2003-06-17 21:34:43 +00:00
Glenn Maynard
0573864206
banner cache for group banners
2003-06-15 01:53:51 +00:00
Glenn Maynard
2e6fdb52db
Wrap a long line.
2003-06-04 20:09:59 +00:00
Chris Danford
f68f4beeb7
fix hang parsing notes high score data
2003-05-27 06:38:00 +00:00
Andrew Livy
5641af692a
Added Pumps 'half-double' style
2003-05-22 01:34:03 +00:00
Glenn Maynard
1e016a3c49
fix constant
2003-05-19 21:50:56 +00:00
Chris Danford
d6cbbdafe6
fix event mode + battle bug
2003-05-05 04:13:39 +00:00
Glenn Maynard
fe33dec385
Partial s/GetString/c_str/.
...
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:01:35 +00:00
Glenn Maynard
a211825a86
simplify
2003-04-23 07:28:24 +00:00
Aaron VonderHaar
f95a2e7736
data/ => Data/, case matters in linux
2003-04-22 12:16:06 +00:00
Glenn Maynard
f33f42e8c6
disable note type check; it's problematic
2003-04-20 22:57:35 +00:00
Glenn Maynard
2ef9205ca2
Only show a song as difficult if it's difficult in the current play mode.
2003-04-20 01:40:40 +00:00
Glenn Maynard
147c2986e2
simplify, add some assertions
2003-04-19 22:24:01 +00:00
Glenn Maynard
e2ddd86f9f
Move high score files.
2003-04-19 17:53:40 +00:00
Chris Danford
423666c845
support Course group folders
2003-04-11 00:29:44 +00:00
Chris Danford
40195e81c7
header2 -> Common title
...
Created new PlayerOption group: Perspective
Added pref: DefaultModifiers
Land -> Brake
2003-04-01 19:31:27 +00:00
Glenn Maynard
590827ae5f
simplify
2003-03-28 00:34:59 +00:00
Glenn Maynard
6e9eb566cd
Don't use fscanf; it's brittle. Instead, read lines manually and use sscanf.
2003-03-27 21:23:56 +00:00
Chris Danford
d20d0ebc29
Autogen group Nonstop courses in addition to group Endless courses
...
Add toggle for Autogen of missing NotesTypes
Add toggle for Autogen Nonstop and Endless courses
2003-03-27 01:56:21 +00:00
Glenn Maynard
8f9e1ba367
use the correct constant
2003-03-11 19:07:41 +00:00
Glenn Maynard
2fdc892e98
We want to write scores for songs that havn't been passed,
...
so we keep track of times played.
2003-03-06 23:06:21 +00:00
Glenn Maynard
403216ba44
clean up GetExtraStageInfoFromCourse
2003-02-28 08:42:02 +00:00
Chris Danford
66a6f0017f
Most PlayerOptions now represented by floats
...
Appearance PlayerOptions are now not mutually exclusive
Accel PlayerOptions are now not mutually exclusive
Most PlayerOptions linearly interpolate if changed during song
2003-02-26 23:26:57 +00:00
Chris Danford
5f15c92404
working on Battle
2003-02-25 00:33:42 +00:00
Chris Danford
bed2c0a74b
fixed crash when saving Course records
...
fixed incorrect handing of "accelerate" token in Actor::Fade
2003-02-24 00:47:13 +00:00
Glenn Maynard
996f89885d
i didn't do it! he did it!
2003-02-23 06:56:02 +00:00
Glenn Maynard
dbb7ec7fe7
Remove most of the debugging cruft. (Nobody else is reporting
...
this and the one person that did can't reproduce it.) Reduce it to
some sanity and progress checks so it can be narrowed down if
it happens again.
2003-02-23 06:25:43 +00:00
Glenn Maynard
daf8ce8822
Init options, since FromString won't do it for us.
...
Make a huge mess of SaveMachineScoresToDisk; someone reported
a crash and I can't find anything wrong with it. (Wasn't going to commit
this, but I want to commit the above; this shouldn't stick around very
long ...)
2003-02-22 21:59:21 +00:00
Glenn Maynard
f486a57d18
fix compiler warning in gcc
2003-02-17 20:43:23 +00:00
Chris Danford
8e3a14f516
Still fixing brokenness in Nonstop, Oni, Endless...
2003-02-16 23:54:30 +00:00