Commit Graph
25268 Commits
Author SHA1 Message Date
Glenn Maynard 86a8eb0412 load commands and set xy on load, not in TweenOnScreen 2007-03-18 00:10:40 +00:00
Glenn Maynard 14fbedd1b2 GetNumStagesForSongAndStyle -> GetNumStagesForSongAndStyleType 2007-03-17 23:05:34 +00:00
Chris Danford 45353a77e1 fix bogus assert firing when EditCourseEntryIndex == 0 2007-03-17 20:25:08 +00:00
Chris Danford 62466e7c48 add CodeSet.* 2007-03-17 19:55:56 +00:00
Glenn Maynard 9b955535fd simplify 2007-03-17 07:55:00 +00:00
Glenn Maynard b325ed9321 fix long song crash 2007-03-17 07:46:07 +00:00
Glenn Maynard b45b1e2328 add GetSeconds 2007-03-17 07:45:16 +00:00
Glenn Maynard 70875589f0 fix crash when all steps removed; --s erase ++s trick doesn't work 2007-03-17 07:44:39 +00:00
Glenn Maynard 00285ab5eb allow opening options menu while choosing a song 2007-03-17 06:35:58 +00:00
Glenn Maynard 7e8b5de34d bind runcommandsonleaves 2007-03-17 05:31:22 +00:00
Glenn Maynard 37913e16a6 fix crash 2007-03-17 04:41:50 +00:00
Glenn Maynard e63743d664 fix INITIAL_HOLD_LIFE: leave at 1 until the hold starts 2007-03-17 03:51:07 +00:00
Glenn Maynard c0a6373693 fix rate in editor 2007-03-17 03:24:00 +00:00
Glenn Maynard bd30e42c23 don't join p2; causes both players to show in options 2007-03-17 03:17:39 +00:00
Glenn Maynard 9426495b82 noisy 2007-03-17 03:14:11 +00:00
Glenn Maynard defbdceaa3 editor: ShowCoinsAndCredits=false 2007-03-17 03:09:27 +00:00
Glenn Maynard 4a163ea0fa fixup 2007-03-17 01:14:26 +00:00
Glenn Maynard b3259747d3 InitialHoldLife 2007-03-17 01:11:20 +00:00
Glenn Maynard 81f547a879 add InitialHoldLife 2007-03-17 00:56:39 +00:00
Glenn Maynard 7315aa9152 fix editor receptor flash 2007-03-17 00:32:26 +00:00
Glenn Maynard d74382fe07 fix rendering 2007-03-17 00:24:25 +00:00
Glenn Maynard 213a513093 update 2007-03-16 23:59:33 +00:00
Glenn Maynard bbe760f24b update 2007-03-16 23:58:38 +00:00
Glenn Maynard eb68cd72bb split out CodeSet 2007-03-16 23:56:10 +00:00
Glenn Maynard 1189f94ede generalize CodeNames 2007-03-16 23:33:41 +00:00
Glenn Maynard 8857adfd8b debugging 2007-03-16 22:35:55 +00:00
Glenn Maynard 9525afbdf3 code aliases 2007-03-16 22:32:38 +00:00
Glenn Maynard 506d6d91aa semi-experimental: When a GameButton is pressed, stop repeating other keys on the same controller. 2007-03-16 22:28:55 +00:00
Glenn Maynard 324a84b9c7 more OptionsList control 2007-03-16 22:16:54 +00:00
Glenn Maynard 9ef1b725e8 only reset for the player that pressed the button 2007-03-16 22:14:10 +00:00
Glenn Maynard 960467871d debugging 2007-03-16 21:15:56 +00:00
Glenn Maynard 5884467e6a major refactoring. Puts most control of actual input mechanics
in Lua.
2007-03-16 21:14:00 +00:00
Glenn Maynard dd05b42bf2 add IsFillInMarker 2007-03-16 09:33:31 +00:00
Glenn Maynard 095b60789c PersonalRecordFeats, CategoryRecordFeats 2007-03-16 08:46:04 +00:00
Glenn Maynard 29d6ec8607 bind GetPercentDP 2007-03-16 08:41:49 +00:00
Glenn Maynard bc8ad002ac fix sort asertion failure 2007-03-16 08:40:24 +00:00
Glenn Maynard 17aa18154d silent, stealth 2007-03-16 07:46:16 +00:00
Glenn Maynard 138b3b5b1f add StageStats::PlayerHasHighScore 2007-03-16 07:35:38 +00:00
Glenn Maynard 6337f2aa17 use generic RepeatRate, RepeatDelay 2007-03-16 06:04:38 +00:00
Glenn Maynard 1faeb65a40 per-screen RepeatRate, RepeatDelay 2007-03-16 06:00:06 +00:00
Glenn Maynard c99c634d96 fixup 2007-03-16 05:54:22 +00:00
Glenn Maynard b86f021da8 split apart SetRepeatRate, SetRepeatDelay 2007-03-16 05:47:29 +00:00
Glenn Maynard 3a33a22608 pan when 2 players 2007-03-16 05:11:59 +00:00
Glenn Maynard 97cce6fe1b add ActorSound:playforplayer 2007-03-16 05:09:58 +00:00
Glenn Maynard 0a76e7ff0a alignment fix 2007-03-16 03:15:24 +00:00
Glenn Maynard 1d797dcca0 update 2007-03-16 01:36:13 +00:00
Glenn Maynard 927b3df18b Further unify codes. Allow using hold-button, multiple-presses and
sequences in the same code.  Allow handling repeats and releases.

changes:
MenuLeft,MenuRight -> MenuLeft,MenuRight (sequence)
MenuLeft-MenuRight -> MenuLeft-MenuRight (tap)
MenuLeft+MenuRight -> @MenuLeft-MenuRight (hold-and-press)

new:

@MenuLeft-+MenuRight
   press MenuRighthold while holding MenuLeft; triggers on MenuRight repeats

@MenuLeft-+MenuRight
   release MenuRight while holding MenuLeft

@MenuLeft-MenuRight,@MenuLeft-MenuRight
   press MenuRight twice while holding MenuLeft

MenuLeft-MenuRight,MenuUp-MenuDown
   press MenuLeft and MenuRight simultaneously, then press MenuUp
   and MenuDown simultaneously
2007-03-16 01:34:54 +00:00
Glenn Maynard 21f01e2bdb bindings 2007-03-16 01:23:22 +00:00
Glenn Maynard 628440a15c NUM_InputEventType, InputEventType_Invalid 2007-03-16 01:22:25 +00:00
Glenn Maynard 1a987c9f71 filter in InputQueue 2007-03-15 20:49:44 +00:00