Commit graph

9369 commits

Author SHA1 Message Date
Richard Davey
d551ef3d29 Added RayDef 2018-03-19 16:34:33 +00:00
Richard Davey
034161bd66 Line.getPointA and Line.getPointB now return Vector2 instances instead of un-typed objects. 2018-03-19 16:34:22 +00:00
Richard Davey
19a08286c0 More types added 2018-03-19 15:01:14 +00:00
Richard Davey
876911fd32 Fixed var error 2018-03-19 13:50:23 +00:00
Richard Davey
620bcc6ae5 jsdoc fixes and additions 2018-03-19 13:45:00 +00:00
Richard Davey
a78651ab12 Removed un-used properties and fixed jsdoc types 2018-03-19 13:33:02 +00:00
Richard Davey
d0d05fa76e Added descriptions and fixed some types 2018-03-19 13:22:30 +00:00
Richard Davey
63fe37d406
Merge pull request #3421 from orblazer/master
Update JSDoc on Input, GameObjects, Animation and Display
2018-03-19 13:08:44 +00:00
orblazer
fa63a9090a Update JSDoc on Display 2018-03-19 14:03:41 +01:00
orblazer
ddf2f748cd Update JSDoc on Animation 2018-03-19 13:54:20 +01:00
orblazer
87d6cdaff8 Update JSDoc on GameObjects 2018-03-19 13:50:32 +01:00
orblazer
0b1078fdb8 Update JSDoc on Input 2018-03-19 13:43:19 +01:00
Richard Davey
5ba78af8d6
Merge pull request #3420 from orblazer/master
Update JSDoc on GameObjects, Geom and Math
2018-03-19 12:33:17 +00:00
orblazer
679253f591 Update JSDoc on Math 2018-03-19 13:06:46 +01:00
orblazer
0e06dcf3a1 Update JSDoc on Geom 2018-03-19 13:05:23 +01:00
orblazer
90def456f2 Update JSDoc on GameObjects 2018-03-19 12:54:31 +01:00
Richard Davey
4fe6a25117 Added jsdoc data types 2018-03-19 11:25:46 +00:00
Richard Davey
9ed04588d5
Merge pull request #3419 from orblazer/master
Update JSDoc on many files
2018-03-19 10:25:49 +00:00
orblazer
253f3b1896 Fix import on array utils 2018-03-19 02:14:22 +01:00
orblazer
454849d67d Update JSDoc on Tweens and Utils 2018-03-19 02:07:03 +01:00
orblazer
cb708dcc32 Update JSDoc on Textures, Tilemaps and Time 2018-03-19 02:03:17 +01:00
orblazer
6b5dc62ad1 Update JSDoc on Structs 2018-03-19 02:00:21 +01:00
orblazer
6a4dd8db8f Update JSDoc on Renderer and Scene 2018-03-19 01:59:59 +01:00
orblazer
449506db87 Update JSDoc on Loader 2018-03-19 01:54:19 +01:00
orblazer
c3fb72780b Update JSDoc on Cameras 2018-03-19 01:49:29 +01:00
orblazer
ae15eca7bd Update JSDoc on "Matter.JS" physics 2018-03-19 01:10:32 +01:00
orblazer
2da6a2bffe Update JSDoc on "Impact" physics 2018-03-19 00:42:09 +01:00
orblazer
af3c03a3cb Update JSDoc on "Arcade" physics 2018-03-19 00:29:46 +01:00
Richard Davey
edeb63ebbd eslint fix 2018-03-18 14:21:53 +00:00
Richard Davey
cc0998660e Updated jsdocs 2018-03-18 13:43:37 +00:00
Richard Davey
3d4be64331 Testing MatterGameObject 2018-03-17 18:07:05 +00:00
Richard Davey
7e26fdb907 Merge branch 'master' of https://github.com/photonstorm/phaser 2018-03-17 17:51:54 +00:00
Richard Davey
6c5e1ba15e Updated change log 2018-03-17 17:51:51 +00:00
Richard Davey
4a9f46c0c0 Updated change log 2018-03-17 17:51:34 +00: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