Commit graph

5964 commits

Author SHA1 Message Date
Richard Davey
7d044d7f14 Updating game loop 2017-01-18 16:11:29 +00:00
Richard Davey
270504923d Fixed Scale Mode references. 2017-01-18 14:48:02 +00:00
Richard Davey
26ac8f5c58 Moved renderer consts to their own files.
Added CanvasFeatures device tests.
Updated Canvas renderer.
2017-01-18 14:09:26 +00:00
Richard Davey
6615e8b514 Tidied up the Particle Renderer. 2017-01-18 11:59:00 +00:00
Richard Davey
5c69371a8f Merge pull request #2960 from vulvulune/transform-getvertexdata-bug
Bug fix add renderer param to getVertexData
2017-01-18 11:34:20 +00:00
Richard Davey
8259d6d928 Merge pull request #2969 from vulvulune/particles-fix3
Fix: Particle Render. global variable
2017-01-18 11:27:25 +00:00
vulvulune
514542e8ad better syntax to declare var indexB 2017-01-18 10:28:21 +01:00
vulvulune
6220b30517 declare var indexB to avoid global variable 2017-01-18 10:22:23 +01:00
Felipe Alfonso
0715656d04 Fixed Particle Renderer errors 2017-01-17 22:51:33 -03:00
Richard Davey
9b18a8121a Added dummy render function. 2017-01-18 01:18:45 +00:00
Richard Davey
c28cfc4548 Typo fixes. 2017-01-18 01:13:59 +00:00
Richard Davey
08d1d8b677 Testing Particle renderer. 2017-01-18 01:06:34 +00:00
Felipe Alfonso
54dd3f1e8c Added resize behaviour to the ParticleRenderer 2017-01-17 20:53:01 -03:00
Richard Davey
e20a3d656d Added Google Group to the README. 2017-01-17 23:39:29 +00:00
Felipe Alfonso
33c6b68dae Merge pull request #2961 from vulvulune/transform-getvettexdata-bug2
Bug fix: replace WebGLPipeline.Attribute by module Attribute
2017-01-17 20:36:48 -03:00
Felipe Alfonso
01ff226ecf Particle Renderer 2017-01-17 19:30:45 -03:00
Richard Davey
e0ffba26b1 Merge pull request #2966 from vulvulune/iss2964
Minor optimisation: Remove always true if condition
2017-01-17 19:38:15 +00:00
vulvulune
f4110815e2 remove always true if condition 2017-01-17 20:20:14 +01:00
vulvulune
dae9c1024b replace WebGLPipeline.Attribute by module Attribute 2017-01-17 09:12:24 +01:00
vulvulune
3c0982782d Add renderer to getVertexData 2017-01-17 08:59:56 +01:00
Felipe Alfonso
0df61f3057 Index and vertex buffer allocators 2017-01-16 21:11:47 -03:00
Richard Davey
a03d1a571c Fixed renderer references. 2017-01-16 23:05:27 +00:00
Richard Davey
5275b00f42 Merge pull request #2956 from vulvulune/tsd
Add TypeScript definitions files for v3
2017-01-16 23:02:21 +00:00
Richard Davey
c701592d89 Merge pull request #2957 from vulvulune/basecache-bug1
Invalid variable in BaseCache
2017-01-16 23:01:34 +00:00
Richard Davey
04f0b95795 Merge pull request #2959 from vulvulune/basetransform-bug1
Update Basetransform: using modules
2017-01-16 23:00:50 +00:00
Richard Davey
d04b16e9e8 Merge pull request #2958 from vulvulune/math-ceil-bug2
Math.Fuzzy.Ceil: fix signature
2017-01-16 22:59:53 +00:00
Felipe Alfonso
14a2843779 Merge branch 'master' of https://github.com/photonstorm/phaser 2017-01-16 19:48:51 -03:00
Felipe Alfonso
f500dbfed6 Added to webgl utils export 2017-01-16 19:48:34 -03:00
Richard Davey
9235d6fe58 Lots of Canvas Renderer fixes.
Merged CONST with Phaser export.
Fixed GetObjectValue check.
Added drawImage data to Frame.
2017-01-16 22:44:02 +00:00
Felipe Alfonso
9136460e20 WebGL Utils 2017-01-16 19:08:13 -03:00
vulvulune
a044da16fe Update to use modules 2017-01-16 23:07:55 +01:00
vulvulune
323a4af72a fix signature 2017-01-16 23:02:33 +01:00
vulvulune
caea415ff4 invalid variable name files instead of files in functions 2017-01-16 22:55:04 +01:00
vulvulune
69bbb052bc Add TypeScript definition files 2017-01-16 22:43:07 +01:00
vulvulune
bc605465ac Merge pull request #1 from photonstorm/master
Cleaned down, ready for new WebGL Renderer.
2017-01-16 20:19:59 +01:00
photonstorm
ddfeed8784 Cleaned down, ready for new WebGL Renderer. 2017-01-16 15:53:34 +00:00
Richard Davey
2809d80813 Working on the Canvas Renderer. 2017-01-12 21:28:40 +00:00
Felipe Alfonso
90113d4adc Experimental webgl backend 2017-01-11 22:31:41 -03:00
photonstorm
36825cd487 Added new Dynamic FX Generator.
Added AudioContext polyfill.
Added start of ROADMAP.
2017-01-11 04:38:15 +00:00
Felipe Alfonso
5893665a38 Small fix for const buffer 2017-01-09 22:08:13 -03:00
Richard Davey
9446af0895 Added down some ideas into a repo doc. 2017-01-10 00:54:04 +00: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
Felipe Alfonso
3eb78fdfea Device and Pipeline WebGL API 2017-01-09 19:22:38 -03:00
photonstorm
71cee10a55 Removed Phaser CE.
It has now moved to its own repo at https://github.com/photonstorm/phaser-ce
2017-01-09 14:48:42 +00:00
photonstorm
15ab5cf327 Updated README urls. 2017-01-09 14:33:29 +00:00
Richard Davey
35102bceee Merge pull request #2950 from murgo/patch-1
Fixed declarations of Phaser.Plugin.AStar in phaser.d.ts.
2017-01-09 10:42:31 +00:00
Richard Davey
4f58464157 Merge pull request #2947 from jaycetde/floating-button-fix
Fixed floating button values
2017-01-09 10:41:35 +00:00
Lauri Härsilä
a8b2d6e8e1 Updated README changelog 2017-01-09 05:55:27 +02:00
Lauri Härsilä
a2da3c46d3 Fixed declarations of Phaser.Plugin.AStar in phaser.d.ts. 2017-01-09 05:51:31 +02:00