Commit Graph

27 Commits

Author SHA1 Message Date
Glenn Maynard 0422d2b1c5 cleanup 2005-06-08 21:50:55 +00:00
Chris Danford 4223e09cc8 GetPathTo -> GetPath 2005-02-06 03:32:53 +00:00
Chris Danford 8555a6da45 use Lua to execute commands
(needs cleanup)
2005-01-26 11:21:43 +00:00
Chris Danford ed19821e09 rename: ActorCommand -> Command
Make Command smaller and more generic.
Parse arguments on use, not in Command::Load.
2004-12-03 05:19:46 +00:00
Chris Danford bcbe615c0d Pass ActorCommand structures to Actor instead of unparsed command strings.
This way, we can potentially do the parsing early and not parse inside of Actor as the command is executing.
2004-11-06 23:13:47 +00:00
Chris Danford 40e692a32c const fixes 2004-11-06 03:00:10 +00:00
Chris Danford 807d892f4f allow theme to specify logical screen dimensions 2004-09-21 06:07:12 +00:00
Glenn Maynard 30a9bf3292 license update 2004-06-08 00:08:04 +00:00
Glenn Maynard 9e4da2da60 cleanup 2004-03-06 07:28:40 +00:00
Glenn Maynard a511451e4b simplify 2003-11-24 02:49:30 +00:00
Chris Danford b1eb3ee78b fix lyrics at non 1x music rates 2003-11-01 19:36:30 +00:00
Glenn Maynard 26d3f375e2 cleanup 2003-10-03 06:34:34 +00:00
David Wilson 48674b5d88 Made Metrics to control how the Lyrics looks before the Swipe 2003-10-02 04:15:50 +00:00
Glenn Maynard db4c2f3cb3 Minor lyric quality tweak 2003-09-15 19:57:27 +00:00
Glenn Maynard fa72309aa0 Sleep fully uncropped lyrics for a while, so they don't disappear instantly
after they stop tweening.
2003-09-15 07:28:55 +00:00
Chris Danford 58b575b511 change lyrics text color 2003-09-13 20:28:45 +00:00
Chris Danford 13da8dffcb use cropped BitmapText for lyrics 2003-09-13 20:18:43 +00:00
Glenn Maynard 2d9aeb4701 fix crash with no music 2003-05-28 03:32:07 +00:00
Glenn Maynard 9e0a1e08aa Fix lyrics in courses 2003-05-18 22:37:20 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Glenn Maynard 848cf152c5 fix crash when lyrics are too close together 2003-03-30 20:17:00 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Glenn Maynard 71bc246153 remove old comment 2003-03-21 08:32:28 +00:00
Glenn Maynard b539a6b105 implement scaling 2003-03-19 23:04:59 +00:00
Glenn Maynard ffdc70973d implement colors. 2003-03-19 21:42:45 +00:00
Glenn Maynard 0e30cd409c add (c) 2003-03-19 20:00:19 +00:00
Glenn Maynard 9a23edcd1a Move lyric display into an actor
Use Commands for tween in/out; queue a whole lyric line at
once (simpler)
2003-03-19 19:57:52 +00:00