Commit Graph

1707 Commits

Author SHA1 Message Date
jonas.monnier
7daa9c89c7 Fix typo in device config 2015-07-28 13:48:21 +02:00
jonas.monnier
480b6e384c add device choice in ios simulator 2015-07-28 13:21:23 +02:00
Joshua Granick
d7d8c1ca89 Merge pull request #522 from Matan/master
Fixed CPP target embedded assets
2015-07-27 08:13:09 -07:00
Matan Uberstein
0abd3977c9 Added failsafe to Preloader for small AIR binaries 2015-07-27 14:41:36 +02:00
Matan Uberstein
e8434d4f59 Fixed CPP target embedded assets 2015-07-27 12:26:51 +02:00
Joshua Granick
d9faa82bf8 Fix Log build 2015-07-25 14:35:28 -07:00
Joshua Granick
12ded77e14 Support current Options.txt format for iOS target / HXCPP 2015-07-24 20:54:41 -07:00
Joshua Granick
efc92cffc0 Patch image.encode 2015-07-24 20:18:19 -07:00
Joshua Granick
61ea90d647 Allow gl.vertexAttribPointer without allocating array 2015-07-24 10:28:00 -07:00
Joshua Granick
1e8298260c Update CHANGELOG 2.5.2 2015-07-23 18:30:53 -07:00
Joshua Granick
f7656f9592 Update to 2.5.2 2015-07-23 18:30:40 -07:00
Joshua Granick
29724dc0fa useHardware fix 2015-07-23 09:06:27 -07:00
Joshua Granick
f992251fd0 Better render context lost/restored code 2015-07-23 09:03:58 -07:00
Joshua Granick
861c0fe63b Fallback to software if hardware is not available 2015-07-23 08:09:30 -07:00
Joshua Granick
abc83da97b Improve getPixel/setPixel behavior 2015-07-23 08:09:18 -07:00
Joshua Granick
4378412a54 Update ImageCanvasUtil.hx 2015-07-22 19:23:54 -07:00
Joshua Granick
7b5d1a3c7a Fix Image native fillRect and floodFill 2015-07-22 18:37:10 -07:00
Joshua Granick
7f6418d0e2 Cleanup 2015-07-22 18:36:58 -07:00
Joshua Granick
c637863cb7 Improve Flash target color conversion (Image API) 2015-07-22 18:36:22 -07:00
Joshua Granick
816166c44d Cleanup 2015-07-22 10:30:41 -07:00
Joshua Granick
fbead43570 Patch Neko Int32 set for now 2015-07-22 08:45:36 -07:00
Joshua Granick
0eb183fe59 Fix Int32 typed array get/set on Neko 2015-07-22 08:33:49 -07:00
Joshua Granick
aa3c385d51 Update CHANGELOG 2.5.1 2015-07-21 14:25:42 -07:00
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