Commit Graph
20526 Commits
Author SHA1 Message Date
Steve Checkoway cd45684d48 Warn on bad backgrounds. 2006-03-18 09:17:20 +00:00
Steve Checkoway 678c74e7c1 Fix warning. 2006-03-18 08:43:15 +00:00
Chris Danford 9b71410b14 easier grade in merciful beginner 2006-03-17 03:44:11 +00:00
Glenn Maynard adae68f5f3 Coordinates are floats, but our maximum resolutions should always be
integers.

In 640x480 (4:3), with a 16:10 display, we were getting a 767.999939 width,
instead of 768, which truncated to 767.  Round the value consistently, so
we always get 768x480.
2006-03-17 02:52:00 +00:00
Chris Danford 2002bf820b easier beginner life 2006-03-17 02:24:15 +00:00
Chris Danford dc05d4b0c8 remove funky beginner hacks to judgment window 2006-03-17 02:23:45 +00:00
Glenn Maynard 1fd4b7f05f Use bFailed , not bFailedEarlier. That way, you can't get a Failed grade
in FailOff (that's what FailOff means: you can't fail).  This also means you won't
get an F if you bottom out in TwoPlayerRecovery; that's OK.
2006-03-17 01:50:28 +00:00
Chris Danford 345a588e2d move DevicesChanged polling into separate thread because the DInput calls block. Only supported if ThreadedInput=1. 2006-03-17 00:29:10 +00:00
Chris Danford 4dd5728ee0 style cleanup 2006-03-17 00:15:35 +00:00
Chris Danford de4b978da3 lower sample count because of 4 beats lead-in 2006-03-16 21:56:03 +00:00
Chris Danford 94b0e34aee tab cleanup 2006-03-16 21:09:36 +00:00
Chris Danford 1023ad79a3 localize DeviceButton names
populate editor help based on mappings
2006-03-16 21:02:57 +00:00
Chris Danford 5e60bab5ce populate editor help based on mappings 2006-03-16 20:59:15 +00:00
Chris Danford c2946d8342 localize DeviceButton names 2006-03-16 20:57:10 +00:00
Josh Allen 3fbf89bc0a Remove ScreenEditCourseMods 2006-03-16 15:51:24 +00:00
Glenn Maynard 3d4f335330 unused 2006-03-16 09:07:08 +00:00
Glenn Maynard 575061c4c1 cleanup 2006-03-16 07:36:27 +00:00
Glenn Maynard e0c8a8ebc7 fix HandleSongTimer not reset 2006-03-16 07:35:47 +00:00
Glenn Maynard 3699674088 add EndScreen(), symmetric with BeginScreen 2006-03-16 05:38:47 +00:00
Glenn Maynard 72c25d79d9 now this seems backwards. Something else is funky ... 2006-03-16 00:50:47 +00:00
Glenn Maynard 99d3a9486c extra period 2006-03-16 00:49:51 +00:00
Chris Danford 46969bf4b6 consistent editor strings capitalization 2006-03-15 22:18:25 +00:00
Chris Danford b6cfe36364 consistent capitalization 2006-03-15 22:17:32 +00:00
Glenn Maynard b3884dbb01 cleanup (and don't ignore m_Cancel) 2006-03-15 21:41:26 +00:00
Chris Danford 3b2ec6e8e8 add GotoURL 2006-03-15 18:12:46 +00:00
Chris Danford b7ae21b11a skip over Steps row in EditMenu_Home 2006-03-15 06:23:38 +00:00
Glenn Maynard 068b9f2bf6 remove trailing spaces 2006-03-15 05:02:09 +00:00
Chris Danford d95b9f4a6f remove deleted SEnding metrics
remove combo on SGSyncMachine
2006-03-15 03:48:35 +00:00
Chris Danford 1b2a728e25 4 beats lead-in 2006-03-15 03:45:50 +00:00
Chris Danford bb534317e2 give a title 2006-03-15 03:28:10 +00:00
Chris Danford da5982a29d comments cleanup 2006-03-15 02:19:47 +00:00
Chris Danford 0df6972287 remove stats text - use Lua instead 2006-03-15 01:31:55 +00:00
Glenn Maynard fb26cec6da OnBnClickedCheckLanguage 2006-03-15 00:25:06 +00:00
Glenn Maynard 93cda5e73e add IDC_CHECK_LANGUAGE 2006-03-15 00:24:14 +00:00
Glenn Maynard f063766a4d fixes 2006-03-14 23:57:20 +00:00
Glenn Maynard f15bafe546 fixes 2006-03-14 23:55:57 +00:00
Glenn Maynard f74b9d6321 fixes 2006-03-14 23:48:31 +00:00
Glenn Maynard 2c8e833b62 fixes 2006-03-14 23:39:52 +00:00
Glenn Maynard 317af98083 fixes 2006-03-14 23:25:16 +00:00
Chris Danford e3dfa5695c remove ScreenEditCourseMods 2006-03-14 22:25:48 +00:00
Glenn Maynard e4b0840ef6 fix quotes 2006-03-14 22:18:10 +00:00
Glenn Maynard f5b6a12efa fix quotes 2006-03-14 22:14:24 +00:00
Chris Danford 34b9aa17e9 use the same Play key mappings for all EditModes
If selection start is set, have "play" start at the selection, not at the current beat
2006-03-14 22:07:56 +00:00
Glenn Maynard 7d62db236e stop outputting pdb to a weird place 2006-03-14 22:05:43 +00:00
Chris Danford 042b119dea fix reversed DialogsEnabled() 2006-03-14 20:48:43 +00:00
Chris Danford 492fbf1382 fix exporting 2006-03-14 19:19:58 +00:00
Chris Danford dbbca80b8d add comment to VC6 hack 2006-03-14 19:19:26 +00:00
Chris Danford 30e9778826 fix VC6 compile: even templated functions can't differ by only return value. Move return value to a reference parameter 2006-03-14 18:56:17 +00:00
Steve Checkoway 3faa5ad4f2 If it's a random entry, rather than doing nothing, open ScreenPlayerOptions and set modifiers for the entry. It's less clear how attacks should be handled...so don't.
Strange things happen with second player. I'll look at it later.
2006-03-14 11:39:35 +00:00
Steve Checkoway d113837cd4 Consider attacks to be at the same time if they are less than 1 ms apart. 2006-03-14 08:51:12 +00:00