Commit Graph
14589 Commits
Author SHA1 Message Date
Glenn Maynard 5b577d5455 fix assertion failure 2005-03-30 06:09:30 +00:00
Chris Danford 9aa003041d clip the area highlight rectangle 2005-03-30 04:27:13 +00:00
Chris Danford 43948c2134 lerp in FastSin to fix shimmer in MusicWheel 2005-03-30 03:59:33 +00:00
Chris Danford 61a5f51344 fix new Screens get created 3x after the last GameCommand change
remove complicated GetAndEraseScreen logic and export SELECT_NONE rows if they have focus, otherwise don't export them (fixes InsertCoin row)
2005-03-30 03:29:35 +00:00
Chris Danford 30ec0cdb7d remove ShowUnderlines. Use SELECT_NONE to not show underlines 2005-03-30 02:37:19 +00:00
Chris Danford ead944abd4 cache metrics
theme EditMenu arrow colors
2005-03-30 01:39:05 +00:00
Chris Danford d8a269754e Only UpdateTextInfo when something changes (fixes skips in playback/record) 2005-03-30 01:06:13 +00:00
Chris Danford 57d906be11 Apply game commands in the order specificed so that earlier, possibly depenant commands are applied first 2005-03-30 00:56:33 +00:00
Chris Danford f6e6ff688f don't call m_DifficultyList.SetFromGameState twice when changing music (fixes jumpy cursor) 2005-03-29 21:30:24 +00:00
Chris Danford cd8b35e801 fix "can't paste from clipboard with only one row in clipboard"
fix "can't Undo to a blank NoteField"
clamp paste area so that pasting past the maximum beat is impossible
2005-03-29 20:25:14 +00:00
Glenn Maynard 06c846b020 fix parameter 2005-03-29 19:30:16 +00:00
Chris Danford afb2c2efb4 replace large, arbitrary numbers with limit constants 2005-03-29 19:10:42 +00:00
Chris Danford d0ee7921ed don't compile ActorCommands on the fly. 2005-03-29 19:01:52 +00:00
Thad Ward 704a8034a0 *poke* (testing CIA commits, as the bot has been rather quiet for the past
couple of days.)
2005-03-29 18:43:40 +00:00
Chris Danford c65f44da8a shorter give up time 2005-03-29 04:51:59 +00:00
Chris Danford e407c1ee1d cleanup 2005-03-29 02:02:11 +00:00
Chris Danford f2cb208cd5 add logging 2005-03-29 01:46:00 +00:00
Chris Danford be8038d642 not playable if mod is locked 2005-03-29 01:45:38 +00:00
Chris Danford 300d3fcd57 cleanup
add unlockable mods
2005-03-29 01:44:36 +00:00
Chris Danford 2aab932973 Sprite -> AutoActor 2005-03-29 01:33:20 +00:00
Chris Danford d27320e0e4 cleanup 2005-03-29 00:31:57 +00:00
Charles Lohr f6ccc8f695 Fix: Don't double-load the icon row 2005-03-28 21:48:30 +00:00
Charles Lohr a88ed42764 Fix: forgotten == 2005-03-28 19:26:14 +00:00
Charles Lohr 4443fd2f0d Oops. Didn't mean to commit this (so I'm reverting it). 2005-03-28 09:08:34 +00:00
Charles Lohr a0344938fc Fix: Installer (we don't use unlocks.dat anymore) 2005-03-28 08:51:56 +00:00
Charles Lohr 32e0d0a104 Fix metrics warnings. 2005-03-28 08:40:30 +00:00
Charles Lohr db6afce80d Fix: SMOnline Login fellback to the wrong place. 2005-03-28 08:29:39 +00:00
Charles Lohr 53945b76e1 Add: Colin for text entry. 2005-03-28 08:05:14 +00:00
Charles Lohr 8c5909ebe9 Modify AutoScreenMessage to keep map of all non-standard ScreenMessages.
This has a lot of advantages over the old ways.  Some of the initial ones are that
you can log a list of all screenmessages and their respective number and another
is that it would be fairly easy to add a reverse lookup, so you could get the name
of a ScreenMessage for log use by getting the ScreenMessage number.
2005-03-28 08:01:36 +00:00
Glenn Maynard b2b3a80625 fix queued commands ending up in m_current, causing all future tweens to inherit it 2005-03-27 18:55:26 +00:00
Ted Percival 30b4967697 improve readability 2005-03-27 13:42:09 +00:00
Chris Danford 0c37abf400 ignore locked and tutorial songs when choosing songs for random CourseEntries 2005-03-27 11:52:04 +00:00
Chris Danford 03ced3894e add Lua methods 2005-03-27 11:49:04 +00:00
Ted Percival a05a9623d0 set window title 2005-03-27 11:48:46 +00:00
Chris Danford c1e4a0baee don't show endless courses in ranking 2005-03-27 10:31:27 +00:00
Chris Danford 05c5297f4b event mode should have precedence in stage text 2005-03-27 10:16:47 +00:00
Chris Danford bfece8a893 Sprite -> AutoActor 2005-03-27 07:04:04 +00:00
Chris Danford 091fed1bad add GetPlayMode Lua method 2005-03-27 07:03:30 +00:00
Glenn Maynard a0877fdab0 Actor::SubscribeToMessage 2005-03-27 05:54:26 +00:00
Glenn Maynard 4ba85f9844 don't try to load sound if transition path is xml 2005-03-27 05:16:51 +00:00
Josh Allen 9c6ca1381b Very basic and generic selection wheel using code from existing MusicWheel and MusicWheelItems. MusicWheel and MusicWheelItems will abstract from this eventually. 2005-03-27 03:56:10 +00:00
Chris Danford 2153d96c49 simplify - don't initialize Lists that won't be shown
fix manual scrolling in ALL_COURSES
2005-03-27 03:00:39 +00:00
Glenn Maynard aead9c172c cleanup 2005-03-27 00:33:31 +00:00
Chris Danford 734f4ba4f1 fix derived ThemeMetric types aren't Read on construction (broke ScreenRanking) 2005-03-27 00:32:25 +00:00
Glenn Maynard ea42968ce1 fix speed mappings 2005-03-27 00:32:20 +00:00
Glenn Maynard 75b081c272 default to cancel 2005-03-26 23:35:35 +00:00
Charles Lohr 39e9962e41 Fix: Don't crash on null validate callback 2005-03-26 22:59:13 +00:00
Chris Danford e6f37dbee8 Don't fill in new Profiles with a hard-coded "NoName". Let ScreenSystemLayer fill in blank name from metrics. 2005-03-26 22:18:28 +00:00
Chris Danford ff1d0fd0f0 hide locked songs from EditMenu in HomeEditMode 2005-03-26 20:46:50 +00:00
Charles Lohr 1adfcab82a Fix: Maximum length for text input 2005-03-26 19:55:22 +00:00