Glenn Maynard
|
c70c6baf30
|
remove more magic constants
|
2002-11-03 01:49:13 +00:00 |
|
Glenn Maynard
|
e7e6580b9e
|
remove mycarray (which became STDCarray and is gone)
|
2002-11-03 01:39:35 +00:00 |
|
Glenn Maynard
|
1dea8064c0
|
remove STDCarray; add StdString
|
2002-11-03 01:38:24 +00:00 |
|
Glenn Maynard
|
a47ef7e9f2
|
The vector code in NoteData doesn't like the statics. Better would
be to reserve an appropriate amount in NoteData, so we don't
reallocate too much ...
|
2002-11-03 01:34:52 +00:00 |
|
Glenn Maynard
|
73cdeaea69
|
Don't pad tracks that aren't used.
|
2002-11-03 01:33:33 +00:00 |
|
Glenn Maynard
|
7736927f50
|
Ignore tracks in KSF's that have no meaning.
|
2002-11-03 01:32:47 +00:00 |
|
Glenn Maynard
|
ede201d2e8
|
rewrite stupid selection stuff (more brown paper bags, please)
|
2002-11-03 00:08:31 +00:00 |
|
Glenn Maynard
|
e168a6380b
|
update
|
2002-11-02 23:16:48 +00:00 |
|
Glenn Maynard
|
d9e5bfa62b
|
Err, really remove the copy ctor (removed the assignment operator
last time)
|
2002-11-02 23:15:47 +00:00 |
|
Glenn Maynard
|
75267d2a26
|
Make m_HoldNotes private.
Remove the copy ctor; no longer needed. (Looking back, I don't
think it was needed anyway.)
|
2002-11-02 23:14:52 +00:00 |
|
Glenn Maynard
|
68cb613902
|
make HoldNotes a vector
|
2002-11-02 23:10:38 +00:00 |
|
Glenn Maynard
|
bc7885cd8b
|
use GetNumHoldNotes
|
2002-11-02 22:59:12 +00:00 |
|
Glenn Maynard
|
8efe6ee455
|
use GetHoldNote
|
2002-11-02 22:53:04 +00:00 |
|
Glenn Maynard
|
eec39d036d
|
use GetHoldNote
|
2002-11-02 22:46:15 +00:00 |
|
Glenn Maynard
|
21e7c5801b
|
Add HoldNote getter.
Make m_TapNotes private.
|
2002-11-02 22:25:46 +00:00 |
|
Glenn Maynard
|
9828cd3b4b
|
simplify
|
2002-11-02 21:51:18 +00:00 |
|
Glenn Maynard
|
65717df21d
|
simplify
|
2002-11-02 21:45:27 +00:00 |
|
Glenn Maynard
|
1c48cfe719
|
fix a couple constants
|
2002-11-02 21:44:52 +00:00 |
|
Glenn Maynard
|
653cd78e9f
|
translate digits to TAP_*
|
2002-11-02 21:33:56 +00:00 |
|
Glenn Maynard
|
100ac85f37
|
translate TAP_* from/to digits
|
2002-11-02 21:27:17 +00:00 |
|
Glenn Maynard
|
afcd1ff1c6
|
fix div/0
|
2002-11-02 21:20:18 +00:00 |
|
Glenn Maynard
|
2e3b122c68
|
use MoveTapNoteTrack
|
2002-11-02 21:04:16 +00:00 |
|
Glenn Maynard
|
9374f853ed
|
add MoveTapNoteTrack
|
2002-11-02 21:04:00 +00:00 |
|
Glenn Maynard
|
4f972ef69b
|
fix crash due to unsigned (oops)
|
2002-11-02 21:03:20 +00:00 |
|
Glenn Maynard
|
7dd6bccfac
|
fix
|
2002-11-01 20:48:36 +00:00 |
|
Chris Danford
|
23deb80a44
|
Winsock replaced with SDL_net
|
2002-11-01 20:01:59 +00:00 |
|
Angela Stefanski
|
2b1d7b6093
|
Modified Update function to record m_fSecondsBeforeFail for a player failure
in life bar mode (needed to award E grades for failure)
|
2002-11-01 03:13:30 +00:00 |
|
Glenn Maynard
|
ff84ad1dc3
|
Oops. Implemented Trim* with STL calls and forgot that I hadn't
committed the activation. StdString seems to be working well
enough, so I'll just turn it on ...
|
2002-10-31 19:02:26 +00:00 |
|
Glenn Maynard
|
fbbfb740d9
|
yet more large, unneeded blocks of code to remove
|
2002-10-31 08:35:12 +00:00 |
|
Glenn Maynard
|
dd6e6780bb
|
remove a bunch of COM cruft
|
2002-10-31 08:12:55 +00:00 |
|
Glenn Maynard
|
80c0f04397
|
use untemplated trim*
|
2002-10-31 08:05:13 +00:00 |
|
Glenn Maynard
|
a28d19268a
|
simple untemplated trimleft/trimright implementation
|
2002-10-31 08:04:34 +00:00 |
|
Glenn Maynard
|
47151c74b9
|
remove resource-related stuff we don't need
|
2002-10-31 06:33:06 +00:00 |
|
Glenn Maynard
|
b52484e797
|
remove horrible format hack that we don't need
|
2002-10-31 06:24:08 +00:00 |
|
Glenn Maynard
|
521686a1f6
|
cosmetic
|
2002-10-31 06:09:16 +00:00 |
|
Glenn Maynard
|
677e6b0a2e
|
s/FRECT/RectF/
|
2002-10-31 06:00:30 +00:00 |
|
Glenn Maynard
|
c20d5b67dc
|
s/CRECT/RectI/
|
2002-10-31 05:52:12 +00:00 |
|
Glenn Maynard
|
7f0e0f4571
|
use stat(), not win32 calls
|
2002-10-31 05:44:12 +00:00 |
|
Glenn Maynard
|
d50d1838a5
|
add stat alias
|
2002-10-31 05:38:03 +00:00 |
|
Glenn Maynard
|
679fce4ef2
|
always use min/max workaround in vc6
|
2002-10-31 05:18:08 +00:00 |
|
Glenn Maynard
|
07a04df7d7
|
vc6 bug workaround
|
2002-10-31 05:17:09 +00:00 |
|
Glenn Maynard
|
7f49ba72b4
|
add a getline wrapper for mfc
|
2002-10-31 04:57:32 +00:00 |
|
Glenn Maynard
|
d736f9f7a8
|
fix another vc6 compile problem
|
2002-10-31 04:41:00 +00:00 |
|
Glenn Maynard
|
58ee51c717
|
fix one vc6 compile problem
|
2002-10-31 04:36:35 +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
|
6e0c622850
|
cleanups
|
2002-10-31 03:55:50 +00:00 |
|
Glenn Maynard
|
16b514cc0b
|
err? thought I added this a very long time ago.
|
2002-10-31 03:55:29 +00:00 |
|
Glenn Maynard
|
7d46004e54
|
get rid of CStdioFile
|
2002-10-31 03:54:50 +00:00 |
|
Glenn Maynard
|
31fa2adaa4
|
get rid of SetSize
|
2002-10-31 03:36:06 +00:00 |
|