Commit Graph

2412 Commits

Author SHA1 Message Date
Joshua Granick
50635da2ce Compile fix 2016-07-07 15:08:07 -07:00
Joshua Granick
07cb25ed0d Compile fix 2016-07-07 12:28:03 -07:00
Joshua Granick
550d0fba4f Update SVG tool 2016-07-07 12:08:36 -07:00
Joshua Granick
dbbe4ce9d3 Allow WebGL canvas to be premultiplied, better performance 2016-07-07 10:52:47 -07:00
Joshua Granick
b212acdbf3 Allow transparent window background 2016-07-07 10:45:38 -07:00
Joshua Granick
4ef38bd895 Build fix 2016-07-07 10:15:35 -07:00
Joshua Granick
170f07e58b Minor cleanup 2016-07-07 08:52:16 -07:00
Joshua Granick
aeed850ce6 Code completion improvement 2016-07-06 15:48:02 -07:00
Valentin Lemière
9fe3750653 Separate build types, use context variable in templates instead of hardcoding. Fix #353 2016-07-06 09:41:56 +02:00
Valentin Lemière
00b4999e8c The tools already define a desktop flag 2016-07-04 09:26:44 +02:00
Giuseppe Di Mauro
6111cf43e7 Fix floodFill with alpha on neko/cpp (#762) 2016-06-17 17:19:56 +02:00
Joshua Granick
5328df1ba7 Merge pull request #761 from azrafe7/fillrectalpha-dev
Fix fillRect behaviour when using alpha on neko/cpp (see #759 and #631)
2016-06-16 14:30:32 -07:00
azrafe7
8a76e2d58a Fix fillRect behaviour when using alpha on neko/cpp
see #759 and #631
2016-06-16 23:05:24 +02:00
Joshua Granick
f387b7eefc Change audioSource.pan to audioSource.position 2016-06-14 08:28:22 -07:00
Joshua Granick
7111b0747b Fix audioSource pan 2016-06-14 08:03:02 -07:00
Joshua Granick
6f9dda6f80 Implement audioSource.pan 2016-06-12 09:25:50 -07:00
player-03
f0c605d091 Added pre-build and post-build callbacks, as described in issue #612. (#731) 2016-06-09 12:19:43 +02:00
Valentin Lemière
668f59ae1c Use application relative asset path on desktop only, fix android asset loading 2016-06-07 15:52:39 +02:00
Joshua Granick
7d4eb9364e Exit if error code is not zero 2016-06-06 16:11:19 -07:00
Valentin Lemière
108bee184c Allow modification of project config in the command line (#687) 2016-06-06 14:56:27 +02:00
Valentin Lemière
9d51809c0d Load assets from next of the executable, #Fix openfl/723 (#719) 2016-06-06 14:56:05 +02:00
Valentin Lemière
485f942fb1 Print callstack when asset not found in debug mode (#721) 2016-06-06 14:55:08 +02:00
Valentin Lemière
44f3ae8e18 Updating android ndk version (#723) 2016-06-06 14:54:36 +02:00
Valentin Lemière
88a9d414da Embed unsupported flash assets as binary (including ogg), Fixes #672 2016-06-06 14:51:09 +02:00
Joshua Granick
a6c93ea050 Update Cairo 2016-06-03 08:05:11 -07:00
Joshua Granick
0bcd8d46ee Memory workaround 2016-06-03 06:31:15 -07:00
Joshua Granick
965d854baa Synchronize changes to typed arrays 2016-06-01 08:41:21 -07:00
Joshua Granick
52572d3f05 Prefer ArrayBuffer over Array<T> in typed array constructors 2016-06-01 07:31:34 -07:00
Joshua Granick
1cb99147c1 Merge pull request #752 from fbricker/develop
Add NSAppTransportSecurity section to info.plist with NSAllowsArbitraryLoads enabled
2016-05-31 08:54:38 -07:00
Federico Bricker
15875bce73 Merge commit 'd48e7dbc2d1072fec69998fd163ea099702b1684' into develop
* commit 'd48e7dbc2d1072fec69998fd163ea099702b1684':
  Allow to include TBD dependencies in XML for tvOS
2016-05-31 12:52:00 -03:00
Federico Bricker
fc93259125 Add NSAppTransportSecurity section to info.plist with NSAllowsArbitraryLoads enabled 2016-05-31 12:47:44 -03:00
Joshua Granick
a8a4b83464 Merge pull request #750 from fbricker/patch-1
Allow to include TBD dependencies in XML
2016-05-31 07:52:58 -07:00
Federico Bricker
d48e7dbc2d Allow to include TBD dependencies in XML for tvOS
This allows lime extensions to add things like:
This is the only missing extension, since dylib packages are deprecated and replaced by TBD on xcode 7+
2016-05-31 11:51:17 -03:00
Federico Bricker
48f4a3aa2f Allow to include TBD dependencies in XML
This allows lime extensions to add things like:
<dependency name="libz.tbd" />

This is the only missing extension, since dylib packages are deprecated and replaced by TBD on xcode 7+
2016-05-31 11:47:42 -03:00
Joshua Granick
d196806c21 Merge pull request #717 from Leander1P/html5-handleresize-int
HTML5Window.handleResize: various "prefer exact integers" fixes...
2016-05-29 17:22:06 -07:00
Joshua Granick
39f16cda89 Merge pull request #726 from mrcdk/copyPixels_fix
Fix Image.copyPixels() with negative dest
2016-05-29 17:18:37 -07:00
Joshua Granick
7fb5ce0f78 Merge pull request #732 from bmfs/fix_html5_png_encode
Fix png encoding in the html5 target
2016-05-29 17:18:00 -07:00
Joshua Granick
3e74286800 Merge pull request #747 from vroad/virtual-destructor-fix
Implement virtual destructors in some C++ classes
2016-05-25 20:11:02 -07:00
vroad
9d5839bc73 Fix spaces 2016-05-26 11:41:19 +09:00
vroad
bb9d3327ec Implement virtual destructor in Application 2016-05-26 11:40:34 +09:00
vroad
166808d706 Implement virtual destructors in some C++ classes 2016-05-26 11:13:01 +09:00
Joshua Granick
15a0c0fae7 Merge pull request #746 from vroad/imageBuffer-init-premultiplied
Initialize premultiplied in ImageBuffer's constructor
2016-05-25 08:44:08 -07:00
vroad
6c35e54c8d Initialize premultiplied in ImageBuffer's constructor 2016-05-26 00:13:10 +09:00
Joshua Granick
1f4d08cddd Update LICENSE.md 2016-05-24 23:55:55 -07:00
Joshua Granick
e6f5f23180 Update CI script 2016-05-24 11:31:57 -07:00
Joshua Granick
fe913e7a76 Compile fix 2016-05-24 11:24:30 -07:00
Joshua Granick
332b75b725 Compile fix 2016-05-24 11:10:08 -07:00
Joshua Granick
e2fcae4c9b Handle garbage collection for OpenGL API 2016-05-24 03:09:11 -07:00
James Gray
f7422f59bb console: implement AudioSource.gain 2016-05-24 03:58:30 -05:00
James Gray
278fec8e45 tools: remove default window dimensions for console targets 2016-05-21 00:09:50 -05:00