Skip to content

Tags: denizezgikurt/melonJS

Tags

8.0.1

Toggle 8.0.1's commit message
8.0.x release files

8.0.0

Toggle 8.0.0's commit message
Update CHANGELOG.md

7.1.1

Toggle 7.1.1's commit message
update the graphics example to properly use a main "stage"

7.1.0

Toggle 7.1.0's commit message
7.1.0 release

7.0.0

Toggle 7.0.0's commit message
7.0.0 release

6.4.0

Toggle 6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request melonjs#968 from dwkrueger2/master

Updated comments of setInterval and setTimeout

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