Commit Graph

721 Commits

Author SHA1 Message Date
Joshua Granick
9c25859c8c Improve GL version check 2015-10-16 10:45:53 -07:00
Joshua Granick
611df0d86c Check for valid context before enabling OpenGL rendering 2015-10-16 09:56:21 -07:00
Joshua Granick
0cb8cd1bba Fix red color on Galaxy S3 2015-10-13 08:24:28 -07:00
Joshua Granick
84dc33225f cURL VERIFY HOST should be an int, not bool 2015-10-12 12:52:14 -07:00
Joshua Granick
06e3be0cf7 Use openal-soft on OS X for now, system OpenAL framework is crashing on El Capitan on exit 2015-10-12 06:35:43 -07:00
vroad
37172a9efc Fix return value of cairo_pattern_get_color_stop_count 2015-10-12 12:43:04 +09:00
Joshua Granick
8daeb8f1d8 Add lime.ui.Joystick and dispatch joystick events 2015-10-05 18:48:36 -07:00
Joshua Granick
283e13386b Add window.scale, let window width/height and mouse events be in logical points 2015-10-05 13:18:54 -07:00
Joshua Granick
f86b10df73 Merge pull request #595 from tanis2000/tvos
Minor fixes for tvOS + ARC
2015-10-05 11:57:24 -07:00
Joshua Granick
0c087177c1 Update SDL and update how we handle retina 2015-10-05 11:50:21 -07:00
Valerio Santinelli
1295c33dea Merge branch 'master' of https://github.com/openfl/lime into tvos 2015-10-02 23:48:02 +02:00
Valerio Santinelli
4c3eeed57e iOS native target 2015-10-02 23:37:16 +02:00
Joshua Granick
661b56bd03 Update submodules for minor tvOS patches 2015-10-02 10:03:27 -07:00
Joshua Granick
7e182981fe Merge pull request #592 from tanis2000/tvos
tvOS support
2015-10-02 09:49:28 -07:00
Joshua Granick
a069328efb Add System.allowScreenTimeout 2015-09-30 12:46:14 -07:00
Valerio Santinelli
e0817a0391 Added the twos section to the build script 2015-09-30 20:59:21 +02:00
Valerio Santinelli
130e8e703e More changes to build lime with AppleTV support (not yet finished) 2015-09-30 09:13:34 +02:00
Valerio Santinelli
253ad82ecd More changes for tvOS support 2015-09-29 18:43:59 +02:00
Joshua Granick
f4438d85ac Update CFFI Prime header 2015-09-29 09:43:24 -07:00
Valerio Santinelli
c6b9772e96 Added the tvos target to the command line tool and started working on the TVOSPlatform and TVOSHelper 2015-09-29 09:24:11 +02:00
Joshua Granick
de970f1bae Include patched HXCPP CFFIPrime.h, fix static Lime build 2015-09-24 15:59:30 -07:00
Joshua Granick
dcfa688e37 Use CFFIPointer in more places 2015-09-23 16:04:50 -07:00
Joshua Granick
4a8fe40024 Add lime.system.CFFIPointer 2015-09-23 09:19:45 -07:00
Joshua Granick
fea74fabce OpenAL fix 2015-09-23 08:17:44 -07:00
Joshua Granick
b6881c39bc Improve Cairo bindings to hold a GC reference to Fonts used 2015-09-22 14:38:41 -07:00
Joshua Granick
1ef975cb93 Remove Cairo reference/destroy -- this is handled internally 2015-09-22 14:18:22 -07:00
Joshua Granick
0e42ea9159 Add garbage collection to native pointer values 2015-09-22 13:30:57 -07:00
James Gray
3e6a5a9770 Fix crash in Font::Decompose 2015-09-22 12:31:50 -05:00
James Gray
208f1ca8f0 plug leaks in lime.text.Font 2015-09-21 19:08:21 -05:00
James Gray
23a665fa91 plug leak in lime_font_get_family_name 2015-09-21 19:08:20 -05:00
Joshua Granick
d287d64af6 Make cURL use Bytes instead of Strings 2015-09-21 16:46:16 -07:00
Joshua Granick
ba8f90feea Revert SDL version (for now) 2015-09-21 14:06:17 -07:00
Joshua Granick
4a2c13f04d Improve static build 2015-09-21 13:43:54 -07:00
Nilsen Filc
41f110c3ba Neutralize SDL_FINGERUP on Mac OSX
solves https://github.com/openfl/openfl/issues/815
2015-09-16 23:36:52 +02:00
Joshua Granick
5bd80aaab3 Add support for CFFI finalizer 2015-09-16 12:57:41 -07:00
Joshua Granick
19f4a601cf Include VS2015 fix 2015-09-16 08:20:59 -07:00
Joshua Granick
19487619f0 Minor tweak 2015-09-16 08:13:11 -07:00
Joshua Granick
5b5528e7cb Improve accelerometer support 2015-09-15 22:46:07 -07:00
Joshua Granick
1170702692 Accelerometer events 2015-09-15 16:30:15 -07:00
Joshua Granick
c4d05afb40 Update SDL version 2015-09-14 13:56:34 -07:00
Joshua Granick
423357824b Compile fix 2015-09-07 23:30:37 +00:00
Joshua Granick
506f95acae Null string fix 2015-09-04 19:40:16 -07:00
Joshua Granick
34d4b9cc13 Improve RPi support 2015-09-02 23:55:35 -07:00
Joshua Granick
3925906b56 Add postUICallback 2015-09-02 19:23:05 -07:00
Joshua Granick
f618c4648a Make window.alert simpler 2015-09-02 17:59:30 -07:00
Joshua Granick
dc919adccc Name window.notify back to window.alert and unify with simple message box support 2015-09-02 09:53:03 -07:00
Joshua Granick
b199e7ac7d Rename to window.notify (should have a more robust notification system in the future) 2015-09-02 09:01:04 -07:00
Tommy X
81acecfaea Update ExternalInterface.cpp 2015-09-01 20:16:12 -04:00
Tommy X
77b9243ce8 Added Alert function 2015-09-01 20:12:41 -04:00
Tommy X
62b2c76543 Added Alert function 2015-09-01 20:12:03 -04:00