Richard Davey
|
bd6cabe997
|
Update CHANGELOG.md
|
2019-11-18 22:20:12 +00:00 |
|
Richard Davey
|
1091d09d93
|
Video.destroy has been renamed to Video.preDestroy , so that it now destroys properly like all other Game Objects. Fix #4821
|
2019-11-18 22:20:08 +00:00 |
|
Richard Davey
|
9ff331e10e
|
Merge pull request #4829 from jsoref/spelling
Spelling
|
2019-11-18 21:47:26 +00:00 |
|
Richard Davey
|
1e20ad706e
|
ADD and SUBTRACT added
|
2019-11-18 17:09:30 +00:00 |
|
Richard Davey
|
50d9931c11
|
Added cached MIN/MAX SAFE INT for IE support #4833
|
2019-11-18 17:01:55 +00:00 |
|
Richard Davey
|
922cbaa8ea
|
3.21 version and audit fix
|
2019-11-18 16:36:52 +00:00 |
|
Richard Davey
|
304c81cad4
|
Update CHANGELOG.md
|
2019-11-18 16:36:52 +00:00 |
|
Richard Davey
|
4a32318185
|
eslint fixes
|
2019-11-18 16:36:52 +00:00 |
|
Richard Davey
|
2a7e7157bd
|
Merge pull request #4831 from apasov/patch-1
Fix: enable loading video file as data URI (fixes #4830)
|
2019-11-18 16:26:06 +00:00 |
|
Richard Davey
|
26d884746f
|
Update CHANGELOG.md
|
2019-11-18 16:24:24 +00:00 |
|
Richard Davey
|
cc6cec5c83
|
Added in forceSetTimeout fps value (#4179)
|
2019-11-18 16:23:29 +00:00 |
|
Richard Davey
|
360640e4de
|
Update CHANGELOG.md
|
2019-11-18 16:13:58 +00:00 |
|
Richard Davey
|
7b530ee699
|
Code format fixes
|
2019-11-18 16:08:36 +00:00 |
|
Richard Davey
|
afc175a392
|
Update CHANGELOG.md
|
2019-11-18 16:02:34 +00:00 |
|
Richard Davey
|
0ba697ee4a
|
JSDoc updates
|
2019-11-18 16:02:34 +00:00 |
|
Richard Davey
|
9863eafc00
|
Merge pull request #4820 from Olliebrown/tiled-layer-groups
Support for Tiled layer groups
|
2019-11-18 16:01:04 +00:00 |
|
Richard Davey
|
f36235319f
|
Merge pull request #4836 from Olliebrown/tilemap_remove_bug
Fix for bug related to Issue #4737
|
2019-11-18 15:58:51 +00:00 |
|
Richard Davey
|
436b54856d
|
Merge pull request #4816 from ilyaryabchinski/get-points-types
fix: types for getPoints method
|
2019-11-18 15:55:12 +00:00 |
|
Richard Davey
|
55a4146726
|
Merge pull request #4826 from Olliebrown/input-drag-thresholds
Fixes for malfunctioning Drag Threshold properties (Issue #4667)
|
2019-11-18 15:51:26 +00:00 |
|
Richard Davey
|
82e4490a07
|
Merge pull request #4827 from koljakutschera/master
fix light2d using tileset from dynamictilemaplayer (#4167,#4079)
|
2019-11-18 15:48:34 +00:00 |
|
Richard Davey
|
8528e414f0
|
Merge pull request #4828 from Olliebrown/input-debugHitbox-fixes
Fixes for drawing offset hitboxes in input.enableDebug (fixes #4722)
|
2019-11-18 15:44:31 +00:00 |
|
Richard Davey
|
6b1cdc80a3
|
Merge pull request #4858 from samme/feature/closest-furthest-targets
Add `targets` argument to ArcadePhysics#closest() and ArcadePhysics#furthest()
|
2019-11-18 13:44:23 +00:00 |
|
Richard Davey
|
9596f7c366
|
Merge pull request #4864 from rexrainbow/curve-improvement
Curve improvement
|
2019-11-18 13:41:43 +00:00 |
|
Hua
|
4c6cac514c
|
Typo
|
2019-11-18 11:21:31 +08:00 |
|
Hua
|
a8516d70c9
|
Typo
|
2019-11-18 11:17:15 +08:00 |
|
Hua
|
f0d2394c6f
|
Typo
|
2019-11-18 11:11:25 +08:00 |
|
Hua
|
c198c4e2b3
|
Override default Curve.arcLengthDivisions to 1
|
2019-11-18 11:01:35 +08:00 |
|
Hua
|
5f53466d0e
|
Add stepRate argument in getPoints method
|
2019-11-18 11:01:22 +08:00 |
|
samme
|
e572921f38
|
Add targets argument to closest(), furthest()
And exclude `source` from targets
|
2019-11-13 09:56:37 -08:00 |
|
Richard Davey
|
a52831d49b
|
Update CHANGELOG.md
|
2019-11-13 10:19:10 +00:00 |
|
Hua
|
a02ce69329
|
Fix typo
|
2019-11-06 14:22:56 +08:00 |
|
Hua
|
f0c1d8f846
|
Add some action methods
|
2019-11-06 14:22:47 +08:00 |
|
Hua
|
53e9fd1465
|
Add SetScrollFactor into Action and Group's createFromConfig
|
2019-11-05 14:39:56 +08:00 |
|
samme
|
c46ab84fd9
|
Use body center in closest, furthest
|
2019-11-04 16:11:38 -08:00 |
|
Seth Berrier
|
13b6d6d5ae
|
Fix for bug related to Issue #4737
- When removing a layer from a tilemap, layerIndex can become invalid
- Added loop to fix any existing tilemapLayer.layerIndex vales
|
2019-10-31 16:03:48 -05:00 |
|
Ilya Apasov
|
abe3247e47
|
Enable loading video file as data URI (fixes #4830)
|
2019-10-29 19:02:56 +02:00 |
|
Josh Soref
|
f21c3f4e07
|
spelling: yoyo'ing
|
2019-10-29 02:43:09 -04:00 |
|
Josh Soref
|
c0d92a56a7
|
spelling: will
|
2019-10-29 02:42:27 -04:00 |
|
Josh Soref
|
02a7169129
|
spelling: vertex
|
2019-10-29 02:41:21 -04:00 |
|
Josh Soref
|
ca65399c13
|
spelling: updatefail
|
2019-10-29 02:40:08 -04:00 |
|
Josh Soref
|
e57d5fcf2f
|
spelling: repeated
|
2019-10-29 02:33:37 -04:00 |
|
Josh Soref
|
94e96b3fd2
|
spelling: renderered
|
2019-10-29 02:33:23 -04:00 |
|
Josh Soref
|
315d43f893
|
spelling: receive
|
2019-10-29 02:33:06 -04:00 |
|
Josh Soref
|
e35c06eff5
|
spelling: overridden
|
2019-10-29 02:27:43 -04:00 |
|
Josh Soref
|
868c822e02
|
spelling: multiplied
|
2019-10-29 02:26:13 -04:00 |
|
Josh Soref
|
0be8286887
|
spelling: intersection
|
2019-10-29 02:24:28 -04:00 |
|
Josh Soref
|
013ece9373
|
spelling: indices
|
2019-10-29 02:22:43 -04:00 |
|
Josh Soref
|
0526276e68
|
spelling: in case
|
2019-10-29 02:21:46 -04:00 |
|
Josh Soref
|
5976534e0b
|
spelling: github
|
2019-10-29 02:20:29 -04:00 |
|
Josh Soref
|
3abbb13de5
|
spelling: formula
|
2019-10-29 02:19:05 -04:00 |
|