Commit Graph

659 Commits

Author SHA1 Message Date
Joshua Granick
91dd2b13cc Remove debug messages 2016-01-01 14:08:25 -08:00
Joshua Granick
da9600efd5 Fix crash in OGG load on newer Android toolchain 2016-01-01 14:01:31 -08:00
Joshua Granick
a9bed580b3 Use previous buffer structure 2016-01-01 13:12:40 -08:00
Joshua Granick
2b952d2dc3 Bytes fix 2016-01-01 11:17:02 -08:00
Joshua Granick
cd4d4a8f43 Fix race condition in lime_image_load, lime_audio_load 2015-12-31 14:42:20 -08:00
Joshua Granick
4dc0aa3db4 Remove old ByteArray CPP class 2015-12-31 14:41:54 -08:00
James Gray
871e375da3 ensure cairo cffi links with STATIC_LINK 2015-12-29 21:50:13 -06:00
Joshua Granick
bd629f3a45 Update iOS system font path (remove 'Cache' from path) 2015-12-15 15:39:21 -08:00
Joshua Granick
9acf835d55 Build fix 2015-12-14 11:20:58 -08:00
Joshua Granick
9b69214dea Fix decode on Android 2015-12-14 11:11:19 -08:00
Joshua Granick
314d25c4fe Fix joystick connect ID 2015-12-09 10:04:06 -08:00
Joshua Granick
1f5ec4ada2 Quiet ANGLE warning message 2015-12-07 13:13:38 -08:00
Joshua Granick
8698727f6e Merge pull request #603 from vroad/cairo-fix
Fix return value of cairo_pattern_get_color_stop_count
2015-12-01 18:58:05 -08:00
Joshua Granick
8ef9b28939 Enable ANGLE by default (thanks @larsiusprime) 2015-12-01 18:16:35 -08:00
Joshua Granick
22e0703d2c Crash fix 2015-10-29 10:31:48 -07:00
Joshua Granick
83e0bd46c2 Improve consistency of frame timing (thanks @mauvecow) 2015-10-19 19:15:40 -07:00
Joshua Granick
4879c265a2 Frame timing fix (thanks @mauvecow) 2015-10-19 17:44:48 -07:00
Joshua Granick
0a327595bc Compile fix 2015-10-19 10:00:15 -07:00
Joshua Granick
e492ab1717 Fix compile warning 2015-10-16 10:58:39 -07:00
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
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
0c087177c1 Update SDL and update how we handle retina 2015-10-05 11:50:21 -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
130e8e703e More changes to build lime with AppleTV support (not yet finished) 2015-09-30 09:13:34 +02: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
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
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
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