Merge branch 'develop' into 8.3.0-Dev
This commit is contained in:
@@ -1483,6 +1483,11 @@ class Image
|
||||
__fromBase64(Base64.encode(bytes), type, onload);
|
||||
return true;
|
||||
#elseif (lime_cffi && !macro)
|
||||
if (bytes == null || bytes.length == 0)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
var imageBuffer:ImageBuffer = null;
|
||||
|
||||
#if !cs
|
||||
|
||||
@@ -203,7 +203,8 @@ class AL
|
||||
public static inline var EFFECT_VOCAL_MORPHER:Int = 0x0007;
|
||||
public static inline var EFFECT_PITCH_SHIFTER:Int = 0x0008;
|
||||
public static inline var EFFECT_RING_MODULATOR:Int = 0x0009;
|
||||
public static inline var FFECT_AUTOWAH:Int = 0x000A;
|
||||
public static inline var FFECT_AUTOWAH:Int = 0x000A; // TODO: deprecate and remove
|
||||
public static inline var EFFECT_AUTOWAH:Int = 0x000A;
|
||||
public static inline var EFFECT_COMPRESSOR:Int = 0x000B;
|
||||
public static inline var EFFECT_EQUALIZER:Int = 0x000C;
|
||||
/* Auxiliary Effect Slot properties. */
|
||||
|
||||
@@ -415,7 +415,7 @@ class System
|
||||
#end
|
||||
|
||||
/**
|
||||
Opens a file with the suste, default application.
|
||||
Opens a file with the system default application.
|
||||
|
||||
In a web browser, opens a URL with target `_blank`.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user