Commit Graph

1684 Commits

Author SHA1 Message Date
Joshua Granick
265783e98a Merge pull request #517 from Hasufel/patch-3
fix audio offset
2015-07-21 14:21:35 -07:00
Nilsen Filc
668671b5cd fix audio offset
fixes https://github.com/openfl/openfl/issues/746
2015-07-21 23:05:30 +02:00
Joshua Granick
08d2a53dd9 Merge pull request #516 from Hasufel/patch-1
fix build
2015-07-21 13:51:55 -07:00
Nilsen Filc
3283085faf fix build 2015-07-21 22:51:16 +02:00
Joshua Granick
0c00f00208 Merge pull request #515 from ibilon/patch-2
Guard againsts canvas copyPixel outside of target
2015-07-21 13:31:48 -07:00
Joshua Granick
16617d7383 Update CHANGELOG 2015-07-21 13:24:21 -07:00
Joshua Granick
0fa9e6e1bf Update to 2.5.1 2015-07-21 13:24:13 -07:00
Valentin Lemière
d3dfe4e4f9 Guard againsts canvas copyPixel outside of target 2015-07-21 21:41:47 +02:00
Joshua Granick
491d494437 Transparent fix 2015-07-21 11:14:01 -07:00
Joshua Granick
905e384ca2 Finish implementating C++ Image operations 2015-07-21 11:09:35 -07:00
Joshua Granick
fadc285209 Fixes 2015-07-21 10:38:29 -07:00
Joshua Granick
d6750818fc More work on pixel operations 2015-07-21 10:08:29 -07:00
Joshua Granick
07db467ab6 Port new copyChannel to native 2015-07-21 09:21:49 -07:00
Joshua Granick
e54502354c Fix divide by zero (thanks @larsiusprime, @hasufel) 2015-07-21 09:15:09 -07:00
Joshua Granick
c0ef737af0 Begin implementation of C++ Image data methods again 2015-07-21 09:07:52 -07:00
Joshua Granick
1354a5106b Clean up import 2015-07-20 22:59:47 -07:00
Joshua Granick
784e957e94 Fix import 2015-07-20 22:56:26 -07:00
Joshua Granick
26154a4bab Add support for all pixel formats in Image, switch PixelFormat to RGBA32 (etc) to denote color order and pixel size 2015-07-20 22:19:38 -07:00
Joshua Granick
f2d2a2930f Merge pull request #509 from Matan/master
Fixed html5 image loading through DefaultAssetLibrary where id and path doesn't match
2015-07-20 07:11:26 -07:00
Matan Uberstein
75b807f91a Fixed html5 image loading through DefaultAssetLibrary where id and path doesn't match. 2015-07-20 11:39:14 +02:00
Joshua Granick
fd8ef59028 Add a library 'prefix' value, for generated class names 2015-07-19 10:24:37 -07:00
Joshua Granick
9b207c2b8d Update CHANGELOG 2015-07-17 16:57:02 -07:00
Joshua Granick
ca6bbb4bd6 Update to 2.5.0 2015-07-17 16:57:01 -07:00
Joshua Granick
8f26a48dbb Merge pull request #507 from Hasufel/patch-1
Gamepad controller axis deadzone low filter
2015-07-17 16:53:08 -07:00
Joshua Granick
7bed38562c Fix use of Assets.load* with the same ID and different callbacks 2015-07-17 16:46:07 -07:00
Nilsen Filc
0478a54e37 Gamepad controller axis deadzone low filter
Added gamepad controller axis deadzone low filter, removing unnecessary spam from controller analog sticks natural jitter.
Base filter set default at value 1000. Tested with multiple gamepads connected at the same time (Sony PS3).
2015-07-17 22:30:13 +02:00
Joshua Granick
0e585e54c7 Fix rebuild 2015-07-17 10:51:28 -07:00
Joshua Granick
0c9bd8916f Try to ignore XML files that are not project files when running Lime commands in the wrong directory 2015-07-17 10:34:46 -07:00
Joshua Granick
d4f0011de1 ArrayBufferView fix 2015-07-17 08:57:16 -07:00
Joshua Granick
7537b018a4 Quiet 'known incorrect' color profile messages from libpng 2015-07-17 08:40:45 -07:00
Joshua Granick
902bd24ef3 Image sync fix 2015-07-16 07:29:03 -07:00
Joshua Granick
81dd6519f8 Safety against null gamepad 2015-07-15 23:07:02 -07:00
Joshua Granick
7e1cab39ef Minor change 2015-07-15 22:27:18 -07:00
Joshua Granick
ee6d7edf70 Set the default frameRate for HTML5 2015-07-15 17:07:19 -07:00
Joshua Granick
8e8c927cd3 Compile fix 2015-07-15 17:07:04 -07:00
Joshua Granick
0b4c553622 Add CairoImageSurface, properly separate image surface methods from the CairoSurface type 2015-07-15 16:40:53 -07:00
Joshua Granick
6622ac818d Merge pull request #499 from larsiusprime/wiimote
added legacy support for wiimote gamepad detection
2015-07-15 11:43:31 -07:00
Joshua Granick
b50d052548 Fix regression in ByteArray.readFile on Android 2015-07-15 11:00:40 -07:00
Joshua Granick
42b1c80b4a Minor fix 2015-07-15 11:00:39 -07:00
Lars A. Doucet
9641f153a1 Merge branch 'master' of https://github.com/openfl/lime into wiimote 2015-07-15 12:56:13 -05:00
Joshua Granick
634c48b10b Merge pull request #501 from Hasufel/patch-1
Guard against doppleganger gamepad connection
2015-07-14 22:23:11 -07:00
Joshua Granick
250d4b488b Add explicit assetLibrary.unload when calling Assets.unloadLibrary 2015-07-14 21:33:41 -07:00
Nilsen Filc
18f2e401d2 Guard against doppleganger gamepad connection
Gamepad connect can fire twice in a row the event for the same device (tested on Mac OSX). Prevent that.
2015-07-15 04:51:31 +02:00
Lars A. Doucet
924f478a81 added legacy support for wiimote gamepad detection 2015-07-14 10:36:01 -05:00
Joshua Granick
e9a579384f Update CHANGELOG 2015-07-13 19:15:15 -07:00
Joshua Granick
d0d6f497f8 Update to 2.4.9 2.4.9 2015-07-13 19:11:29 -07:00
Joshua Granick
6445a95fd7 Try with a cast 2015-07-13 17:48:56 -07:00
Joshua Granick
af57a48139 Fix canvas Image clone, add image.scroll 2015-07-13 17:45:00 -07:00
Joshua Granick
66fc421472 Handle null toString in typed arrays 2015-07-13 17:44:22 -07:00
Joshua Granick
3b6b47d278 Fix canvas Image clone 2015-07-13 16:54:07 -07:00