Commit Graph
8593 Commits
Author SHA1 Message Date
Glenn Maynard 838dcab316 Work around a common installation problem: the uninstaller window
takes a second to come up, and during that time it's possible to accidentally
start the new installation.  Wait for the uninstaller to finish, and check whether
it succeeded.

Now using NSIS 2.  The script assumes all previous versions are released
with 1.x, and all versions from here on in are 2.x.  This is extremely important,
since we have to work around an incompatible uninstaller change.
2004-02-23 04:12:07 +00:00
Chris Danford e47d817250 remove PreloadSounds 2004-02-23 03:31:52 +00:00
Chris Danford 35756afeac remove debugging Html save 2004-02-23 03:27:06 +00:00
Glenn Maynard 2cd3818400 ScreenNameEntryTraditional invalid 2004-02-23 01:57:24 +00:00
Glenn Maynard 54ead61dbc fix warnings 2004-02-23 01:47:59 +00:00
Chris Danford 771889d948 clean up calorie table 2004-02-23 01:44:04 +00:00
Glenn Maynard 4f28086bfd simplify 2004-02-23 01:43:57 +00:00
Glenn Maynard 8642a728aa troubleshooting 2004-02-23 01:40:13 +00:00
Glenn Maynard 19ed4d89b2 use localtime_r, not localtime 2004-02-23 01:16:22 +00:00
Glenn Maynard 6def357f15 fix overflow in AttenuateBuf 2004-02-23 01:04:58 +00:00
Glenn Maynard 6ff5eba04d Forcibly terminate after a crash. 2004-02-23 00:47:18 +00:00
Glenn Maynard 9bd0ca032b fix memleak on open fail 2004-02-23 00:29:16 +00:00
Glenn Maynard 7bc279d0c1 cleanup, comment 2004-02-23 00:23:52 +00:00
Glenn Maynard 832355dba4 fix linux build 2004-02-23 00:21:26 +00:00
Glenn Maynard 78d35a1efb fix glitches if the time is set far ahead during gameplay 2004-02-23 00:10:32 +00:00
Glenn Maynard 2c8b17ebf8 RageTimer fixes 2004-02-23 00:04:38 +00:00
Glenn Maynard 1208c42c4d use localtime_r
fix off-by-one errors in time output
2004-02-22 23:39:11 +00:00
Chris Danford 06c9073fcf better calories tracking 2004-02-22 23:29:13 +00:00
Glenn Maynard 9e6a952a41 Better check for the system clock moving backwards. Fixes assist tick.
Needs more testing.
2004-02-22 23:27:42 +00:00
Glenn Maynard d17828c60c simplify 2004-02-22 23:26:46 +00:00
Glenn Maynard 5305320e09 honor m_sLastUsedHighScoreName 2004-02-22 22:44:39 +00:00
Glenn Maynard 23622db584 fix warnings 2004-02-22 21:46:11 +00:00
Glenn Maynard 869fcfad18 whoops, fix link 2004-02-22 21:32:36 +00:00
Glenn Maynard 95edf1db8a const fixes 2004-02-22 21:25:22 +00:00
Glenn Maynard 06a3aea227 fix warnings 2004-02-22 21:23:47 +00:00
Glenn Maynard b485039b32 m_fTotalCaloriesBurned -> float 2004-02-22 21:23:04 +00:00
Thad Ward e33c642403 fix typo 2004-02-22 21:22:48 +00:00
Glenn Maynard 0eb34d9da0 add int PrettyPercent 2004-02-22 21:22:27 +00:00
Glenn Maynard 370451ebd4 fix warnings 2004-02-22 21:13:27 +00:00
Glenn Maynard 17422a5c43 don't output scores for hidden/locked songs 2004-02-22 21:10:18 +00:00
Chris Danford b002ac820b Profile name cleanup 2004-02-22 20:58:39 +00:00
Chris Danford 1851424be7 Move common time routines to TimeConstants*
add calorie tracking by day of year
2004-02-22 20:44:33 +00:00
Chris Danford fde7116684 member rename 2004-02-22 19:54:59 +00:00
Chris Danford 6154c14f86 add calorie tracking
clean up time formatting functions
2004-02-22 19:51:46 +00:00
Chris Danford e8347d25e4 cleanup screenshot html
add location to screenshot metadata
2004-02-22 10:10:00 +00:00
Glenn Maynard 26f438bf65 reorder deletes 2004-02-22 08:33:14 +00:00
Glenn Maynard 16afd86637 fix gcc compile 2004-02-22 08:20:36 +00:00
Glenn Maynard 5dd654fdee MemCard.ini is gone 2004-02-22 08:18:11 +00:00
Glenn Maynard 802e1a6758 Store unlock data in a more fundamental form in the profile, and derive
the special values as needed.  Centralize most of it in GameState::EndGame.
2004-02-22 08:16:49 +00:00
Glenn Maynard 066826e421 this happens normally in the default theme, so let's not warn about it 2004-02-22 08:13:30 +00:00
Glenn Maynard cf9961950b FOREACH_Grade 2004-02-22 07:09:34 +00:00
Glenn Maynard 376ca15029 simplify 2004-02-22 07:07:03 +00:00
Chris Danford 7bcbe86e33 add course high scores to stats.html 2004-02-22 06:42:50 +00:00
Chris Danford 69600d9d80 save per-difficulty course scores 2004-02-22 06:04:01 +00:00
Glenn Maynard a381630ac2 gcc compile fix 2004-02-22 05:50:54 +00:00
Glenn Maynard d92da4f66a simplify 2004-02-22 05:26:02 +00:00
Glenn Maynard 368c773d5c save Steps key data in attrs 2004-02-22 05:18:50 +00:00
Glenn Maynard c631036b6c simplify 2004-02-22 05:16:12 +00:00
Glenn Maynard 0188f51f4e add better accessors for attributes 2004-02-22 05:12:23 +00:00
Chris Danford 721f29c458 clean up screenshot saving
use a unique name for every screenshot in case image files are moved off the memory card
2004-02-22 05:04:11 +00:00