Commit Graph

221 Commits

Author SHA1 Message Date
Glenn Maynard 5c64b361b7 m_bCheckSongCacheOnLoad -> !m_bFastLoad 2003-12-31 09:32:21 +00:00
Glenn Maynard cb8057a5c3 add CheckSongCacheOnLoad 2003-12-30 04:26:39 +00:00
Chris Danford 5aa2a3dff4 add AttractSoundFrequency option
remove AttractSound and DemonstrationSound options
2003-12-28 19:46:50 +00:00
Glenn Maynard f74f47ab88 remove 10+FootInRed 2003-12-21 03:27:14 +00:00
Chris Danford 4ca799bc96 rename "AntiAliasing" to "SmoothLines" 2003-12-20 21:29:55 +00:00
Chris Danford 64f24895d7 save profile data to memory card subdir so we don't clutter the root 2003-12-19 08:51:47 +00:00
Glenn Maynard 2512245332 add ScreenTestMode 2003-12-18 21:16:43 +00:00
Chris Danford 174c634616 working on USB memory card detection for Linux 2003-12-15 07:35:40 +00:00
Chris Danford 4f75f0e174 add PREFSMAN->m_fMinPercentageForHighScore
fix fPercentDP not saved when new high score added
2003-12-10 11:49:44 +00:00
Glenn Maynard 11870a6072 continue phasing out BASE_PATH and SLASH 2003-12-10 09:26:05 +00:00
Chris Danford be7fc5d0d1 more stats cleanup 2003-12-07 08:19:10 +00:00
Glenn Maynard 8fc1821cd9 add m_iSoundWriteAhead 2003-12-02 20:52:10 +00:00
Glenn Maynard da160607b8 Allow preloading all song banners. 2003-11-25 22:56:48 +00:00
Glenn Maynard a6b072c9ca Move debugging options into a separate INI section, since I use them
very frequently, and they're mostly not available in the menus.

Add LogCheckpoints.

Move checkpoint code into a namespace.
2003-11-24 00:23:18 +00:00
Chris Danford 4c221fdec1 working on "step on TapAttack" logic
remove mines for NoteField when stepped on
2003-11-17 05:26:29 +00:00
Chris Danford 48d5a78429 basic lights support 2003-11-16 04:45:12 +00:00
Chris Danford 47def7d3dc xbox updates 2003-11-13 00:39:36 +00:00
Chris Danford 29c9770315 fix "can't hit taps on same line as mines"
move life deltas to prefs
separate life delta for stepping on a mine
2003-11-11 07:36:28 +00:00
Chris Danford d792a97227 use separate judge window for mines 2003-11-10 01:03:47 +00:00
Chris Danford 3a9ce7be4d fix Windows prompts to insert disk if memory card not present 2003-11-09 11:50:28 +00:00
Chris Danford 02679ea68b clean up premium coin logic 2003-11-09 01:09:35 +00:00
Chris Danford c3474fe287 split bJointPermium into bVersusForOneCredit and bDoubleForOneCredit 2003-11-07 12:56:32 +00:00
Andrew Wong 38f78c4560 add option to hide name entry screen if course isn't in ranking list 2003-11-03 10:14:13 +00:00
Glenn Maynard 8addfa2079 Change DEFAULT_SOUND_VOLUME to 1. 2003-11-02 21:05:59 +00:00
Chris Danford f6200a5e95 memory card support works 2003-11-01 22:04:43 +00:00
Chris Danford 513f9709ca Split off separate DemonstrationSound pref 2003-10-22 11:40:04 +00:00
Glenn Maynard cfbd136989 ShowLogWindow -> ShowLogOutput, now also affects stdout output
in *nix
(unimplemented, possibly temporary TexturePreload tags along to avoid
more recompiling ...)
2003-10-19 07:30:06 +00:00
Chris Danford ad84b3666b save allowExtraStage 2003-10-19 05:49:53 +00:00
Glenn Maynard 6e5a5efe73 add g_bAutoRestart 2003-10-16 08:55:32 +00:00
Glenn Maynard 805bbdd125 add m_bTwoPlayerRecovery 2003-10-13 03:20:05 +00:00
Glenn Maynard 5c8a8d16d7 changable regen combos 2003-10-13 00:06:49 +00:00
Chris Danford b3d25996d8 add option for silent attract 2003-10-12 19:45:28 +00:00
Chris Danford c76e819d1d finish image centering code
add input test screen
2003-10-11 07:47:34 +00:00
Glenn Maynard 17e0fb52b9 Remove bSwitchToLastPlayedGame.
Simplify.
2003-10-08 08:01:41 +00:00
Glenn Maynard 8475d5fbd5 Override prefs with static.ini 2003-10-08 07:28:11 +00:00
Glenn Maynard b0e05dfbee add ReadGlobalPrefsFromDisk( bSwitchToLastPlayedGame, fn ) 2003-10-08 07:10:55 +00:00
Chris Danford cf8c4043f3 remove decode movie MS
add menu item for movie texture color
add better presets for Radeon 7xxx
2003-10-07 08:18:28 +00:00
Glenn Maynard d4e6a2f0fd add m_bPercentageScoring 2003-10-05 05:18:48 +00:00
Chris Danford 63fc85a7c4 only AutoMap joysticks if joysticks attached to system change. This way, we won't override users' custom mappings as often. 2003-10-03 03:20:50 +00:00
Glenn Maynard fdaac32a8f Add ChangeCurrentGame. Move the currently-selected game to
GamePrefs.ini.
2003-10-02 03:06:20 +00:00
Glenn Maynard c9074c170c IniFile::SetValueB->SetValue, etc. Cleanup. 2003-10-02 02:11:47 +00:00
Glenn Maynard b13cb43aa6 IniFile::GetValueB->GetValue, etc. Cleanup. 2003-10-02 02:03:29 +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
Kevin Slaughter c098747e02 Adding ScreenEndlessBreak capability 2003-09-29 12:32:12 +00:00
Glenn Maynard c8a7ddf365 add m_iSoundResampleQuality 2003-09-25 01:37:56 +00:00
Glenn Maynard 787cebdda7 dur 2003-09-22 21:44:28 +00:00
Glenn Maynard bc3d722afe This is needed for now; put it back until I find a better way to discard
old data.
2003-09-22 21:39:27 +00:00
Glenn Maynard a71be72a18 Don't read this before writing (discard obsolete and empty values) 2003-09-22 20:28:46 +00:00
Andrew Wong ee81ce3cac feature: custom speed mod = allows users to specify their own speed modifier in stepmania.ini.
note: C300 was removed to make space on the line.
2003-09-13 22:57:11 +00:00