Commit Graph

3576 Commits

Author SHA1 Message Date
Adam
d07460b450 Ability to define build modules from project.hxp 2017-09-27 15:43:45 -07:00
Jean-Denis Boivin
f06f6466d4 Use content-length as initial buffer size 2017-09-27 15:14:58 -07:00
Joshua Granick
dc0e59f13e Add threadPool.onRun, fix some threading/timing in NativeHTTPRequest 2017-09-27 15:12:20 -07:00
Joshua Granick
3cfbc799e8 Fix older MSVC build 5.6.0 2017-09-26 13:36:27 -07:00
Joshua Granick
0fd37871b2 Update CHANGELOG 2017-09-26 13:08:17 -07:00
Joshua Granick
bf4732a173 Update to 5.6.0 2017-09-26 13:08:11 -07:00
Joshua Granick
c42181c86d Revert "Improvements to AIR mobile options"
This reverts commit f81fa3fc1b.
2017-09-26 11:46:15 -07:00
Joshua Granick
f81fa3fc1b Improvements to AIR mobile options 2017-09-26 11:44:04 -07:00
Joshua Granick
91c33d9f3e Improvements to AIR mobile options 2017-09-26 11:44:04 -07:00
Joshua Granick
3ffcc80e6e FileWatcher fixes 2017-09-26 11:14:44 -07:00
Joshua Granick
8c0ef9504a Enable EFSW in Mac and Linux builds 2017-09-26 10:47:12 -07:00
Joshua Granick
511f99e378 Fix --window-minimized=true, maximized and hidden from command-line 2017-09-26 10:41:34 -07:00
Joshua Granick
28e5833a39 Migrate FileWatcher to EFSW 2017-09-26 10:41:03 -07:00
Joshua Granick
efcecb3842 Remove simplefilewatcher submodule 2017-09-26 08:29:14 -07:00
Joshua Granick
caf72d6052 Allow -dce flag on command-line 2017-09-26 06:48:56 -07:00
Joshua Granick
a70a948329 Rename new API to FileWatcher (resolve #1064) 2017-09-26 06:18:13 -07:00
Joshua Granick
75e78a6d8f Compile fix 2017-09-25 16:51:17 -07:00
Joshua Granick
cac79f90ca Fix file locking in -rebuild 2017-09-25 16:47:32 -07:00
Joshua Granick
0bdeee533d Add initial file watcher API 2017-09-25 16:46:58 -07:00
Joshua Granick
74fc7deb09 Update .gitmodules 2017-09-25 14:30:10 -07:00
Joshua Granick
c72e62e534 Add submodule for simplefilewatcher 2017-09-25 14:24:28 -07:00
Joshua Granick
761cc21c7b Enable Flash debugging on debug builds by default 2017-09-25 10:57:47 -07:00
Joshua Granick
e92cedda2e Better handling of AIR version label/number 2017-09-25 09:58:25 -07:00
Joshua Granick
17f044cc0d Improve Windows color output on CMD 2017-09-22 15:10:57 -07:00
Joshua Granick
27e9759f2f Initial merge of WinJS UWP support 2017-09-22 15:10:57 -07:00
Joshua Granick
a4d232d715 Add color output to Windows 10 command prompt 2017-09-22 15:10:57 -07:00
jared gholston
a6b88222ee - fix some path issues
- remove white space changes compared to dev branch
2017-09-22 15:10:57 -07:00
jared gholston
89fee086e9 update templates to support winjs and testing outside of uwp env 2017-09-22 15:10:57 -07:00
jared gholston
5a513c0ab5 attempt to implement test target for uwp. failing 2017-09-22 15:10:57 -07:00
jared gholston
2143343f96 Add ability to seed a UUID to support UWP templates. The UWP project files require a GUID to be generated once and reused to reference project files. 2017-09-22 15:10:57 -07:00
jared gholston
0bcd26099e uwp html5 vs template progress 2017-09-22 15:10:57 -07:00
jared gholston
890b9cb527 first pass template files 2017-09-22 15:10:57 -07:00
jared gholston
2244a31736 windows->html5 build working 2017-09-22 15:10:57 -07:00
jared gholston
1946f14573 more hacky junk getting uwp html5 builds working 2017-09-22 15:10:57 -07:00
jared gholston
985d70464a nothing works yet. checking in to work on a different machine 2017-09-22 15:10:57 -07:00
Joshua Granick
3139f28bf2 Fix Flash target issue with classpath order (resolve #1076) 2017-09-22 11:52:43 -07:00
Joshua Granick
d7987b9bae Always set key modifier, even if only pressing a modifier key, on native (close openfl/openfl#1720) 2017-09-22 10:53:20 -07:00
Joshua Granick
cd5aadc747 Return null image in resizeImage if image is null 2017-09-22 09:50:54 -07:00
Joshua Granick
cf396919fc Move 'moveTaskToBack' to Android back button default, make System.exit exit 2017-09-19 17:14:48 -07:00
Joshua Granick
2e0ebf1035 Add 'lime config NAME VALUE' or 'lime config remove NAME' command support (resolve #1044) 2017-09-19 16:47:49 -07:00
Joshua Granick
3d37cd1c55 Update haxe.io.Bytes 2017-09-19 11:26:03 -07:00
Joshua Granick
58c94ba8bf Error if attempting to load a null URI in NativeHTTPRequest 2017-09-19 11:09:25 -07:00
guruas3
542645c5da Add upload progress event for HTML5HTTPRequest
Check if the method is POST then use request.upload.onprogress otherwise use default request.onprogress
Previously when uploading data via URLLoader in openfl the progress was fired once with value of 200
2017-09-18 14:21:06 -07:00
Joshua Granick
20fb7f2f20 Minor fix 2017-09-15 13:37:06 -07:00
Joshua Granick
95410f563a Escape spaces on Windows in PathHelper.escape 2017-09-15 13:34:43 -07:00
Joshua Granick
e5488470a6 Fix old glibc without liblinuxcompat.a 2017-09-15 11:12:58 -07:00
Joshua Granick
411f9d0668 Improvements to fix for copyPixels using alpha image (resolve #1707) 2017-09-13 16:41:36 -07:00
Joshua Granick
c5184e41bb copyPixels alpha position fix (resolve #1707) 2017-09-13 16:03:30 -07:00
Joshua Granick
16174810b1 Ignore HTTP status 0, do not handle as an error 2017-09-13 11:51:39 -07:00
Joshua Granick
ba4092d4a6 Update CHANGELOG 5.5.0 2017-09-12 16:05:39 -07:00