obiot Posted September 11, 2018 Share Posted September 11, 2018 Hi fellow melon lovers Here is a 6.1.0 version, beside others small improvements, this version focus mainly on the issue(s) raised with the 6.0.0 version around Linux and our WebGL Renderer (as you can read it here). Download link : https://github.com/melonjs/melonJS/releases/tag/6.1.0 Full changelog : Audio : latest audio core update (2.0.15) Core : new linux detection flag under me.device Renderer : now systematically warn when using non POT texture in both Canvas and WebGL mode Sprite : new function to allow reversing a given or current animation TMX : support for the Tiled 1.2 beta JSON property format (backward compatible with previous 1.1 version) CanvasRenderer : fix drawImage sub-pixel rendering in Canvas mode when using the short notation (2 or 4 parameters) WebGLRenderer : only throw an exception (e.g. stop execution) when using repeat/wrap mode with a non POT texture WebGLRenderer : properly fallback to Canvas mode in AUTO and WEBGL mode when failing at creating a valid WebGL Context Also, there are no API breaking changes, so purely a "drop-in" replacement ! Cheers, -- the melonJS Team Quote Link to comment Share on other sites More sharing options...
PLAYERKILLERS Posted October 2, 2018 Share Posted October 2, 2018 sound.volume(typeof(volume) === "number" ? me.Math.clamp(volume, 0.0, 1.0) : Howler.volume(), id); I edited line 14886 to the above. Here is the original https://github.com/melonjs/melonJS/blob/master/src/audio/audio.js#L197 Quote Link to comment Share on other sites More sharing options...
obiot Posted October 2, 2018 Author Share Posted October 2, 2018 Good catch on this one, was probably hanging there since version 5.x ! Quote Link to comment Share on other sites More sharing options...
PLAYERKILLERS Posted October 8, 2018 Share Posted October 8, 2018 I had to upgrade to try your new camera options. Looks great. Thanks again! Quote Link to comment Share on other sites More sharing options...
gammafp Posted November 5, 2018 Share Posted November 5, 2018 Hi. How many people jobs in melonJS? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.