You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,14 @@ There is an extensive [Migration Guide](https://github.com/photonstorm/phaser/bl
116
116
* Sounds that had been paused via game code would un-mute if the game paused and resumed.
117
117
* CSV Tilemap tiles would incorrectly set the Tile layer reference, causing collision to fail (thanks @Chapelin, fix #692)
118
118
119
+
### 2.0.4 - zero hour updates
120
+
121
+
The following issues were fixed in 2.0.4 approx. 1 hour after official release:
122
+
123
+
* ScaleManager seeds _check private var with null to avoid later comparison check (thanks @jflowers45, fix #782)
124
+
* P2.Body.applyForce should have used pxmi instead of pxm (thanks @Trufi, fix #776)
125
+
* P2 fixed creation of RevoluteConstraint by passing maxForce in the options (thanks @woutercommandeur, fix #783)
126
+
* Tilemap.getTile and getTileXY used to return `null` in 2.0.3 but returned a Tile object in 2.0.4 (with an index of -1), they now return `null` again.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,16 @@ Version 2.0.5 - "Tanchico" - in development
65
65
* P2 fixed creation of RevoluteConstraint by passing maxForce in the options (thanks @woutercommandeur, fix #783)
66
66
* Tilemap.getTile and getTileXY used to return `null` in 2.0.3 but returned a Tile object in 2.0.4 (with an index of -1), they now return `null` again.
67
67
68
+
### 2.0.4 - zero hour updates
69
+
70
+
The following issues were fixed in 2.0.4 approx. 1 hour after official release:
71
+
72
+
* ScaleManager seeds _check private var with null to avoid later comparison check (thanks @jflowers45, fix #782)
73
+
* P2.Body.applyForce should have used pxmi instead of pxm (thanks @Trufi, fix #776)
74
+
* P2 fixed creation of RevoluteConstraint by passing maxForce in the options (thanks @woutercommandeur, fix #783)
75
+
* Tilemap.getTile and getTileXY used to return `null` in 2.0.3 but returned a Tile object in 2.0.4 (with an index of -1), they now return `null` again.
76
+
77
+
68
78
69
79
There is an extensive [Migration Guide](https://github.com/photonstorm/phaser/blob/master/resources/Migration%20Guide.md) available for those converting from Phaser 1.x to 2.x. In the guide we detail the API breaking changes and approach to our new physics system.
0 commit comments