Rémi Verschelde
f5e7135874
Merge pull request #16912 from xsellier/bugfix/improve-java-linting
...
Apply clang-format format to android java files (2.1.5)
2018-02-22 19:10:05 +01:00
Xavier Sellier
0af3f8e053
Backport of clang-format 7cb6e6b723
2018-02-22 13:00:36 -05:00
Rémi Verschelde
8c38cff4ec
Merge pull request #16873 from williamd1k0/frame2rect
...
2 to 3 exporter: Add Color and Reference Frame/Rect to type renames
2018-02-21 08:48:34 +01:00
William Tumeo
1105eea1c8
Add Color and Reference Frame/Rect to type renames
2018-02-20 23:35:07 -03:00
Rémi Verschelde
ddcbdbd67c
2 to 3 exporter: Fix conversion to rotation_degrees
2018-02-19 16:56:59 +01:00
Rémi Verschelde
f637578dbe
Fix previous cherry-pick of 3.0-specific API
2018-02-19 11:42:47 +01:00
Marcelo Fernandez
be4b63a257
Fix possible infinite loop with bucket fill tool
...
(cherry picked from commit 3571087843
)
2018-02-19 11:38:54 +01:00
George Marques
1738f5a600
Fix build for WinRT using VS2017
2018-02-18 20:16:53 -03:00
Rémi Verschelde
e6e4d0417b
SCons: Fix build error on invalid module folders
...
(cherry picked from commit bb90707709
)
2018-02-18 22:56:36 +01:00
Marcelo Fernandez
20b821780c
Detect javascript platform using EMSCRIPTEN env as well
...
(cherry picked from commit 33daf4d8bc
)
2018-02-18 20:33:56 +01:00
Rémi Verschelde
42f00d002e
Update AUTHORS list
2018-02-18 17:59:40 +01:00
Rémi Verschelde
d2fee400e8
Merge pull request #16548 from RandomShaper/fix-debug-errors-2.1
...
Fix wrong signal emission (2.1)
2018-02-18 17:29:27 +01:00
Kinrany
dd1cbd8472
Updated descriptions for Vector2.reflect and Vector2.slide
...
Edited by @akien-mga to add examples for clarity.
2018-02-18 17:28:22 +01:00
Rémi Verschelde
646ce0b2d2
Merge pull request #15239 from sersoong/2.1-batchtoggle
...
Enhanced Toggle Visibility button in Scene tree editor
2018-02-18 17:20:31 +01:00
Rémi Verschelde
456935c363
Merge pull request #16795 from TheSofox/parallax-mirroring-regression-fix-2
...
Fix for Parallax Mirroring regression introduced by pull request #12709
2018-02-18 17:19:09 +01:00
Rémi Verschelde
5dae399fc5
Project manager: Make Show in Filesystem button smaller
2018-02-18 17:14:23 +01:00
Rémi Verschelde
92f95dc55f
doc: Sync classref with current source
2018-02-18 17:09:55 +01:00
Rémi Verschelde
e3bcb8cf4a
Silence verbose stderr info message on X11
...
(cherry picked from commit 94f315df01
)
2018-02-18 16:57:14 +01:00
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
Sofox
afccc72be3
Fix for Parallax Mirroring regression introduced by pull request #12709 . Ensures that parallax layers are mirrored while still keeping parallax zoom fixes of previous pull request.
2018-02-18 15:47:38 +00: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
Pedro J. Estébanez
decc0de38a
Fix wrong signal emission
2018-02-11 00:59:10 +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