Commit Graph

83 Commits

Author SHA1 Message Date
Vincent Petry
d79cd87793 Added Windows defined for multitouch in SDL2Stage 2015-06-07 22:23:39 +02:00
Vincent Petry
421bb9cf33 Add finger touch events to SDL2Stage 2015-06-07 22:23:39 +02:00
Joshua Granick
6d58619294 Fix webOS legacy build 2015-05-22 17:27:31 -07:00
Joshua Granick
2ebbb58493 Set cURL connect timeout to 30 seconds (300 is too long) 2015-05-14 15:27:48 -07:00
Tommy X
af4a8eb92c Improve default alpha blending
Change default alpha blending blendFunc to correctly blend alpha for RGBA textures in non-premultiplied alpha mode
2015-04-14 16:32:01 -04:00
Joshua Granick
5aa9d6b581 Disable old Sound.java reference 2015-04-11 12:02:22 -07:00
Joshua Granick
81accad822 Disable references to removed Sound.java file 2015-04-10 10:21:39 -07:00
Joshua Granick
6a6d37f734 Use safe name for registering statics, use 'lime_legacy_' for legacy prims to avoid conflicting names 2015-04-07 12:03:16 -07:00
Joshua Granick
01fc807722 Remove unused Sound.java 2015-04-06 13:40:09 -07:00
Joshua Granick
fc584bf7c1 Use assetManager reference in legacy that exists in hybrid mode as well 2015-04-06 13:22:27 -07:00
Joshua Granick
5df7984255 Do not define -Dlime-legacy when using Lime hybrid 2015-04-06 12:37:08 -07:00
Joshua Granick
b0b526812b Shutdown OpenAL for ManagedStage 2015-04-04 23:04:05 -07:00
Joshua Granick
3153f47f22 Rename the legacy lime binary to 'lime-legacy' 2015-04-04 22:15:29 -07:00
Joshua Granick
a6590150fc Implement softKeyboardRect for iOS (legacy) 2015-03-31 17:12:00 -07:00
Joshua Granick
8a4b1f4dd4 Potential add for softKeyboardRect on iOS 2015-03-31 15:40:18 -07:00
Valentin Lemière
a5ce9789e6 Replace linux neko with standalone version (-rpath) 2015-03-28 14:52:20 +01:00
Joshua Granick
bf53e70c0e Revert Xcode project template to fix simulator bundle identifier error 2015-03-20 10:10:29 -07:00
Nilsen Filc
218f3e5d5f joystick connection accounting fix
Tested with 3 simultaneous joypads and deconnection+reconnection scenario. Thanks to Alan McCosh for pointing this out.
2015-03-18 18:20:18 +01:00
Joshua Granick
19ace78c33 iOS template tweak 2015-03-13 12:33:32 -07:00
Joshua Granick
d66e43da79 Include files in 'iphone/resources' template 2015-03-13 09:33:15 -07:00
Joshua Granick
27d767cfc8 Add hook for getSoftKeyboardHeight on Android (legacy) 2015-02-25 14:38:27 -08:00
Joshua Granick
e51871c372 Hack to support added 'lib' prefix on HXCPP 3.2+ iOS target 2015-02-25 12:25:57 -08:00
Joshua Granick
df735ef734 Use SDL_WINDOW_FULLSCREEN_DESKTOP instead of SDL_WINDOW_FULLSCREEN to behave better on OS X (until we have an official display mode switch API for regular fullscreen) (closes #235) 2015-02-23 15:47:00 -08:00
Joshua Granick
41b2aa06d8 Read Options.txt in iOS makefile build (fixes #323) 2015-02-20 12:16:00 -08:00
Joshua Granick
bc8c769491 Request focus in Android doResume method (legacy) (fixes #208) 2015-02-20 10:31:06 -08:00
Joshua Granick
91cd00a316 Borrow IME options from SDLActivity 2015-02-20 09:27:44 -08:00
Ben Morris
4eeab6a305 Adding TILE_BLEND_SUBTRACT flag for subtract blend mode using drawTiles. 2015-02-18 09:47:02 -08:00
Joshua Granick
aa40cc1d10 Cleanup 2015-02-13 08:34:17 -08:00
Joshua Granick
b0438b8686 Clamp ColorMatrixFilter (legacy) 2015-02-11 17:32:00 -08:00
Joshua Granick
96bc549ed8 Legacy sync 2015-02-11 16:15:11 -08:00
Joshua Granick
b8e4f9515e Fix setTextFormat() font update (legacy) 2015-02-11 16:06:33 -08:00
Joshua Granick
3306f00f9b File sync 2015-02-04 20:34:38 -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
52fee828f0 Fix IntToWide, ColorToWide on Android 2015-01-29 10:09:28 -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
49b7d08622 Include update to TextField 2015-01-28 10:49:05 -08:00
cbatson
2a23e96baa fix copy and paste error 2015-01-27 09:01:21 -08:00
cbatson
04722e11aa resolves https://github.com/openfl/lime/issues/327 2015-01-26 08:11:53 -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
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
c45e1a4db0 Fix crash in iOS Capabilities.language (fixes #464) 2015-01-10 00:20:46 -08:00
Martin Jonasson
2ead9cd714 Adds all launch image sizes wanted by XCode
This also has the added benefit of enabling non-interpolated resolutions on iPhone 6 and iPhone 6 Plus.
2015-01-09 14:27:38 +01:00
Martin Jonasson
178029317a Adds all icon sizes wanted by XCode 2015-01-09 14:21:00 +01:00
Joshua Granick
5cda508492 Remove comments 2015-01-08 15:42:11 -08:00
Joshua Granick
7a3617fc78 Guard Android API calls on older devices 2015-01-08 15:02:22 -08:00
Joshua Granick
fdbfb671fe Build fix 2015-01-08 13:13:21 -08:00
Joshua Granick
25f01e477a Compile fix 2015-01-08 12:53:56 -08:00