Commit Graph

2515 Commits

Author SHA1 Message Date
Kevin Slaughter 030f346f44 Forgot to add classes for Lyrics support :) 2003-03-08 08:53:08 +00:00
Kevin Slaughter e3cc281d42 updated my TODO 2003-03-08 08:51:37 +00:00
Kevin Slaughter 378de161fa Converted ScreenSelectDifficultyEX -> ScreenSelectMaxType2EX.. fixes previous bug 2003-03-08 08:49:13 +00:00
Kevin Slaughter 2f96c0c812 Accidently commited bad Lyric support coding. Re-commiting this so you do not see a timer on stage, that I made for debugging this.. Sorry! :) 2003-03-08 08:05:47 +00:00
Kevin Slaughter 69d97d461b ScreenSelectMaxType2 had a small veriable error that would not let it compile.. renamed p to pl is all..nuthin big 2003-03-08 08:03:22 +00:00
Glenn Maynard 1d72329ba7 fix music scroll 2003-03-07 20:27:28 +00:00
Glenn Maynard 2dc8e1f59f Try mixing differently; this might help sound quality for people
using the fallback sound drivers.
2003-03-07 19:28:34 +00:00
Chris Gomez 3d74bb6bcd Fix codes not working in courses unless a non-course mode had been chosen previously 2003-03-07 06:05:30 +00:00
Chris Gomez 7d5216e9b7 Add 'difficult' for nonstop courses.
This feels hackish; feel free to make it more general
2003-03-07 05:24:52 +00:00
Glenn Maynard 8d47a3e57e Add log timestamping. This lets us check the time when something
odd happens (eg. a skip), and see if anything happened in the log
at that time after we quit.
2003-03-07 04:48:13 +00:00
Glenn Maynard a2a774a3c2 add m_bTimestamping 2003-03-07 04:47:04 +00:00
Glenn Maynard 0c400d3567 fix constants
(I don't have a joystick with hats to actually test this, though.)
2003-03-07 04:08:40 +00:00
Glenn Maynard a7eae8d067 remove the newer prefs INIs, not just StepMania.ini 2003-03-06 23:26:20 +00:00
Glenn Maynard 203fd190a3 simple adds 2003-03-06 23:19:06 +00:00
Glenn Maynard 0b22378211 give a bit more time when we don't have focus 2003-03-06 23:08:21 +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 0a0aa2a8f6 inval cache 2003-03-06 23:03:42 +00:00
Glenn Maynard f64f210ca1 Remove MAX_BEATS. 2003-03-06 22:51:30 +00:00
Glenn Maynard 2f7c8a0c2e Reduce dependency on MAX_BEATS. 2003-03-06 22:50:44 +00:00
Glenn Maynard 7cd6c95cac Reduce dependency on MAX_BEATS. 2003-03-06 22:42:29 +00:00
Glenn Maynard 75a058c1dd Reduce dependency on MAX_BEATS.
Don't call GetLastBeat from GetFirstBeat.
2003-03-06 22:40:04 +00:00
Glenn Maynard e645510909 Reduce dependency on MAX_BEATS 2003-03-06 22:25:21 +00:00
Glenn Maynard 0ad5b74051 work around another (easy) gldirect bug 2003-03-06 09:58:25 +00:00
Glenn Maynard ed64f269ef Work around GLDirect bug. 2003-03-06 09:26:07 +00:00
Glenn Maynard 1604222001 Small fix for bAALinesCauseProblems
Add Add bPackedPixelsCauseProblems
2003-03-06 09:25:48 +00:00
Glenn Maynard 9b635c0015 add some asserts near where some crashdumps pointed to 2003-03-06 08:10:28 +00:00
Glenn Maynard d17a9c9f17 update 2003-03-06 03:13:52 +00:00
Glenn Maynard 4f9f288ddd eof nl 2003-03-06 03:13:36 +00:00
Glenn Maynard dcd49a286f fix compile 2003-03-06 02:01:28 +00:00
Glenn Maynard 1bb3349c6e fix compile problems (operator<() must be const) 2003-03-06 01:12:27 +00:00
Glenn Maynard 5951cf7f1f fix compile problems 2003-03-06 01:02:17 +00:00
Glenn Maynard 70af758545 fix minor warnings 2003-03-05 23:47:08 +00:00
Glenn Maynard be89073042 fix compile problems 2003-03-05 23:35:43 +00:00
Glenn Maynard 09a0632481 Don't die due to invalid data. (We should be able to hose any
given piece of any song and still load cleanly.  It's fine to die due
to things that shouldn't be bad--such as themes--but we should be
very tolerant of songs.)
2003-03-05 10:07:20 +00:00
Glenn Maynard f5116967a8 Add error output, simplify 2003-03-05 09:51:32 +00:00
Glenn Maynard 4f120731aa don't change the sample position of songs that actually have
a sample start of 0
2003-03-05 09:28:27 +00:00
Chris Danford 267fcec652 added TransitionBGAnimation 2003-03-05 08:48:35 +00:00
Chris Danford d34102b717 scripting support in BGAnimations 2003-03-05 02:52:40 +00:00
Glenn Maynard a448d15bd8 readd 'm' shortcut 2003-03-05 02:38:17 +00:00
Glenn Maynard 7a4934980a Fix SetPositionSamples() when we have a rate. This should fix
the editor problems.

There's a major restriction of rate changing: you can't change the
rate while the song is playing.  That's because RageSound keeps
track of the number of samples actually *output to the sound driver*;
it determines the position within the sound by dividing by the rate.
(It might be possible to adjust position dynamically within SetPlaybackRate
to make this work, but this isn't done right now.)
2003-03-05 02:31:22 +00:00
Glenn Maynard ef33416418 remove old comment 2003-03-04 23:06:11 +00:00
Glenn Maynard 1b6cac3460 this is fixed 2003-03-04 23:03:36 +00:00
Glenn Maynard 2850db3658 fix tweens when a style is selected quickly (I never wait for the tween
to finish ...)
2003-03-04 22:56:51 +00:00
Glenn Maynard 219c81c6ce fix the back button in the difficulty select screen 2003-03-04 22:55:35 +00:00
Glenn Maynard 47e1271f2f fix hiding balloons when switching to a section header 2003-03-04 06:36:13 +00:00
Glenn Maynard 7c04cde567 guess the title from the directory name 2003-03-04 06:25:11 +00:00
Glenn Maynard f45074cfa1 (Why *are* metrics case-sensitive?) 2003-03-04 06:24:02 +00:00
Glenn Maynard 0d6a670e13 don't crash on bogus values 2003-03-04 06:23:12 +00:00
Glenn Maynard 791b70803b make GetMainAndSubTitlesFromFullTitle available 2003-03-04 06:22:20 +00:00
Glenn Maynard b62871059e Don't throw due to missing #BPMS 2003-03-04 05:59:56 +00:00