Joshua Granick
58057a4457
Cleanup imports
2018-06-11 14:19:37 -07:00
Joshua Granick
f6e38208d3
Add enter/exit blocking behavior in system IO and sleep
2018-06-11 14:19:32 -07:00
Joshua Granick
5c407fe87b
Minor fixes, fix compilation without HashLink library
2018-06-11 13:10:17 -07:00
Joshua Granick
68d24b1dc4
Fix HelloWorld software in HL, some AL work
2018-06-09 10:56:16 -07:00
Joshua Granick
d8ce7bf134
Binding fix
2018-06-09 09:27:48 -07:00
Joshua Granick
55a640c48b
Add support for HL libraries
2018-06-09 09:26:40 -07:00
Joshua Granick
c180653b30
Add Cairo bindings for HL
2018-06-09 08:28:50 -07:00
Joshua Granick
5ef8a23839
Garbage collection and String fixes
2018-06-09 08:28:50 -07:00
Joshua Granick
ebda41a737
Better HL support, HelloWorld running in software
2018-06-09 08:28:49 -07:00
Joshua Granick
742406c0cc
More progress
2018-06-09 08:27:47 -07:00
Joshua Granick
5dc5f47dd4
More progress on bindings
2018-06-09 08:25:16 -07:00
Joshua Granick
4d2e8febe3
More bindings
2018-06-09 08:25:15 -07:00
Joshua Granick
f2dddf5847
Compile fix
2018-06-09 08:25:15 -07:00
Joshua Granick
d0b9e00c0f
Progress on HL bindings
2018-06-09 08:24:13 -07:00
Joshua Granick
2fe10275e3
Initial strict HL bindings for passing Image, Rectangle, Bytes
2018-06-09 08:24:11 -07:00
Patrick Gutlich
a6e9e3b664
add RASPBERRYPI conditional in openglbindings
2018-06-01 09:56:00 -07:00
Jens Fischer
ba07fbd715
Guard against getEnv("HOME") returning null on some platforms
...
Attempting to convert a null pointer to std::string seems to be undefined behavior, see https://stackoverflow.com/questions/5867242/how-to-put-the-contents-of-getenv-into-a-string . In my case it was causing a crash.
2018-06-01 09:55:21 -07:00
Joshua Granick
0bf558da67
Improve support for compiling using -Dangle
2018-05-31 16:45:05 -07:00
Joshua Granick
dde997edcb
Improve iOS region string (thanks @maaniv!)
2018-05-31 14:59:09 -07:00
Joshua Granick
5d2ad299fc
Merge branch 'develop' of https://github.com/openfl/lime into develop
2018-05-29 13:07:25 -07:00
Joshua Granick
1119ce1958
Add Window expose event
2018-05-29 13:06:14 -07:00
Jens Fischer
4936156067
Invert defines checked for KHR_debug in OpenGLBindings
...
It seems there's less platforms that _don't_ support it than platforms that do (i.e. only desktop).
2018-05-29 09:34:28 -07:00
Patrick Gutlich
d5dc8ca4a3
update Rpi GLES and EGL linkerflags
...
update Rpi GLES and EGL linkerflags
2018-05-25 09:05:16 -07:00
Joshua Granick
430107f20a
Update harfbuzz
2018-04-27 18:54:45 -07:00
Joshua Granick
b87ed67572
Update Harfbuzz
2018-04-27 18:17:38 -07:00
Joshua Granick
e496d09527
Revert "ALC bindings for HL"
...
This reverts commit 8d1ff873d8 .
Revert "Binding fix"
This reverts commit c606ec5139 .
Revert "Add support for HL libraries"
This reverts commit 6b49f4d240 .
Revert "Minor fixes"
This reverts commit dcacb9f04a .
Revert "Compile fixes"
This reverts commit 3b9e572f8b .
Revert "Sync with Haxe std library (remove some overrides)"
This reverts commit c05061c970 .
Revert "Initial support for HL target in tools (for testing)"
This reverts commit 1dadbb725c .
2018-04-27 06:32:17 -07:00
Joshua Granick
8d1ff873d8
ALC bindings for HL
2018-04-26 17:16:52 -07:00
Joshua Granick
c606ec5139
Binding fix
2018-04-26 14:11:58 -07:00
Joshua Granick
6b49f4d240
Add support for HL libraries
2018-04-26 13:55:28 -07:00
Joshua Granick
0f44e42e51
Compile fix
2018-04-26 08:21:54 -07:00
Joshua Granick
223137d484
Move _mbsrtowcs to System
2018-04-22 11:26:26 -07:00
Joshua Granick
51ed111bef
Fix font family name on some Android 4.x devices ( close #885 )
2018-04-22 10:37:48 -07:00
Joshua Granick
20b80cf9a8
Disable Vsync on native when not requested
2018-04-05 09:33:21 -07:00
Joshua Granick
c9b28de490
Catch errors in AL gen sources/buffers, workaround Apple OpenAL implementation leaking
2018-04-03 17:05:11 -07:00
Joshua Granick
25e8649c20
Fix minor memory leak in Gamepad
2018-04-03 17:02:26 -07:00
Joshua Granick
8edcc8ff82
Improve support for multiple threads in AL, Cairo and cURL GC
2018-04-02 12:19:48 -07:00
Patrick Gutlich
ca843d9429
FIX, typo in conditionals RASPBERRYPI
2018-04-02 11:44:54 -07:00
Patrick Gutlich
3b4b30b030
FIX conditionals in openglbindings to include 'defined (RASPBERRYPI)'
2018-04-01 13:59:32 -07:00
Joshua Granick
d5349aaa60
Emscripten fix
2018-03-23 12:24:31 -07:00
Joshua Granick
84df9e3744
Allow focus mouse click to fire an event
2018-03-21 11:27:54 -07:00
Joshua Granick
e2499abaab
Add cleanup for cURL header slist
2018-03-20 14:21:14 -07:00
Joshua Granick
6eb9a3cd0d
Fix small leak in native Zlib compress
2018-03-19 16:12:41 -07:00
Joshua Granick
a2cf5589d4
Compile fix
2018-03-12 21:31:50 -07:00
Joshua Granick
9f1e1527e1
Update SDL
2018-03-12 21:23:14 -07:00
Joshua Granick
5a98885ce4
Update SDL to 2.0.8, updates Android minimum to NDK platform 14
2018-03-12 20:04:27 -07:00
Joshua Granick
a6fbfe505c
Initial wiring for FAudio
2018-03-12 15:34:54 -07:00
Joshua Granick
36a86bc659
Initial support for -Dgl-debug
2018-02-27 13:37:29 -08:00
Joshua Granick
14ff4649f7
Start trying to improve support for KHR_debug
2018-02-27 09:00:58 -08:00
Joshua Granick
b884a81c86
cURL fix when being GC'ed
2018-02-23 15:14:45 -08:00
Joshua Granick
43a6f0598c
Fix software fallback for GL1
2018-02-19 14:35:27 -08:00