Commit graph

75 commits

Author SHA1 Message Date
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
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
JayceTDE
9b63134b45 Fixed floating button values 2017-01-06 12:47:46 -07: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
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
Richard Davey
88344d095c Merge pull request #2939 from nervestaple/patch-1
undefined-checking skipframes
2017-01-03 14:09:11 +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
samme
864ce9e0b6 Correct group.exists documentation 2017-01-02 12:59:40 -08:00
Teng
fae7c7eaf9 Update DisplayObject.js 2017-01-01 06:34:45 +08:00
Teng
29cea5b4ac Update DisplayObject.js
`Phaser.RenderTexture` needs a reference to game as the first parameter
2017-01-01 06:29:02 +08:00
Felipe Alfonso
be7159762f Merge branch 'master' of https://github.com/photonstorm/phaser 2016-12-21 16:19:47 -03:00
Felipe Alfonso
17e8f30c0d Added color hints when using multi texture sprite batching for detecting common errors like out of memory, vertex data corruption or bounding textures outside of hardware limits. 2016-12-21 16:15:04 -03:00
Richard Davey
4dd2f9a93e Merge pull request #2927 from nickaversano/master
add limit method on Phaser.Point
2016-12-21 14:28:18 +00:00
photonstorm
5696dd1d47 Updated BitmapData get/set pixel docs to make it clear you need to pass integer values. 2016-12-21 14:13:10 +00:00
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
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
samme
5b924b75c5 Remove trailing whitespace in Changelog 2016-12-15 16:26:24 -08:00
Robin Poirier
b6dcfaa8c2 Adding justPressed and justReleased functions for keys. 2016-12-14 15:51:32 -04: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
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
jaredbrookswhite
3f78c2bb88 Added Support for HDPI Displays to atlas based BitmapText 2016-12-12 07:03:42 -06:00
EdBishop
9900ebff98 Update from latest merges updates for release. 2016-12-06 23:50:50 +00:00
Ed Bishop
c345e073b1 Initial change to start a pull request branch, updating version 2016-12-06 23:19:33 +00:00
photonstorm
8719bccefb Fixed jsdocs. 2016-12-06 14:52:05 +00:00
Michal Bureš
3317168abd Clarification of fixedToCamera semantics
Make it more clear that components with fixedToCamera=true use cameraOffset instead of the standard coordinates when rendering.
2016-12-06 00:12:49 +01:00
photonstorm
1fe6731274 Fixes #2784 2016-12-05 10:34:11 +00:00
photonstorm
d75cfeda0a Fixes #2782 2016-12-05 10:30:02 +00:00
photonstorm
24f04c75c8 Fixes #2807 2016-12-05 10:27:15 +00:00
photonstorm
47d6f59b58 Removed the last remaining eslint file #2803 2016-12-05 10:25:13 +00:00
photonstorm
fe80807d04 Updated docs to fix #2823 2016-12-05 10:20:05 +00:00
photonstorm
2928fd633a Fixes #2824 2016-12-05 10:17:25 +00:00
photonstorm
da73a7a57b Fixes #2821 2016-12-05 10:13:32 +00:00
photonstorm
0f49196755 Fixes #2827 2016-12-05 10:12:19 +00:00
photonstorm
9fb3c42d8a Fixes jsdoc output. 2016-12-05 10:08:25 +00:00
photonstorm
f30385e1ec Fixes #2837 2016-12-05 10:06:09 +00:00
photonstorm
5ca418c0d8 Fixes #2858 2016-12-05 09:57:01 +00:00
photonstorm
9fa4d3882b TypeScript updates. Fix #2888 2016-12-05 09:55:14 +00:00
photonstorm
f3d57449c6 Fixed #2899 2016-12-05 09:50:49 +00:00
Richard Davey
3a142d529c Merge pull request #2901 from keksmampfer/emitter-gravity
change Emitter.gravity from number to Phaser.Point
2016-12-05 09:42:24 +00:00