Commit Graph

1984 Commits

Author SHA1 Message Date
Lars A. Doucet
32beb569d1 added Display.h / SDLDisplay.cpp, blank for now 2015-07-30 13:12:42 -05:00
Lars A. Doucet
e49ded358a Added Display.hx stub to lime.system 2015-07-30 13:04:51 -05:00
Joshua Granick
ecdae2570e Add 'from UInt to UInt' to Int abstracts for convenience (resolve #526) 2015-07-30 07:42:04 -07:00
Joshua Granick
e7b1119f68 Merge pull request #512 from madrazo/patch-2
[Legacy] template for static link: BuildMain.xml
2015-07-29 11:35:05 -07:00
Joshua Granick
92b11cc989 Merge pull request #511 from madrazo/patch-3
[Legacy] template for static link: Main.cpp
2015-07-29 11:34:50 -07:00
Joshua Granick
1691211e22 Merge pull request #510 from madrazo/patch-4
[Legacy] template for static link: include.xml
2015-07-29 11:34:39 -07:00
Joshua Granick
d684b29bdc Merge pull request #524 from jonasmonnier/master
add device choice for ios simulator
2015-07-29 10:51:24 -07:00
Joshua Granick
24aa0f9faa Fix image.src if __srcCanvas is null 2015-07-28 08:54:15 -07:00
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
James Gray
6857f2a7e2 cairo: return null CairoFontOptions
Makes C++11 happy.
2015-07-27 20:44:36 -05: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
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