Commit Graph

1020 Commits

Author SHA1 Message Date
Joshua Granick
52fee828f0 Fix IntToWide, ColorToWide on Android 2015-01-29 10:09:28 -08:00
Joshua Granick
f259724627 More ADB shenanigans 2015-01-29 09:01:18 -08:00
Joshua Granick
aa15d71e1f Fix run.sh order 2015-01-28 17:00:04 -08:00
Joshua Granick
177a4a1b8d Template out Lime runtime munit test suite 2015-01-28 16:15:57 -08:00
Joshua Granick
774a70aeac Merge pull request #331 from cbatson/CapabilitiesGetLanguage_zombie
resolves https://github.com/openfl/lime/issues/327
2015-01-28 13:21:58 -08:00
Joshua Granick
5553c4529a ANT_HOME and Linux ADB listDevices fix 2015-01-28 12:30:48 -08:00
Joshua Granick
49b7d08622 Include update to TextField 2015-01-28 10:49:05 -08:00
MattTuttle
482cf73341 Setting key modifier value in SDL key event 2015-01-27 12:58:26 -06:00
Joshua Granick
2273861ebc Merge pull request #333 from cbatson/ColorToWide_typo
fix copy and paste error
2015-01-27 09:11:15 -08:00
cbatson
2a23e96baa fix copy and paste error 2015-01-27 09:01:21 -08:00
Joshua Granick
c8abf857bc Improve consistency between targets when merging documentation 2015-01-26 09:08:39 -08:00
cbatson
04722e11aa resolves https://github.com/openfl/lime/issues/327 2015-01-26 08:11:53 -08:00
Joshua Granick
26a0b6a8f3 Fix README 2015-01-26 07:09:36 -08:00
Joshua Granick
ebbbe44eac ConfigData fix 2015-01-23 14:11:17 -08:00
MattTuttle
d11045a4f9 Fixing error in Text.cpp 2015-01-23 16:03:53 -06:00
MattTuttle
94b9ea1b86 Whitespace corrections 2015-01-23 15:52:50 -06:00
MattTuttle
3827df6952 Improved font error handling when file isn't found 2015-01-23 15:48:52 -06:00
MattTuttle
9c5352a110 Harfbuzz buffer needs to be reset every time fromString is called 2015-01-23 12:44:35 -06:00
Daniel Uranga
23f8e01d2a Cleaning code a bit. No need to call Font.loadGlyphs since this is done automatically by Text.fromString 2015-01-23 12:37:50 -06:00
Daniel Uranga
5b2287a374 Fixed Arabic text rendering using Harfbuzz. Updated TextRendering sample. 2015-01-23 12:37:50 -06:00
Daniel Uranga
11008a1214 Throw exceptions instead of directly try to use uninitialized handles in text rendering code. 2015-01-23 12:37:50 -06:00
Daniel Uranga
070d2833b3 Throw exceptions instead of directly try to use uninitialized handles in text rendering code. 2015-01-23 12:34:28 -06:00
Joshua Granick
6bc8a8edda Update documentation 2015-01-23 08:53:04 -08:00
Joshua Granick
30d6139ee5 Fix crash when dependency.path does not exist 2015-01-22 15:05:39 -08:00
Joshua Granick
e41411b5e9 Update to 2.0.6 2.0.6 2015-01-22 14:31:37 -08:00
Joshua Granick
1fd8f0970c Update CHANGELOG 2015-01-22 14:27:54 -08:00
Joshua Granick
7700c12567 Add js-flatten and DCE full to HTML5 -final HXML 2015-01-22 11:10:02 -08:00
Joshua Granick
25286bcdc4 Update Google Closure compiler version, run minify by default on -final HTML5 builds 2015-01-22 11:02:03 -08:00
Joshua Granick
1dcacbc69c No external OpenAL lib for Android target 2015-01-21 15:54:02 -08:00
Joshua Granick
32d2d48e1e Update README.md 2015-01-21 14:38:58 -08:00
Joshua Granick
081dd94565 Improve console context, add support in 'Hello World' 2015-01-20 10:51:12 -08:00
Joshua Granick
db7f1f9f4f Updates for console targets 2015-01-20 10:28:39 -08:00
James Gray
057ae36d69 add ConsoleRenderContext 2015-01-20 00:46:13 -06:00
Joshua Granick
6682afbec4 Merge the backend function for key, mouse and touch events into application and window classes 2015-01-19 21:27:26 -08:00
Joshua Granick
10453bd23a Refactor 2015-01-19 20:37:01 -08:00
Joshua Granick
b71df75953 Don't freeze on 'adb devices' call on OS X 2015-01-19 20:36:39 -08:00
Joshua Granick
d60887b739 Refactor into separate 'backend' classes 2015-01-19 12:43:55 -08:00
Joshua Granick
f0021fc14c Compile fix 2015-01-19 11:29:02 -08:00
Joshua Granick
d898e3b02b Add missing files 2015-01-19 11:04:46 -08:00
Joshua Granick
9c36f300d7 Integrate TextField improvement, mingw32 improvements, software renderer improvements (legacy) 2015-01-19 11:03:24 -08:00
Joshua Granick
7f178e4f42 Try using 5.1.1 as the default deployment instead 2015-01-17 21:21:10 -08:00
Joshua Granick
c0f1416535 Update default iOS deployment to 6.0 and remove unnecessary CFBundleIcon data now that we use asset catalogs for icons 2015-01-17 21:16:18 -08:00
Joshua Granick
d2a2ed5cd2 Fix ArrayBuffer from openfl.Vector on Neko 2015-01-16 09:47:40 -08:00
Joshua Granick
9c3e022fca Skip extra 'connect' call for now 2015-01-16 09:02:57 -08:00
Joshua Granick
e2aff76b27 Improve the getDeviceSDKVersion call, make it skip errors and bypass if no devices seem to be connected 2015-01-16 08:42:36 -08:00
Joshua Granick
46f58e1491 Use PathHelper.combine when copying assets for Android and BlackBerry 2015-01-16 08:20:49 -08:00
MattTuttle
d33dd96cdc Enabling asset embedding for lime native (bytes/text/image working) 2015-01-15 14:05:41 -06:00
Joshua Granick
712749e9d7 Copy templates/iphone/Resources if it exists 2015-01-15 02:57:23 -08:00
Joshua Granick
8fe86596aa Cleanup window and renderer for SDL2 2015-01-14 23:07:54 -08:00
Joshua Granick
75566d3dc4 Update to 2.0.5 2.0.5 2015-01-13 12:01:48 -08:00