Commit Graph

16685 Commits

Author SHA1 Message Date
Glenn Maynard 56b72981a7 Cache GetSongFilePath, so it doesn't call GetDirListing. Cuts about 200ms off my laod. 2002-08-22 21:59:47 +00:00
Glenn Maynard eac14b10b6 (fake commit to test syncinfo) 2002-08-22 20:21:37 +00:00
Glenn Maynard a5192fd6a0 (fake commit to test syncinfo) 2002-08-22 20:19:49 +00:00
Glenn Maynard 137263f3df (fake commit to test syncinfo) 2002-08-22 19:58:47 +00:00
Glenn Maynard de52f90058 (fake commit to test syncinfo) 2002-08-22 19:57:52 +00:00
Glenn Maynard 450071d5d8 (fake commit to test syncinfo) 2002-08-22 19:38:10 +00:00
Glenn Maynard d7af134502 (fake commit to test syncinfo) 2002-08-22 19:37:34 +00:00
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