Commit Graph
8537 Commits
Author SHA1 Message Date
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
Chris Danford b12ea17458 fix local profile loading 2004-02-22 03:44:04 +00:00
Chris Danford 4658cda3dd grade table style cleanup 2004-02-22 03:43:07 +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
Chris Danford de3a1c8156 no message 2004-02-22 02:41:10 +00:00
Chris Danford 921c30cac2 turn off no-wrap 2004-02-22 02:31:30 +00:00
Glenn Maynard 29d2ceb5b5 simplify 2004-02-22 02:16:02 +00:00
Chris Danford 455d4a8383 profile cleanup 2004-02-22 02:15:34 +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
Chris Danford 6b8daf8cc1 fix bad assert 2004-02-21 17:21:03 +00:00
Steve Checkoway 9771287158 No need for protected. This shouldn't be subclassed. 2004-02-21 10:55:29 +00:00
Steve Checkoway b480c4e59a Clean up. 2004-02-21 10:51:50 +00:00
Steve Checkoway a69570f749 Fix warnings. 2004-02-21 10:30:07 +00:00
Matt Denham f4419954a6 Changed the color cycling's rounding so that it matches up with DDR (and presumably everything else which truncates the number rather than actually rounding). 2004-02-21 05:20:39 +00:00
Matt Denham 8eb0d03a60 Stopped the editor from crashing when attempting to save steps on Edit difficulty. 2004-02-21 04:45:48 +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
Steve Checkoway dd38b1ea67 Cleanup and fix compile. 2004-02-20 22:52:20 +00:00
Steve Checkoway 00bfa2b892 If we can't set a checkpoint, don't crash, just return. 2004-02-20 22:49:26 +00:00
Steve Checkoway 7c6dfa8b18 Cleanup, QT is no longer an option. 2004-02-20 21:57:58 +00:00
Steve Checkoway ecf7b39de4 Fix name. 2004-02-20 21:53:29 +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
Charlie Reading c6e410dbe3 Implemented adaptive HAL driver. Somewhat sensitive to machine load. Working on feeder-thread implementation to aleviate sensitivity. 2004-02-20 16:37:07 +00:00
Steve Checkoway 21c44056f2 Add/remove crypto files 2004-02-20 10:19: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