Glenn Maynard
6bc25e56c2
disable "wait for sounds to stop before quitting"
2004-11-15 04:42:10 +00:00
Glenn Maynard
c263c27fba
remove StopPlayingSoundsForThisThread
2004-11-15 04:18:21 +00:00
Glenn Maynard
366970728b
update
2004-11-15 03:25:47 +00:00
Glenn Maynard
1c9a87326a
Move the default life meter to a metric. I'm not yet sure what the best
...
way to handle these are; metrics, different GamePrefs defaults per game, ...
2004-11-15 03:24:43 +00:00
Glenn Maynard
57002035fd
cleanup
2004-11-14 21:04:09 +00:00
Glenn Maynard
8770ff7c8d
fix error handling for mono sounds
2004-11-14 20:21:04 +00:00
Glenn Maynard
09b14c370e
add PlayerOptions::ResetSavedPrefs
2004-11-14 05:25:30 +00:00
Glenn Maynard
4a246546a9
Save profile modifiers per gametype. Only reset saved modifiers when
...
loading profile modifiers, so we don't wipe out modifiers that aren't saved.
UsingProfileDefaultModifiers is gone; if an entry exists in the DefaultModifiers
list at all, UsingProfileDefaultModifiers is true.
2004-11-14 05:24:37 +00:00
Glenn Maynard
6e602f89c9
preload after resample, not before
2004-11-14 04:29:33 +00:00
Glenn Maynard
c483fbbd1a
foo
2004-11-13 22:26:31 +00:00
Glenn Maynard
f7617415e6
split off GetCommonTagFromMapList
2004-11-13 22:23:51 +00:00
Glenn Maynard
eeb0ac35fb
fix crash
2004-11-13 22:19:21 +00:00
Sean Burke
c9067dec65
fix unsigned warnings
2004-11-13 22:01:59 +00:00
Glenn Maynard
f93a43bdc4
Fix formatting again--please fix your editor ...
2004-11-13 21:54:06 +00:00
Glenn Maynard
8b3fafb139
stop putting garbage in the notes description
...
fix compile
2004-11-13 21:51:45 +00:00
Glenn Maynard
f88624ef31
stop doing incorrect parsing on the title
2004-11-13 21:46:43 +00:00
Glenn Maynard
d55dee1dd1
solo description is "solo", not "edit"
2004-11-13 21:42:15 +00:00
Ben Anderson
6ae0918d7b
Catch (solo) tag
2004-11-13 21:35:17 +00:00
Glenn Maynard
b5fac2eb05
s/FindLargestCommonSubstring/FindLargestInitialSubstring/
...
do it without lots of string copying/comparing
2004-11-13 21:17:27 +00:00
Glenn Maynard
c0930b9c33
formatting
2004-11-13 21:08:19 +00:00
Glenn Maynard
07fd0101dc
simplify
2004-11-13 21:07:10 +00:00
Glenn Maynard
2a92bc832a
remove commonSubstrLen; clearer to just size() each time, and it's only
...
used in a few places
2004-11-13 21:01:09 +00:00
Glenn Maynard
a4306e55bb
fix warnings
2004-11-13 20:56:23 +00:00
Glenn Maynard
2de78dfd5d
unused variable
2004-11-13 20:53:46 +00:00
Glenn Maynard
75f0dee79c
fix up formatting
2004-11-13 20:48:28 +00:00
Ben Anderson
53857a39ff
Let's clean up everyone's logs a little bit...
2004-11-13 17:48:59 +00:00
Ben Anderson
b9e5fe5245
Implement common substring algorithm, it provides a more accurate ID of the title and the difficulty of each file.
2004-11-13 17:38:08 +00:00
Glenn Maynard
7136b25289
fix m_bFilled not being set to false
2004-11-12 23:16:08 +00:00
Ben Anderson
1104565faa
Proof that I forgot to diff before committing... Stupid me. That comment is useless.
2004-11-12 04:01:20 +00:00
Ben Anderson
96859248d8
Yes, it IS the best name damnit! How did that get there?
2004-11-12 03:59:05 +00:00
Ben Anderson
946d0993bf
Fallback graphics for passmark lifebar
2004-11-12 03:45:36 +00:00
Ben Anderson
cdca8e1457
Implement LifeMeterBar passing and LifeMeterBar extra passing, lifebars that display when the player is above the passmark.
2004-11-12 03:44:15 +00:00
Glenn Maynard
e9ed9d20ee
null string fix
2004-11-11 23:55:03 +00:00
Glenn Maynard
c44818d9fd
typo
2004-11-11 22:32:30 +00:00
Glenn Maynard
e0ef0da9e9
fix song backgrounds, probably other things
2004-11-11 22:31:55 +00:00
Ryan Dortmans
215a1ba9fb
Xbox: Use xbox jpeg library
2004-11-11 10:38:30 +00:00
Ryan Dortmans
658c5817a0
Xbox config fix
2004-11-11 10:37:41 +00:00
Ryan Dortmans
3ecc9ce708
Add xbox library
2004-11-11 10:36:34 +00:00
Glenn Maynard
16aa98b5b2
fix m_LockedBy
2004-11-10 22:10:52 +00:00
Glenn Maynard
6146f9913a
fix positioning
2004-11-10 22:07:22 +00:00
Glenn Maynard
6f82e9aad7
fix performance problems due to SCREEN_WIDTH being evaluated many times per frame, leading to many Lua compilations per frame
2004-11-10 10:23:58 +00:00
Glenn Maynard
28e0500534
fix WITHOUT_NETWORKING
2004-11-10 08:36:34 +00:00
Chris Danford
7cfa03acc7
metrics cleanup
2004-11-09 07:02:25 +00:00
Glenn Maynard
425299cbd4
Some songs have different time signature tags in different difficulties;
...
cope with it by adjusting everything according to the primary version.
Attempt to detect when time signature tags are being used to tweak sync,
and convert them to BPM changes. This is more accurate, prevents some
cases of being off by a couple rows from the beat, and fixes note coloring.
2004-11-08 22:27:34 +00:00
Glenn Maynard
422b1defb7
TimingData::MultiplyBPMInBeatRange
2004-11-08 22:24:18 +00:00
Glenn Maynard
2aa43ea93c
allow concurrent file requests; we only need exclusive access for Mount/Unmount
2004-11-08 22:13:56 +00:00
Glenn Maynard
acc6d10d7c
Threadsafe FilenameDB: allows concurrent fill requests, so reading from
...
a CD (which may block for long periods of time) doesn't stop other threads
2004-11-08 21:55:00 +00:00
Glenn Maynard
1b7fbd69d6
unneeded now
2004-11-08 07:14:47 +00:00
Glenn Maynard
348c1a696e
minor optimization: searching for a character in a string is faster than
...
searching for a substring
2004-11-08 07:12:17 +00:00
Glenn Maynard
aef954a91b
disable broken warning
2004-11-08 07:08:02 +00:00