photonstorm
|
71a51b5999
|
Added Set.iterate.
|
2016-12-08 16:23:04 +00:00 |
|
photonstorm
|
903b703245
|
Added Multi Atlas loader support and fixed issue with Set.each iteration.
|
2016-12-08 16:23:04 +00:00 |
|
Richard Davey
|
ba76c2225d
|
Added new Angle functions.
|
2016-12-07 20:37:03 +00:00 |
|
photonstorm
|
0fce66c6f2
|
Added in all of the Phaser Math functions. Phew!
|
2016-12-07 17:16:59 +00:00 |
|
photonstorm
|
7bf07c2151
|
Added in all of the Array Utils.
|
2016-12-07 13:34:21 +00:00 |
|
Richard Davey
|
07f3756761
|
Creates a __BASE entry for the atlas.
Defaults to __BASE if no texture frame was found in the atlas (may consider replacing with blank texture)
|
2016-12-07 10:58:35 +00:00 |
|
Richard Davey
|
5e0bbd7028
|
Fixed ability for it to load multi-part files and parse atlas data.
|
2016-12-07 10:50:10 +00:00 |
|
Richard Davey
|
ae47921f42
|
Support for lots of new file types, and the start of the multi-file loader.
|
2016-12-07 04:43:02 +00:00 |
|
Richard Davey
|
cee7498180
|
Fixes to get the renderer working.
|
2016-12-07 03:42:41 +00:00 |
|
Richard Davey
|
14ee4c2d1b
|
Added Camera and fixed path issues.
|
2016-12-07 02:40:07 +00:00 |
|
Richard Davey
|
a081ae8904
|
Path fixes.
|
2016-12-07 02:29:22 +00:00 |
|
Richard Davey
|
82d1ceeba4
|
Adding in WebGL Renderer.
|
2016-12-07 02:28:22 +00:00 |
|
Richard Davey
|
28538f09b9
|
Added in all the Components.
|
2016-12-07 01:40:56 +00:00 |
|
Richard Davey
|
04ecaefc48
|
Lots of noise removal and fixed loader processing queue.
|
2016-12-07 01:13:17 +00:00 |
|
Richard Davey
|
2d90ae2b08
|
Images now parse into Blobs properly.
|
2016-12-07 00:27:56 +00:00 |
|
Richard Davey
|
393791706e
|
Adding in Image parsing.
|
2016-12-07 00:04:53 +00:00 |
|
Richard Davey
|
5073489a1c
|
Merge pull request #2906 from mredbishop/patch-3
Patch 3
|
2016-12-07 00:04:07 +00:00 |
|
EdBishop
|
9900ebff98
|
Update from latest merges updates for release.
|
2016-12-06 23:50:50 +00:00 |
|
Ed Bishop
|
c345e073b1
|
Initial change to start a pull request branch, updating version
|
2016-12-06 23:19:33 +00:00 |
|
photonstorm
|
b3e4c349d2
|
Getting ready to hook the Loader to the Texture Manager.
|
2016-12-06 16:49:29 +00:00 |
|
photonstorm
|
7cf7eadb1f
|
Added in the new Texture Manager and all Parsers.
|
2016-12-06 16:18:28 +00:00 |
|
photonstorm
|
ff5273d01c
|
Adding in the start of the Math functions.
|
2016-12-06 16:18:12 +00:00 |
|
photonstorm
|
2b3127c405
|
Cutting out the noise.
|
2016-12-06 15:25:24 +00:00 |
|
photonstorm
|
048e11bc5e
|
New Loader Events, and sorted out the const assignments.
|
2016-12-06 15:15:42 +00:00 |
|
photonstorm
|
8719bccefb
|
Fixed jsdocs.
|
2016-12-06 14:52:05 +00:00 |
|
photonstorm
|
952d6aa49d
|
You can now use EventDispatcher.filter to scan outgoing events.
|
2016-12-06 14:08:58 +00:00 |
|
Richard Davey
|
a3e23e5c8a
|
Lots of tidying up.
|
2016-12-06 02:07:30 +00:00 |
|
Richard Davey
|
6aa620a853
|
Big refactoring to allow for multi-bindings from a single dispatcher.
|
2016-12-06 01:39:06 +00:00 |
|
Richard Davey
|
f3f6c98896
|
Merge pull request #2904 from embair/patch-1
Clarification of fixedToCamera semantics
|
2016-12-05 23:18:00 +00:00 |
|
Michal Bureš
|
3317168abd
|
Clarification of fixedToCamera semantics
Make it more clear that components with fixedToCamera=true use cameraOffset instead of the standard coordinates when rendering.
|
2016-12-06 00:12:49 +01:00 |
|
photonstorm
|
fdad2fc3b0
|
Listeners can be removed during dispatch without breaking the array.
|
2016-12-05 17:19:12 +00:00 |
|
photonstorm
|
66a5647417
|
Added small task list.
|
2016-12-05 15:29:53 +00:00 |
|
photonstorm
|
c76c5741e7
|
Added in the new EventDispatch and Event system.
|
2016-12-05 15:29:44 +00:00 |
|
photonstorm
|
1fe6731274
|
Fixes #2784
|
2016-12-05 10:34:11 +00:00 |
|
photonstorm
|
d75cfeda0a
|
Fixes #2782
|
2016-12-05 10:30:02 +00:00 |
|
photonstorm
|
24f04c75c8
|
Fixes #2807
|
2016-12-05 10:27:15 +00:00 |
|
photonstorm
|
47d6f59b58
|
Removed the last remaining eslint file #2803
|
2016-12-05 10:25:13 +00:00 |
|
photonstorm
|
fe80807d04
|
Updated docs to fix #2823
|
2016-12-05 10:20:05 +00:00 |
|
photonstorm
|
2928fd633a
|
Fixes #2824
|
2016-12-05 10:17:25 +00:00 |
|
photonstorm
|
da73a7a57b
|
Fixes #2821
|
2016-12-05 10:13:32 +00:00 |
|
photonstorm
|
0f49196755
|
Fixes #2827
|
2016-12-05 10:12:19 +00:00 |
|
photonstorm
|
9fb3c42d8a
|
Fixes jsdoc output.
|
2016-12-05 10:08:25 +00:00 |
|
photonstorm
|
f30385e1ec
|
Fixes #2837
|
2016-12-05 10:06:09 +00:00 |
|
photonstorm
|
5ca418c0d8
|
Fixes #2858
|
2016-12-05 09:57:01 +00:00 |
|
photonstorm
|
9fa4d3882b
|
TypeScript updates. Fix #2888
|
2016-12-05 09:55:14 +00:00 |
|
photonstorm
|
f3d57449c6
|
Fixed #2899
|
2016-12-05 09:50:49 +00:00 |
|
Richard Davey
|
3dc8fc23b8
|
Merge pull request #2902 from bunny1985/patch-1
Update readme.md
|
2016-12-05 09:44:02 +00:00 |
|
Richard Davey
|
3a142d529c
|
Merge pull request #2901 from keksmampfer/emitter-gravity
change Emitter.gravity from number to Phaser.Point
|
2016-12-05 09:42:24 +00:00 |
|
Richard Davey
|
54590c2a0d
|
Merge pull request #2897 from mredbishop/patch-2
This issue causes tsc to crap out under certain circumstances
|
2016-12-05 09:41:54 +00:00 |
|
Michał Banaś
|
ed107d63d2
|
Update readme.md
link fixed in readme.md in typings
|
2016-12-03 18:17:58 +01:00 |
|