Richard Davey
|
e734e7ef6b
|
Extensive Animation API changes to use milliseconds, improve docs and access to properties
|
2018-04-04 16:13:45 +01:00 |
|
Richard Davey
|
552cfe3c5e
|
Animation Component overhaul
|
2018-04-04 14:44:09 +01:00 |
|
Richard Davey
|
51d29b818d
|
Animation.updateFrame will now call setSizeToFrame on the Game Object, which will adjust the Game Objects width and height properties to match the frame size. Fix #3473
|
2018-04-04 13:14:41 +01:00 |
|
Antriel
|
630732f9fc
|
jsdoc generics fix
|
2018-03-30 14:43:58 +02:00 |
|
Richard Davey
|
e7191e9d8e
|
jsdoc updates
|
2018-03-29 13:48:14 +01:00 |
|
Richard Davey
|
91008232ad
|
jsdoc fixes
|
2018-03-29 13:12:07 +01:00 |
|
Richard Davey
|
562344fed0
|
The ComputedSize Component now has setSize and setDisplaySize methods. This component is used for Game Objects that have a non-texture based size.
|
2018-03-29 12:55:28 +01:00 |
|
Richard Davey
|
aec64c635e
|
Removed floats
|
2018-03-29 12:54:12 +01:00 |
|
Richard Davey
|
747f09af86
|
jsdoc fixes
|
2018-03-28 15:04:09 +01:00 |
|
orblazer
|
ae0b3b841b
|
Fix types on GameObjects
|
2018-03-27 14:52:58 +02:00 |
|
Richard Davey
|
5816b863fa
|
Removed TransformNode so it doesn't break the 3.3 CI build
|
2018-03-22 13:19:52 +00:00 |
|
orblazer
|
5a518f2e5f
|
Fix "object" types on Camera and GameObjecs
|
2018-03-20 23:28:26 +01:00 |
|
Richard Davey
|
31bf979eb2
|
Merge pull request #3432 from orblazer/fix-types
Fix nullable and multiple types
|
2018-03-20 15:31:17 +00:00 |
|
Felipe Alfonso
|
701d43b3c3
|
TransformNode Implemented for nested transformations
|
2018-03-20 12:15:14 -03:00 |
|
orblazer
|
87633fdfad
|
Fix multiple types on GameObjects
|
2018-03-20 15:56:31 +01:00 |
|
orblazer
|
bf630f7d57
|
Fix types in JSDocs
|
2018-03-19 19:49:14 +01:00 |
|
orblazer
|
90def456f2
|
Update JSDoc on GameObjects
|
2018-03-19 12:54:31 +01:00 |
|
Richard Davey
|
cc0998660e
|
Updated jsdocs
|
2018-03-18 13:43:37 +00:00 |
|
Richard Davey
|
a8886a60d3
|
Actually round the value.
|
2018-03-17 17:03:30 +00:00 |
|
Richard Davey
|
05a4385cd7
|
jsdoc fixes
|
2018-03-16 17:29:39 +00:00 |
|
Richard Davey
|
19a17bcf63
|
Updating docs
|
2018-03-15 17:27:30 +00:00 |
|
Richard Davey
|
0368473b95
|
The SetFrame method now has two optional arguments: updateSize and updateOrigin (both true by default) which will update the size and origin of the Game Object respectively. Fix #3339
|
2018-03-12 14:45:18 +00:00 |
|
Richard Davey
|
8d85a9bc72
|
Added jsdocs
|
2018-03-05 14:19:53 +00:00 |
|
Richard Davey
|
ae1c91cf6a
|
eslint fixes
|
2018-03-05 01:40:11 +00:00 |
|
Richard Davey
|
7341d7a6cf
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-03-02 17:49:01 +00:00 |
|
Richard Davey
|
4de9690f98
|
The setFrame method of the Texture component has been updated so that it will now automatically reset the width and height of a Game Object to match that of the new Frame. Related, it will also adjust the display origin values, because they are size based. If the Frame has a custom pivot it will set the origin to match the custom pivot instead.
|
2018-03-02 16:23:43 +00:00 |
|
Felipe Alfonso
|
865f0a604e
|
Small fix on the MatrixStack rotation function
|
2018-03-02 11:29:04 -03:00 |
|
Richard Davey
|
252a76f416
|
The Headless render mode has been implemented. You can now set HEADLESS as the renderType in the Game Config and it will run a special game step that skips rendering. It will still create a Canvas element, as lots of internal systems (like input) rely on it, but it will not draw anything to it. Fix #3256
|
2018-02-28 21:57:32 +00:00 |
|
Richard Davey
|
34e5a282d2
|
AnimationComponent.play now calls setSizeToFrame() and updateDisplayOrigin() on the parent Game Object in order to catch situations where you've started playing an animation on a Game Object that uses a different size to the previously set frame.
|
2018-02-27 01:09:09 +00:00 |
|
Felipe Alfonso
|
ef8e92dc01
|
RenderTexture base webgl implementation
|
2018-02-23 00:44:22 -03:00 |
|
Richard Davey
|
86f00eeb52
|
eslint fixes
|
2018-02-16 18:17:51 +00:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Richard Davey
|
5085ed5c9f
|
Added setOriginFromFrame.
|
2018-02-09 15:21:49 +00:00 |
|
Richard Davey
|
3422569a4a
|
setFrame will use a custom pivot, if set.
|
2018-02-09 15:21:39 +00:00 |
|
Richard Davey
|
40689d1e35
|
Updated jsdocs.
|
2018-02-07 15:27:21 +00:00 |
|
Richard Davey
|
a42d1a3f3e
|
Added jsdocs
|
2018-02-06 16:37:35 +00:00 |
|
Richard Davey
|
b0bb397369
|
Added jsdocs
|
2018-02-06 16:15:22 +00:00 |
|
Richard Davey
|
9e8ee078e8
|
Fixed mixin jsdoc defs
|
2018-02-01 01:36:52 +00:00 |
|
Richard Davey
|
6611685640
|
Added jsdocs
|
2018-02-01 01:20:11 +00:00 |
|
Richard Davey
|
a506fcc3ac
|
Added jsdocs
|
2018-02-01 01:09:34 +00:00 |
|
Richard Davey
|
d457373287
|
Added Depth component and tidied up redundant parts of Transform
|
2018-02-01 00:50:15 +00:00 |
|
Richard Davey
|
c254cb2991
|
Added jsdocs
|
2018-02-01 00:25:33 +00:00 |
|
Richard Davey
|
950a125d71
|
Added jsdocs
|
2018-02-01 00:04:45 +00:00 |
|
Felipe Alfonso
|
d9b04ef2e9
|
Light2D Plugin added to scene
|
2018-01-30 19:46:43 -03:00 |
|
Felipe Alfonso
|
de4b308fbd
|
Light2D update
|
2018-01-30 00:38:31 -03:00 |
|
Felipe Alfonso
|
71a6360a7b
|
Pipeline components added
|
2018-01-29 18:46:48 -03:00 |
|
Richard Davey
|
79de1b860a
|
Added jsdocs
|
2018-01-26 15:37:42 +00:00 |
|
Felipe Alfonso
|
2b043fff65
|
Removed RenderTarget and Shader from components
|
2018-01-22 18:53:15 -03:00 |
|
Richard Davey
|
d46662cd46
|
Swapped to using Number.MAX_VALUE so repeat -1 now works properly in IE11 and below.
|
2018-01-18 14:59:32 +00:00 |
|
Richard Davey
|
89c04fc193
|
Merged Animation component.
|
2018-01-16 15:39:18 +00:00 |
|