melonJS/melonJS: Release 14.4.0
Added
- Tiled: add support for the .tmj and .tsj extension (JSON)
- Tiled: add support for Infinite map (Tiled chunks based map format)
Changed
- Tiled: warn about map version 1.4 and below being deprecated (terrain was replaced by wangset tiles since version 1.5)
Fixed
- Physic: fix a regression with the
collision.rayCast()
function (thanks @cpravetz) - Tiled: fix a
cannot recycle
exception when rendering hexagonal maps