Commit Graph

3155 Commits

Author SHA1 Message Date
Joshua Granick
a432b3ca27 Updated default swf-version to 17 (latest Haxe 3.2.1 seems to allow) 2017-05-16 13:51:53 -07:00
Joshua Granick
c519a83531 Do not flip if render event canceled 2017-05-15 14:02:35 -07:00
Joshua Granick
1a8dbd370e Minor 'unless' logic update 2017-05-15 13:05:45 -07:00
Joshua Granick
7a15ee2e93 Fix boolean variable substitution in XML 'unless' logic 2017-05-15 12:51:10 -07:00
Joshua Granick
bbe31a21f8 Improve Flash logging on Linux 2017-05-10 14:13:40 -07:00
Joshua Granick
3f55a6f4e4 Compile fix 2017-05-08 10:54:22 -07:00
MrCoft
dcef86f1d4 @:keep GL extensions
With dce=full, GL returns extension objects with null attributes. The
new Context3D sets some constants from them and so even basic GPU
functionality breaks with DCE. I added "@:keep" before every class with
1+ fields in lime.graphics.opengl.ext and it fixed my problems.
2017-05-08 10:01:08 -07:00
Lars Doucet
923a89841e increase buffer size of TextLayout to roughly match the length of the text, saves buffer resizing later 2017-05-05 13:43:08 -07:00
Joshua Granick
29e029203a Transpose fix 2017-05-05 13:40:49 -07:00
Joshua Granick
f05d391e58 Cleanup 2017-05-05 13:36:49 -07:00
Joshua Granick
6f7ad938f6 Deprecate Matrix.copythisFrom/copythisTo (didn't even know it was here :/ ) 2017-05-05 13:22:53 -07:00
Lars Doucet
5d7543e238 optimize Matrix4.transpose to reduce allocation 2017-05-05 13:18:51 -07:00
Lars Doucet
e9119d1e1a optimize Marix4 createABCD to reduce allocation, and remove ArrayBufferView's unecessary optional parameter (creates dynamics) 2017-05-05 13:18:51 -07:00
Joshua Granick
8eb53972c3 Update extension template 2017-05-05 12:35:35 -07:00
Joshua Granick
1836701398 Add linkage for Lime Switch target 2017-05-05 12:23:19 -07:00
Joshua Granick
da626ff73e Update Harfbuzz to 1.4.6 4.1.0 2017-05-04 18:09:21 -07:00
Joshua Granick
ce714753a7 Update Harfbuzz 2017-05-04 17:47:33 -07:00
Joshua Granick
20cf653075 Update Harfbuzz 2017-05-04 17:42:45 -07:00
Joshua Granick
39b36687c2 Update Harfbuzz 2017-05-04 17:34:16 -07:00
Joshua Granick
2e486e5b5b Update Harfbuzz 2017-05-04 17:22:29 -07:00
Joshua Granick
13ce6db7fe Fix macOS build 2017-05-04 17:22:11 -07:00
Joshua Granick
26c654a0a4 Fix Emscripten build 2017-05-04 17:21:47 -07:00
Joshua Granick
7cc61968e8 Update CHANGELOG 2017-05-04 16:15:48 -07:00
Joshua Granick
6ce01da710 Update NOTICE 2017-05-04 16:15:43 -07:00
Joshua Granick
3467327e1e Update to 4.1.0 2017-05-04 16:15:37 -07:00
Joshua Granick
ac13182fd0 Update to SDL dev 22a0b777d7cd 2017-05-04 15:15:29 -07:00
Joshua Granick
45f923360a Add 'always on top' window support 2017-05-04 14:44:18 -07:00
Joshua Granick
ef202d2d12 Add CoreText to iOS build 2017-05-04 13:53:47 -07:00
Joseph Cloutier
cb9d5fb019 Fix 'lime create extension'. 2017-05-03 09:17:27 -07:00
Joshua Granick
24dd539cdd Promise fix in NativeHTTPRequest 2017-04-27 22:17:33 -07:00
Justin Espedal
c31345e147 Let architecture be specified for simulator builds 2017-04-27 15:18:59 -07:00
Joshua Granick
f2a4b425c1 Fix Neko initialization loop 2017-04-26 14:30:45 -07:00
Joshua Granick
4b0f765daa Force CFFI to front of static initialization order 2017-04-26 14:04:27 -07:00
Joshua Granick
8c56103d33 Update harfbuzz 2017-04-25 22:46:56 -07:00
Joshua Granick
09ad7d8ae3 Update Howler 2017-04-21 11:29:10 -07:00
Joshua Granick
25235c4bd4 Update Freetype 2017-04-20 12:29:11 -07:00
Joshua Granick
b88390b701 Update Freetype 2017-04-20 12:29:11 -07:00
Joshua Granick
6ee244888e Update Harfbuzz 2017-04-20 12:29:11 -07:00
Joshua Granick
1200c1a509 Fix CORS exception (fixes #964) 2017-04-19 15:52:11 -07:00
Joshua Granick
8d11d491db Guard against double path escaping in tools 2017-04-18 13:14:45 -07:00
Joshua Granick
d03af26c0e Minor file format fix 2017-04-17 22:27:54 -07:00
Joshua Granick
065137bedc Return same pointer from ALC currentContext/device 2017-04-17 22:00:13 -07:00
Joshua Granick
eb0ea62150 Return same CFFIPointer if possible in Cairo bindings (close #962) 2017-04-17 21:43:24 -07:00
Joshua Granick
1c5f4f364a Template copy fixes 2017-04-17 13:58:42 -07:00
Joshua Granick
414ceda3c1 Patch HTML5 GL compressedTexImage (thanks @hklindworth) 2017-04-17 12:57:36 -07:00
Joshua Granick
da66394b92 Set default endianness for Flash as BIG_ENDIAN 2017-04-17 12:57:36 -07:00
Hendrik Klindworth
403d8c20cc Enable OpenGL s3tc extension
This extension allows DXT1 & DXT5 compressed textures
2017-04-16 09:04:32 -07:00
Joshua Granick
17ad0db37a Some adjustments for when lime_opengl is not defined 2017-04-12 12:00:35 -07:00
Joshua Granick
f840e43705 Fix nekotools boot on Linux with space in directory path 2017-04-10 11:36:53 -07:00
Joshua Granick
3aa5fd6c43 Fix Linux path 2017-04-05 23:23:59 -07:00