Commit graph

26 commits

Author SHA1 Message Date
Richard Davey
e5b35c0cf5 JSDocs added. 2017-10-12 15:09:52 +01:00
Richard Davey
8cf60b4c3e Tidying-up the namespace. 2017-10-11 17:06:13 +01:00
Richard Davey
51a5193999 Removed un-used methods. 2017-10-11 12:37:11 +01:00
photonstorm
52bb355429 Removing old and incorrect jsdoc blocks ready for first documentation pass. 2017-08-01 13:10:08 +01:00
photonstorm
0eb97956f4 Smoothing exposed via Phaser.DOM 2017-06-08 15:05:18 +01:00
photonstorm
ca81ac2ec0 Applies Smoothing to any new Canvas created. 2017-06-08 15:04:08 +01:00
photonstorm
b17d3679fa Fixed Smoothing so it doesn't use the CanvasPool. 2017-06-08 15:03:55 +01:00
photonstorm
ea44513fda ESLint updates. 2017-06-02 17:08:22 +01:00
photonstorm
1eda6229be Moved the raf after the callback. 2017-04-28 03:13:32 +01:00
Richard Davey
90bd8a7991 New Graphics.Color functions (in preparation for doing State background color management) 2017-02-09 14:48:25 +00:00
Richard Davey
c2025b3e24 ESLint fix. 2017-02-07 18:44:35 +00:00
photonstorm
f7aa82a2ff Added DOM entry point, and getFirst to Children. 2017-02-02 16:55:02 +00:00
photonstorm
5c495bbdf8 RAF now calls StateManager.step directly.
Game no longer has RNG property.
2017-01-25 12:02:18 +00:00
vulvulune
f4110815e2 remove always true if condition 2017-01-17 20:20:14 +01:00
Richard Davey
ad43925215 Swapped to var declaration and removed RAF polyfill from file, as not needed. 2017-01-09 23:54:14 +00:00
Richard Davey
5074aa7e67 Swap to var. 2017-01-09 23:01:35 +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
04ecaefc48 Lots of noise removal and fixed loader processing queue. 2016-12-07 01:13:17 +00:00
photonstorm
e83bd3d544 Added NOOP.
Added Config pre and post boot callbacks.
Added Image and start of the Game Factory rebuild.
2016-11-28 16:55:25 +00:00
Richard Davey
14d2c6a8ae Updated CanvasPool to store the type (2d or webgl), so it doesn't give incorrect canvases back out again. Updated Features to use proper canvases when feature testing. Added Interpolation code. Cached the Smoothing prefix. 2016-11-26 02:32:59 +00:00
Richard Davey
e45096611e Converted the Device and CanvasPool into page level singletons, that can be shared by all instances of a Phaser Game running in the same page. 2016-11-26 01:28:53 +00:00
Richard Davey
3009a42df4 Added new DOM controls and the CanvasPool. 2016-11-26 00:36:11 +00:00
Richard Davey
45002461db Added in final Device tests. 2016-11-25 04:33:48 +00:00
Richard Davey
36ca61dddb Added in the final DOM level functions. 2016-11-25 02:08:33 +00:00
Richard Davey
970dea20f5 Added checksum ability to build process.
Fixed RequestAnimationFrame.
2016-11-25 01:37:14 +00:00
Richard Davey
96c7446b1e Added RAF 2016-11-25 00:34:37 +00:00