Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
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
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
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
Glenn Maynard 97e9277d1c this comment came from somewhere else, I think 2004-02-22 04:57:17 +00:00
Glenn Maynard 0fb39e11e0 fix assert when !PREFSMAN->m_bSignProfileData 2004-02-22 04:48:39 +00:00
Glenn Maynard 6ad0103404 calling GetMD5 is OK when !PREFSMAN->m_bSignProfileData 2004-02-22 04:47:35 +00:00
Glenn Maynard 555cca6ec2 fix NumSongsPlayedByStyle data being written with short style
names, eg "Single", which are not unique among games: need to
write the game type, too
2004-02-22 04:37:58 +00:00
Glenn Maynard 8c8595d94b omit more unplayed data 2004-02-22 04:20:20 +00:00
Glenn Maynard e4ff8dd725 more of the same (store dir in an attribute, so it's easier to navigate)
perhaps all "key" data should be in attributes; it's a clean distinction,
and we rarely have more than one key (at most 3 for edits)
2004-02-22 04:06:36 +00:00
Glenn Maynard 181e9186d9 more of the same 2004-02-22 04:01:12 +00:00
Glenn Maynard 9d1c482c2e save difficulty and notestype by name instead of number
only save/require description for edits
2004-02-22 03:53:10 +00:00
Glenn Maynard 597d5cf8c7 remove old comment 2004-02-22 03:39:04 +00:00
Glenn Maynard 5f426d7343 save RankingCategory as strings; save to attr to make navigation easier 2004-02-22 03:37:43 +00:00
Glenn Maynard c88f7d1367 RankingCategoryToString, StringToRankingCategory 2004-02-22 03:20:21 +00:00
Glenn Maynard 22b8a10cbe CategoryScores: save NotesType as a string, so we don't lose compat
if we move NotesTypes around
2004-02-22 03:11:22 +00:00
Glenn Maynard 3fc792e9fb fix warning 2004-02-22 03:08:14 +00:00
Glenn Maynard f3e632114e don't fail with a metric error if we happen to have a grade stored that's
outside of our range
2004-02-22 03:06:54 +00:00
Glenn Maynard 806d9cbafa Don't save unplayed PlayModes and styles. 2004-02-22 02:51:27 +00:00
Glenn Maynard 0888d41ef7 Clamp name length by converting to wstring first, so utf-8 sequence
lengths don't matter.  (Combining characters would still be incorrect,
but we don't support those yet anyway.)
2004-02-22 02:49:13 +00:00
Glenn Maynard 29d2ceb5b5 simplify 2004-02-22 02:16:02 +00:00
Glenn Maynard 8d7f11d756 const 2004-02-22 02:01:40 +00:00
Glenn Maynard 8b146986f0 cleanup 2004-02-22 01:32:28 +00:00
Glenn Maynard 16686b164e fix final eval banners showing up for songs that were backed out of 2004-02-21 21:00:49 +00:00
Glenn Maynard bb8d732a90 add progress update 2004-02-21 01:53:10 +00:00
Glenn Maynard 656f9f915e pass LoadingWindow* to Reload 2004-02-21 01:52:00 +00:00
Glenn Maynard 4ec4a53256 s/UNLOCKSYS/UNLOCKMAN/ 2004-02-21 01:51:16 +00:00
Glenn Maynard b15759ef5b cleanup 2004-02-21 01:50:20 +00:00
Glenn Maynard daa516eccb #SELECTABLE:NO songs are special-use, eg. special course mixes.
Never show them in the jukebox or demonstration.
2004-02-21 01:11:41 +00:00
Glenn Maynard 1421f168db s/UNLOCKSYS/UNLOCKMAN/ 2004-02-21 01:06:35 +00:00
Glenn Maynard 7cbd73345c remove PreloadSounds 2004-02-21 00:31:31 +00:00
Glenn Maynard 3a78d151e7 remove SoundPreloadAll
cleanup
2004-02-21 00:14:38 +00:00
Glenn Maynard be077fe046 "unknown thread" slot 2004-02-20 23:42:40 +00:00
Glenn Maynard 96b719162f Fix crashes if the system clock moves backwards. 2004-02-20 21:41:37 +00:00
Glenn Maynard c3196a4a46 use spaces here instead of tabs, so it makes sense with different tab stops 2004-02-20 20:57:02 +00:00
Glenn Maynard a15f699984 fix warning 2004-02-20 06:02:19 +00:00
Glenn Maynard f790653b0f don't fsync by default; it's too slow 2004-02-20 06:01:12 +00:00
Glenn Maynard 53e264c10d make Song not depend on SOUNDMAN 2004-02-20 05:35:05 +00:00
Glenn Maynard 7840f70144 fix stray newlines 2004-02-20 05:28:34 +00:00
Glenn Maynard 52c0cdbb67 don't check if images are loadable during TidyUpData; takes too long 2004-02-20 05:20:40 +00:00
Glenn Maynard fb21201678 tolerate corrupt images 2004-02-20 05:11:12 +00:00
Glenn Maynard 3e8ff0b7ad create mySDL_MakeDummySurface 2004-02-20 05:10:39 +00:00
Glenn Maynard 2a542c6ebf make failed banner caching nonfatal 2004-02-20 04:53:51 +00:00
Glenn Maynard 1d580d2a0f fix stale PROFILEMAN pointer on exception 2004-02-20 04:39:32 +00:00
Glenn Maynard 6acfd7a22e remove GetOffsetFix 2004-02-20 04:16:12 +00:00
Glenn Maynard eb936c6deb add sanity check 2004-02-20 04:11:01 +00:00
Glenn Maynard e5e6a3ee16 revert to wait on back on keyboard, too (doesn't wait as long as
it does for other inputs)
2004-02-20 03:38:39 +00:00
Glenn Maynard 6d251fa7fd fix compile in debug 2004-02-20 02:43:49 +00:00
Glenn Maynard d8ca7ddc90 update 2004-02-20 02:43:32 +00:00
Glenn Maynard d2ddd0ac53 cleanup 2004-02-20 02:41:48 +00:00
Glenn Maynard d68211f027 remove old MAD 2004-02-20 02:36:16 +00:00
Glenn Maynard ccf8656ebc don't warn if profile data doesn't exist 2004-02-20 02:32:16 +00:00
Glenn Maynard 5b56831893 crypt 2004-02-20 02:28:23 +00:00
Glenn Maynard 0edbf23505 lightweight crypto from putty 2004-02-20 02:27:30 +00:00
Glenn Maynard 1754e1cf7a lightweight crypto from putty 2004-02-20 02:01:47 +00:00
Glenn Maynard ea16b3206a Data/ 2004-02-19 04:01:14 +00:00
Glenn Maynard 2bf9431f04 dupe defs 2004-02-19 04:00:36 +00:00
Glenn Maynard 3299263db9 options out transition 2004-02-19 03:56:50 +00:00
Glenn Maynard f4503b0e7f fix crash on back from gameplay on first frame 2004-02-19 03:20:11 +00:00
Glenn Maynard 1d32921e1f fix diffuse color not being reset after a fade 2004-02-19 01:22:56 +00:00
Glenn Maynard aca9ba5ceb DifficultyList tweening fixes 2004-02-18 23:58:33 +00:00
Glenn Maynard 6a78f96258 fix current song/course being reset after changing modes
set GAMESTATE->m_pCurSong/Course immediately when moving
2004-02-18 23:53:43 +00:00
Glenn Maynard cc5a015a5f diagnostic 2004-02-18 08:23:33 +00:00
Glenn Maynard 8f41a72aea xfer_align fix 2004-02-18 07:29:41 +00:00
Glenn Maynard 49b12461aa ScreenCredits update 2004-02-18 05:49:27 +00:00
Glenn Maynard ebbf9af7d0 make this screen work for now 2004-02-18 05:47:14 +00:00
Glenn Maynard ac3613a811 fix incorrect warnings
don't warn on "file not found"
2004-02-18 05:32:02 +00:00
Glenn Maynard 93768c249a update MAD 2004-02-18 04:36:30 +00:00