Commit graph

13251 commits

Author SHA1 Message Date
Pedro J. Estébanez 602da6fa4f Fix wrong SSL handshake
The name of the remote host is passed to mbed TLS in all cases so the client hello message is correctly formed.
2018-03-04 01:22:59 +01:00
Rémi Verschelde cf0bc13588
Merge pull request #17226 from marcelofg55/osx_export_logic
Modify OSX can_export logic to match the logic from EditorExportPlatformPC::can_export
2018-03-03 16:20:10 +01:00
Rémi Verschelde cbb4fe45d0
Merge pull request #17035 from Chaosus/fixleaks
Fix memory leaks
2018-03-03 15:06:34 +01:00
Rémi Verschelde 973d4753a2
Merge pull request #17225 from Chaosus/fixshaderfunc
Fix floatBitsToUint shader builtin function
2018-03-03 14:49:55 +01:00
Marcelo Fernandez a42dfd7882 Modify OSX can_export logic to match the logic from EditorExportPlatformPC::can_export 2018-03-03 10:23:00 -03:00
Chaosus c6b6af7bb5 Fix floatBitsToUint function 2018-03-03 16:22:36 +03:00
Rémi Verschelde 26d42cd9a4
Merge pull request #17187 from bruvzg/macos_unbundled_app_focus_hack
[macOS] Hack to force window activation for non-bundled app.
2018-03-03 12:53:01 +01:00
bruvzg 506e17ee70
Hack to force macOS window activation for non-bundled app. 2018-03-03 13:28:59 +02:00
Rémi Verschelde 618b22bbec
Merge pull request #17219 from mhilbrunner/docs-area
[DOCS] Small fix to Area: Fix copy/paste errors
2018-03-03 11:00:10 +01:00
Rémi Verschelde dd23f33b49 i18n: Sync translation templates with 3.0 source
(cherry picked from commit 65d214d3da)
2018-03-03 10:58:51 +01:00
Rémi Verschelde 7c7d3efb5b i18n: Sync translations with Weblate 2018-03-03 10:56:09 +01:00
Max Hilbrunner fdd0f18959
[DOCS] Small fix to Area: Fix copy/paste errors 2018-03-03 10:52:14 +01:00
Chaosus 7c0da76402 Fix 3 memory leaks 2018-03-03 09:11:26 +03:00
Hein-Pieter van Braam 04345d2557
Merge pull request #17192 from poke1024/fixrtl-multiline
Fix more regressions in RichTextLabel from PR 15711
2018-03-03 01:19:41 +01:00
Rémi Verschelde 741af0652d Update AUTHORS and DONORS list
New contributors added as AUTHORS:
@mrcdk, @binbitten, @paulloz, @PJB3005

New Gold sponsor: Skirmish <https://skirmish.io>

Thanks and welcome! :)

[ci skip]
2018-03-02 19:47:48 +01:00
Bernhard Liebl 0e1e95c41f Fix more regressions in RichTextLabel from PR 15711 2018-03-02 19:19:46 +01:00
Rémi Verschelde 8d01b706ff
Merge pull request #17158 from bruvzg/gles2_driver_select
[GLES2] Renderer selection improvement
2018-03-02 18:43:18 +01:00
Poommetee Ketson 2067932e2a
Merge pull request #17185 from Noshyaar/camear
s/Camear/Camera in docs

[ci skip]
2018-03-02 23:57:08 +07:00
Poommetee Ketson b099a500eb
s/Camear/Camera in docs 2018-03-02 23:20:14 +07:00
Rémi Verschelde 79a07527ab
Merge pull request #17178 from akien-mga/prop-serialization
Fix serialization of identifiers with non printable ASCII characters
2018-03-02 14:44:12 +01:00
Rémi Verschelde 3bab5477ff
Merge pull request #17173 from karroffel/gles2-line-rendering-fix
fix GLES2 line rendering
2018-03-02 13:37:44 +01:00
Rémi Verschelde 802c5f14c2
Merge pull request #17175 from bruvzg/gles2_macos_support
[GLES2] Adds GLES2 renderer support on macOS.
2018-03-02 13:37:28 +01:00
Rémi Verschelde ab001d830b Fix serialization of identifiers with non printable ASCII characters
Fixes #6888.
2018-03-02 13:33:53 +01:00
karroffel 8b82f4ad2e fix GLES2 line rendering
fixes #17147
2018-03-02 12:35:34 +01:00
bruvzg a5a4f3714b
GLES2 renderer support on macOS. 2018-03-02 13:15:12 +02:00
Rémi Verschelde 4ccc8e57f9
Merge pull request #17171 from hpvb/fix-17153
Don't crash when trying to add an invalid navmesh
2018-03-02 11:10:29 +01:00
Rémi Verschelde 3bddce7e3d
Merge pull request #17168 from rraallvv/scons_master
Prune cache at the beginning and end of build (master)
2018-03-02 11:07:50 +01:00
Rémi Verschelde c8d2bb24fa
Merge pull request #17167 from Noshyaar/plane
GridMap: fix next/prev plane text, fix meta not found
2018-03-02 11:07:06 +01:00
Rémi Verschelde d6a5fbf3e1
Merge pull request #17163 from mhilbrunner/mhilbrunner-docs-enet
[DOCS] NetworkedMultiplayerENet
2018-03-02 11:01:19 +01:00
Rémi Verschelde 21c2110bf2
Merge pull request #17164 from mhilbrunner/docs-pinjoint2d
[DOCS] Small fix to PinJoint2D
2018-03-02 11:00:26 +01:00
Hein-Pieter van Braam 555eebf3f4 Don't crash when trying to add an invalid navmesh
It is possible to try to add an invalid object as a navmesh through
GDScript which results in an engine crash. This creates a debug message
that should help the user figure out what's wrong.
2018-03-02 09:37:32 +01:00
bruvzg f0d24de960
Fix --help output, allow renderer override from command line (--video-driver). 2018-03-02 10:05:14 +02:00
Poommetee Ketson 89323f94bb GridMap: fix next/prev plane text, fix meta not found 2018-03-02 12:49:09 +07:00
Rhody Lugo 29e6ec6594 prune cache only at the start and end of build 2018-03-02 01:24:33 -04:00
Max Hilbrunner 5aae17a6fb [DOCS] NetworkedMultiplayerENet 2018-03-02 05:03:03 +01:00
Max Hilbrunner 0b65bac1a1
[DOCS] Small fix to PinJoint2D 2018-03-02 04:59:17 +01:00
Rémi Verschelde 08cadc3d87 NativeScript: Fix initialization in wrong scope
Regression from d702d7b335 which broke javascript build.
2018-03-02 02:07:37 +01:00
Hein-Pieter van Braam 334b6c68d3
Merge pull request #17129 from nical/issue-17102
Allow degenerate triangles in polygon triangulation when necessary.
2018-03-01 20:15:37 +01:00
Rémi Verschelde 98609c3993
Merge pull request #17145 from poke1024/fix17139
Fix regression through fa98637aca
2018-03-01 19:18:12 +01:00
poke1024 89f607604e Fix regression through fa98637aca 2018-03-01 18:03:53 +01:00
Rémi Verschelde 234dfde22f
Merge pull request #17143 from karroffel/sconstruct-rebase-ups
fix accidental SConstruct reverts
2018-03-01 17:34:43 +01:00
Rémi Verschelde 39757c34da
Merge pull request #17142 from Faless/lws_uwp_fixes
Remove unneeded and problematic minilex.c from lws.
2018-03-01 17:25:39 +01:00
karroffel ccc6897215 fix accidental SConstruct reverts
as introduced by 29215b2
2018-03-01 17:04:48 +01:00
Rémi Verschelde 18b3ebcf3b
Merge pull request #17140 from akien-mga/viewport-fix-tooltips
Viewport: Fix missing tooltips w/ disabled physics object picking
2018-03-01 16:59:14 +01:00
Fabio Alessandrelli 982fa59126 Remove unneeded and problematic minilex.c from lws.
We don't need it, it's used upstream to test the lexical parser
2018-03-01 16:43:42 +01:00
Rémi Verschelde 4bb98348a8
Merge pull request #17133 from bruvzg/macos_fix_webm_optim
[Build] Fix WebM (libvpx) SIMD optimizations on macOS.
2018-03-01 16:36:24 +01:00
Rémi Verschelde 29215b229b
Merge pull request #16687 from karroffel/gles2-2d-pr
add GLES 2 renderer for 2D
2018-03-01 16:04:11 +01:00
Rémi Verschelde ce7da2c7d6 Viewport: Fix missing tooltips w/ disabled physics object picking
Previously this option seemed to be the sole responsible for enabling
physics processing in Viewport, while several other features like
tooltips and debugging collision hints rely on it.

All this logic is moved to internal processing (it's incorrect to let
it be affected by users disabling physics/idle processing), and disabling
physics object picking no longer affects the internal physics processing.

Fixes #17001.
2018-03-01 16:01:10 +01:00
karroffel eac4c984df add GLES 2 renderer for 2D
This commit adds a new rendering backend, GLES2, and adds a
project setting to enable it.

Currently this backend can only be used on the X11 platform,
but integrating into other platforms is planned.
2018-03-01 15:12:30 +01:00
Rémi Verschelde 7f3024d343
Merge pull request #17058 from marcelofg55/minmax_windows
Fixed Windows ignoring minimized/maximized status set by user
2018-03-01 13:31:02 +01:00