Commit Graph
5994 Commits
Author SHA1 Message Date
Glenn Maynard f3484b6f7b better load 2003-11-17 04:18:55 +00:00
Glenn Maynard 367076508b MachineRank 2003-11-17 04:12:20 +00:00
Glenn Maynard f43eda0175 add MachineRank 2003-11-17 04:12:11 +00:00
Chris Danford 5b8fe284b2 fix TapAttacks not copied when transforming 2003-11-17 04:01:21 +00:00
Glenn Maynard 3f666a7cdf Fatal errors in templates that don't even show up until they're used. Ugh. 2003-11-17 03:53:59 +00:00
Glenn Maynard 7a9bb7bd55 fix g++ compile 2003-11-17 03:47:09 +00:00
Chris Danford cb07ede092 fix VC6 compile error 2003-11-17 03:42:32 +00:00
Chris Danford 3b8718c1e1 fix saving and copying of tap attack notes 2003-11-17 03:38:24 +00:00
Glenn Maynard 929c8108c8 add FindIndex 2003-11-17 03:38:14 +00:00
Chris Danford 1697c25278 add ignore option for invalid redirects 2003-11-17 03:37:51 +00:00
Glenn Maynard 8244c73c01 better font load 2003-11-17 03:34:53 +00:00
Glenn Maynard ad5b9dfab4 s/BPM/BPMDisplay/ 2003-11-17 03:34:13 +00:00
Glenn Maynard eba07e8228 add GetBestCourses 2003-11-17 03:20:39 +00:00
Glenn Maynard 72bf71edfa add SortCoursePointerArrayByMostPlayed 2003-11-17 03:17:29 +00:00
Glenn Maynard 99e07929fc better font load 2003-11-17 02:53:54 +00:00
Glenn Maynard 74da60c75a add ArtistDisplay 2003-11-17 02:52:03 +00:00
Glenn Maynard c3430e807b HelpDisplay: support alt text 2003-11-17 02:36:53 +00:00
Glenn Maynard a51f7a690c Reading "1.0,0.5,.7,.3" is headache-inducing. Support "#FFFF80FF"
and "#FFFF80" (RGBA, RGB).
2003-11-17 02:35:50 +00:00
Steve Checkoway 258982f934 Better fix of the warnings in the format string. 2003-11-17 01:45:29 +00:00
Glenn Maynard db351f0edb propagate PlayCommand 2003-11-17 01:44:59 +00:00
Glenn Maynard d18a120a0f allow ignoring missing theme elements 2003-11-17 01:44:06 +00:00
Glenn Maynard 85481cf701 comment 2003-11-17 01:41:49 +00:00
Glenn Maynard 0492e9b5a0 fix "-1" bpm output 2003-11-17 01:41:21 +00:00
Glenn Maynard 99ceac29e8 themable HelpDisplay 2003-11-17 01:39:34 +00:00
Glenn Maynard dad045d51b Don't pull in HelpDisplay.h everywhere. 2003-11-17 01:01:44 +00:00
Glenn Maynard 2d94c8877b missing includes 2003-11-17 00:59:25 +00:00
Steve Checkoway 60a16b4507 Fix harmless warning. 2003-11-17 00:54:33 +00:00
Glenn Maynard b9e910019a add SetDiffuseColor (SetDiffuseAlpha's brother) 2003-11-17 00:51:35 +00:00
Steve Checkoway 2fe0e0ad91 Fix warnings and remove new lines from LOG->Info(). Also, the struct termios member c_line doesn't appear to be defined in every termios.h and it only gets used for logging. 2003-11-17 00:46:55 +00:00
Glenn Maynard affa2e2aac unneeded header 2003-11-16 23:44:25 +00:00
Glenn Maynard 53ca9e0ab8 fix dates 2003-11-16 22:35:59 +00:00
Glenn Maynard cb6ba495db add FEET_IS_DIFFICULTY_COLOR 2003-11-16 22:34:03 +00:00
Glenn Maynard eaf68c8191 Revert Xbox stuff from VC7 project. I get "the project file failed to open".
(Pull the changes out of CVS if you want to try to fix it, or post to sm-devs
if there's a way to fix this in VC.)
2003-11-16 22:03:18 +00:00
Glenn Maynard 631ac3a367 FOV metrics 2003-11-16 21:56:18 +00:00
Glenn Maynard e164b6d08b more consistent 2003-11-16 21:51:02 +00:00
Glenn Maynard 79c93de53a slightly better output 2003-11-16 21:45:45 +00:00
Glenn Maynard 758381eecd metric lookup update
better abstraction
2003-11-16 21:44:42 +00:00
Glenn Maynard dfee4589c2 metric lookup update 2003-11-16 21:43:25 +00:00
Chris Danford 265aa8f116 flip bits before sending to serial light controller 2003-11-16 20:27:46 +00:00
Glenn Maynard 6353d9a007 move GetDifficultyThemeName into SongManager 2003-11-16 19:07:52 +00:00
Chris Danford 1b7a2717d5 fix Linux light compile errors 2003-11-16 11:11:56 +00:00
Chris Danford aaea996bda update makefile 2003-11-16 10:43:28 +00:00
Chris Danford 110affd791 add comment 2003-11-16 09:34:49 +00:00
Chris Danford 5f95df0bae add LightsDriver_LinuxSerial 2003-11-16 07:43:39 +00:00
Chris Danford b697979cc0 support pad lights 2003-11-16 06:27:52 +00:00
Glenn Maynard 2a33a95233 disable resolution forcing 2003-11-16 05:36:11 +00:00
Chris Danford 48d5a78429 basic lights support 2003-11-16 04:45:12 +00:00
Chris Danford 38ec8ca856 rework tap attack representation 2003-11-15 23:19:13 +00:00
Aaron VonderHaar 474b8b9a49 Allow failure on Oni/Endless to be considered for a high score (as used to be the case). This behaviour was broken sometime in the past two weeks. Someone who understands the unlock system might want to make sure this behaves correctly. 2003-11-15 20:51:51 +00:00
Aaron VonderHaar 349151b6e4 Fix compile for non-WIN32 2003-11-15 20:23:52 +00:00