Commit Graph

16685 Commits

Author SHA1 Message Date
Glenn Maynard 533d773bd0 remove default 2005-06-16 03:03:05 +00:00
Glenn Maynard 21c603b186 lua cleanup 2005-06-16 03:00:44 +00:00
Chris Danford 415e43a805 always save scores to the player profile, no matter what the percentDP 2005-06-16 02:50:37 +00:00
Chris Danford 6c312c35df fix AV with null param to GetXml 2005-06-16 02:49:39 +00:00
Glenn Maynard dc13af28ac add MonthToString binding 2005-06-16 01:39:31 +00:00
Glenn Maynard e3970b10d5 move date helpers into DateTime.cpp 2005-06-16 01:33:22 +00:00
Glenn Maynard ec705ac73f minor hack to fix INITIAL_SCREEN 2005-06-16 01:30:54 +00:00
Chris Danford 47e5a2059d tweak error message 2005-06-16 01:21:31 +00:00
Glenn Maynard c8ce010007 fix DebugLine_WriteProfiles 2005-06-15 23:54:59 +00:00
Glenn Maynard b48fa6fe04 fix PlayerOptions::GetMods for perspective mods 2005-06-15 21:56:28 +00:00
Chris Danford f76db9b91c fix HideSystemMessage 2005-06-15 10:30:58 +00:00
Chris Danford c2a8150f16 add HideSystemMessage 2005-06-15 10:01:08 +00:00
Chris Danford 39b631da51 fix saving of machine scores for machine edits 2005-06-15 09:25:33 +00:00
Glenn Maynard cfa50fd225 remove GetStack 2005-06-15 08:37:54 +00:00
Glenn Maynard 4c6aa1ea65 remove nonexistant function 2005-06-15 08:36:49 +00:00
Glenn Maynard d7b09d366e remove PushStackNil 2005-06-15 08:36:06 +00:00
Glenn Maynard 6bfb3f0bad pass L to LuaHelpers::TypeError 2005-06-15 08:33:26 +00:00
Glenn Maynard cd30a6b852 remove default parameters 2005-06-15 08:30:43 +00:00
Glenn Maynard f715b14bb0 lua cleanup 2005-06-15 08:28:55 +00:00
Glenn Maynard a88e37e7d6 lua cleanup 2005-06-15 08:26:56 +00:00
Glenn Maynard 52f0d9d74c pull code out of the header 2005-06-15 08:21:38 +00:00
Glenn Maynard e3a8b72639 lockable Lua object; "Lua" alias to replace "lua_State" 2005-06-15 08:16:28 +00:00
Chris Danford d748e6bbef cleanup param names, fix mulitple match templates warnings, optimize completenes table 2005-06-15 04:07:00 +00:00
Glenn Maynard d66f00ea23 lua cleanup 2005-06-15 02:27:16 +00:00
Glenn Maynard c4b4ce28a5 cleanup 2005-06-15 02:25:58 +00:00
Glenn Maynard d1241420d6 clean up singleton registration: if you were given an L, use it 2005-06-15 02:21:24 +00:00
Chris Danford 75bc1eea92 don't show "you have changed song %s" of only the global offset changed 2005-06-15 02:02:46 +00:00
Chris Danford 848cb582d9 sort by name first when showing only most recent 2005-06-15 02:02:06 +00:00
Chris Danford 9c59962805 fix attract sounds play when they shouldn't if two ScreenDemonstrations in a row 2005-06-15 02:01:09 +00:00
Chris Danford 64690cdb40 use DEFAULT_WEIGHT_POUNDS if weight not explicitly set 2005-06-15 01:59:40 +00:00
Glenn Maynard 3fe8c37fe5 m_pPlayerState->m_HealthState != PlayerState::DEAD -> !m_pPlayerStageStats->bFailed
This means that scoring stops when the player actually fails: scoring will still
(as before) stop when the life bar empties in FailEndOfSong, but now will not
stop in FailOff.  (m_HealthState ignores the fail mode.)  This way, beginners
in FailOffInBeginner mode who lose their meter quickly before catching on will
get a decent score, instead of a discouraging "1.5%".
2005-06-15 00:20:21 +00:00
Chris Danford 764d455632 fix calorie total double-counted 2005-06-15 00:15:51 +00:00
Chris Danford 9ba180f621 fix many glitches 2005-06-14 23:40:13 +00:00
Chris Danford 45e66beddf fix broken LastPlayed saving 2005-06-14 23:20:19 +00:00
Glenn Maynard e1d829f8e5 fix MercifulBeginner always clamping scores to 0 2005-06-14 23:01:18 +00:00
Chris Danford 2ff715bd4f fix broken edit score reading. Unsigned ints were loaded from XML incorrectly. 2005-06-14 20:11:13 +00:00
Chris Danford acb02d206d fix ugly label names on SBookkeeping 2005-06-14 18:36:01 +00:00
Chris Danford 2276b03c55 background assert -> warning. This fired, but I can't repro it and the assert didn't give useful data. 2005-06-14 05:21:48 +00:00
Glenn Maynard ca3667576c fix hold heads ignored in RemoveSimultaneousNotes 2005-06-13 20:52:24 +00:00
Kevin Slaughter 3445dd23bf BeginnerHelper BG positioning corrected 2005-06-13 06:48:42 +00:00
Chris Danford aeda0c6449 Don't show or save machine high scores for edits loaded from a player profile 2005-06-13 06:48:13 +00:00
Chris Danford 49b3cbaf34 pressing L+R for the sort code should end up back at the originally selected item
fix jumpy wheel when letting go of L+R near-simultaneously
fix MenuTimer doesn't choose a Random song if sitting on a section or sort
fix MenuTimer fire has no effect if wheel is tweening
2005-06-12 23:43:39 +00:00
Chris Danford 8f9951e38d less fragile attract sound logic 2005-06-12 04:22:16 +00:00
Chris Danford 40af26f4a0 always play attract sounds for a few screens after the game ends 2005-06-12 04:11:50 +00:00
Chris Danford 933e1320da add DefaultSong, move DefaultSort into GameState, show machine scores for edits 2005-06-12 03:44:13 +00:00
Chris Danford 7374f1566e add EmptyMachineHighScoreName 2005-06-12 00:44:59 +00:00
Chris Danford 623dc2512f merge PlayCommand2 and PlayCommand so that Actor derivities only have to override one method to get the correct behavior 2005-06-12 00:35:08 +00:00
Chris Danford f7c6023412 fix attract sound frequency if initial screen not in attract loop 2005-06-11 11:25:34 +00:00
Chris Danford 386de4e74c use enum for attract sound frequency 2005-06-11 10:53:16 +00:00
Chris Danford b45f4c0d5a add missing 2005-06-11 10:35:10 +00:00