Richard Davey
a425470f41
Merge pull request #925 from jonkelling/dev
...
Fix for issue #917 , Physics.P2.Body#addToWorld
2014-07-01 15:52:29 +01:00
photonstorm
d2fc42520b
stopFullScreen has been changed to run against document instead of the canvas since the cancelFullScreen method is created on the document (thanks @j0hnskot, #863 )
2014-07-01 15:46:32 +01:00
photonstorm
8b9aec320b
Readme updates.
2014-07-01 15:46:32 +01:00
Richard Davey
e1bc2b7bd6
Merge pull request #912 from j0hnskot/onDecoded-patch
...
Fix for bug #906
2014-07-01 15:42:09 +01:00
Richard Davey
ba29d5bd4b
Merge pull request #910 from TatumCreative/dev
...
Fix null returns for play()
2014-07-01 15:39:17 +01:00
Richard Davey
117aef650b
Merge pull request #956 from Phaiax/phaserdts-createcollisiongroup
...
createCollisionGroup -> public, included in .d.ts file
2014-07-01 15:37:31 +01:00
Richard Davey
2fb9217776
Merge pull request #955 from Phaiax/issue952-p2bounds
...
P2 bottom world wall position fix
2014-07-01 15:36:02 +01:00
Richard Davey
1a0ebe6d26
Merge pull request #954 from Phaiax/issue953-bodydebug
...
inverting debug getter result
2014-07-01 15:35:35 +01:00
Richard Davey
3c191e4cea
Merge pull request #959 from woutercommandeur/dev
...
Add mouse wheel support
2014-07-01 15:33:34 +01:00
Richard Davey
3cbda52ca5
Merge pull request #960 from Phaiax/replaceRGBissue
...
replaceColor fix
2014-07-01 15:31:16 +01:00
Richard Davey
7fa3110c06
Merge pull request #961 from Phaiax/issue-bodyEnable
...
Body.enable only exists in Arcade physics, so move conditions concerning...
2014-07-01 15:27:33 +01:00
photonstorm
8c11ec1037
Updated readme.
2014-07-01 15:08:12 +01:00
Richard Davey
cde51d3c95
Merge pull request #940 from alvinsight/dev
...
Added factorial and updated to pass jshint :)
2014-07-01 15:07:10 +01:00
photonstorm
cc6aa7313b
New Phaser + Pixi build files.
2014-07-01 15:04:03 +01:00
photonstorm
181fd1ae56
Merged Pixi 1.5.4 with Phaser - all of the lovely new Pixi features are in, like complex Graphics objects and masking.
2014-07-01 15:03:46 +01:00
Phaiax
00bf349ff5
Body.enable only exists in Arcade physics, so move conditions concerning this into arcarde
2014-06-30 12:49:53 +02:00
photonstorm
3d80568e4c
Loader.isLoading is set to false if the filelist size is zero.
2014-06-30 09:24:25 +01:00
photonstorm
692ca928f0
Updated docs.
2014-06-29 21:19:37 +01:00
Phaiax
18229d1673
fix jshint warning
2014-06-29 18:23:43 +02:00
Phaiax
b14aff5844
Return type of Phaser.Color.packPixel changed
2014-06-29 18:02:59 +02:00
Wouter Commandeur
a863482439
Add constants for wheel up and down
2014-06-29 14:23:09 +02:00
Wouter Commandeur
7b8f08d5f9
appease travis
2014-06-29 13:49:45 +02:00
Wouter Commandeur
c716709f66
Add mouse wheel support
2014-06-29 13:45:39 +02:00
Phaiax
3a70e76e23
Update phaser.d.ts: P2 default Collision groups
2014-06-28 02:02:29 +02:00
Phaiax
e940f81b85
Update phaser.d.ts: fix my fix: createCollisionGroup
2014-06-28 01:48:01 +02:00
Phaiax
394e70db06
inverting debug getter result
2014-06-28 01:33:02 +02:00
Phaiax
441d0a816e
P2 bottom world wall position fix
2014-06-28 01:28:59 +02:00
Phaiax
961d25cadc
createCollisionGroup -> public, included in .d.ts file
2014-06-28 01:25:51 +02:00
Richard Davey
a0a7c02da3
Merge pull request #948 from Phaiax/update-d-ts
...
phaser.d.ts: Changed return type of getPhysicsData to Object[]
2014-06-27 18:34:47 +01:00
Richard Davey
88096f9db2
Merge pull request #945 from clark-stevenson/patch-3
...
Update phaser.d.ts
2014-06-27 18:34:25 +01:00
Phaiax
b9791cea93
Changed return type of getPhysicsData to Object[]
2014-06-26 21:57:32 +02:00
clark-stevenson
08854613bc
Update phaser.d.ts
...
Added setFram to Animation #944
2014-06-25 17:07:23 +01:00
Richard Davey
56d1cef1c8
Merge pull request #941 from kay-is/master
...
Changed a @method string
2014-06-24 22:39:55 +01:00
Kay Plößer
4b7698d3e1
Changed a @method string so the documentation method name matches the code method name.
2014-06-24 14:16:38 +02:00
Alvin
6f0a9115c4
Made the code jshint-friendly
2014-06-24 11:26:05 +02:00
Alvin
9e2ca08722
Added factorial and changed interpolation docs
2014-06-24 11:23:20 +02:00
photonstorm
3ebb13c4b0
PR updates
2014-06-24 00:10:54 +01:00
j0hnskot
5ef8143322
Fixes bug #906
2014-06-24 01:59:44 +03:00
Richard Davey
e74cedf73e
Merge pull request #936 from lewster32/patch-2
...
Fix checkPointerDown method
2014-06-23 23:45:08 +01:00
Richard Davey
e2578504e5
Merge pull request #937 from woutercommandeur/dev
...
fix checking of segment intersection no more rounding needed.
2014-06-23 23:40:55 +01:00
photonstorm
cd60554c78
Added P2 body anchor docs to clarify #938
2014-06-23 23:34:27 +01:00
Wouter Commandeur
5ebacd0b30
stop travis complaints
2014-06-23 22:59:47 +02:00
Wouter Commandeur
37dcfce628
fix checking of segment intersection no more rounding needed.
2014-06-23 20:25:47 +02:00
Lewis Lane
187387126d
Fix checkPointerDown method
...
checkPointerDown method was a verbatim duplication of checkPointerOver - added pointer.isDown check to passed pointer and altered wording of associated docs to make it clearer what the method is doing.
2014-06-22 23:03:15 +01:00
photonstorm
8436bfe3e1
Class handling added. Need to sort out classdesc issue, but otherwise it's just down to testing and output formats now.
2014-06-22 02:32:05 +01:00
photonstorm
7daea2b279
Consts working.
2014-06-22 02:16:26 +01:00
photonstorm
5b67a23b9c
Started work on ReturnTypes and consts. Nearly there for the full parsing test, then to the json format / export.
2014-06-21 01:06:45 +01:00
photonstorm
d6ee749c8e
Now generates Methods, parameters and Properties.
2014-06-20 17:01:51 +01:00
photonstorm
d9cbdd1788
First pass of new docs generator.
2014-06-20 15:23:26 +01:00
photonstorm
48f62a35f9
Change log fixes.
2014-06-20 15:23:26 +01:00