Commit graph

4871 commits

Author SHA1 Message Date
Felipe Alfonso
7c96e93c47 Canvas RenderTexture rendering added 2018-02-23 21:05:15 -03:00
Niklas Berg
a50eaae727 Arcade groups collider 2018-02-24 00:04:12 +01:00
Niklas Berg
456faf400c Arcade groups collider 2018-02-24 00:02:19 +01:00
Niklas Berg
b9e4d15efb Groups arcade collisions 2018-02-23 23:49:12 +01:00
Niklas Berg
25aa3263ed Merge remote-tracking branch 'upstream/master' 2018-02-23 23:45:11 +01:00
Richard Davey
f6210905ae Merge branch 'master' of https://github.com/photonstorm/phaser 2018-02-23 17:48:05 +00:00
Richard Davey
13863eca30 Preparing for 3.2.0. 2018-02-23 17:48:00 +00:00
Felipe Alfonso
9dbb4db4c6 Added inverted alpha to bitmap mask 2018-02-23 14:09:27 -03:00
Pavle Goloskokovic
e0b85dd3f2 Updated forEachActiveSound method docs to make scope param optional 2018-02-23 15:27:40 +01:00
Felipe Alfonso
ef8e92dc01 RenderTexture base webgl implementation 2018-02-23 00:44:22 -03:00
Richard Davey
4043fa2925
Merge branch 'master' into Phaser#3180 2018-02-22 23:58:38 +00:00
Richard Davey
6581f301c4
Merge pull request #3273 from samme/feature/load-data-uri-warning
Elevate console message for loading data URIs
2018-02-22 23:53:03 +00:00
Felipe Alfonso
57333ea492 Fixed issue with null texture on particle emitter batch generation 2018-02-22 20:36:25 -03:00
samme
2b309c06e5 Elevate console message for loading data URIs 2018-02-22 09:28:02 -08:00
AleBles
697d096221 Added data to ScenePlugin, fixes #3180 2018-02-22 12:34:19 +01:00
Felipe Alfonso
6293233488 Implemented static tilemap layer scale and tilemap alpha 2018-02-22 01:16:10 -03:00
Felipe Alfonso
a218cd5f4a Fixed issue with vertex buffer creation on Static Tilemap Layer 2018-02-22 01:07:43 -03:00
Richard Davey
11d77de4ab Merge branch 'master' of https://github.com/photonstorm/phaser 2018-02-22 01:59:41 +00:00
Richard Davey
b57ab091c1 The KeyCode FORWAD_SLASH had a typo and has been changed to FORWAD_SLASH. Fix #3271 (thanks @josedarioxyz) 2018-02-22 01:59:32 +00:00
Richard Davey
0fdeb64ad1
Merge pull request #3269 from samme/docs/load-spritesheet
Correct method name in LoaderPlugin#spritesheet
2018-02-22 01:56:43 +00:00
Richard Davey
997338c35b jsdoc fixes 2018-02-22 01:52:11 +00:00
Richard Davey
9b37a123e2 Updated version number and change log 2018-02-22 01:50:46 +00:00
Richard Davey
147dec11ab Tween.updateTweenData will now check to see if the Tween target still exists before trying to update its properties. 2018-02-22 01:50:36 +00:00
Richard Davey
7126f80615 Fixed jsdocs 2018-02-22 01:38:19 +00:00
Richard Davey
df341be520 Removed local properties that were overwritten by the getters / setters 2018-02-22 01:26:36 +00:00
Richard Davey
4b96ed4d6e jsdoc fixes 2018-02-22 01:17:54 +00:00
Richard Davey
26f0578261 jsdoc fixes 2018-02-22 01:07:30 +00:00
Richard Davey
fe5bd7e6bb Fixed jsdoc errors 2018-02-21 22:51:05 +00:00
samme
bb23b19ef7 Correct method name in LoaderPlugin#spritesheet 2018-02-21 09:43:49 -08:00
Richard Davey
193ac6bfed Updated for 3.1.1 Release. 2018-02-20 14:23:21 +00:00
Richard Davey
73da8608e0 Fixed lint errors 2018-02-19 23:14:57 +00:00
Felipe Alfonso
4b9b4c91a3 Dynamic BitmapText's origin is used on rendering the text 2018-02-19 18:20:30 -03:00
Felipe Alfonso
41bcaba43a Dynamic BitmapText now uses origin component to render the text. 2018-02-19 18:16:57 -03:00
Felipe Alfonso
0c895db8a0 Merge branch 'master' of https://github.com/photonstorm/phaser 2018-02-19 17:57:26 -03:00
Felipe Alfonso
abfe7536e9 Removed the read of constant values from the WebGLRenderingContext object. Now they are read from an instance of webgl context. 2018-02-19 17:49:17 -03:00
Richard Davey
337d07a1ab
Merge pull request #3254 from yupaul/master
Bugfixes in Structs.Set
2018-02-19 20:48:31 +00:00
Richard Davey
8bf38d6ac3
Merge pull request #3255 from samme/fix/keyword-static
Fix 'static is a reserved word in strict mode'
2018-02-19 20:41:31 +00:00
Richard Davey
3b70819f4f
Merge pull request #3260 from rblopes/remove-unused-scene-plugin-property
Removed unused queue property in `ScenePlugin`.
2018-02-19 20:39:21 +00:00
Felipe Alfonso
50c79c14af Removed double rounding to pixel on rendering routines.
Fixed rounding pixel issue when camera is shaking
2018-02-19 17:38:40 -03:00
Felipe Alfonso
cdc4359fd7 Fixed issue with tint being set on the incorrect vertex 2018-02-19 17:06:08 -03:00
Pavle Goloskokovic
b39f4fcfa1 Fixes #3238 2018-02-19 16:17:06 +01:00
Rafael Barbosa Lopes
7d64c12e66 Removed unused queue property in ScenePlugin. 2018-02-19 10:00:52 -03:00
Pavle Goloskokovic
fe9951216b Calling base class destroy method only after cleaning up all Web Audio related stuff 2018-02-18 21:52:51 +01:00
Pavle Goloskokovic
ae89750610 Removed redundant docs 2018-02-18 21:38:04 +01:00
Pavle Goloskokovic
812cbbff9f Removed redundant docs 2018-02-18 21:37:23 +01:00
Pavle Goloskokovic
7b9af8691a Fixed add method docs 2018-02-18 21:36:39 +01:00
Pavle Goloskokovic
c3313ef6e5 Fixed class docs 2018-02-18 21:35:39 +01:00
Pavle Goloskokovic
631e6cdf59 Removed redundant docs 2018-02-18 21:24:49 +01:00
Pavle Goloskokovic
1046991e66 Removed redundant docs 2018-02-18 21:24:29 +01:00
Pavle Goloskokovic
81bebfd8c1 Removed redundant docs 2018-02-18 21:24:05 +01:00
Pavle Goloskokovic
ae890eca8a Removed redundant docs 2018-02-18 21:23:30 +01:00
Pavle Goloskokovic
94859c6f99 Removed redundant docs 2018-02-18 21:23:15 +01:00
Pavle Goloskokovic
0b377a34d6 Fixed update method docs, ESLint fix 2018-02-18 21:22:49 +01:00
Pavle Goloskokovic
a08dc5ef64 ESLint fix for playCatchPromise method 2018-02-18 21:21:42 +01:00
Pavle Goloskokovic
1e08945173 Fixed pickAudioTag method docs 2018-02-18 21:20:49 +01:00
Pavle Goloskokovic
c745e096ad Fixed pickAndPlayAudioTag method docs 2018-02-18 21:20:21 +01:00
Pavle Goloskokovic
b607251e77 Fixed stop method docs 2018-02-18 21:20:00 +01:00
Pavle Goloskokovic
5010755aea Fixed resume method docs 2018-02-18 21:19:44 +01:00
Pavle Goloskokovic
7fd6ce95c3 Fixed pause method docs 2018-02-18 21:19:16 +01:00
Pavle Goloskokovic
ebd23f9ae2 Fixed play method docs 2018-02-18 21:18:45 +01:00
Pavle Goloskokovic
0d20a413a7 Fixed class docs 2018-02-18 21:18:09 +01:00
Pavle Goloskokovic
735394bc84 ESLint fix 2018-02-18 21:13:55 +01:00
Pavle Goloskokovic
e6616ec484 Fixed play method docs 2018-02-18 21:13:18 +01:00
Pavle Goloskokovic
1d373cb91e ESLint fix 2018-02-18 21:12:34 +01:00
Pavle Goloskokovic
afbbd7a724 ESLint fix 2018-02-18 21:11:56 +01:00
Pavle Goloskokovic
9af39924ca Updated sounds property docs, ESLint fix 2018-02-18 21:10:37 +01:00
Pavle Goloskokovic
e9ef90da40 ESLint fix 2018-02-18 21:09:14 +01:00
Pavle Goloskokovic
fcad5b12d2 Removed redundant docs 2018-02-18 20:38:57 +01:00
Pavle Goloskokovic
41cf6a2584 Removed redundant docs 2018-02-18 20:38:38 +01:00
Pavle Goloskokovic
ec51794197 Removed redundant docs 2018-02-18 20:38:04 +01:00
Pavle Goloskokovic
4969349f23 Removed redundant docs 2018-02-18 20:37:53 +01:00
Pavle Goloskokovic
ae2120b36a Removed redundant docs, eslint fix 2018-02-18 20:37:37 +01:00
Pavle Goloskokovic
dd9d769061 Removed redundant docs, eslint fix 2018-02-18 20:37:27 +01:00
Pavle Goloskokovic
2ec0f4f5c5 Removed redundant docs 2018-02-18 20:37:12 +01:00
Pavle Goloskokovic
c140e2e40b Removed redundant docs 2018-02-18 20:36:59 +01:00
Pavle Goloskokovic
06d8a21d3a Removed redundant docs 2018-02-18 20:36:16 +01:00
Pavle Goloskokovic
4dbb8a1dee Removed redundant docs 2018-02-18 20:36:04 +01:00
Pavle Goloskokovic
c5981812e2 Removed redundant docs 2018-02-18 20:35:53 +01:00
Pavle Goloskokovic
19bec4d832 Removed redundant docs 2018-02-18 20:35:35 +01:00
Pavle Goloskokovic
8850435ed3 Removed redundant docs 2018-02-18 20:35:14 +01:00
Pavle Goloskokovic
03a659a9e2 Removed redundant docs 2018-02-18 20:35:02 +01:00
Pavle Goloskokovic
e676d264fa Removed redundant docs 2018-02-18 20:34:49 +01:00
Pavle Goloskokovic
0f6aa55859 Removed redundant docs 2018-02-18 20:34:37 +01:00
Pavle Goloskokovic
67fd912c1f Fixed class docs 2018-02-18 20:34:16 +01:00
Pavle Goloskokovic
d7f25fb363 Removed redundant docs 2018-02-18 20:25:22 +01:00
Pavle Goloskokovic
b92f958a4f Removed redundant docs 2018-02-18 20:25:00 +01:00
Pavle Goloskokovic
4efd588123 Removed redundant docs 2018-02-18 20:24:44 +01:00
Pavle Goloskokovic
5c631d8b8e Removed redundant docs 2018-02-18 20:24:31 +01:00
Pavle Goloskokovic
a733ce8054 Removed redundant docs, eslint fix 2018-02-18 20:24:18 +01:00
Pavle Goloskokovic
8cf45cdc7e Removed redundant docs, eslint fix 2018-02-18 20:24:05 +01:00
Pavle Goloskokovic
06fba3b6c7 Removed redundant docs, eslint fix 2018-02-18 20:23:55 +01:00
Pavle Goloskokovic
3bcf936347 Fixed play method docs, eslint fix 2018-02-18 20:23:31 +01:00
Pavle Goloskokovic
7522e8613f Removed redundant docs 2018-02-18 20:23:15 +01:00
Pavle Goloskokovic
8945fa798e Fixed play method docs 2018-02-18 20:23:02 +01:00
Pavle Goloskokovic
43eec1c43c Removed redundant docs 2018-02-18 20:22:52 +01:00
Pavle Goloskokovic
98fdfde972 Removed redundant docs 2018-02-18 20:22:39 +01:00
Pavle Goloskokovic
bb7909b7f0 Removed redundant docs 2018-02-18 20:22:27 +01:00
Pavle Goloskokovic
5a34d1ae2c Removed redundant docs 2018-02-18 20:22:17 +01:00
Pavle Goloskokovic
870f1d95a5 Removed redundant docs 2018-02-18 20:22:07 +01:00
Pavle Goloskokovic
d9af59c72e Removed redundant docs 2018-02-18 20:21:57 +01:00