Glenn Maynard
|
5a7b061639
|
do tween in lua
|
2006-09-21 22:13:18 +00:00 |
|
Glenn Maynard
|
c819c74ce6
|
avoid global ThemeMetric<apActorCommands>
|
2006-08-21 21:26:02 +00:00 |
|
Steve Checkoway
|
35c48c3671
|
Header cleanup.
|
2006-08-17 18:52:46 +00:00 |
|
Chris Danford
|
7ac45c24e4
|
save Preferred, Stage, Song, and Current modifiers separately. This eliminates the fragile mods store/restore.
|
2006-08-05 02:38:05 +00:00 |
|
Glenn Maynard
|
cea07f5e2c
|
Actor::GetCommandsLengthSeconds is evil; don't use it. (Commands
can have side-effects.)
|
2006-08-01 20:25:13 +00:00 |
|
Steve Checkoway
|
90e9d6d57c
|
Don't clamp to 3 seconds.
|
2006-07-16 03:14:03 +00:00 |
|
Steve Checkoway
|
9c045e6eb9
|
Comment.
|
2006-07-08 08:05:14 +00:00 |
|
Steve Checkoway
|
6a67028283
|
Simplify and fix comment to reflect what's actually happening.
|
2006-07-08 06:43:18 +00:00 |
|
Steve Checkoway
|
f7dd1a9a87
|
Cleanup.
|
2006-07-08 06:37:40 +00:00 |
|
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 |
|