Steve Checkoway
dfb0f03816
Fix compiler warning about new line at end of file.
2003-08-10 03:32:38 +00:00
Steve Checkoway
7d97750e3b
removed files
2003-08-10 03:25:21 +00:00
Steve Checkoway
9da68fd3cf
Use RageSoundDriver_QT. RageSoundDriver_QT1 has been removed.
2003-08-10 03:24:44 +00:00
Steve Checkoway
762afe38a4
Fix compiler warnings.
2003-08-10 03:23:17 +00:00
Chris Danford
2a2bdb3cb5
Move branding and version strings for program and installer into ProductInfo.inc/h. This will make it easier to keep version the information up to date.
2003-08-10 03:19:16 +00:00
Chris Danford
867dc42ab7
log more info if glDeleteTextures fails
2003-08-10 03:13:23 +00:00
Steve Checkoway
d2416b3826
Unneeded class.
2003-08-10 00:51:44 +00:00
Steve Checkoway
c000b91536
Sound driver now works. I don't know if it is perfect or not, but GetPosition seems to return valid positions.
2003-08-10 00:43:18 +00:00
Andrew Wong
b5d0545f42
some bugfixes to option screens:
...
1) fixed normal/difficult course difficulty if single player (kept defaulting to second player's option which didn't exist)
2) battery # of lives now defaults to 4 on an invalid value
2003-08-10 00:39:28 +00:00
Andrew Wong
d3dadcc2e2
(hopefully) bugfix for following bug:
...
"Also, sorting courses by Average feet has some problems. At on point the order went Trip 5, World Tour, Road of Slow, Road of 2MB. The averages for these are 8.4, 7.89, 7.6, and 8.6. A bit out of order, eh?"
NOTE: it has to compare floats, NOT ints. getmeter() doesn't work because it returns an integer, causing loss of decimal places
2003-08-09 22:08:17 +00:00
Chris Danford
91c6e5c8de
Add defaults for VIA Tech VT8361/VT8601 Graphics Controller
2003-08-09 21:32:36 +00:00
Andrew Wong
0c1fa458c7
bugfix for following bug:
...
"If you have a modifier, like say 2x, and then on the next song you pick C300 (i'd assume also for C200) the next songs scrolls at a constant 600 BPM XD. Same with .5x, the song on C300 will then scroll at 150."
2003-08-09 21:19:59 +00:00
Chris Danford
3f942b5770
Add defaults for
...
Trident Video Accelerator CyberBlade
SiS 650_651_740
2003-08-09 20:07:24 +00:00
Chris Danford
265c0aa739
use "note" NoteSkin in editor
2003-08-09 19:00:52 +00:00
Chris Danford
90e6679ccd
remove loading window message that never shows
2003-08-09 18:59:40 +00:00
Chris Danford
5ba933cf9c
fix Autoplay hits notes way below current row if starved for CPU (taking a screenshot, dragging the window)
2003-08-09 18:42:21 +00:00
Chris Danford
d7d2019c1d
log system messages
2003-08-09 18:41:04 +00:00
Andrew Wong
c329db132c
fix possible event mode bug (hopefully)
2003-08-08 20:37:17 +00:00
Andrew Wong
f14bad2125
fix lifebar difficulty being a final stage on demonstration/jukebox modes
2003-08-08 11:26:35 +00:00
Andrew Wong
068bb826b6
make difficulties shown on player options screen theme-dependent
2003-08-08 10:01:55 +00:00
Andrew Wong
ff70836b17
metrics update
2003-08-08 09:58:31 +00:00
Steve Checkoway
c1c03d392c
argh. It was correct before. Throw the damn exception!
2003-08-08 09:14:44 +00:00
Steve Checkoway
1f321a3809
This isn't finished and shouldn't be used to build a working binary! I didn't mean to commit it in the first place.
2003-08-08 09:11:28 +00:00
Steve Checkoway
9bf1fec101
Added files.
2003-08-08 09:03:30 +00:00
Steve Checkoway
75e75fde23
Show the Checkpoints in the crashinfo.txt.
2003-08-07 19:58:15 +00:00
Steve Checkoway
db6659ba91
Allow undefined BACKTRACE_* but emit a compiler warning.
2003-08-07 18:29:35 +00:00
Steve Checkoway
0628dd78f3
Fix integer comparison warning.
2003-08-07 18:27:52 +00:00
Sean Burke
9a074a9c7d
Let the UNIX crash handler work again. Hackish.
2003-08-07 11:24:01 +00:00
Sean Burke
4c8c47e52b
Add NoteDataUtil to the Makefile.
2003-08-07 11:22:56 +00:00
Steve Checkoway
1ac0df4883
Fix integer comparison warning.
2003-08-07 10:47:00 +00:00
Steve Checkoway
9f6b17eac1
Add newline at end of file.
2003-08-07 10:29:40 +00:00
Andrew Wong
5cc3dbe4bb
various bugfixes/updates
...
unlock system now supports clear and failed extra stages
songs unlocked by roulette are no longer unlocked by selecting them as extra stage
'fixed' survived time for extra stage when failing
2003-08-07 10:15:16 +00:00
Steve Checkoway
4df19805c5
Change braces to match the rest of SM.
...
Remove the tab after the last newline.
2003-08-07 08:18:03 +00:00
Chris Danford
aa6ca21d61
fix announcer playing before first note or between songs in a course
2003-08-07 07:34:42 +00:00
Andrew Wong
1349a51360
fix extra stage bug with auto-select mode
2003-08-07 07:19:45 +00:00
Chris Danford
ce28877677
fix "impossible" dance-double patterns produced by autogen
2003-08-07 07:18:43 +00:00
Andrew Wong
1873e70c89
fix compiler errors
2003-08-07 07:09:32 +00:00
Chris Danford
879fa6c37c
NUM_NOTES_TYPES => NUM_STEPS_TYPES
2003-08-07 06:38:18 +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
c48fcfa313
add Tab plus Caps for 16x menu speed
2003-08-07 06:09:14 +00:00
Chris Danford
426930692a
fix song rate choosing
2003-08-07 06:08:29 +00:00
Chris Danford
09fee49676
add song rates up to 2.0x (for debugging mostly)
2003-08-07 05:51:21 +00:00
Andrew Wong
f5794f47f7
HACK: invalidates currenly selected song if its a longversion or marathon and after clearing user doesn't have enough songs left to play it again
...
(previous behavior was it would select the first group heading if they were on, and the stage counter was messed up)
(if group headings were off, it would work fine previously, should still work fine)
2003-08-07 02:35:08 +00:00
Glenn Maynard
1e5d26fdc9
change SelectGroup to ShowSelectGroup
2003-08-06 18:53:14 +00:00
Andrew Wong
ee7ae2aba9
simplify
2003-08-06 13:53:40 +00:00
Andrew Wong
6afc47e2dc
tweaked behavior of screenunlock so number of unlocks = minimum of unlock vector and theme definition
2003-08-06 11:28:46 +00:00
Chris Danford
4420154afe
fix Reload interation with UnlockSystem
2003-08-06 08:15:40 +00:00
Chris Danford
b6084073e9
fix crash after Reload Songs-Courses
2003-08-06 08:06:27 +00:00
Glenn Maynard
44e28a2e89
fix autogen courses not being mystery
2003-08-06 08:05:41 +00:00