Commit Graph

6595 Commits

Author SHA1 Message Date
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
Rémi Verschelde
78eb274de2
Merge pull request #15233 from sersoong/2.1-addshowinfilesystem
Porting show in filesystem to property editor
2018-01-03 13:00:16 +01:00
Rémi Verschelde
0685d2a062
Merge pull request #15215 from sersoong/2.1-addshowinmanager
Add Show In File Manager to project manager
2018-01-03 12:42:54 +01:00
Rémi Verschelde
116b0e5328
Merge pull request #15160 from volzhs/tween-follow-2.1
Fix Tween follow not working [2.1]
2018-01-03 11:50:38 +01:00
Rémi Verschelde
4c0053e8e4
Merge pull request #15131 from RandomShaper/fix-multiple-finish-2.1
Fix AnimationPlayer redundantly signaling finish (2.1)
2018-01-03 11:24:28 +01:00
volzhs
62475459fa Update android build tool to latest 2018-01-03 17:06:48 +09:00
Rémi Verschelde
3102dc17ee
Merge pull request #13437 from xsellier/bugfix/mouse-cursor-lag
Implement hardware cursor acceleration for Godot Engine 2.1
2018-01-03 08:36:44 +01:00
Jakub Grzesik
17850b7b26 AnimationTree nodes sliders fixes
(cherry picked from commit 0fc4b04f51)
2018-01-02 11:51:18 +01:00
James
010a3433df resolve_hostname_addresses: retrieve every addresses associated with a hostname 2018-01-02 11:28:48 +01:00
Rémi Verschelde
2712014744 Update copyright statements to 2018
Happy new year to the wonderful Godot community!
2018-01-02 11:27:24 +01:00
sersoong
960197d143 Porting show in filesystem to property editor 2018-01-01 11:11:23 +08:00
sersoong
e9255375f3 Add Show In File Manager to project manager 2018-01-01 10:32:41 +08:00
volzhs
546bb99563 Fix Tween follow not working
Fix regression from 01ef7a73de
2017-12-29 22:02:04 +09:00
Pedro J. Estébanez
4a09b60af5 Fix AnimationPlayer redundantly signaling finish
Now it will emit only when actually going from not-finished-yet to finished, as has always been the case.

The bug was a side effect of a0a9363b7a.
2017-12-28 21:50:21 +01:00
Rémi Verschelde
d91464f217
Merge pull request #14917 from fodinabor/fix10965
Fix crash on startup when external editor cannot be found.
2017-12-21 23:14:38 +01:00