Commit Graph

1768 Commits

Author SHA1 Message Date
James Gray
0d3b334473 console: set initial image pixel format 2015-08-06 19:01:51 -05:00
James Gray
4e0b3eb173 Merge tag '2.5.2'
Conflicts:
	lime/graphics/utils/ImageDataUtil.hx
2015-08-06 18:04:28 -05:00
James Gray
37d0a23268 ps3 fixes
Will all change with upstream updates
2015-08-05 09:50:01 +02:00
James Gray
b5e2f28217 add ps3 target handler 2015-07-31 19:38:37 -05:00
James Gray
6857f2a7e2 cairo: return null CairoFontOptions
Makes C++11 happy.
2015-07-27 20:44:36 -05: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
James Gray
9b7a3da5d8 console: wip texture decode API 2015-07-23 18:52:57 -05:00
James Gray
99b3219b45 tools: use run.exe for target handlers if it exists
Allows target tools to be built with cpp target.
2015-07-23 18:51:19 -05:00
James Gray
856d15894c console: remove std lib 2015-07-23 18:24:48 -05: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
James Gray
68adb5ff95 fix TextLayout.cpp for 64-bit targets 2015-07-22 16:57:35 -05: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