Skip to content

Tags: Swanx/melonJS

Tags

6.3.0

Toggle 6.3.0's commit message
[debug] fix bouding box drawing for entity renderable component in a …

…nested container

not sure this fix is generic enough to cover all scenarios, but it works for now for all the built-in examples

6.2.0

Toggle 6.2.0's commit message
renderer resize optimization and other related improvements

- cleaned up me.video, by registering the root container on the canvas resize event and updating the child bounds (makes more sense to have that here rather than being called from me.video....)
- rendererer resize now only resize the canvas if the given size is actually different and trigger the coresponding event
- made me.Container.root a public property, and allow to pass as an argument if the container is a root container (cleaning code here and there)
- debugPanel now listen to the canvas onresize event, as opposed to the viewport one

6.1.0

Toggle 6.1.0's commit message
CHANGELOG : missing parenthesis

6.0.0

Toggle 6.0.0's commit message
small test unit improvements

- added a rotate test for me.Line, which also validate the call to the constructor with a list of object (as opposed to a list of Vector)
- fix wrong url for the utils unit when running through a browser

5.1.0

Toggle 5.1.0's commit message
audio core 2.0.8

5.0.1

Toggle 5.0.1's commit message
Merge branch 'master' into 5.0.x

5.0.0

Toggle 5.0.0's commit message
fix documentation for me.device

example for me.device.vibrate were wrong as well

4.1.1

Toggle 4.1.1's commit message
documentation update to better highlight additional parameters specif…

…ic to each renderer

not sure how to do better than that ...

4.1.0

Toggle 4.1.0's commit message
CHANGELOG update

4.0.0

Toggle 4.0.0's commit message
CHANGELOG update