Commit Graph

505 Commits

Author SHA1 Message Date
Glenn Maynard e48100ed48 GAMESTATE:IsCourseMode 2005-05-06 08:10:39 +00:00
Glenn Maynard 9e47293aaf update PlayerUsingBothSides 2005-05-06 06:33:01 +00:00
Chris Danford 3db3500226 remove size on statc CString arrays so that XToString can catch size differences 2005-05-05 19:55:04 +00:00
Glenn Maynard 16fd7077bb separate song beat for lights, to fix off-sync lights in menus 2005-05-04 20:32:31 +00:00
Chris Danford 3a726a1c9b fix ScreenEnding shows stats when not using a memory card
fix other bugs introduced when GetProfile was changed to return a valid pointer even with no profile loaded
2005-05-01 06:42:30 +00:00
Glenn Maynard 6e4eb423f8 add GetSongBeat 2005-04-30 03:03:57 +00:00
Glenn Maynard 42ecd221b7 remove obsolete, useless lua functions 2005-04-30 03:03:11 +00:00
Chris Danford 6dbb00cc72 add lua method 2005-04-29 18:42:43 +00:00
Chris Danford 0938d9d9a7 conver more to use Preference 2005-04-28 08:27:40 +00:00
Chris Danford 3117e1bd3d cleanup: use Preference 2005-04-27 07:50:38 +00:00
Chris Danford 6889c8be3f Move "30misses" to a GiveUp metric. It's not very different from FailEndOfSong.
Only fail when giving up if died earlier.
2005-04-27 06:34:53 +00:00
Chris Danford 416ed7786f add Lua method 2005-04-26 03:32:30 +00:00
Chris Danford 9a9f67eff0 add AllowMultipleHighScoreWithSameName 2005-04-25 09:03:24 +00:00
Glenn Maynard 63120568e6 Edits are part of the profile, so it's the profile's responsibility to load and unload them. (allows implementing fallback edit loading) 2005-04-25 00:32:08 +00:00
Glenn Maynard b37894ca6e don't unload all edits (machine edits stay loaded, others unloaded when we unload the profile; if we want to reload machine edits, reload the machine profile) 2005-04-25 00:28:58 +00:00
Glenn Maynard 96bcbbc820 allow freeing steps from a specific profile 2005-04-25 00:09:59 +00:00
Chris Danford f7b43c71fd add Lua method 2005-04-24 10:47:44 +00:00
Glenn Maynard 2bf4de2746 SetPreferredSong, GetPreferredSong 2005-04-24 01:33:32 +00:00
Chris Danford 13f9e532d1 fix OptionsMenuAvailable 2005-04-23 01:41:42 +00:00
Chris Danford ff83372307 add ScreenSelectMusic::OPTIONS_MENU_AVAILABLE 2005-04-23 01:06:43 +00:00
Chris Danford f57e898966 show life and combo graphs over the whole song/course - not just over the time the player was alive 2005-04-20 06:13:06 +00:00
Chris Danford 674fc0ebc0 fix bogus goal complete with GOAL_NONE 2005-04-19 22:31:35 +00:00
Chris Danford 616776cff1 add Lua GetCourseSongIndex 2005-04-15 13:41:02 +00:00
Chris Danford 812943886b fix aborted attacks continue to show in the active attack list 2005-04-15 13:00:30 +00:00
Chris Danford c8636e1728 add Lua method PlayerIsUsingModifier 2005-04-15 09:07:57 +00:00
Chris Danford 228ca9f166 reload SSM help text on sort changed
clean up SortOrder names
2005-04-15 07:18:40 +00:00
Chris Danford cc426997cc fix warning 2005-04-10 04:47:57 +00:00
Chris Danford e63d5762b5 add Lua method 2005-04-09 11:30:36 +00:00
Chris Danford dc7f16ed32 broadcast GoalComplete 2005-04-09 09:34:54 +00:00
Chris Danford 193f4e5983 fix edit playback options lost after playback 2005-04-07 18:32:19 +00:00
Chris Danford 218be32879 separate fail types per player. Now FailType adjustments based on Difficulty only affect the relevant players. 2005-04-05 08:30:57 +00:00
Chris Danford 6e61349cf0 remove GetEnv that doesn't return nil 2005-04-05 01:12:00 +00:00
Chris Danford 1decc81ef9 don't insert into map in GetEnv 2005-04-04 23:36:37 +00:00
Chris Danford 6c379ca934 fix broken ChangePreferredDifficulty 2005-04-03 09:48:15 +00:00
Chris Danford 2017e310ef add metric to enable/disable name blacklist 2005-04-03 06:48:26 +00:00
Chris Danford 7856c7c534 use modifiers only in playback/record, not in edit 2005-03-31 21:25:15 +00:00
Chris Danford 8cac261c52 clean up GRADE_ constant names to match GradeToString 2005-03-31 06:14:28 +00:00
Chris Danford b29790f307 grade constant cleanup
add LuaGrade
2005-03-31 02:06:24 +00:00
Chris Danford 05c5297f4b event mode should have precedence in stage text 2005-03-27 10:16:47 +00:00
Chris Danford 091fed1bad add GetPlayMode Lua method 2005-03-27 07:03:30 +00:00
Chris Danford c500975854 fix AccumStageStats doesn't get cleared between games 2005-03-26 17:30:37 +00:00
Chris Danford 5d8456e3ea metrics cleaup: Remove duplicated "ToShow" and "ToHide" parsing logic
don't show hidden StepsTypes in EditMenu
2005-03-24 21:44:03 +00:00
Steve Checkoway fd86efc075 Fix initialization list order. 2005-03-23 20:59:23 +00:00
Chris Danford b856c24d78 add AnyPlayerHasRankingFeats 2005-03-21 12:21:58 +00:00
Glenn Maynard fbf6e78cf3 Use a real Lua table for the environment; this obsoletes m_mapEnv. 2005-03-18 22:47:44 +00:00
Glenn Maynard 7f15d9b9ec simplify: have GameState::GetAllUsedNoteSkins get the used note skins directly from courses, so we don't have to worry about init order 2005-03-18 04:04:59 +00:00
Glenn Maynard d7bcda9e38 simplify 2005-03-18 03:37:05 +00:00
Ben Anderson 0db665d4d6 Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory. 2005-03-14 06:44:38 +00:00
Chris Danford a3e0bacbd8 Reset the round seed so that the players get new shuffle patterns if they Back out of gameplay and play again
RoundSeed -> StageSeed
2005-03-11 18:09:34 +00:00
Chris Danford 197e4a19cd Reset the round seed so that the players get new shuffle patterns if they Back out of gameplay and play again 2005-03-11 07:22:37 +00:00