Chris Danford
09193d9e4b
cleanup:
...
use references when passing NoteData
Have player own a NoteDataWithScoring, not derive from it
2004-10-23 17:43:49 +00:00
Glenn Maynard
7590770659
Fix "halfdouble". (Heavily-used feature: nobody noticed this bug
...
for over a year. :)
2004-09-13 08:47:22 +00:00
Chris Danford
d2a54cca31
make TapNote a struct. Over time, more properties will move from the enums and into bit flags.
2004-09-12 05:56:24 +00:00
Glenn Maynard
aad73b53e9
(float) atof() -> strtof(), which computes in float instead of computing in
...
double and casting to float, which is silly
2004-08-10 20:57:59 +00:00
Glenn Maynard
e96a0cca00
show error messages
2004-07-12 23:47:39 +00:00
Glenn Maynard
2ca100eaad
stop accessing m_vpSteps directly
2004-06-05 05:13:23 +00:00
Glenn Maynard
7dfd611587
license updates
2004-05-31 21:55:14 +00:00
Chris Danford
4bb777232d
name cleanup: "pNotes" -> "pSteps"
2004-05-24 03:41:39 +00:00
Glenn Maynard
c1462d88f5
TimingData
2003-12-18 04:48:26 +00:00
Glenn Maynard
7003e2b157
Implement RADAR_NUM_HANDS result.
...
Change hold note contents to rows (from beats). This makes it
consistent with tap note data. Row numbers are also generally
more precise, since they're integers, not floats.
2003-12-16 04:00:39 +00:00
Glenn Maynard
11870a6072
continue phasing out BASE_PATH and SLASH
2003-12-10 09:26:05 +00:00
Glenn Maynard
1c2e75c9a0
simplify
2003-10-29 21:06:33 +00:00
Glenn Maynard
3a54183ce1
fix ksf reading in *nix
2003-09-02 03:19:33 +00:00
Andrew Livy
987d10baec
Added support for Two BUNKI's and BPM changes in the KSF file format (e.g. Beat Of The War on PIU has 2 bpm changes).
2003-08-21 19:39:41 +00:00
Chris Danford
62a6a7754b
Fill in Steps::m_sDescription automatically if missing.
2003-08-13 04:48:06 +00:00
Chris Danford
1a0d83cbc0
m_NotesType => m_StepsType
...
split NoteDataUtil to sep file
2003-08-07 06:36:34 +00:00
Chris Danford
f5cd95b4f9
NotesType => StepsType
2003-08-07 06:16:17 +00:00
Chris Danford
bf02bfddf4
rename Notes to Steps
2003-08-03 00:13:55 +00:00
Chris Danford
278cb4c3f1
runs on Xbox
2003-07-22 07:47:27 +00:00
Andrew Livy
5641af692a
Added Pumps 'half-double' style
2003-05-22 01:34:03 +00:00
Glenn Maynard
1ebd7aac26
General simplification/cleanup.
...
Use conversion interface to read KSFs with CP942 data.
2003-05-21 00:10:31 +00:00
Glenn Maynard
32ca276305
read global data before reading notes
2003-05-19 19:58:46 +00:00
Glenn Maynard
b629d71cd0
split global data reading into a function
...
also derive name from pathname if there is no #TITLE at all
2003-05-19 19:55:42 +00:00
Glenn Maynard
4866eb62a5
add incomplete BPM handling
2003-05-18 05:11:46 +00:00
Glenn Maynard
5257503d04
Don't wipe out UTF-8 titles.
2003-05-18 04:47:21 +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
Chris Danford
d2a73edf35
fix HoldNote compile errors/warnings
2003-04-05 21:18:18 +00:00
Glenn Maynard
42cfd6f98c
stdafx -> global
2003-02-16 04:01:45 +00:00
Chris Danford
f4e8c4fb24
clean up NoteData
2003-02-01 05:16:38 +00:00
Glenn Maynard
8cb53512e7
fix dumb ksf loading bug
...
also, if the "x - y" split fails, use the whole string, in case it's
"x - y - z"
2003-01-15 20:36:52 +00:00
Glenn Maynard
4f1455d30e
fix up MsdFile; get rid of arbitrary limits
2003-01-14 22:44:30 +00:00
Glenn Maynard
e4f9a339af
add an accessor
2003-01-14 22:10:04 +00:00
Glenn Maynard
bb8940adad
Add and use accessors for most of Notes.
...
Don't autogen data until it's needed.
2003-01-02 22:10:51 +00:00
Glenn Maynard
290c281cf8
stop dying on corrupt ksfs
2003-01-01 09:19:10 +00:00
Glenn Maynard
33c1fb46f7
s/throw RageException/RageException::Throw/
2002-12-21 18:36:10 +00:00
Glenn Maynard
eb59caa86e
use builtins for booleans
2002-12-17 10:39:33 +00:00
Glenn Maynard
2b19012e40
use GetSongDir
2002-12-13 23:41:11 +00:00
Glenn Maynard
23254cdd4a
more cleanups (lint lint lint)
2002-11-16 09:12:55 +00:00
Glenn Maynard
7736927f50
Ignore tracks in KSF's that have no meaning.
2002-11-03 01:32:47 +00:00
Glenn Maynard
653cd78e9f
translate digits to TAP_*
2002-11-02 21:33:56 +00:00
Glenn Maynard
80c0f04397
use untemplated trim*
2002-10-31 08:05:13 +00:00
Glenn Maynard
bccaf3560b
s/Add/push_back/
2002-10-31 04:23:39 +00:00
Glenn Maynard
a041b7cd3e
s/RemoteAt/erase/
2002-10-31 04:11:08 +00:00
Glenn Maynard
32bf482480
clean up some sign mismatches
2002-10-31 03:25:35 +00:00
Glenn Maynard
69b816e780
some more s/GetSize/size/ and other minor STLisms
2002-10-31 03:01:35 +00:00
Chris Danford
ec202633e9
Added .GetString() to all CStrings passed in vargs
2002-10-29 07:58:44 +00:00
Glenn Maynard
725fc98248
use Get/SetTapNote
2002-10-25 04:59:26 +00:00
Glenn Maynard
5c841f287b
s/RemoveAll/clear/g
2002-10-24 20:15:24 +00:00
Chris Danford
ad6c239858
ugh. Cleanup of ez2's menubganimations.
2002-09-29 05:06:18 +00:00
Chris Danford
fdb09fc810
fixed crash in MsdFile. Also, updated ez2 and SMMAX2 themes to new element names.
2002-09-15 07:03:32 +00:00