@@ -2,8 +2,9 @@ Version History
2
2
---------------
3
3
0.9.2
4
4
* General: melonJS is now licensed under the terms of the MIT License
5
- * General: added some Cake magic, allowing to use melonJS with CofeeScript (by scan)
5
+ * General: added some Cake magic, allowing to use melonJS with CoffeeScript (by scan)
6
6
* General: added melonJS UML Class Diagram in the official repository (by Ben2303)
7
+ * General: melonJS now properly stays in it's own namespace (me)
7
8
* Audio: configurable behavior in case of audio loading error
8
9
* Core: fixed a shaking bug when collision box is not aligned with the sprite box
9
10
* Core: fixed collision detection bug (object being tested again itself)
@@ -13,6 +14,8 @@ Version History
13
14
* Core: added a GUID (Game Unique Identifier) to objects
14
15
* Core: getEntityByName now also returns non Entity Object (like layers)
15
16
* Core: Fixed state change when using custom state values
17
+ * Core: me.game.collide now also returns an object reference in the collision vector
18
+ * Core: renamed and correctly initialize the localStorage flag capability
16
19
* Doc: various documentation correction and improvements
17
20
* Entity: added friction management
18
21
* Entity: updateMovement function now returns a collision "vector" (API CHANGE, see documentation)
@@ -29,6 +32,7 @@ Version History
29
32
* Event: also cancel event bubbling
30
33
* Font: added support for multiline fontsheet
31
34
* HUD: added a setItemValue() function
35
+ * HUD: corrected display issue on Opera
32
36
* Loader: added possibility to add graphics resources after pre-loading (e.g. ingame)
33
37
* TMX: use native Base64 decoding when available
34
38
* Viewport: Object to follow can either be a Object Entity or a position Vector
0 commit comments