Commit Graph

1057 Commits

Author SHA1 Message Date
Joshua Granick
e5ea71930d Fix Windows file I/O 2015-02-07 20:23:55 -08:00
Joshua Granick
90f9b7ef39 Fix HTML5 System.getTimer 2015-02-06 17:06:04 -08:00
Joshua Granick
f9969e803f Standardize asset sourcePath for templates to prevent Haxe compile error on Windows sometimes 2015-02-06 16:51:50 -08:00
Joshua Granick
40f9db7cb2 Mac fix 2015-02-05 15:54:36 -08:00
Joshua Granick
a2e8a1d747 Mac fix 2015-02-05 15:22:22 -08:00
Joshua Granick
f7ff0f7904 Fix createImageData 2015-02-04 20:56:52 -08:00
Joshua Granick
3306f00f9b File sync 2015-02-04 20:34:38 -08:00
Joshua Granick
7134baafef Add lime.utils.JNI, initially supporting JNI.getEnv 2015-02-04 17:13:27 -08:00
Joshua Granick
4dde860505 Add HAVE_LIBC when building SDL related files 2015-02-04 16:09:26 -08:00
Joshua Granick
38bc6bd04e Added System.getTimer, moved file I/O into system, removed unused 2015-02-04 16:05:37 -08:00
Joshua Granick
8f9591365a Fix JNI JPEG and PNG file loading 2015-02-04 14:07:21 -08:00
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