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
Chris Danford
e19fa17d9b
support for full CRS specification and PlayerBest/Worst
2003-02-16 10:12:03 +00:00
Glenn Maynard
3b8d26e564
fix crash if RageSoundManager or SongManager throw
2003-02-16 05:10:08 +00:00
Glenn Maynard
42cfd6f98c
stdafx -> global
2003-02-16 04:01:45 +00:00
Chris Danford
e05738f7f7
working on course ranking scores and mem card saving
2003-02-14 21:42:44 +00:00
Glenn Maynard
ff38961907
use slashes as a directory separator instead of backslashes
2003-02-14 08:15:15 +00:00
Glenn Maynard
3f870fd44a
fix data type
2003-02-14 06:57:53 +00:00
Chris Danford
7a810c1378
Long Marathon and Marathon Ver logic and graphics (floating bubble still to come)
2003-02-10 05:30:12 +00:00
Glenn Maynard
7db930ed2f
push song searching into a function
2003-02-05 19:16:00 +00:00
Glenn Maynard
859e1cbf56
const fixes
...
add a const accessor for songs
2003-02-05 18:34:27 +00:00
Laurence Hartje
4e4307e3d0
Really fix Alternative Folder & DWI Path support
2003-02-05 08:57:18 +00:00
Laurence Hartje
36f784f807
Fix: Check the alternative song folders (and the dwi path) for the extra stage courses.
2003-02-05 03:24:47 +00:00
Glenn Maynard
06be98567b
Clean up some sorts; use multiple stable_sorts for multi-level
...
sorts, instead of hardcoding the order in the compare functions.
Don't consider challenge > hard for extra stages.
2003-02-05 00:33:14 +00:00
Chris Danford
d12e090808
grading error fixes, ranking calculation and display fixes, set default difficulty back to same level as 3.0 final
2003-02-03 05:53:59 +00:00
Chris Gomez
2234a77952
Add option for user-selectable extra stage (see DDR Extreme).
2003-02-01 05:39:48 +00:00
Glenn Maynard
5aa7ebc1ac
rename a function
2003-01-27 23:10:44 +00:00
Glenn Maynard
2fa12589e5
fix a crash
2003-01-27 05:11:59 +00:00
Chris Danford
025539e52c
more progress on Ranking
2003-01-27 02:00:38 +00:00
Glenn Maynard
faa9135814
also fix course loading
2003-01-26 09:40:30 +00:00