Commit Graph
10063 Commits
Author SHA1 Message Date
Glenn Maynard 64f0989677 er, wrong file 2004-05-22 00:06:21 +00:00
Glenn Maynard 094cd8165c correction 2004-05-22 00:06:20 +00:00
Glenn Maynard d1329a6769 wrap explanation text 2004-05-22 00:04:22 +00:00
Glenn Maynard 42e987ef92 style updates
license update
fix transitions
2004-05-22 00:03:35 +00:00
Glenn Maynard 4cb32d2986 missing metric 2004-05-21 23:52:32 +00:00
Thad Ward 540c2fe79d make XNode::GetXML() and XAttr::GetXML write out to a file directly, rather than concatinating on a std::ostringstream, which was taking a long time. 2004-05-21 22:57:54 +00:00
Glenn Maynard 8a9cfa8bdf cleanup 2004-05-21 22:51:25 +00:00
Glenn Maynard 049b31ce46 Always timestamp log.txt. 2004-05-21 22:34:56 +00:00
Glenn Maynard f0cdbd7e4c ugh, add image format searching 2004-05-21 21:05:51 +00:00
Glenn Maynard b3f71ad1e7 remove OPEN_NO_MATCH, OPEN_NO_MATCH 2004-05-21 21:04:22 +00:00
Glenn Maynard 276adb5ecd update deprecated names
file failing to open is a fatal error
2004-05-21 21:03:38 +00:00
Glenn Maynard 00efa1e6ed update deprecated names
file failing to open is a fatal error
2004-05-21 20:56:57 +00:00
Glenn Maynard 1cc247d7b9 fix reversed bKeepTrying 2004-05-21 20:55:24 +00:00
Glenn Maynard 65b72f3ee5 fix correct song not being selected after exiting the mode/sort menus, due
to m_pCurSong being set to NULL
2004-05-21 20:16:13 +00:00
Glenn Maynard db4d27d39b fix blitting regression, causing lines on the border of cdtitles 2004-05-21 20:02:15 +00:00
Thad Ward 31eba10f3e add trace output so people aren't left wondering why SM is just sitting there apparently doing nothing. 2004-05-21 11:48:35 +00:00
Steve Checkoway 78a284376e Change license 2004-05-21 10:19:51 +00:00
Chris Danford 36a893379e add more info 2004-05-21 09:42:28 +00:00
Chris Danford 1ac90b7d88 fix some '0's in Guid get dropped 2004-05-21 09:41:59 +00:00
Chris Danford 94f71c9866 fix VC6 build 2004-05-21 09:40:20 +00:00
Glenn Maynard 5ba2ff8cfb update 2004-05-21 06:37:58 +00:00
Glenn Maynard 8b0e3b7d7f 19 2004-05-21 06:31:41 +00:00
Glenn Maynard 714ab3c464 fix reading grades from a18 2004-05-21 06:24:21 +00:00
Glenn Maynard c31cd9d287 cleanup 2004-05-21 05:40:52 +00:00
Glenn Maynard 6ca3046d2e optimize: reduce theme calls 2004-05-21 05:39:35 +00:00
Glenn Maynard e2cf64fe55 cache GetCourseDifficultiesToShow results 2004-05-21 05:21:03 +00:00
Glenn Maynard cdb53a5ba6 GetActualSongDancePointsForStepsType, etc. are somewhat slow; don't
call them twice in a row
2004-05-21 05:09:27 +00:00
Glenn Maynard f0fdfc5e58 cache StepsID::ToSteps to speed up html writing 2004-05-21 05:08:04 +00:00
Glenn Maynard 1d9e4c4658 SDL_Delay -> usleep 2004-05-21 03:31:26 +00:00
Glenn Maynard 8bac1efe15 add SaveStats 2004-05-21 02:07:39 +00:00
Glenn Maynard cb582d1803 add WriteMachineStatsHtml, WriteMachineStatsHtml; only write machine
stats by default
2004-05-21 01:52:45 +00:00
Glenn Maynard 7ff0786223 temporary CHECKPOINT spam to track an obscure crash 2004-05-21 01:03:57 +00:00
Glenn Maynard 98a0b812f0 revert RageSounds::TakeOverSound stuff; ended up not using it
and it broke changing BPM during gameplay
SDL_Delay -> usleep
2004-05-21 00:58:48 +00:00
Glenn Maynard 811bf3fd49 fix tests build 2004-05-21 00:48:30 +00:00
Glenn Maynard 9553f513c2 fix confusing SDL error message 2004-05-20 23:50:34 +00:00
Glenn Maynard 0f566b0c7d update 2004-05-20 23:38:38 +00:00
Glenn Maynard 9dd9735532 cleanup, simplify
Separate Easy courses aren't needed anymore; just select easy course
mode.  (Having three times as many autogen courses was way too many,
especially considering most beginners don't want to play courses anyway.)
2004-05-20 23:14:36 +00:00
Glenn Maynard 49562bb4a5 show "easy" course mode 2004-05-20 22:56:50 +00:00
Glenn Maynard f09e7d2f16 support "easy" course mode 2004-05-20 22:56:11 +00:00
Glenn Maynard 7c1600a1c1 use FOREACH_ShownCourseDifficulty 2004-05-20 22:27:45 +00:00
Glenn Maynard bcf6792d47 handle CourseDifficultiesToShow, add IsCourseDifficultyShown 2004-05-20 22:23:44 +00:00
Glenn Maynard cbba39b8a5 s/GetNextDisplayedCourseDifficulty/GetNextShownCourseDifficulty/ 2004-05-20 22:12:01 +00:00
Glenn Maynard 84784447de update 2004-05-20 22:09:18 +00:00
Glenn Maynard c3426148de split out Difficulty and CourseDifficulty
add FOREACH_DisplayedCourseDifficulty
2004-05-20 22:08:20 +00:00
Glenn Maynard 6c89fc6878 CourseDifficultiesToShow 2004-05-20 21:56:35 +00:00
Glenn Maynard 2b65951893 CourseDifficulty: don't break if the number of course difficulties changes,
and allow animated sprites
2004-05-20 21:39:35 +00:00
Glenn Maynard 8dd213406d fix grades - sscanf is case-sensitive 2004-05-20 20:43:34 +00:00
Glenn Maynard 67c3516307 fix interlaced PNGs 2004-05-20 20:33:27 +00:00
Glenn Maynard 0551813657 fix large unlock codes (don't store ints in floats) 2004-05-20 19:22:57 +00:00
Glenn Maynard eaad0a97a2 fix warning 2004-05-20 19:21:04 +00:00