Commit Graph

645 Commits

Author SHA1 Message Date
Joshua Granick
590c460dc1 Merge branch 'master' of https://github.com/openfl/lime 2016-01-01 14:40:51 -08:00
Joshua Granick
3fa5e01171 Merge pull request #657 from james4k/pr-console-cffi-static-link
guard CFFI STATIC_LINK anchor funcs for the optional libs
2016-01-01 14:42:18 -08:00
Lars A. Doucet
3644008132 Implementing BitmapData.threshold() natively for massive speedup - 95% reduction in time taken 2016-01-01 14:11:25 -08:00
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
cbf061d501 Disable ANGLE for now, will need -DLIME_SDL_ANGLE on Lime rebuild and <set name='angle' /> or -Dangle on project builds to enable 2015-12-09 14:54:36 -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
95b31f08df Update pixman (fixes Windows XP crash) 2015-11-12 22:23:13 -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
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