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
Richard Davey
9aa52b5c0a
Keyboard Input functions.
2017-01-08 14:14:21 +00:00
Richard Davey
e260536f3c
Added GetAABB and Reverse. Trying alternative Area calculation.
2017-01-07 01:42:09 +00:00
Richard Davey
6d3ddfa5f1
Added Polygon functions.
2017-01-07 01:06:57 +00:00
Richard Davey
1569775835
Starting Polygon class.
2017-01-06 23:59:45 +00:00
JayceTDE
9b63134b45
Fixed floating button values
2017-01-06 12:47:46 -07:00
photonstorm
d8b7797e35
Quote.
2017-01-05 17:06:57 +00:00
Richard Davey
05aff94195
Merge pull request #2945 from samme/fix-issue-2942
...
Don't reject horizontal and vertical lines in Line.intersectsRectangle()
2017-01-05 15:47:49 +00:00
Richard Davey
3b0facec1a
Merge pull request #2944 from samme/docs-sound-currenttime
...
Describe time units in Phaser.Sound
2017-01-05 15:47:32 +00:00
Richard Davey
3c76457470
Merge pull request #2943 from r2d2rigo/patch-1
...
Fixed typings install source URL.
2017-01-05 15:47:20 +00:00
photonstorm
bec8345573
Added Hermite class and functions.
2017-01-05 15:46:47 +00:00
photonstorm
7338e5448a
More tweaks.
2017-01-05 14:36:49 +00:00
photonstorm
b9e2045672
Typo fixes.
2017-01-05 14:15:35 +00:00
photonstorm
c98b576f83
Lots of updates :)
2017-01-05 14:07:44 +00:00
photonstorm
9bc9dfaf72
New guide on working with Phaser 3.
2017-01-05 12:57:07 +00:00
Richard Davey
fa14825473
Added Line Clone, CopyFrom and Equals and fixed some build errors.
2017-01-05 00:20:11 +00:00
Richard Davey
1deac35550
Added in more intersection functions and line functions.
2017-01-04 23:53:27 +00:00
Richard Davey
4f7ed5cba8
Added in Line geometry functions.
2017-01-04 00:21:42 +00:00
Richard Davey
425252627f
Renamed from Vs to To.
2017-01-04 00:21:26 +00:00
Richard Davey
196f57c869
Added RotateAroundDistance and tidied up other Rotate functions.
2017-01-03 22:47:26 +00:00
Richard Davey
1712560c6e
Added Point.GetCentroid.
2017-01-03 22:31:02 +00:00
Richard Davey
52d769fc89
The rest of the Point functions.
2017-01-03 22:22:16 +00:00
samme
d54478d82f
Reject zero-length lines in Line.intersectsRectangle
...
Because it worked that way before.
2017-01-03 13:24:57 -08:00
samme
9954130b40
Line.intersectsRectangle should not reject horizontal/vertical lines
...
Fixes #2942
Rule 1 also implied that zero-length lines should pass when inside the
rectangle.
2017-01-03 12:45:53 -08:00
Rodrigo Diaz
12de270c3f
Fixed typings install source URL.
2017-01-03 20:26:11 +00:00
samme
15a695a80f
Describe time units in Phaser.Sound
...
Fixes #2926
2017-01-03 12:14:19 -08:00
samme
1dc1dacb35
Merge remote-tracking branch 'photonstorm/master'
2017-01-03 11:52:47 -08:00
Richard Davey
88344d095c
Merge pull request #2939 from nervestaple/patch-1
...
undefined-checking skipframes
2017-01-03 14:09:11 +00:00
Richard Davey
5d280a6078
Merge pull request #2938 from samme/docs-group-exists
...
Clarify `group.exists`
2017-01-03 14:08:30 +00:00
Jim McGee
7a554fe2de
undefined-checking skipframes
...
the way it it works currently it's not really optional. i noticed a behavior change upgrading from 2.6.2, where i would leave off the last 3 args to `cache.addSpriteSheet` and it worked fine -- now in 2.7.2 need to zero them all out as that func calls this one leaving `skipFrames` undefined, so when it's added to `frameMax` it's NaN and everything goes to hell.
2017-01-02 23:22:09 -05:00
Richard Davey
ade48e64fd
Added the start of the Point functions.
2017-01-02 22:25:40 +00:00