photonstorm
|
299115ca5d
|
The entire Phaser library has been updated to match the new JSHint configuration.
|
2013-11-25 04:40:04 +00:00 |
|
photonstorm
|
a876fdd2b6
|
README update, Loader audio path fix and Tween.isRunning fix.
|
2013-11-24 13:16:55 +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 |
|
photonstorm
|
b868c2cb1b
|
Started revamp of the Tilemap system. Also removed old 'Advanced Physics' and dropped in p2.js which is what I hope we'll eventually use.
|
2013-10-11 04:42:11 +01:00 |
|
Richard Davey
|
96da57cac0
|
Fixed up the namespace in the documentation and finished off all sections other than Game Objects and Physics (yuck).
|
2013-10-03 02:38:35 +01:00 |
|
Richard Davey
|
ca113b85aa
|
More docs coming on.
|
2013-10-01 16:39:39 +01:00 |
|
Richard Davey
|
305b12d76b
|
Adding docs.
|
2013-10-01 15:01:46 +01:00 |
|
Richard Davey
|
31bbf05ace
|
* Fixed small bug stopping Tween.pause / resume from resuming correctly when called directly.
* Fixed an issue where Tweens.removeAll wasn't clearing tweens in the addition queue.
* Change: When you swap State all active tweens are now purged.
|
2013-09-30 11:15:50 +01:00 |
|
powerfear
|
c36543a261
|
make tweens chain loopable
|
2013-09-20 21:47:58 -04:00 |
|
powerfear
|
f31d56584d
|
make tweens chainable with .to
Allow successive .to calls to chain tweens, and an example using it.
|
2013-09-20 19:14:50 -04:00 |
|
Richard Davey
|
c5fc5e3394
|
Fixed various issues in the TweenManager, added length property to Group and improved the build script.
|
2013-09-19 04:45:08 +01:00 |
|
Richard Davey
|
eb7af3d2a2
|
Group nearly done. Sprite.anchor appears to be broken though, must fix.
|
2013-09-06 20:20:58 +01:00 |
|
Richard Davey
|
2fe8a3a0a7
|
Physics integration and a fix to Tween that stopped the repeat/yoyo from working.
|
2013-09-03 17:07:05 +01:00 |
|
Richard Davey
|
e77f5da2cd
|
Fixed the TweenManager and added support to GameObjectFactory, so you can create tweens easily now all hooked in to the internal game clock. Also added the AnimationManager into Sprite, so you can create and play animations directly from sprites nice and easily.
|
2013-08-30 17:09:43 +01:00 |
|
Richard Davey
|
b8d3a61c97
|
Added the TweenManager
|
2013-08-29 00:09:12 +01:00 |
|