Skip to content

Tags: sxhao/phaser

Tags

1.1.5

Toggle 1.1.5's commit message
Explicitly paused Timer continues if you un-focus and focus the brows…

…er window (thanks georgiee)

Added TimerEvent.pendingDelete and checks in Timer.update, so that removing an event in a callback no longer throws an exception (thanks georgiee)
Fixed TypeScript defs on lines 1741-1748 (thanks wombatbuddy)
Added SAT.js to TypeScript definition. Now compiles properly.
Added missing Line.js to the Grunt file.
Tilemap#paste diffX and diffY equations changed, fixed issue phaserjs#393 (thanks brejep)
Added missing return value in Body.hitLeft and hitRight, fixes issue phaserjs#398 (thanks ram64).
Fixed easing tween example case. Issue phaserjs#379 (thanks wesleywerner)
Removed SAT.js UMD wrapped, fixes issue phaserjs#361 (thanks luizbills)
Removed inContact check from Body.separate.
Fixed Tilemap docs (wrongly pointed to Tileset methods)

1.1.4

Toggle 1.1.4's commit message
Merge branch 'origin/dev'

Conflicts:
	README.md

1.1.3

Toggle 1.1.3's commit message
Final version of the Getting Started guide.

1.1.2

Toggle 1.1.2's commit message
Updated docs for 1.1.2 release.

1.1.1

Toggle 1.1.1's commit message
Preparing for 1.1.2 release

1.1

Toggle 1.1's commit message
New Examples area finished, README updated. Getting closer to 1.1 rel…

…ease.

1.0.6

Toggle 1.0.6's commit message
1.0.5 package

1.0.5

Toggle 1.0.5's commit message
Animation delay put back to normal

1.0.4

Toggle 1.0.4's commit message
1.0.4 release

1.0.3

Toggle 1.0.3's commit message
1.0.3 release - fixed Text and Bitmap Fonts, Animation documentation …

…and more examples