Chris Andrew
|
8655dfa6c9
|
WebAudioSoundManager description spacing
|
2020-03-17 21:22:40 +00:00 |
|
Chris Andrew
|
3fb803568d
|
HTML5AudioSoundManager description spacing
|
2020-03-17 21:21:13 +00:00 |
|
Jared Cook
|
2f8c00639b
|
added stepRate check for GetPoints methods
|
2020-03-16 16:12:22 -05:00 |
|
Nisar Hassan Naqvi
|
266a1b03b7
|
simplifies code contributions by fully automating the setup with gitpod.
|
2020-03-16 12:33:53 +00:00 |
|
samme
|
b61edd088e
|
Update display aspect ratio in setGameSize()
Fixes #4971
|
2020-03-13 16:49:11 -07:00 |
|
Eliot Godard
|
f4ba7c4e3a
|
Fix wrong Container.getBounds with child container
|
2020-03-12 01:42:17 -04:00 |
|
samme
|
ed83c6adc0
|
Fix undefined state during processing
|
2020-03-11 13:52:54 -07:00 |
|
halilcakar
|
43f26ad31f
|
Update JSDocs for events
|
2020-03-10 11:11:43 +03:00 |
|
samme
|
68db7d086e
|
Exit early for checkCollision.none on bodyB
|
2020-03-04 12:47:58 -08:00 |
|
samme
|
98a6f7d4bd
|
Fix 'TypeError: Invalid calling object' in IE
|
2020-03-02 12:39:13 -08:00 |
|
J.C
|
d8dc7fb4d7
|
TS def improvements
|
2020-03-02 20:14:25 +08:00 |
|
jjcapellan
|
327748bbbf
|
Refactoring syncToRender to fixedStep
|
2020-02-28 18:47:44 +01:00 |
|
samme
|
a84f7efb45
|
Docs: radian values for Transform#rotation
|
2020-02-27 10:15:44 -08:00 |
|
samme
|
677cfae424
|
Docs for Sound Managers
|
2020-02-20 09:10:25 -08:00 |
|
samme
|
55e4dc2329
|
Fix TypeError for headless renderer
|
2020-02-15 11:50:05 -08:00 |
|
Richard Davey
|
88b088b6a2
|
Update CHANGELOG.md
|
2020-02-13 12:13:18 +00:00 |
|
Richard Davey
|
f5128a428a
|
Fixed Video return type. Fix #5003
|
2020-02-13 12:13:13 +00:00 |
|
scott.l
|
10322fcd3a
|
use gameObject's world position as the debug shape position
|
2020-02-11 00:34:38 +08:00 |
|
samme
|
3c2fac2101
|
Exit early for checkCollision.none
|
2020-02-08 17:17:02 -08:00 |
|
samme
|
e100ce6593
|
checkCollision.none should prevent tile collisions
|
2020-02-08 17:15:02 -08:00 |
|
Kevin Losada
|
304fe88d6c
|
Fixed typo in readme of TypeScripy instead of TypeScript
|
2020-02-06 18:01:52 -05:00 |
|
jjcapellan
|
7e4c08c270
|
Added new property syncToRender
|
2020-02-06 19:58:43 +01:00 |
|
Rex
|
307c2b1584
|
Add incData, toggleData method
|
2020-02-05 16:17:54 +08:00 |
|
Serg
|
29c7fcaa7d
|
Proposed fix for the issue with inconsistent type of 'properties' member of Tile Layer data.
|
2020-02-04 22:47:22 -05:00 |
|
Richard Davey
|
58d40fa9e0
|
Cache the vars
|
2020-02-04 23:56:50 +00:00 |
|
Richard Davey
|
0b696ebc74
|
Added MatterJS.BodyType to GameObject.body type. Fix #4962
|
2020-02-04 21:13:44 +00:00 |
|
Richard Davey
|
1411d5514b
|
Update CHANGELOG.md
|
2020-02-04 17:30:31 +00:00 |
|
Richard Davey
|
03ee36f9ba
|
Finished JSDocs
|
2020-02-04 17:30:27 +00:00 |
|
Richard Davey
|
3183f1e7de
|
Finished JSDocs
|
2020-02-04 17:16:19 +00:00 |
|
Richard Davey
|
25bdc565f2
|
Update CHANGELOG.md
|
2020-02-04 16:53:36 +00:00 |
|
Richard Davey
|
e675c21db1
|
Finished JSDocs
|
2020-02-04 16:53:33 +00:00 |
|
Richard Davey
|
d58211da71
|
Update CHANGELOG.md
|
2020-02-04 16:19:46 +00:00 |
|
Richard Davey
|
0ee6d16c17
|
Finished Geom JSDocs
|
2020-02-04 16:19:42 +00:00 |
|
Richard Davey
|
11a24cdb73
|
Update CHANGELOG.md
|
2020-02-04 14:56:32 +00:00 |
|
Richard Davey
|
8f52fe59bb
|
Completed JSDocs
|
2020-02-04 14:56:28 +00:00 |
|
Richard Davey
|
bbde2570d4
|
Update CHANGELOG.md
|
2020-02-04 14:52:06 +00:00 |
|
Richard Davey
|
20fabba0b9
|
Impact Physics is now removed from the core API
|
2020-02-04 14:52:04 +00:00 |
|
Richard Davey
|
b5d91f1fdf
|
Finished JSDocs
|
2020-02-04 14:51:43 +00:00 |
|
Richard Davey
|
6e244d5120
|
Update CHANGELOG.md
|
2020-02-04 12:05:28 +00:00 |
|
Richard Davey
|
e7b616978a
|
Merge pull request #4961 from ourcade/update-spineplugin-defintions
update SpineGameObject.d.ts
|
2020-02-04 11:27:29 +00:00 |
|
Richard Davey
|
1a493caa4b
|
Merge pull request #4970 from samme/fix/arcade-body-setSize-center
Fix centering in Body#setSize()
|
2020-02-04 11:26:17 +00:00 |
|
Richard Davey
|
d6b03415b5
|
Merge pull request #4978 from samme/fix/arcade-body-coordinates
Arcade Physics fixes
|
2020-02-04 11:21:14 +00:00 |
|
samme
|
7d5673a0c7
|
Fix wrong body dimensions from a scaled game object
|
2020-02-01 17:25:15 -08:00 |
|
samme
|
a312d03843
|
Docs for Phaser.Physics.Arcade.StaticBody
`offset` is read only
|
2020-02-01 16:30:25 -08:00 |
|
samme
|
c07c57f9f8
|
Correct center
|
2020-02-01 16:27:02 -08:00 |
|
samme
|
a13d623743
|
Correct dimensions from game object
|
2020-02-01 16:20:46 -08:00 |
|
samme
|
37c64dc0a9
|
Correct center in constructor
|
2020-02-01 16:19:10 -08:00 |
|
samme
|
34176becb5
|
Correct position in constructor
|
2020-02-01 16:18:52 -08:00 |
|
Jason Kwok
|
bee54280ce
|
Fixed this return types for Phaser.Plugins.PluginManager
|
2020-01-30 23:48:56 +08:00 |
|
Jason Kwok
|
f8fd901d96
|
Fixed this return types for Phaser.Input.Touch.TouchManager
|
2020-01-30 23:46:02 +08:00 |
|