Commit graph

90 commits

Author SHA1 Message Date
orblazer
e60d573912 Fix "object" types in Actions 2018-03-20 23:36:41 +01:00
orblazer
7fba122321 Fix "any" types 2018-03-20 17:15:49 +01:00
orblazer
3cb00c85c9 Fix multiple types on Actions 2018-03-20 15:57:12 +01:00
orblazer
33e49a4416 Add callbacks on Boot, Actions and Create 2018-03-19 22:37:47 +01:00
orblazer
41d7c4b715 Add callbacks on Input and Geom 2018-03-19 22:12:11 +01:00
Richard Davey
45194658fb Added new Actions 2018-03-17 17:51:27 +00:00
Richard Davey
cb110e4977 Actions.SetXY has 2 new arguments: index and direction. 2018-03-17 17:51:12 +00:00
Richard Davey
c67882e900 Actions.SetY has 2 new arguments: index and direction. 2018-03-17 17:50:13 +00:00
Richard Davey
80560b7b3c Actions.SetX has 2 new arguments: index and direction. 2018-03-17 17:49:49 +00:00
Richard Davey
7052f981b5 Actions.SetVisible has 2 new arguments: index and direction. 2018-03-17 17:49:23 +00:00
Richard Davey
8f0ee99f23 Actions.SetScaleY has 2 new arguments: index and direction. 2018-03-17 17:47:37 +00:00
Richard Davey
fe7d72b326 Actions.SetScaleX has 2 new arguments: index and direction. 2018-03-17 17:47:26 +00:00
Richard Davey
84cc2c7aa2 Actions.SetScale has 2 new arguments: index and direction. 2018-03-17 17:47:07 +00:00
Richard Davey
6f3b2cf9a5 Actions.SetOrigin has 4 new arguments: stepX, stepY, index and direction. 2018-03-17 17:46:26 +00:00
Richard Davey
fa6b3bba64 Actions.SetRotation has 2 new arguments: index and direction. 2018-03-17 17:45:38 +00:00
Richard Davey
e8fe38b560 Actions.SetDepth has 2 new arguments: index and direction. 2018-03-17 17:45:19 +00:00
Richard Davey
bdddad818a Actions.SetBlendMode has 2 new arguments: index and direction. 2018-03-17 17:43:04 +00:00
Richard Davey
f47119be08 Actions.ScaleXY has 4 new arguments: stepX, stepY, index and direction. 2018-03-17 17:41:30 +00:00
Richard Davey
30f76e384d Fixed docs 2018-03-17 17:41:07 +00:00
Richard Davey
5f196aa81f Actions.SetAlpha has 2 new arguments: index and direction. 2018-03-17 17:34:41 +00:00
Richard Davey
2935e59cf6 Actions.ScaleY has 3 new arguments: step, index and direction. 2018-03-17 17:34:13 +00:00
Richard Davey
fd3aad5f08 Actions.ScaleX has 3 new arguments: step, index and direction. 2018-03-17 17:34:02 +00:00
Richard Davey
47287bc466 Actions.Rotate has 3 new arguments: step, index and direction. 2018-03-17 17:33:02 +00:00
Richard Davey
a282b76d07 Actions.PropertyValueSet is a new action that will set any property of an array of objects to the given value, using an optional step value, index and iteration direction. Most Actions have been updated to use this internally. 2018-03-17 17:32:19 +00:00
Richard Davey
263086fd6a Actions.PropertyValueInc is a new action that will increment any property of an array of objects by the given amount, using an optional step value, index and iteration direction. Most Actions have been updated to use this internally. 2018-03-17 17:31:38 +00:00
Richard Davey
5be0932fae Actions.IncXY has 4 new arguments: stepX, stepY, index and direction. 2018-03-17 17:25:25 +00:00
Richard Davey
85d4b036b3 Actions.IncY has 3 new arguments: step, index and direction. 2018-03-17 17:18:28 +00:00
Richard Davey
2d09f69410 Actions.IncX has 3 new arguments: step, index and direction. 2018-03-17 17:18:16 +00:00
Richard Davey
70058392d3 Actions.IncAlpha has 3 new arguments: step, index and direction. 2018-03-17 17:17:41 +00:00
Richard Davey
eb0fb84563 Actions.Angle has 3 new arguments: step, index and direction. 2018-03-17 17:17:18 +00:00
Richard Davey
389669e21b Updated jsdocs 2018-03-17 17:16:26 +00:00
Richard Davey
ccbf399dc2 Actions.GetLast will return the last element in the items array matching the conditions. 2018-03-17 17:16:11 +00:00
samme
c7fd31d3d2 Note samme 2018-03-12 07:29:04 -07:00
samme
add318491f Add Phaser.Actions.WrapInRectangle 2018-03-10 13:35:02 -08:00
Richard Davey
86f00eeb52 eslint fixes 2018-02-16 18:17:51 +00:00
Richard Davey
8afeafd66b SetHitArea now calls setInteractive, fixing Group.createMultiple when a hitArea has been set. 2018-02-13 08:09:13 +00:00
Richard Davey
d1f5f8a82b Added jsdocs 2018-02-12 16:01:21 +00:00
Antriel
bb346d5c2c Fixed BresenhamPoints' usage in PlaceOnTriangle. 2018-01-25 07:55:04 +01:00
Richard Davey
718859b02e Moved the depth sorting functions into the DisplayList class, as it's really the one responsible for it, not System. 2018-01-11 13:59:06 +00:00
Richard Davey
d8f1ba03e9 Moved repository location 2018-01-09 21:43:56 +00:00