Commit Graph

1247 Commits

Author SHA1 Message Date
Joshua Granick
d6f6e92663 Fix audio support on Android (non-legacy) 2015-02-04 13:40:57 -08:00
Joshua Granick
5467964453 Get Android working with files, add quick fallback to PNG/JPEG if no FD is available and implement SDL fdopen 2015-02-04 11:18:17 -08:00
Joshua Granick
f7ec042ce5 Use SDL_RWops 2015-02-04 10:46:28 -08:00
Joshua Granick
5fce030485 Unlock Android emulator automatically, skip the 'connect' step for emulators 2015-02-03 15:24:16 -08:00
Joshua Granick
f5762afd3a Default to X86 when using the Android simulator 2015-02-03 14:32:29 -08:00
Joshua Granick
e6e4bbf2f3 Patch use of framebuffer ID instead of resource ID (legacy) 2015-02-03 11:13:10 -08:00
Joshua Granick
9302b124e2 Try implementing more getParameter values (legacy) 2015-02-03 09:44:02 -08:00
Joshua Granick
1d8cecfd1b Fix documentation 2015-02-02 16:36:08 -08:00
Joshua Granick
328bdf4623 Increment API to 2.1 2015-02-02 15:31:07 -08:00
Joshua Granick
5504dff344 Refactor, make most events instance-based (not static), move events to Window, remove 'EventManager' classes, implement deltaTime 2015-02-02 15:30:29 -08:00
Joshua Granick
87cd4b2dbb 'All Rights Reserved' not necessary (http://en.wikipedia.org/wiki/All_rights_reserved) 2015-01-30 16:04:29 -08:00
Joshua Granick
f0198b5316 Update LICENSE.md 2015-01-30 13:55:23 -08:00
Joshua Granick
d99cddb7e8 Update LICENSE.md 2015-01-30 13:35:30 -08:00
Joshua Granick
a5487f2858 Update LICENSE.md 2015-01-30 13:34:37 -08:00
Joshua Granick
c1c971f3e4 Update LICENSE.md 2015-01-30 13:32:46 -08:00
Joshua Granick
d6ab9af228 Update LICENSE.md 2015-01-30 13:28:00 -08:00
Joshua Granick
32e9be13da Update LICENSE.md 2015-01-30 12:47:55 -08:00
Joshua Granick
c0ee3ab703 Update LICENSE.md 2015-01-30 12:26:59 -08:00
Joshua Granick
7072f03166 Update LICENSE.md 2015-01-30 12:13:16 -08:00
Joshua Granick
d555280bb4 Update LICENSE.md 2015-01-30 12:11:25 -08:00
Joshua Granick
03cae9f455 Update LICENSE.md 2015-01-30 12:10:54 -08:00
Joshua Granick
81d63b564c Update LICENSE.md 2015-01-30 08:51:55 -08:00
Joshua Granick
05ce36188b Add application.removeWindow, window.close, and fixes for using an empty config 2015-01-29 15:34:18 -08:00
Joshua Granick
d1159824bd Allow null Application config 2015-01-29 12:42:13 -08:00
Joshua Granick
41fcc1f4df Improve testing support 2015-01-29 12:00:58 -08:00
Joshua Granick
9777ef4001 Add exit cleanup for OpenAL, in case proper shutdown does not occur 2015-01-29 11:46:37 -08:00
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
Ilia Glazkov
1dc7c513e4 Support custom prefix (root) for resources URLs in html5.
Allow users to specify custom resources root in lime.embed.
2015-01-22 15:22:43 -08:00