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
2c314df898
HandleParams -> BeginHandleParams
2004-11-06 03:09:29 +00:00
Chris Danford
40e692a32c
const fixes
2004-11-06 03:00:10 +00:00
Glenn Maynard
389bbc68d2
allow ignoring actor errors
2004-08-12 23:06:06 +00:00
Chris Danford
2dab376f9b
show retry dialog if actor file has invalid reference
2004-08-07 21:32:43 +00:00
Chris Danford
f47e16ca86
don't pick autogen Courses for a BGA random course banner
...
don't pick DISPLAY_NEVER songs for demonstration
don't pick DISPLAY_NEVER songs for a BGA random song banner
don't show DISPLAY_NEVER songs on the ranking screen
2004-07-25 21:56:19 +00:00
Steve Checkoway
a613d4d9fa
s/RAGE_ASSERT/ASSERT/
2004-06-16 00:38:31 +00:00
Glenn Maynard
c531e8b172
license update
2004-06-08 00:47:53 +00:00
Glenn Maynard
c0adadd3a5
IniFile cleanup
2004-05-23 02:27:51 +00:00
Glenn Maynard
44bb7da19f
simplify
2004-04-06 01:04:04 +00:00
Glenn Maynard
a84e14ae05
error check
2004-03-28 21:36:13 +00:00
Glenn Maynard
1d92cd087f
fix duplicate banner load
2004-03-26 08:08:02 +00:00
Glenn Maynard
a2eb502312
fix duplicate song background loading
2004-03-26 07:41:04 +00:00
Chris Danford
bb8ae37aab
add graphic for ScreenPlayerOptions CancelAll
2004-03-13 18:15:50 +00:00
Glenn Maynard
8e3e6575f3
FixSlashesInPlace when reading from an actor file
2004-02-15 23:51:57 +00:00
Glenn Maynard
7bb3752901
sanity check
2004-02-14 10:38:40 +00:00
Chris Danford
69769b2c74
support sharing of geometry between Models
2004-02-08 11:17:03 +00:00
Chris Danford
1620f209b8
add "randomcourse" File keyword
2004-02-01 23:06:43 +00:00
Chris Danford
69fd514b68
add 3D scrolling to ActorScroller
...
generalize BGAnimation, BGAnimationLayer to eliminate shared code with ActorFrame
2004-02-01 03:14:37 +00:00
Chris Danford
20eca5c59a
cleanup
2004-01-26 02:31:04 +00:00
Chris Danford
88cca70487
combine .actor and BGALayer loading
...
make BGAniLayer derive from ActorFrame
2004-01-25 22:22:40 +00:00
Chris Danford
bec296636e
add SongCreditDisplay
2004-01-25 01:59:21 +00:00
Glenn Maynard
ecae2af519
fix UtilCommand
2004-01-11 05:32:40 +00:00
Chris Danford
f7647ae391
add pre-parsing for ActorCommands (though not yet used in ThemeManager)
2004-01-10 20:34:18 +00:00
Chris Danford
2380638072
cleanup ScreenRanking
...
generalize scrolling lists with ListDisplay
2003-12-28 08:20:48 +00:00
Chris Danford
95040650b7
fix loading BitmapText from .actor file
2003-12-22 10:47:09 +00:00
Chris Danford
4ac936cfbf
GrayArrow => ReceptorArrow
...
move ReceptorArrow metrics into NoteSkin
ReceptorArrow metrics, code cleanup
2003-12-22 10:30:10 +00:00
Glenn Maynard
870527c9aa
remove CreateDirectories uses
2003-12-07 04:16:10 +00:00
Glenn Maynard
79c93de53a
slightly better output
2003-11-16 21:45:45 +00:00
Chris Danford
c123681854
move IsWindowed check inside of ArchHooks_Win32
2003-11-15 06:08:13 +00:00
Glenn Maynard
54cd7aea4a
m_sID experiment
2003-11-14 23:01:35 +00:00
Glenn Maynard
3f873300e2
UtilCommand BGA fix.
...
Its.
2003-11-05 06:43:26 +00:00
Glenn Maynard
0a8096b293
Give BGAnimations loaded from AutoActor Actor semantics, not
...
BGAnimation semantics.
2003-11-05 03:56:37 +00:00
Glenn Maynard
d5768fd18a
handle :: in .actor "text" field
2003-11-05 02:22:13 +00:00
Glenn Maynard
e67e2378fd
Propagate commands to BGAs.
2003-10-31 02:01:16 +00:00
Glenn Maynard
e8394c109a
simplify
2003-10-31 01:02:50 +00:00
Glenn Maynard
c5086b20eb
Bump Util commands out of the header.
2003-10-31 00:50:06 +00:00
Glenn Maynard
19f3338e5a
Allow hinting sprite loads through MakeActor
2003-10-30 23:47:01 +00:00
Glenn Maynard
124707961c
Move actor command parsing helpers into ActorUtil.
2003-10-30 21:57:38 +00:00
Glenn Maynard
9ca223f7aa
Allow setting text of BitmapTexts in Actor files.
2003-10-30 03:51:53 +00:00
Glenn Maynard
30686e64b3
use Dirname
2003-10-29 20:23:38 +00:00
Glenn Maynard
b13cb43aa6
IniFile::GetValueB->GetValue, etc. Cleanup.
2003-10-02 02:03:29 +00:00
Glenn Maynard
463d7afb3c
Fix error reporting.
2003-09-30 19:29:20 +00:00
Chris Danford
4087097cf4
better redir error checking
2003-09-23 05:39:47 +00:00
Chris Danford
dba1188c97
remove .model file format, replace with more general .actor file format
2003-09-21 20:57:07 +00:00
Chris Danford
7dafb26d7a
fix MakeActor to handle .sprite, .model files
2003-09-17 03:13:42 +00:00
Thad Ward
856b8e48b1
null. making sure CIA notifications are working properly.
2003-07-08 08:56:50 +00:00
Chris Danford
c67d78d948
let Actor subclasses have first crack at parsing commands
...
allow Models and BitmapTexts in BGAnimationLayer (detected through file extension)
add RageModelVertex, which doesn't have a color property
add "stretch" file name hint for textures
2003-07-07 01:29:18 +00:00