Commit Graph

3442 Commits

Author SHA1 Message Date
Joshua Granick
06e197c935 Update freetype, harfbuzz modules 2017-10-06 09:56:13 -07:00
Joshua Granick
1fc3c06b3a Add default ESCAPE key on RPi 2017-10-05 13:17:28 -07:00
Patrick Gutlich
8a71fb5bcc FIXED Raspberry Pi Needing GLES2 instead of GLES3
FIXED Raspberry Pi Needing GLES2 instead of GLES3
2017-10-05 12:38:14 -07:00
Joshua Granick
6d7845f38b Improve handling of alpha in gaussian blur 2017-10-05 12:15:02 -07:00
Joshua Granick
04f533fa98 Minor runtime fix 2017-10-05 12:03:08 -07:00
Joshua Granick
86f2ed4a5d Restore cache break string 2017-10-05 11:15:25 -07:00
Joshua Granick
0596bfb37f Add performance.now() polyfill (close #1082) 2017-10-03 13:53:54 -07:00
Joshua Granick
017c913378 Fix C++ compile warnings 2017-10-02 13:56:39 -07:00
Joshua Granick
b0bb85116c Reduce size of image 2017-09-29 17:21:15 -07:00
Joshua Granick
16e66d1235 Initial work on Dockerfile 2017-09-29 16:40:50 -07:00
Joshua Granick
7237c0043c Update config.yml 2017-09-29 11:13:54 -07:00
Joshua Granick
a2dedc7784 Update CI script 2017-09-29 11:10:31 -07:00
Joshua Granick
b007025628 Update for Xcode 9.1 2017-09-28 15:02:19 -07:00
Joshua Granick
3722185adc Auto-assign asset type properly ieven if extension is not lower-case (resolve openfl/openfl#1726) 2017-09-28 13:20:43 -07:00
Joshua Granick
d7b63c8d73 iOS compile fix 2017-09-28 12:29:24 -07:00
Joshua Granick
939d73367f Minor tidying 2017-09-27 15:52:18 -07:00
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