Nick Aversano
|
9757d8341d
|
add limit function to Point
|
2016-12-21 03:16:46 -05:00 |
|
Felipe Alfonso
|
2c41814496
|
Added threshold for max texture unit allocation depending of the bounded texture size and the max texture size allowed by the hardware
|
2016-12-20 18:52:28 -03: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 |
|
Richard Davey
|
0753bf58a5
|
Merge pull request #2918 from mdutra/patch-1
Enable delta scroll rendering by default for tilemaps
|
2016-12-18 13:50:35 +00:00 |
|
Richard Davey
|
b1aaf9dbd7
|
Merge pull request #2921 from samme/changelog-clean-whitespace
Remove trailing spaces in CHANGELOG
|
2016-12-18 13:47:31 +00:00 |
|
Richard Davey
|
03d517401d
|
Merge pull request #2919 from jeremyBass/master
[PR] resolves #2911
|
2016-12-18 13:47:00 +00:00 |
|
Richard Davey
|
3ec8e8dadf
|
Merge pull request #2920 from vicsparkz/master
Added Feature: JustPressed and JustReleased for keyboard input
|
2016-12-18 13:46:25 +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 |
|
samme
|
5b924b75c5
|
Remove trailing whitespace in Changelog
|
2016-12-15 16:26:24 -08:00 |
|
samme
|
829a1017b0
|
Merge branch 'photonstorm/master'
|
2016-12-15 15:54:56 -08: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 |
|
Robin Poirier
|
b6dcfaa8c2
|
Adding justPressed and justReleased functions for keys.
|
2016-12-14 15:51:32 -04: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 |
|
Jeremy Bass
|
e2bf940c22
|
suggested config for editors based on PR #2919
using .editorconfig as source at base branch
|
2016-12-12 21:27:39 -08:00 |
|
Jeremy Bass
|
63b42a1284
|
resolves #2911
some inadvertant whitespace control
|
2016-12-12 21:22:24 -08:00 |
|
Murilo Dutra
|
7b92ee4217
|
Fix default value of enableScrollDelta
|
2016-12-12 21:29:18 -02: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
|
65828dfab3
|
Lots of jshint fixes. Jshint now passes properly.
Also added guide to README about how to package a new Phaser release.
|
2016-12-12 22:01:09 +00:00 |
|
Richard Davey
|
678c7af94c
|
Fix #2912
|
2016-12-12 21:43:30 +00:00 |
|
Richard Davey
|
48f9c126dc
|
Merge pull request #2915 from jaredbrookswhite/master
Added Support for HDPI Displays to atlas based BitmapText
|
2016-12-12 16:26:33 +00:00 |
|
jaredbrookswhite
|
3f78c2bb88
|
Added Support for HDPI Displays to atlas based BitmapText
|
2016-12-12 07:03:42 -06: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 |
|
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 |
|