Commit Graph
5892 Commits
Author SHA1 Message Date
Glenn Maynard 02aa294a40 fix warning 2003-10-02 01:59:14 +00:00
Glenn Maynard e96552f981 Remove m_sCustomSpeedMod: this is done with theme metrics now. 2003-10-02 01:46:33 +00:00
Glenn Maynard 75a3a7f8b8 functions moved 2003-10-02 01:41:09 +00:00
Glenn Maynard e41a094ee5 Move ReadGamePrefsFromDisk() and SaveGamePrefsToDisk()
to StepMania.cpp.  This is to reduce the dependencies of PrefsManager:
code everywhere depends on it, but it depends on code everywhere,
resulting in lots of cross-dependencies.  (Just a small step to being able
to compile smaller bits of the engine for testing.)
2003-10-02 01:39:23 +00:00
Glenn Maynard 1fd137082d Remove AdditionalLog. 2003-10-02 01:10:48 +00:00
Glenn Maynard fa702635c1 Remove HOOKS->AdditionalLog.
Make LOG work without HOOKS being set up.
2003-10-02 01:09:15 +00:00
David Wilson a934cece26 I forgot to save before commiting 2003-10-02 00:58:22 +00:00
David Wilson 7d2a7d0e69 Removal of TLS #include file 2003-10-02 00:41:38 +00:00
Glenn Maynard ad4061907f Simplify. TapNoteScoreToDancePoints is no longer used for grading,
so always do the Oni calculation.
2003-10-02 00:02:03 +00:00
Glenn Maynard e6552f16b9 Calc grade based on iTapNoteScores and iHoldNoteScores. 2003-10-01 23:47:17 +00:00
Glenn Maynard 308308ac99 fix sudden+hidden 2003-10-01 21:46:00 +00:00
Glenn Maynard 6e69d20889 now unused 2003-10-01 20:55:07 +00:00
Glenn Maynard 22c9cb17f3 simplify 2003-10-01 20:54:37 +00:00
Glenn Maynard edf76805d0 Fix crash, add asserts, cleanup. 2003-10-01 10:04:23 +00:00
Thad Ward c7de8342f5 remove some tls.h includes that were apparently missed. 2003-10-01 09:15:51 +00:00
Glenn Maynard ce3d18c607 unused 2003-10-01 08:24:23 +00:00
Glenn Maynard bd97211ded remove TLS 2003-10-01 08:23:57 +00:00
Glenn Maynard 9d7df5036c Simplify. Use RageThread::HaltAllThreads. 2003-10-01 08:21:11 +00:00
Glenn Maynard fe79f320dd RageThread::HaltAllThreads for Windows. 2003-10-01 08:20:03 +00:00
Glenn Maynard 75e1186b15 fix warning 2003-10-01 07:50:30 +00:00
Glenn Maynard fabe1ff314 remove old code 2003-10-01 07:16:39 +00:00
Glenn Maynard c1b3df8e65 Remove checkpoints, add assert. 2003-10-01 07:05:16 +00:00
Glenn Maynard d83a127dae Fix obscure crash. 2003-10-01 07:02:26 +00:00
Andrew Livy 33c2d1cdcb Missing CharacterHead.cpp / .h in MSVC project 2003-10-01 02:31:15 +00:00
Steve Checkoway 5008b1f60d Use relative paths 2003-10-01 02:01:04 +00:00
Glenn Maynard 5cbf984081 unused 2003-10-01 01:59:42 +00:00
Glenn Maynard cc8afe0f24 Fix second controllers with secondary auto-mappings automapping
incorrectly.
2003-10-01 01:52:21 +00:00
Glenn Maynard 939a92424e Trying to trace a rare ScreenOptions::Init crash. 2003-09-30 22:14:19 +00:00
Glenn Maynard 467608c75c fix traces 2003-09-30 21:09:25 +00:00
Glenn Maynard 463d7afb3c Fix error reporting. 2003-09-30 19:29:20 +00:00
Steve Checkoway b24015d9fa Compile before commit, compile before commit, compile...... 2003-09-30 17:40:40 +00:00
Steve Checkoway d8f71a6d1c oops, temp - 1, not temp - -1. 2003-09-30 17:34:23 +00:00
Steve Checkoway 4b59491a9e Don't use gets(). As it liked to tell me, it's unsafe. 2003-09-30 17:24:29 +00:00
Steve Checkoway 3914243e15 Update 2003-09-30 17:07:02 +00:00
Steve Checkoway ea15e5dfb6 enums cannot be static. If it needs to be limited to this object file, wrap it in an anonymous namespace. I'm not sure if that is even needed for enums. 2003-09-30 11:32:06 +00:00
Glenn Maynard 8e8dbb5862 simplify 2003-09-30 05:39:47 +00:00
Glenn Maynard 10d6c1e053 simplify 2003-09-30 05:33:33 +00:00
Glenn Maynard 47e2d1c9d8 cosmetic 2003-09-30 05:25:47 +00:00
Glenn Maynard 56528ecbeb Fix OptionsMessage showing in the editor 2003-09-30 05:25:22 +00:00
Glenn Maynard 0eb9b75928 fix ShowSongOptions mismatch 2003-09-30 05:23:12 +00:00
Glenn Maynard a683a99f52 SDL 1.2.6
Remove old options screens.
2003-09-30 05:10:13 +00:00
Glenn Maynard c195f622ca simplify 2003-09-30 03:59:37 +00:00
Glenn Maynard ebfe37f70b Several effect fixes and simplifications. 2003-09-30 03:14:09 +00:00
Sean Burke 9a4c530b63 Consistency cleanup. 2003-09-30 01:27:55 +00:00
Steve Checkoway 9b736241aa EOL 2003-09-30 00:26:29 +00:00
Glenn Maynard 6009d8fa88 API update 2003-09-30 00:16:14 +00:00
Glenn Maynard 6fb150ee89 update 2003-09-30 00:14:37 +00:00
Glenn Maynard 5c030e3011 SDL-1.2.6 2003-09-29 23:17:03 +00:00
Ben Anderson a7e09954ef Include CharacterHead 2003-09-29 21:35:04 +00:00
Glenn Maynard d8d7e4f2ba Fix wrong sounds stopping wiht WaveOut driver 2003-09-29 20:52:51 +00:00