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 |
|
photonstorm
|
d8b7797e35
|
Quote.
|
2017-01-05 17:06:57 +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 |
|
Richard Davey
|
ade48e64fd
|
Added the start of the Point functions.
|
2017-01-02 22:25:40 +00:00 |
|
Richard Davey
|
3554975249
|
Exposed Geom.Intersects
|
2017-01-02 00:53:18 +00:00 |
|
Richard Davey
|
55c26bb158
|
Added lots of new Ellipse functions.
|
2017-01-02 00:47:16 +00:00 |
|
Richard Davey
|
0203f5c83e
|
Adding in the Ellipse geometry functions.
|
2017-01-01 18:23:19 +00:00 |
|
Richard Davey
|
5805adf214
|
Added Intersection functions and PointsAABB.
|
2017-01-01 15:30:54 +00:00 |
|
Richard Davey
|
b5b86595d9
|
Circle.isEmpty and Circle Intersection functions.
|
2017-01-01 14:33:41 +00:00 |
|
Richard Davey
|
8dae244076
|
Added all the Circle functions.
|
2016-12-29 00:17:20 +00:00 |
|
Richard Davey
|
8c132571fa
|
Updated Rectangle functions.
|
2016-12-28 23:41:02 +00:00 |
|
Richard Davey
|
ecffffc0e6
|
Added Circle class.
|
2016-12-28 23:40:47 +00:00 |
|
Richard Davey
|
f49a229727
|
Added Rectangle class, Geom structure, and fixed a few functions.
|
2016-12-22 01:32:21 +00:00 |
|
photonstorm
|
5a89c8d8ad
|
Merged in Lazer Rectangle functions.
|
2016-12-20 17:07:16 +00:00 |
|
photonstorm
|
6b1895e8ed
|
worldAlpha is now calculated in the read, not in preUpdate all the time.
|
2016-12-20 16:35:20 +00:00 |
|
photonstorm
|
f2ca83a143
|
Fixed export issues.
|
2016-12-20 16:34:47 +00:00 |
|
Felipe Alfonso
|
44c87b16d5
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2016-12-16 23:24:20 -03:00 |
|
Felipe Alfonso
|
5ed40ae7a8
|
Shape Texturing
|
2016-12-16 23:23:42 -03:00 |
|
photonstorm
|
d557d13d25
|
Added in new Util functions, and fixed some left-over ES6 values.
|
2016-12-15 17:15:47 +00:00 |
|
Felipe Alfonso
|
b9be1dfb23
|
pixel shader masking and gaussian blur
|
2016-12-15 03:39:16 -03:00 |
|
Felipe Alfonso
|
633098cf88
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2016-12-14 12:38:52 -03:00 |
|
Felipe Alfonso
|
2bbfb50b56
|
Canvas GL implementation
|
2016-12-14 12:38:36 -03:00 |
|
photonstorm
|
275badf1ed
|
Removed Phaser global use from modules.
|
2016-12-13 16:38:47 +00:00 |
|
photonstorm
|
6585297fbf
|
Lots of Math component exports added.
Restructured Phaser export file, finally removing it out of the Boot folder.
Fixed several broken math functions.
|
2016-12-13 16:12:25 +00:00 |
|
Richard Davey
|
dc5ddec256
|
Swapped Set.add for Set.set.
|
2016-12-12 22:35:47 +00:00 |
|
Richard Davey
|
822b3a9d0c
|
Updated Loader so you can pass in your own XHRSettings object with any file, and have that override the XHR defaults for the specific file.
|
2016-12-12 22:27:53 +00:00 |
|
Richard Davey
|
4662100514
|
Updating Set API, adding Map, adding Cache.
|
2016-12-09 09:32:24 +00:00 |
|
photonstorm
|
e9c4f28db3
|
Exposed Texture Manager via state.textures.
|
2016-12-08 16:41:23 +00:00 |
|
photonstorm
|
7d022067df
|
Added newer function from v3 merge.
|
2016-12-08 16:41:11 +00:00 |
|
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 |
|