Commit Graph

3626 Commits

Author SHA1 Message Date
Joshua Granick
6753d076a4 Minor improvements 2018-01-12 14:19:52 -08:00
Joshua Granick
e02b1cb3c1 Add simple -watch command (lime update/build/test <target> -watch) 2018-01-12 14:00:52 -08:00
Joshua Granick
b92b7a9a14 Add simple -watch command (lime update/build/test <target> -watch) 2018-01-12 13:56:57 -08:00
Joshua Granick
cb5de6502a CFFI fix 2018-01-10 13:44:53 -08:00
Joshua Granick
bda9745e40 Fix warning 2018-01-10 10:58:25 -08:00
Adam
d29d489fa5 Change iOS provisioning config values to match format of other lime config values. 2018-01-10 10:36:01 -08:00
Adam
e2cd322d46 Automatic iOS and tvOS provisioning management and device registration when using XCode 9
Can be disabled by setting config.ios.allowProvisioningUpdates and config.ios.allowProvisioningDeviceRegistration to false.

xcodebuild --help for -allowProvisioningUpdates and -allowProvisioningDeviceRegistration:

-allowProvisioningUpdates: Allow xcodebuild to communicate with the Apple Developer website. For automatically signed targets, xcodebuild will create and update profiles, app IDs, and certificates. For manually signed targets, xcodebuild will download missing or updated provisioning profiles. Requires a developer account to have been added in Xcode's Accounts preference pane.

-allowProvisioningDeviceRegistration: Allow xcodebuild to register your destination device on the developer portal if necessary. This flag only takes effect if -allowProvisioningUpdates is also passed.
2018-01-10 10:36:01 -08:00
CawawaC
3af3c2c794 float32 fix 2018-01-10 10:35:10 -08:00
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