Commit Graph

3618 Commits

Author SHA1 Message Date
CawawaC
48935ff2bc AL EFX
filters, effects, auxiliary slots partial implementation
2018-01-10 10:35:10 -08:00
CawawaC
3cd759ff47 gloubi 2018-01-10 10:35:10 -08:00
CawawaC
025cc48dfb Filter setup 2018-01-10 10:35:10 -08:00
Joshua Granick
dc0f6a0c7a Improve support for writing PNG/JPEG without CFFI 2018-01-08 20:30:07 -08:00
Joshua Granick
d57de27ebe Docs fix 2018-01-08 16:01:16 -08:00
Joshua Granick
5cb0457b38 Minor fixes 2018-01-08 15:56:29 -08:00
Joshua Granick
68e7b171ff Node.js fixes 2018-01-08 15:42:16 -08:00
Joshua Granick
5dc85e98bc Compile fix 2018-01-08 14:26:30 -08:00
Joshua Granick
c9c5bf0bc5 Fixes for Node.js without CFFI 2018-01-08 14:18:36 -08:00
Kostas Chatzikokolakis
a25b7798b4 @:keep class PackedAssetLibrary 2018-01-08 13:00:46 -08:00
Kostas Chatzikokolakis
cd5e71c050 Respect rootPath when loading .pak libraries 2018-01-08 13:00:46 -08:00
Joshua Granick
33dd642ad1 Allow forcing WebGL1 at runtime 2018-01-04 12:02:08 -08:00
Joshua Granick
3fde7b1907 Allow windowConfig.renderer = 'dom' to set DOM at runtime 2018-01-04 09:35:39 -08:00
Joshua Granick
17c21ab675 Update LICENSE.md 2018-01-01 11:14:30 -08:00
Joshua Granick
437c51987e Update LICENSE.md 2018-01-01 10:42:41 -08:00
Joshua Granick
30560d47c2 Improve null response handling on HTML5 2017-12-31 20:05:12 -08:00
Joshua Granick
f23b12af73 Disable macro cache version if CommonJS 2017-12-30 22:34:28 -08:00
Joshua Granick
63c17c9673 Minor fix 2017-12-28 21:07:02 -08:00
VirtualMaestro
6d5da58fd7 Bugfix Uncaught RangeError: Invalid typed array length: 512 2017-12-28 13:21:31 -08:00
Joshua Granick
d8ac0c032f Add package.json to allow use of 'npm link' 2017-12-28 13:12:48 -08:00
Joshua Granick
a454265cc4 Fix debug message when HXCPP std is statically linked 2017-12-20 21:40:27 -08:00
Markus Stefanko
d94b08f2be Filter simplification 2017-12-20 10:29:22 -08:00
Markus Stefanko
df9799008b Don't scan packages that are excluded by filters 2017-12-20 10:29:22 -08:00
Markus Stefanko
9f201d8550 filter matching improvements through sorting 2017-12-20 10:29:22 -08:00
Markus Stefanko
d98c3f2ed1 move out loops from __init__ for haxe-modular compatibility 2017-12-20 10:29:22 -08:00
Markus Stefanko
6cb334e058 avoid expensive regex checks for simple filters 2017-12-20 10:29:22 -08:00
Joshua Granick
28ad864a9d Don't make ObjectPool generic on JS 2017-12-20 10:03:00 -08:00
Joshua Granick
72333f3ce8 Use -Dcommonjs not es5get 2017-12-20 09:58:30 -08:00
Joshua Granick
cf9eed1730 Add path resolution support for haxelibs that use 'classPath' in JSON 2017-12-20 09:09:54 -08:00
Hendrik Klindworth
dfe44da943 set standard composition algorithm
Necessary, when it had been changed somewhere else
2017-12-19 10:10:56 -08:00
Hendrik Klindworth
24557ac1b7 restore ImageCanvasUtil.copyPixels because it is significantly faster for images > 10x10 pixel 2017-12-19 10:10:56 -08:00
Joshua Granick
7eaeabaa84 Support CommonJS for Pako 2017-12-18 22:14:13 -08:00
Justin Espedal
b2bc332cf3 Fix iPhone X launch image size 2017-12-15 22:59:53 -08:00
Joshua Granick
455aa4d6d7 Use require for Howler #if commonjs 2017-12-15 20:39:07 -08:00
Joshua Granick
9f5520b23d ES5 static getter fix 2017-12-12 13:40:10 -08:00
Joshua Granick
0407e885db Minor fix 2017-12-12 13:40:10 -08:00
Joshua Granick
0beed80fab Update locale handling on Windows 2017-12-09 22:13:47 -08:00
Joshua Granick
82783cbc54 Because Apple 2017-12-08 21:56:15 -08:00
Joshua Granick
000518c41e Minor fix 2017-12-07 21:38:02 -08:00
Joshua Granick
de98a6a39b Add some ES5 getter/setters 2017-12-06 14:56:15 -08:00
Joshua Granick
54eb5c195e Add ES5 getter for application.window 2017-12-06 00:32:28 -08:00
Joshua Granick
5055080922 Add support for -Dnocffi for tools to force no use of NDLLs 2017-12-05 10:28:10 -08:00
Joshua Granick
d3ce9faa79 Update to 5.9.1 5.9.1 2017-11-30 12:20:18 -08:00
Joshua Granick
5782822426 Update CHANGELOG 2017-11-30 12:14:46 -08:00
Joshua Granick
49d15055f3 Update bundled version of Howler.js 2017-11-30 12:07:38 -08:00
Joshua Granick
0554f75385 Update CHANGELOG 5.9.0 2017-11-29 13:48:03 -08:00
Joshua Granick
e24a1e32ed Cleanup 2017-11-29 13:46:08 -08:00
Joshua Granick
0fa5ad30ad Add ability to set HTML5 module name 2017-11-29 13:28:42 -08:00
Joshua Granick
4196a606b6 Merge remote-tracking branch 'atom-b/ipa-deploy' into develop 2017-11-29 13:28:02 -08:00
Jens Fischer
f1502002b4 Fix compatibility with latest Haxe dev
Haxe no longer abuses stderr and outputs to stdout, see HaxeFoundation/haxe@f6da2aa. Without this fix, this leads the the following compiler error:

>Error: Lime 5.8.2 is not compatible with Haxe 1 (version 3.2.0 or higher is required)

The fix is basically the same approach vshaxe takes for backwards compatibility: vshaxe/haxe-languageserver@e119a7e
2017-11-29 13:24:48 -08:00