Olivier Biot

Results 31 issues of Olivier Biot

The current version of the melonJS spine plugin (https://github.com/melonjs/melonjs-spine) is based on melonJS 2.0 and Spine 1.1 ! A new version of the plugin would be : - based on...

Feature

grouping other tickets under this one : - [ ] #583 `me.Ellipse`do not support rotation and scaling (including for collision test) - [ ] #584 `me.Ellipse`collision tests only work with...

Improvement

for next version of melonJS, the intention is to finally deprecate me.Entity and replace with the use of any me.Renderable to which a user can add a me.Body object for...

Feature
Improvement

Object `pos` type : - me.Ellipse : `me.Vector2d` - me.Polygon : `me.Vector2d` - me.Line : `me.Vector2d` - me.Rect : `me.Vector2d` - me.Renderable : `me.ObscervableVector3d` Inheritance Chain : - me.Ellipse -...

Improvement

follow up to #335, see comments starting here https://github.com/melonjs/melonJS/issues/335#issuecomment-231292730 workaround implemented here : https://github.com/melonjs/melonJS/commit/6f800a4d97cbae7291aada766aa7aa89673de7ba

Bug
Improvement

Following #664, were we updated the renderable component to use a 3d Vector as position vector, the constructor signature should also be changed to more easily specify the desired value.

Improvement

when specified, the root path is absolute, creating some issue along the way especially when running the doc locally vs deploying it on a website (requiring to change the webdoc...

melonJS currently use Jasmine (with Karma) in a es5 mode, which is the only reason why we still have a es5 build as part of the main melonJS branch (with...

Feature

**Is your feature request related to a problem? Please describe.** Yes, SVG files can only be loaded/rendered as "regular" image file. **Describe the solution you'd like** Extend or finalise the...

Feature

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Infinite maps give you independence from bounds of the map. The canvas is “auto-growing”,...

Feature