sigatrev
d8b86fa3c5
make internal diffuse apply to bmt attributes
...
diffuse from BitmapText attributes were not receiving internal diffuse
from their parent ActorFrames. This change waits until after the draw
cycle to reset the internal diffuse and glow, so any color applications
separate from generic diffuse can use the internal diffuse when desired.
2014-08-16 16:38:26 -05:00
sigatrev
70c5209e76
added ActorMultiVertex
...
AMV is an actor which can have a variable number of vertices that can
each be given their own pos, color, and coords. They can be drawn using
any of the RageSpriteVertex draw functions in RageDisplay.cpp. The
vertex properties can be tweened.
2014-04-14 21:29:19 -05:00
sigatrev
0ab15ed053
TextureTranslate method
...
Allow themes to duplicate the way noteskins are handled.
2014-02-20 21:17:10 -06:00
Ben "root" Anderson
ddbdb77368
Split Actor::BeginDraw() into Actor::PreDraw() which does tweening calculations and Actor::BeginDraw() now only sets up the matrix. Skip setting up the matrix if the Actor is fully transparent.
2013-12-13 12:10:11 -06:00
Devin J. Pohly
ecdc352e96
Actor: propagate some default parameters
2013-10-20 16:34:19 -04:00
Devin J. Pohly
f94d3affc2
Propagate diffuse to ActorFrames' children
2013-05-28 21:46:15 -04:00
Devin J. Pohly
849b6e5b3b
Propagate glow to ActorFrames' children
2013-05-28 20:52:01 -04:00
Jason Felds
e01537405f
war on -Werror, part 8: more informals.
...
General guide: if the parameter name and its typings
match almost exactly, the name goes away.
Otherwise, it's commented out to allow for some
documentation.
2012-12-27 00:00:28 -05:00
AJ Kelly
e14b96cfbf
part one of three-ish in reverting the Actors/ folder thing
2011-10-02 21:14:01 -05:00
Colby Klein
69431604e3
Remove the old files. (also I am very sorry for nuking the line by line history, this has been pissing me off for ages)
2011-09-23 15:44:01 -07:00
Thai Pangsakulyanont
631bc3753d
Revert "An attempt to make the arrows flash with the steps' timing. If it works then we can expand it to..... I don't know, lifebars?"
...
This reverts commit ab178b1e65 .
2011-05-24 10:41:07 +07:00
Thai Pangsakulyanont
ab178b1e65
An attempt to make the arrows flash with the steps' timing. If it works then we can expand it to..... I don't know, lifebars?
2011-05-20 21:33:42 +07:00
Jason Felds
d99e7b5c5b
[splittiming] Re-establish Actor code.
2011-05-15 00:57:35 -04:00
Jason Felds
a32a03b2e9
[splittiming] Trying to restore #COMBOS.
2011-05-14 20:05:27 -04:00
Flameshadowxeroshin
3ac85df29f
[splittiming] some. times in our lives. we all have pains. we all have sorrow
2011-05-14 17:12:27 -05:00
Flameshadowxeroshin
6b0a939290
[splittiming] new EffectModes (not available from Lua yet), clarified error message
2011-05-14 17:03:49 -05:00
Jason Felds
9f86bd47f7
[sm130futures] doxygen
2011-04-09 17:09:30 -04:00
Jason Felds
a085d0d1da
Line endings...be normalized!
2011-03-17 01:47:30 -04:00
Jason Felds
6a3bf42bca
More doxygen. Add const where appropriate.
2011-02-26 02:14:35 -05:00
AJ Kelly
32e6e65d35
more small comment updates for futures
2011-02-25 16:28:19 -06:00
AJ Kelly
9d38caa32f
more ssc futures preparations
2011-02-25 15:49:36 -06:00
AJ Kelly
bbb5ae1f16
I keep messing around with it
2011-02-24 00:50:31 -06:00
AJ Kelly
8deb69ec57
update the future EffectAction and EffectType enums
2011-02-24 00:22:42 -06:00
AJ Kelly
8c3eda6315
yup, I continue to work on this new effect system for Actors. one day it might even get finished!
2011-02-24 00:14:53 -06:00
AJ Kelly
ac8aa2a7dd
more of that new Effect stack planning
2011-02-23 23:53:49 -06:00
AJ Kelly
faafb61ecc
preparing for the future again
2011-02-23 14:32:13 -06:00
Jason Felds
e9449cb50e
More doxy, more recompiling all.
2011-02-19 17:00:32 -05:00
AJ Kelly
79cbd57da1
one mall doxygen plus more testing
2011-02-18 14:49:30 -06:00
AJ Kelly
293eebe876
tiny commit for testing
2011-02-18 14:44:38 -06:00
Jason Felds
6d1dd6997b
More sporadic doxygen documenting.
...
Really need a themer for Actor stuff.
2011-02-18 15:10:11 -05:00
AJ Kelly
beeaf80b99
[Actor] add basezoom, basezoomz, GetBaseZoomY(), GetBaseZoomZ(), GetGlow() Lua bindings
2010-06-10 14:25:53 -05:00
AJ Kelly
237f3c51c7
[Actor] add new Lua bindings/commands: addrotationx, addrotationy, addrotationz
2010-06-02 15:02:59 -05:00
AJ Kelly
5903c2448a
Add GetHAlign and GetVAlign Lua bindings to Actor.
2010-05-18 18:01:51 -05:00
AJ Kelly
dca9182138
various cleanup and commenting
2010-03-14 19:46:05 -05:00
AJ Kelly
3e51544930
Initial commit.
2010-01-26 21:00:30 -06:00
Devin J. Pohly
80057f53cd
smsvn -> ssc-hg glue: rearrange directory structure
2013-06-10 15:38:43 -04:00