Commit Graph

278 Commits

Author SHA1 Message Date
Glenn Maynard 70e03e9ffa (fake commit to test syncinfo) 2002-08-22 19:33:28 +00:00
Glenn Maynard a1802fab1d (fake commit to test syncinfo) 2002-08-22 19:32:22 +00:00
Glenn Maynard 7252759ec9 (fake commit to test syncinfo) 2002-08-22 19:29:10 +00:00
Glenn Maynard 531330ba83 (fake commit to test syncinfo) 2002-08-22 19:27:10 +00:00
Glenn Maynard 0b31c88961 (fake commit to test syncinfo) 2002-08-22 19:26:40 +00:00
Glenn Maynard b61412b333 (fake commit to test syncinfo) 2002-08-22 19:25:01 +00:00
Glenn Maynard c4c59a23c7 Trivial simplifications. 2002-08-22 19:11:41 +00:00
Chris Danford 822f8dd3a6 Moved more constants into theme metrics 2002-08-22 09:31:32 +00:00
Glenn Maynard a0cf0fde6b Add SongSelector.* to the VS7 project. 2002-08-22 08:51:07 +00:00
Glenn Maynard 3e4576352f Dim unavailable refresh rates. Add "MAX" refresh. Dim refresh rates when set to windowed. 2002-08-22 08:49:41 +00:00
Glenn Maynard 49e01d32ad More dimming support. 2002-08-22 08:46:45 +00:00
Glenn Maynard 592e0e1733 More dimming support. 2002-08-22 08:08:16 +00:00
Glenn Maynard c0384d6529 Add dimming support. 2002-08-22 07:35:58 +00:00
Glenn Maynard 78bd46eb04 move song selection for the editor to SongSelector 2002-08-22 05:57:15 +00:00
Glenn Maynard b657027ad6 Before/AfterRowChange -> ChangeSelectedRow 2002-08-22 04:14:24 +00:00
Glenn Maynard 1f807bc7e2 Forgot to commit this: add shiftAnchor to ScreenEdit. 2002-08-22 04:05:13 +00:00
Glenn Maynard 7a26eac141 Update. 2002-08-22 03:37:28 +00:00
Glenn Maynard a87562116b Add optoin to make pad escape instant. 2002-08-22 03:35:33 +00:00
Glenn Maynard 09b89aa400 Simplify graphics search. Search for movies as graphics, too. 2002-08-22 02:43:07 +00:00
Glenn Maynard bc7e0ceadd trivial simplifications 2002-08-22 00:56:22 +00:00
Glenn Maynard 89a8953bba Handle IET_RELEASE. 2002-08-21 22:49:13 +00:00
Glenn Maynard 1ca396bd49 Move +/- -> {/}, so it lines up with [/]. Add shift-motion selection. 2002-08-21 22:48:33 +00:00
Glenn Maynard 950729ea91 Update. 2002-08-21 22:33:26 +00:00
Glenn Maynard 89a4c8365f Move slow-mo to ~. 2002-08-21 22:33:04 +00:00
Glenn Maynard 3364c2c20e Add templated swap(). 2002-08-21 21:47:36 +00:00
Glenn Maynard 7c905e971c Changes in preparation for handling IET_RELEASE. 2002-08-21 21:47:06 +00:00
Glenn Maynard 2f82d0be50 Move F1/F2 -> [/], so it doesn't overlap with help. 2002-08-21 20:57:40 +00:00
Glenn Maynard 0c1a6efe9f Add DIK_DIVIDE. 2002-08-21 20:51:22 +00:00
Glenn Maynard bc314e42c4 Don't let sample offest of length go negative (crashes RageAudio and doesn't make sense anyway) 2002-08-21 20:41:01 +00:00
Glenn Maynard b288aba0de Move change history to NEWS. 2002-08-21 20:09:13 +00:00
Glenn Maynard df60cee0f9 Add SongCacheIndex.*. 2002-08-21 19:37:36 +00:00
Glenn Maynard b71dde95c7 Add course support to FadingBanner. 2002-08-21 07:59:04 +00:00
Glenn Maynard 118f97fd1b More KiU simplifications. 2002-08-21 04:11:53 +00:00
Glenn Maynard 755e1e44c3 Fix Endless crashing. 2002-08-21 04:11:21 +00:00
Glenn Maynard 395fdbabbf Update changelog. 2002-08-21 03:40:50 +00:00
Glenn Maynard 6737671287 Fix pump doubles offset. 2002-08-21 03:40:21 +00:00
Glenn Maynard a93bdd314f Fix assertion failure when starting pump double.
Merge duplicate cases.
2002-08-21 03:30:04 +00:00
Glenn Maynard 35eeb0bc79 Update changelog. 2002-08-21 03:06:08 +00:00
Glenn Maynard 718a6305f4 Flatten song parsing code a bit. (Gah--that makes patches look really big, when most of the lines are really just changing indentation.)
More minor const fixes in Notes.

Handle #DIFFICULTY in KSF.

Fix spurious warnings about KSF keys.

Clean up KSF parsing slightly.
2002-08-21 03:04:39 +00:00
Glenn Maynard 9e9e012310 Move cache indexing into a global object. Only load the cache file once, instead of for each song loaded. (Speedup, and simplifies Song.cpp.)
It's still written over for each file; this way, if a file load crashes, the earlier files will still be written to cache.
2002-08-21 02:13:08 +00:00
Glenn Maynard 22f558bf34 More const fixups. 2002-08-21 00:48:41 +00:00
Glenn Maynard a8cbf08e3d Make Song:: const-correct, and fix constness in the qsort() callbacks. 2002-08-21 00:47:29 +00:00
Glenn Maynard 681a00826d Update changelog. 2002-08-20 23:28:28 +00:00
Glenn Maynard 14ac7e1620 Readd support for secondary Pump pads (which vanished somehow).
Make PiU button order more logical: UL, UR, MID, DL, DR.
2002-08-20 23:25:27 +00:00
Glenn Maynard 0a1cc6116f Don't die when there's no keyboard or mouse. (Perhaps we should die if we find *no* input devices?) 2002-08-20 23:12:52 +00:00
Glenn Maynard b7785f2d8c Uncomment joystick init (oops, didn't mean to commit that part) 2002-08-20 22:59:08 +00:00
Glenn Maynard c8af49d888 Add templated min and max, which only evaluate their arguments once. (Switching to the STL will require this eventually, anyway.)
Keep #defined MIN and MAX, for the few cases where we really do need compile-itme constants.

Add min/max(float,int) and (int,float) specializations, since that's often used.
2002-08-20 22:56:13 +00:00
Glenn Maynard 43cb55dcde Use DeviceInput::NumButtons. 2002-08-20 22:51:47 +00:00
Glenn Maynard fa746ea3f3 Add Pump USB pad support. Code requiring the DDK is blocked off by HAVE_DDK.
Add DeviceInput::NumButtons, to abstract button counts (so adding devices or buttons doesn't require changes to InputFilter).

Use clamp() for m_AbsPosition_x and m_AbsPosition_y.
2002-08-20 22:51:12 +00:00
Glenn Maynard c233e3c6d2 Support for "artist - title - difficulty" titles in KSF. 2002-08-20 22:03:09 +00:00