6cbdeedf57
Added xatlas as alternative to thekla, forced it on.
...
Did some hacks to it to avoid it from failing on bad geometry.
2018-09-29 09:46:26 -03:00
82f2674e8d
Move Penner easing equations to thirdparty/misc
...
It was Godot-ified and integrated into Tween originally (#628 )
without mention that it was thirdparty code, but it's actually
derived from https://github.com/jesusgollonet/ofpennereasing .
It's also very bad quality code and should be replaced by a better,
properly-maintained library of easing equations.
2018-09-28 16:01:26 +02:00
a9e17af09a
SCons: Build core's thirdparty code in own environment
...
Also move Zlib and Zstd's build instructions to core/SCsub.
2018-09-28 11:40:41 +02:00
197a3b2924
Merge pull request #22044 from Faless/uwp_miniupnpc
...
Update miniupnpc to use UWP compatible APIs.
2018-09-19 09:30:16 +02:00
f12a1b8863
Add SimplexNoise and NoiseTexture as new resources
...
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex.
NoiseTexture uses SimplexNoise to generate noise textures for using in
shaders/visual effects.
2018-09-14 15:24:34 +02:00
f961758fbe
Update miniupnpc to use UWP compatible APIs.
...
Use GetBestInterfaceEX and GetAdaptersAddresses instead of GetBestRoute
and GetIpAddrTable.
2018-09-13 20:31:09 +02:00
afb486e7c9
Merge pull request #22015 from vnen/uwp-arm-zstd
...
Patch zstd to build for UWP ARM
2018-09-13 11:04:28 +02:00
fb6fe54058
Patch zstd to build for UWP ARM
...
Patch comes from upstream and can be removed when it makes to stable
release.
2018-09-12 22:02:48 -03:00
75b2db8c5f
Fix libwebsockets 32-bits UWP builds.
...
Also fix bogus windows detect.py
2018-09-13 02:26:54 +02:00
1b99806b47
Unify PacketPeerUDP using NetSocket
2018-09-12 15:56:16 +02:00
7de28be764
ENet wrapper properly detect disconnect on poll
...
Now PacketPeerUDP.get_available_packet_count() return -1 if the socket
is in error state.
2018-09-12 12:50:53 +02:00
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
...
This allows more consistency in the manner we include core headers,
where previously there would be a mix of absolute, relative and
include path-dependent includes.
2018-09-12 09:52:22 +02:00
af57515775
UPnP: Fix includes of thirdparty headers
2018-09-11 18:09:12 +02:00
6142448417
Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9
2018-09-07 16:11:04 +02:00
1dc6d47df9
Add Hindi font for editor
2018-08-30 05:11:09 +09:00
57ba7caa6d
Merge pull request #21511 from eska014/webm-nomt
...
Fix WebM and Theora video in HTML5 export
2018-08-28 07:56:52 +02:00
439e562b1a
Merge pull request #21474 from elasota/fix-cvtt-scalar
...
Fix CVTT scalar version not compiling
2018-08-27 13:36:23 +02:00
0fe3bda9af
Fix CVTT scalar version not compiling
2018-08-27 04:15:52 -04:00
4b7885fb1e
Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR loading
2018-08-27 02:52:12 -04:00
92b259ccf1
Fix WebM module for HTML5 platform
2018-08-27 04:08:04 +02:00
2dbd74b3a9
Fix CVTT compile failures in VS2015
2018-08-24 13:18:33 -04:00
3573d5f4ae
Merge pull request #21281 from elasota/fix-squish-sse
...
Fix Squish SSE misconfiguration
2018-08-22 09:55:57 +02:00
35f6ba5c5d
BPTC support
2018-08-21 22:56:04 -04:00
04410346bb
Fix Squish SSE misconfiguration
2018-08-21 22:21:56 -04:00
4e55835e48
Merge pull request #18096 from aaronfranke/master
...
[Core] Split up math_2d.h
2018-08-14 18:58:32 -03:00
139e621338
Merge pull request #20913 from pulkomandy/master
...
Rebase patches for fixing haiku build.
2018-08-13 21:26:15 +02:00
fed34c3fef
Merge pull request #20581 from ronchaine/nvmath-dont-use-obsolete-functions-on-linux
...
Do not use deprecated stuff that only glibc now implements
2018-08-13 09:04:43 +02:00
a294a842cb
Rebase patches for fixing haiku build.
2018-08-11 17:20:51 +02:00
28fc195339
[Core] Change math_2d includes to vector2 includes where relevant
2018-08-10 14:59:29 -05:00
687b95b41f
Do not use deprecated stuff that only glibc now implements
2018-07-29 22:27:47 +03:00
04ec0bf5e1
Merge pull request #20539 from akien-mga/mbedtls-2.12.0
...
mbedtls: Update to upstream version 2.12.0
2018-07-28 15:40:40 +02:00
bdbc63c4ee
Merge pull request #20537 from akien-mga/glad-0.1.25
...
glad: Sync with upstream 0.1.25
2018-07-28 15:40:33 +02:00
d8e1cd7a10
mbedtls: Update to upstream version 2.12.0
...
_WIN32_WINNT redefinition fix is no longer needed as it was merged
upstream. PR 1453 is still not merged, diff updated to current state.
2018-07-28 11:16:58 +02:00
a431492b62
glad: Sync with upstream 0.1.25
2018-07-28 11:01:43 +02:00
f4e682d717
libpng: Update to upstream version 1.6.35
2018-07-28 10:57:14 +02:00
27b70914e4
Merge pull request #19422 from Faless/mbedtls_2.10
...
Bump mbedTLS to version 2.10.0
2018-07-10 15:04:16 +02:00
f672ea1559
Merge pull request #19138 from firefly2442/pcre2-10.31
...
update PCRE2 to version 10.31, fixes #15662
2018-07-03 17:43:22 +02:00
888379e513
Bump mbedTLS to version 2.10.0
2018-06-07 18:50:44 +02:00
333e398413
Add libwebsocket 3.0 BSD fix
2018-06-07 18:07:35 +02:00
e56a3c1dc4
Bump libwebsockets to version 3.0.0
2018-06-07 18:07:35 +02:00
d0811ed3f9
Thirdparty: Fill copyright for lws, miniupnpc, clipper
...
Rename `lws` to `libwebsockets` which is its library name.
Add missing license file for mbedtls.
2018-06-07 10:46:05 +02:00
b4c65093d7
Merge pull request #18780 from mhilbrunner/upnp
...
Add UPnP support (port forwarding, querying external IP)
2018-06-07 02:10:48 +02:00
c21da40de5
Add UPnP support (port forwarding, querying external IP)
2018-06-07 01:52:04 +02:00
5383ae005c
update PCRE2 to version 10.31, fixes #15662
2018-05-28 21:11:41 -06:00
121eaddf11
Merge pull request #19150 from guilhermefelipecgs/update_stb
...
Update stb_truetype to 1.19 and stb_vorbis to 1.14
2018-05-25 12:31:38 +02:00
afbc66fccd
Update stb_truetype to 1.19 and stb_vorbis to 1.14
2018-05-24 15:58:12 -03:00
4932c7ddcf
Update libvorbis to 1.3.6
2018-05-24 13:52:05 -03:00
5e96eaf162
Merge pull request #18905 from volzhs/zstd-1.3.4
...
Update zstd to 1.3.4
2018-05-16 22:59:52 +02:00
b1182f9de1
Merge pull request #18903 from volzhs/minizip-1.2.11
...
Update minizip to 1.2.11
2018-05-16 18:13:19 +02:00
5c5918a52d
Update zstd to 1.3.4
2018-05-16 02:45:22 +09:00