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
Adam
0cace541b6
iOS and tvOS deploy generate an appstore, adhoc, enterprise, or development IPA based on which of those flags is set. Defaults to appstore.
...
ex: lime deploy ios -adhoc
exportOptions-adhoc.plist includes template variables for generating an ad-hoc distribution manifest.
2017-11-29 13:04:31 -08:00
Adam
4035c881b8
Don't pass 'build' buildaction when running an ios archive
2017-11-29 12:30:12 -08:00
Adam
d9668baaa1
Generate an xcarchive when building iOS and tvOS if -archive is set
2017-11-29 12:30:12 -08:00
Joshua Granick
04ee313f62
Update release note
2017-11-29 11:33:18 -08:00
Joshua Granick
69c8bcb572
Update CHANGELOG
2017-11-29 11:32:07 -08:00
Kaspars
c75a2baec8
fixes for testing AIR iphone simulator
2017-11-28 13:39:45 -08:00
Kaspars
f11c57c1d3
fixes: ADT does not add extension if version number contains a dot
2017-11-28 12:56:27 -08:00
nenad.bojkovski
16dc9aadba
Request status 0 is valid only for Tizen
2017-11-28 12:55:59 -08:00
Kaspars
ccbd06855b
for AIR set android and ios targetFlags into defines
2017-11-28 07:23:49 -08:00
Joshua Granick
36e18ef270
Update 'create project' and iOS build to use variable substitution in directories/file names
2017-11-27 15:29:27 -08:00
Joshua Granick
b0c81eb2fd
Make StringHelper able to handle variable substitution, add support for {{var}} substitution in paths
2017-11-27 15:28:47 -08:00
Joshua Granick
0ac6960bcd
Fix RunScript build
2017-11-27 15:26:02 -08:00
Joshua Granick
a02efc6f25
Add warnIfNotFound property to FileHelper.copyFileTemplate
2017-11-27 15:21:57 -08:00