Commit Graph

3130 Commits

Author SHA1 Message Date
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
Joshua Granick
15feca0714 Minor tweak 2017-04-05 23:02:19 -07:00
Joshua Granick
80dca4e093 Do not copy template files if identical to target, do not process matching template paths multiple times 2017-04-05 18:13:29 -07:00
Joshua Granick
1dad64087a Embed asset manifest when all assets are embedded as well 2017-04-05 11:47:40 -07:00
Joshua Granick
ead9ed1273 Speed up build 2017-04-03 11:32:54 -07:00
Joseph Cloutier
978ac04f64 Improve DCE behavior.
As discussed [here](https://haxe.org/blog/codingtips-new/), not only is this slightly faster, it lets DCE know it's supposed to keep these constructor functions.
2017-04-03 09:38:38 -07:00
Joshua Granick
2d74f0af81 Patch support for proper suspend/resume behavior on Android in SDLActivity 2017-03-31 15:18:23 -07:00
Danny Wilson
aceac9c36f Fix HTML5 not able to exit full-screen via API 2017-03-29 16:31:10 -07:00
Joshua Granick
ffdf9bd30c Use default 'base' value in Flash HTML template (load paths relative to SWF URL) 2017-03-29 16:20:30 -07:00
Joshua Granick
96df81a89b Remove deprecated HTML meta tag 2017-03-29 16:00:07 -07:00
Joshua Granick
4be428951c Add WebP support on HTML5, increase clarity of file format detection 2017-03-29 10:59:49 -07:00
Joshua Granick
dc4b3c452d Fix missing CFFI warning 4.0.3 2017-03-28 17:42:24 -07:00
Joshua Granick
5126b039ac Update CHANGELOG 2017-03-28 16:57:46 -07:00
Joshua Granick
f173183889 Update to 4.0.3 2017-03-28 16:57:39 -07:00
Joshua Granick
a5c0de0449 Guard DataPointer arithmetic 2017-03-28 16:38:44 -07:00
Joshua Granick
01e3f134fa Add EXT_packed_depth_stencil 2017-03-28 15:50:45 -07:00
Joshua Granick
3b4dc54272 Add fast path when use fillRect of a constant (0x000000, 0xFFFFFF, etc) color 2017-03-23 20:16:19 -07:00
Joshua Granick
af135d184c Fail Image.loadFromBytes more gracefully if bytes are not an image 2017-03-22 11:41:07 -07:00
Joshua Granick
e90fcbaa0b Update CHANGELOG 4.0.2 2017-03-21 17:30:00 -07:00
Joshua Granick
49bdaf1f72 Update to 4.0.2 2017-03-21 17:29:54 -07:00
Joshua Granick
b0507f43b6 Fix doc generation 2017-03-21 17:10:38 -07:00
Joshua Granick
a83db6e0a0 Prefer title, resizable and other values from Window (over window config) 2017-03-21 17:01:08 -07:00
Joshua Granick
d593685dcb Throttle HTML5 image loading 2017-03-21 16:25:32 -07:00
Joshua Granick
ec49da5010 Fix 'Cannot find build target ""' error 2017-03-21 13:33:21 -07:00
Joshua Granick
e5070c5ed4 subarray fix 2017-03-21 12:17:51 -07:00
Joshua Granick
ece2acbebb Use ThreadPool to limit simultaenous native file/URL requests 2017-03-20 18:03:15 -07:00