Commit Graph

4316 Commits

Author SHA1 Message Date
Joshua Granick
f702c8958b Apply SDL patch https://hg.libsdl.org/SDL/rev/3b1f484500f0 2019-05-07 12:17:18 -07:00
Carlos Madrazo
bfa93bf920 [winrt] Fix bin directory for newer Windows 10 SDKs
Get the Windows SDK bin directory automatically from the latest sdk installed version, when making an -appx
2019-05-07 11:25:59 -07:00
Joshua Granick
dce7099e6e Add CMYK support to native JPEG decode 2019-04-30 13:58:47 -07:00
Jens Fischer
af9367b199 Replace @:fakeEnum with @:enum abstract
@:fakeEnum support will be removed in HaxeFoundation/haxe#8189
2019-04-30 11:37:17 -07:00
Joshua Granick
d01f84ffbf Fix button on HL mouse event 2019-04-22 13:55:09 -07:00
Joshua Granick
7bb7b5a4fa Increase zlib compression level 2019-04-18 11:46:48 -07:00
Joshua Granick
44133fe2d4 Add -npm option for HTML5 2019-04-15 13:59:18 -07:00
Joshua Granick
668080ac64 Fix crash error due to use of blur during static initialization 2019-04-11 15:13:37 -07:00
Tuna Hunerli
7d3539ab8e Fixing StackBlur alpha 2019-04-11 12:45:20 -07:00
Joshua Granick
20f626dab8 Move native DLL directory to 'lib' 2019-04-11 12:09:26 -07:00
Joshua Granick
b78837602e Update to 7.4.0 2019-04-11 12:07:55 -07:00
Joshua Granick
8b6f4c3acc Add support for 'hashlink' as target alias 2019-04-11 10:29:59 -07:00
Joshua Granick
40ccd22c79 Fix BitmapData issues for HL 2019-04-10 16:26:03 -07:00
Joshua Granick
29f9509f9d Minor crash fix 2019-04-10 15:19:16 -07:00
Carlos Madrazo
7b50cb39ff Update name 2019-04-10 10:21:25 -07:00
Carlos Madrazo
e1a0f3a473 Initial Winrt -appx
Outputs Appx file, needs 2 manual steps:
Modify sdkVersion variable in WindowsPlatform.hx to the one you want to use for bin tools in C:\Program Files (x86)\Windows Kits\10\\bin\ and do openfl rebuild tools

For creating the certificate, Powershell command fails but the command lets you know which command you need to execute (copy and past in the cmd prompt)
2019-04-10 10:21:25 -07:00
Joshua Granick
dbe6846df0 Update NOTICE 2019-04-08 14:39:54 -07:00
Joshua Granick
06e59c0e6c Minor StackBlur update 2019-04-08 14:39:50 -07:00
Joshua Granick
da8848fd38 Crash fix in blur 2019-04-08 14:12:31 -07:00
Tuna Hunerli
5d0f446970 Initial StackBlur port 2019-04-08 12:00:27 -07:00
Joshua Granick
6dce7ad79a Progress on newer NDK support (forces minimum API from 14 to 16) 2019-04-05 18:07:13 -07:00
Joshua Granick
2cb09c55df Retain SDL joystick IDs 2019-04-04 10:20:35 -07:00
Joshua Granick
42649d1b9a Improve output HTML5 script wrapper for better Haxe 3.2 support 2019-04-03 11:31:49 -07:00
Joshua Granick
89d3b02a4b Update CHANGELOG 7.3.0 2019-04-01 15:08:57 -07:00
Joshua Granick
0a3bc163d6 Update to 7.3.0 2019-04-01 15:08:50 -07:00
Joshua Granick
706d40ec40 Update NOTICE 2019-04-01 14:38:16 -07:00
Joshua Granick
ff9b4a0e04 Update NOTICE 2019-04-01 14:37:52 -07:00
Joshua Granick
37918d28bf Compile fix 2019-04-01 14:20:27 -07:00
Joshua Granick
303bb3c2a9 Improve stride value 2019-04-01 14:20:04 -07:00
Milton Candelero
1d2abf7d2e Added the flag "force_html5_audio" for howler
Added a compilation flag `force_html5_audio` to force howler to always use html5 audio.

I don't think anyone will find this useful but it shouldn't do any harm to have.
2019-04-01 14:17:49 -07:00
Joshua Granick
28e1056885 Change version to 7.3.0 2019-04-01 14:15:05 -07:00
Joshua Granick
970aaa979c Fix HTML5 output template on debug 2019-03-29 17:06:43 -07:00
Joshua Granick
914e94f9e5 Fix line numbers for HTML5 source maps 2019-03-29 15:58:03 -07:00
Joshua Granick
9689957288 Fix security warning 2019-03-28 12:46:43 -07:00
Joshua Granick
5bdca08a0c Bits per pixel, not bytes (resolve #1301) 2019-03-28 12:30:41 -07:00
George Corney
376f0ba123 extern @: to @: extern 2019-03-27 13:39:49 -07:00
Joshua Granick
e3aab45c4f Dockerfile fix 2019-03-26 12:16:10 -07:00
Joshua Granick
d9f47372b6 Compile fix 2019-03-21 10:05:15 -07:00
Joshua Granick
3f5f14389a Fix Haxe 4 dev warning 2019-03-20 15:35:37 -07:00
Joshua Granick
2e5420f369 Haxe 3.4 compile fix 2019-03-20 12:04:44 -07:00
Joshua Granick
750314fbc8 Compile fix 2019-03-20 11:58:07 -07:00
Joshua Granick
1d93fdd4bf Minor fix 2019-03-20 11:37:54 -07:00
Joshua Granick
4a7a9eae9e Fix Haxe4 dev warnings 2019-03-20 11:28:13 -07:00
Joshua Granick
a4cc3c13a9 Mac output-file fix 2019-03-18 13:39:09 -07:00
Joshua Granick
eee9f26ab5 Fix --output-file for Flash target 2019-03-18 13:21:15 -07:00
Joshua Granick
a1b9614700 Update to 8.0.0 2019-03-18 12:15:54 -07:00
Joshua Granick
b795534773 Add initial support for '--output-file' option on 'display' command 2019-03-18 12:01:37 -07:00
melonin
6c01e873af HaxeObject.create returns null when handle is null 2019-03-18 06:23:08 -07:00
Joshua Granick
a5de7d83c2 String fixes 2019-03-14 16:25:38 -07:00
Joshua Granick
ac0f49aeea Fix minThreads on ThreadPool 2019-03-14 15:50:30 -07:00