Glenn Maynard
f86eaeecc5
alias update
2003-01-18 03:14:40 +00:00
Glenn Maynard
f950601f87
add a bunch of aliases
2003-01-16 20:21:31 +00:00
Glenn Maynard
a5f17c7df1
add slightly less hacky translation code
2003-01-13 06:04:44 +00:00
Glenn Maynard
fb8e23578b
add comment
2003-01-12 04:59:40 +00:00
Glenn Maynard
2dc59988bf
add explicit sample length check
2003-01-12 04:24:38 +00:00
Glenn Maynard
217ce59155
pull this out of the header
2003-01-09 09:01:20 +00:00
Glenn Maynard
fa90df76c9
change titles to use placeholders (hardcoded for now)
2003-01-08 06:02:02 +00:00
Glenn Maynard
55e92e771d
s/CArray<x,y>/vector<x>/g
2003-01-03 05:56:28 +00:00
Glenn Maynard
f4dbed8221
stl-ize some stuff
2003-01-03 05:29:45 +00:00
Glenn Maynard
cba5d27cf0
invalidate cache
2003-01-02 22:15:54 +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
bfb263fee4
get rid of RageSoundStream
2003-01-02 07:58:34 +00:00
Glenn Maynard
502256e91e
s/throw RageException/RageException::Throw/
...
hush that loud warning
2002-12-21 18:38:29 +00:00
Glenn Maynard
35947dfa2f
optimize autogen
...
compress data when done
2002-12-18 23:07:58 +00:00
Glenn Maynard
3451f4307b
Whoops. Move the detection of music above the detection of
...
music length.
Add some warnings.
2002-12-14 21:29:44 +00:00
Glenn Maynard
d8fde44063
Reorder TidyUpData, so we compute radar values before autogen.
2002-12-14 06:22:33 +00:00
Glenn Maynard
e42f13826f
use SM writer
2002-12-14 00:21:22 +00:00
Glenn Maynard
42a8e049a6
make m_sSongDir private
2002-12-13 23:41:46 +00:00
Glenn Maynard
5c21296573
move radar stuff to NoteDataUtil
...
const fixes
2002-12-13 22:40:42 +00:00
Chris Danford
ca7c1ab78f
working on mulitplayer
2002-12-02 05:25:44 +00:00
Chris Danford
9d68ff5d7b
Added clamp in RageColor->RageVColor conversion to fix some artifacts
...
Fixed "autogen doesn't generate patterns for all difficulties for some songs"
Fixed incorrect "show" value in "show!hold" being written in DWIs
Fixed "song ends early after adding an edit then playing"
2002-11-13 05:17:15 +00:00
Glenn Maynard
a17ac5edb9
add XXX
2002-11-09 02:26:50 +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
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
d770105b2f
some more s/GetSize/size/ and other minor STLisms
2002-10-31 02:31:15 +00:00
Chris Danford
ec202633e9
Added .GetString() to all CStrings passed in vargs
2002-10-29 07:58:44 +00:00
Chris Danford
73f7db6b15
Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code.
2002-10-28 05:30:45 +00:00
Glenn Maynard
8900c30e3e
Don't pull off the extension from detected movies.
2002-10-25 07:35:47 +00:00
Glenn Maynard
5c841f287b
s/RemoveAll/clear/g
2002-10-24 20:15:24 +00:00
Glenn Maynard
4fa4be8161
eliminate GetData()
2002-10-24 08:40:27 +00:00
Glenn Maynard
ce38b44c59
change most qsorts to sort
2002-10-24 07:56:20 +00:00
Chris Danford
57896611b9
Documentation clean up and optimized AutoGen
2002-10-24 01:51:01 +00:00
Chris Danford
3a6edc3d99
Fixed hang when loading pump or solo notes
2002-10-21 02:15:06 +00:00
Chris Danford
bb669368ba
Texture caching off by default
2002-10-20 19:34:17 +00:00
Chris Danford
1c75f1b095
More efficient texture memory usage. Fixes hickups on BGAnimation change.
2002-10-20 17:18:05 +00:00
Glenn Maynard
04d39f2dfb
Only save #FIRSTBEAT/#LASTBEAT to cache. (It's derived.)
2002-10-18 19:46:55 +00:00
Glenn Maynard
47cceb5a78
Rename .sm files on save, too. Add explanation and a TODO.
2002-10-17 20:52:32 +00:00
Glenn Maynard
1e6a9d3bc3
Go to somewhat greater lengths to ensure we get a valid filename
...
when saving; some songs have characters in them we can't store in
filenames.
2002-10-17 20:43:47 +00:00
Glenn Maynard
5bbbbdcf92
Remove multiple notetypes per style. Not used, just clutter now.
2002-10-14 00:28:27 +00:00
Glenn Maynard
314c3ecc39
same: remove a level of indentation
2002-10-11 18:25:15 +00:00
Glenn Maynard
b90af9fdf4
all this does is remove a level of indentation; diff isn't very smart
...
about that.
2002-10-11 18:23:05 +00:00
Chris Danford
8770a98106
Fixed bug in Song::GetElapsedSeconds from beat. Was causing problems with J-Paradise
2002-10-09 18:14:29 +00:00
Chris Danford
f4ef92ab81
Fixed Grade display on MusicWheel not corresponding to top score
2002-10-07 05:45:59 +00:00
Chris Danford
1a40998fb3
Fixed inaccurate credits messages on SelectStyle and SelectMode
2002-10-06 20:30:11 +00:00
Chris Danford
1e5d6a64d7
Removed #BackgroundMovie tag. Instead, TidyUpData will create a BackgroundChange for the movie if one is found in the song directory.
2002-10-06 20:17:38 +00:00
Chris Danford
107a1521e6
Added separate icon for smaniac
2002-10-06 16:56:58 +00:00
Chris Danford
646d4ba6d9
smarter autogen for doubles
2002-10-05 20:03:14 +00:00
Chris Danford
adc450a3ac
AutoGen now will fill in all missing NotesTypes. The patterns generated by AutoGen are now more intelligent. Fixed crash in MsdFile.
2002-10-05 14:47:03 +00:00
Chris Danford
638337c539
SortSongByDifficulty now falls back to sort by title is easiest difficulties match. Cleanup of NoteSkin graphics.
2002-10-02 01:32:43 +00:00