photonstorm
|
3de62907a0
|
Nearly fixed the tilemap / body issue. More tests needed but then can push to master.
|
2013-10-29 04:07:26 +00:00 |
|
photonstorm
|
7ceb11ae49
|
New: You'll now find a complete Basic project Template in the resources/Project Templates folder. Will add more complex ones soon.
|
2013-10-28 23:29:34 +00:00 |
|
Richard Davey
|
2b40d2f507
|
Merge pull request #139 from beeglebug/master
Added init method to plugins, to be called as they are added to the PluginManager
|
2013-10-28 03:28:13 -07:00 |
|
photonstorm
|
a814cc26cc
|
* Fixed issue 135 - Added typeof checks into most ArcadePhysics functions to avoid errors with zero values.
* Fixed issue 136 - distanceTo using worldX/Y instead of x/y.
|
2013-10-28 10:17:36 +00:00 |
|
photonstorm
|
ea651113df
|
Preparing for 1.1.2 release.
|
2013-10-28 00:16:20 +00:00 |
|
beeglebug
|
f00c52598b
|
added init method to plugins
this will allow potentially destructive code to run outside of the
constructor, and only if it has been added to the PluginManager
|
2013-10-27 22:30:01 +00:00 |
|
photonstorm
|
9261160571
|
1.1.1 release with fix for Phaser.AUTO and a new text example.
|
2013-10-26 19:14:13 +01:00 |
|
photonstorm
|
2787ed188e
|
Preparing for 1.1.2 release
|
2013-10-26 12:17:22 +01:00 |
|
photonstorm
|
b6efdff286
|
Adding the key capture to addCursors.
|
2013-10-25 19:13:00 +01:00 |
|
photonstorm
|
6994e4be5e
|
Merge branch 'dev'
|
2013-10-25 18:50:14 +01:00 |
|
photonstorm
|
bd5bca14fe
|
Small url update.
|
2013-10-25 18:38:01 +01:00 |
|
photonstorm
|
34736fbde5
|
Final 1.1 release. Here goes nothing :)
|
2013-10-25 18:35:49 +01:00 |
|
Richard Davey
|
155c36b0fd
|
Merge pull request #126 from alvinsight/dev
Second commit, all the basic examples added, and wip files moved
|
2013-10-25 10:13:55 -07:00 |
|
Webeled
|
8dfe5aee1c
|
Second commit, all the basic examples added, and wip files moved
|
2013-10-25 18:10:03 +01:00 |
|
Richard Davey
|
3f9c07d783
|
Merge pull request #125 from alvinsight/dev
Basic examples created
|
2013-10-25 10:07:17 -07:00 |
|
Webeled
|
f63e8d7d06
|
Basic examples created
|
2013-10-25 18:00:25 +01:00 |
|
photonstorm
|
65d2bf557b
|
Updated docs and more tidying up.
|
2013-10-25 17:30:37 +01:00 |
|
photonstorm
|
9f9e6a2a57
|
Lots of doc updates!
|
2013-10-25 16:54:40 +01:00 |
|
Richard Davey
|
0463bb4333
|
Merge pull request #124 from alvinsight/dev
A lot of documentation updates
|
2013-10-25 07:51:38 -07:00 |
|
Webeled
|
12148b3159
|
More improvements on GameObjectFactory
|
2013-10-25 15:42:48 +01:00 |
|
Webeled
|
ce04ade458
|
Lots of JSDocs updates in the gameobjects folder
|
2013-10-25 15:22:45 +01:00 |
|
photonstorm
|
a08436abc3
|
Final Sprite documentation added.
|
2013-10-25 15:02:21 +01:00 |
|
Webeled
|
35517d94ad
|
Just to test if smartGit works again
|
2013-10-25 14:31:25 +01:00 |
|
photonstorm
|
2659ed7a4a
|
Updated readme.
|
2013-10-25 06:01:36 +01:00 |
|
Richard Davey
|
ba57f0ae0d
|
Merge pull request #123 from TomTom1229/dev
Manually created a more accurate TypeScript definition file
|
2013-10-24 21:50:53 -07:00 |
|
photonstorm
|
d8a2b9d2af
|
Removed console.log
|
2013-10-25 05:43:10 +01:00 |
|
photonstorm
|
2921a6de2e
|
Pixel Perfect click detection now works even if the Sprite is part of a texture atlas.
|
2013-10-25 05:40:46 +01:00 |
|
Tomas Morris
|
d30f709208
|
Manually created a more accurate TypeScript definition file
|
2013-10-24 21:24:35 -06:00 |
|
photonstorm
|
1294b3a2b9
|
Input over now works regardless of rotation, anchor or scale.
|
2013-10-25 03:57:08 +01:00 |
|
photonstorm
|
427819c655
|
Sprite bounds finally correct, regardless of rotation, parenting, scale or anchor.
|
2013-10-25 03:50:15 +01:00 |
|
photonstorm
|
1469663ea5
|
Button fixes and Input coordinate fixes.
|
2013-10-25 02:19:16 +01:00 |
|
photonstorm
|
1f28d328a7
|
Commit before refactoring Sprite guts.
|
2013-10-24 21:21:00 +01:00 |
|
Richard Davey
|
03054c1949
|
Merge pull request #121 from ooflorent/examples-order
Fix order of examples
|
2013-10-24 06:03:46 -07:00 |
|
Florent Cailhol
|
708a144c7a
|
Sort example directories
|
2013-10-24 14:12:54 +02:00 |
|
Florent Cailhol
|
f6b50c4520
|
Fix order of examples
|
2013-10-24 14:08:57 +02:00 |
|
Richard Davey
|
f522cda325
|
Merge pull request #120 from ooflorent/verbose-examples
Remove path.relative() which produce unexpected results on Windows
|
2013-10-24 04:51:35 -07:00 |
|
Florent Cailhol
|
ab6dbfb49e
|
Remove path.relative() which produce unexpected results on Windows
|
2013-10-24 13:32:04 +02:00 |
|
Richard Davey
|
f784a395ce
|
Merge pull request #119 from ooflorent/verbose-examples
Add verbose output to examples task
|
2013-10-24 03:57:09 -07:00 |
|
Florent Cailhol
|
9ed930c4cf
|
Add verbose output to examples task
Verbose output:
https://gist.github.com/ooflorent/7134728
|
2013-10-24 12:25:59 +02:00 |
|
photonstorm
|
a6fac64248
|
Loads of issues reported on Github resolved (sprite crop, music resume, etc).
|
2013-10-24 04:27:28 +01:00 |
|
Richard Davey
|
e4621aafdd
|
Merge pull request #115 from ooflorent/grunt-build
Build phaser using Grunt
|
2013-10-23 09:11:51 -07:00 |
|
photonstorm
|
7e5f38d022
|
Phaser.Time physicsElapsed delta timer clamp added. Stops rogue iOS / slow mobile timer errors causing crazy high deltas.
|
2013-10-23 17:11:06 +01:00 |
|
Florent Cailhol
|
dfee9f9b2f
|
Add new Grunt build
|
2013-10-23 16:58:48 +02:00 |
|
Florent Cailhol
|
7b052c302f
|
Remove old gruntfile
|
2013-10-23 16:50:28 +02:00 |
|
photonstorm
|
94c7c57e1c
|
Fixed WebGL detection and code colour on Firefox.
|
2013-10-23 15:13:21 +01:00 |
|
photonstorm
|
ffd5ddc534
|
Tidying up the repo and adding in new documentation.
|
2013-10-23 14:00:29 +01:00 |
|
photonstorm
|
4a51ac4671
|
Updated README and sorting out folder case issue.
|
2013-10-23 13:30:23 +01:00 |
|
photonstorm
|
f1f42e4d41
|
New Examples area finished, README updated. Getting closer to 1.1 release.
|
2013-10-23 04:15:44 +01:00 |
|
photonstorm
|
cab3b53cf0
|
SideView example viewer finished.
|
2013-10-23 02:14:51 +01:00 |
|
photonstorm
|
e5c3ca27c5
|
Making dependancies local for offline access to examples.
|
2013-10-22 21:29:58 +01:00 |
|