Commit graph

6610 commits

Author SHA1 Message Date
Rémi Verschelde bad7a8a657 X11: Link libgcc statically with use_static_cpp option
We were already linking libstdc++ statically for official binaries,
protecting us against most portability issues. But apparently since
we started using GCC 7 for official builds, we also need to link
libgcc statically for at least 32-bit builds to be portable.

Fixes #16409.

(cherry picked from commit b526088ae2)
2018-02-18 16:56:34 +01:00
Rémi Verschelde 4974e9bb96 Copyright: Add license info for Mozilla CA certs
(cherry picked from commit a294c99400)
2018-02-18 16:56:34 +01:00
Rémi Verschelde 26474e34c6 Update CA certificates to latest Mozilla bundle
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).

(cherry picked from commit 294af5617a)
2018-02-18 16:52:30 +01:00
Rémi Verschelde 0d50aa8468
Merge pull request #16724 from xsellier/bugfix/clear-make-godot-crash
Bugfix: Godot engine crashes due to _clear function
2018-02-17 16:25:00 +01:00
Rémi Verschelde aed100a3c3
Merge pull request #16762 from RandomShaper/improve-fullscreen-2.1
Improve/fix fullscreen on X11 (2.1)
2018-02-17 00:18:04 +01:00
Pedro J. Estébanez 04151ac0b4 Improve/fix fullscreen on X11
- Fix fullscreen flag being unconditionally added.
- Fix setup for non-WM-compliants.
- Backport setting the compositor hint (from 3.0).
2018-02-16 21:59:48 +01:00
Xavier Sellier d7c349fea4 Bugfix: Godot engine crashes due to _clear function 2018-02-16 15:08:05 -05:00
Rémi Verschelde d452f46a38
Merge pull request #16726 from Paulb23/p_child_index_issue_12189
Fixed members overview Index p_index out of size (2.1), issue 12189
2018-02-15 20:54:48 +01:00
Paulb23 55cd92aacd Fixed members overview Index p_index out of size (2.1), issue 12189 2018-02-15 19:43:21 +00:00
Rémi Verschelde 8befa3dd2f
Merge pull request #16698 from KidRigger/2.1
Godot 2 to 3 exporter changes file extensions.
2018-02-15 09:57:48 +01:00
Rémi Verschelde a2d920703c
Merge pull request #16711 from xsellier/bugfix/ensure-clear-use-0-index
Clear function made godot crashing because line_number is below 0 (2.1.5-beta)
2018-02-15 07:52:46 +01:00
Xavier Sellier d0641a7528 Clear function made godot crashing because line_number is below 0
- Adding a MAX(0, index) in order to have at least 0 inserted in the history
2018-02-14 23:53:47 -05:00
Anish fd1703922c Godot 2 to 3 exporter changes file extensions.
Exporter now converts the 3 letter resource file extensions to the new
longer extensions.

Resolves: #16684
See also: #9199
2018-02-14 22:08:51 +05:30
Rémi Verschelde e0b20449ad
Merge pull request #15261 from sersoong/2.1-addsettingsopen
Add open feature to editor autoload settings For 2.1
2018-02-14 17:11:57 +01:00
Rémi Verschelde 6a180a6983
Merge pull request #15565 from RandomShaper/adpod-topmost-2.1
Add new window setting: always-on-top (2.1)
2018-02-14 16:43:20 +01:00
Rémi Verschelde 51b240960b
Merge pull request #15570 from RandomShaper/fix-crash-save-branch-2.1
Fix crash on save-branch-as-scene (2.1)
2018-02-14 16:42:47 +01:00
Rémi Verschelde 68877ead9a
Merge pull request #12709 from TheSofox/parallax-fix-2.1
Parallax Fixes for dealing with Camera Scale
2018-02-14 16:14:06 +01:00
Rémi Verschelde e21eb2c0d3
Merge pull request #15874 from marcelofg55/wasapi_device_change_21
Improved WASAPI driver so that it always uses the default audio device
2018-02-14 16:09:51 +01:00
Rémi Verschelde 4be1c99a9a
Merge pull request #16269 from xsellier/bugfix-8533/remove-clear-button-from-popup-text-editor
Bugfix: Add "undo" mechanism to the "Clear" action
2018-02-14 15:43:54 +01:00
Rémi Verschelde 043593b1db
Merge pull request #16671 from xsellier/backport/buf_write_perf
fix buffer write performance on Windows and Unix
2018-02-14 15:35:59 +01:00
Rémi Verschelde 676b86ff68
Merge pull request #16666 from efornara/joydev_generic_define
Use generic joystick define (Linux platforms) (2.1)
2018-02-14 10:53:00 +01:00
Rémi Verschelde f1891f6c22
Merge pull request #16647 from xsellier/bugfix/android-iap-signal-instead-of-timer
AndroidModule GodotPaymentsV3 - emit signal when connected (2.1)
2018-02-14 08:03:52 +01:00
Xavier Sellier 546b48813f Add signals and a check function for Android service connectivity.
- Add a iap_connect and iap_disconnect events for android platform.
- Add isConnected() function returning true if its connected to android service, false otherwise
2018-02-13 19:03:51 -05:00
Marcin Zawiejski 70e7a386a8 fix buffer write performance on Windows and Unix 2018-02-13 18:33:17 -05:00
Rémi Verschelde 4e46b0b668
Merge pull request #13930 from marcelofg55/center_window_2.1
Added OS::center_window to center the window precisely on desktop platforms
2018-02-14 00:15:07 +01:00
Emanuele Fornara a2bc0be605 Use generic joystick define (Linux platforms) 2018-02-13 21:34:46 +01:00
Xavier Sellier 9b5bf3602e Bugfix: It allows to Undo the Clear Action 2018-02-01 10:49:02 -05:00
Rémi Verschelde 3155da8dfc
Merge pull request #16270 from xsellier/bugfix-15354/mouse-global-pos-not-set
Bugfix: This should fix the issue with the mouse global position
2018-02-01 11:16:27 +01:00
Xavier Sellier fe11a2d23d Bugfix: This should fix the issue with the mouse global position 2018-01-31 23:27:48 -05:00
Pedro J. Estébanez f43981e9a6 Implement always-on-top for MacOS
Courtesy of @bruvzg.
2018-01-30 20:40:12 +01:00
volzhs 082a2f95df
Merge pull request #16125 from volzhs/fix-android-build
Fix Android build
2018-01-28 11:54:52 +09:00
volzhs add0c1aa28 Fix Android build
it's same fix with #15400, #15605 but for 2.1 branch
2018-01-28 09:21:35 +09:00
Rémi Verschelde 69da799e49
Merge pull request #15990 from rraallvv/colemak_layout_2.1
Add Colemak layout (branch 2.1)
2018-01-23 08:37:31 +01:00
Rhody Lugo 7b25a33762 add Colemak layout 2018-01-23 03:15:45 -04:00
Rémi Verschelde bf861c8cdf
Merge pull request #15908 from binbitten/fix-capture-win2
Fix horizontal scroll for windows platform [2.1]
2018-01-20 23:08:17 +01:00
binbitten edc1761c6e Fix horizontal scroll for windows platform 2018-01-20 22:10:03 +01:00
Marcelo Fernandez 18490e88b1 Improved WASAPI driver so that it always uses the default audio device 2018-01-19 17:05:50 -03:00
Rémi Verschelde 9deb964c55 Bump version to 2.1.5-beta 2018-01-16 00:04:45 +01:00
Juan Linietsky 809c0ba3fa Added middle button doubleclick, fixes #15567
(cherry picked from commit 0f00384c93)
2018-01-16 00:04:06 +01:00
Rémi Verschelde 44716af06f
Merge pull request #15607 from RandomShaper/fix-inherited-coll-shapes-2.1
Update collision shapes data on tree entered (2.1)
2018-01-12 16:16:39 +01:00
Pedro J. Estébanez d7195c18d7 Update collision shapes data on tree entered
This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene.

Fixes #8896.
2018-01-11 21:29:46 +01:00
Pedro J. Estébanez de9d30d642 Fix crash on save-branch-as-scene 2018-01-10 21:16:37 +01:00
Rémi Verschelde a0de1b8999 Godot3 exporter: Prevent exporting within project directory 2018-01-06 01:02:32 +01:00
Juan Linietsky 6dced62187 Print error if a resource can't load from script, fixes #15313
(cherry picked from commit b1ab44aa05)
2018-01-05 22:53:48 +01:00
Pedro J. Estébanez 554ffdcde7 Add new window setting: always on top
Implemented for Windows and Linux.
2018-01-05 21:28:56 +01:00
Pedro J. Estébanez a84cb60994 Unify X11 fullscreen setup 2018-01-05 21:28:56 +01:00
Rémi Verschelde 1eed8194ec
Merge pull request #15342 from vnen/winrt-signtool
[2.1] Add option to sign WinRT exports with signtool
2018-01-04 20:46:34 +01:00
George Marques 2fae3e786d
Add option to sign WinRT exports with signtool
Windows-only.
2018-01-04 17:08:52 -02:00
Rémi Verschelde 13d05cbb49
Merge pull request #15278 from volzhs/android-update-build-2.1
Update android build tool to latest [2.1]
2018-01-03 18:06:35 +01:00
Razah f5f11b4317 Fix broken Info.plist after copyright update
Fixes #15293.
+ misc fixes by @akien-mga.

(cherry picked from commit e3c9a7ed4f)
2018-01-03 17:15:23 +01:00