Commit graph

6187 commits

Author SHA1 Message Date
Rémi Verschelde c1f54e1a45 Style: Apply clang-format on all files
Thus fixing some invalid changes that had still made it to the 2.1 branch.
2017-07-30 23:00:25 +02:00
Rémi Verschelde 6d3fea6864 doc: Sync classref with current source 2017-07-30 21:47:34 +02:00
bruvzg ad034962f1 Change display scale when moving the window from monitor to monitor
(cherry picked from commit d18922a56e)
2017-07-30 21:42:17 +02:00
AlexHolly c1c29b1820 fix missing DEFVAL
(cherry picked from commit 4062456c41)
2017-07-30 21:41:47 +02:00
Rémi Verschelde 437cac9f55 Make MinGW test less verbose on non-Bash shells
The &> construct seems to be Bash-specific.
Supersedes #9755.

(cherry picked from commit 9f768cb519)
2017-07-30 21:36:36 +02:00
Pedro J. Estébanez 7459c43750 Remove ANDROID define
Fixes GDNative build error on Android.

It's also discouraged by Google to rely on it. In case someone needs to check, use ``__ANDROID__`` instead, provided by the very same compiler.

(cherry picked from commit 6ea233434a)
2017-07-30 21:34:59 +02:00
Poommetee Ketson 432d30bfd1 Docs: fix broken ref tags
(cherry picked from commit 90c2c1e7f8)
2017-07-30 21:29:21 +02:00
Poommetee Ketson 9e8a8619a1 Docs: ignore tags inside code,codeblock tag
(cherry picked from commit 5bbbecc315)
2017-07-30 21:25:11 +02:00
L. Krause e06ce95655 Fix building HTML5 when cmd.exe is set up for MSVC
(cherry picked from commit b0e387a012)
2017-07-30 21:24:44 +02:00
Paulb23 4aca27e2fa Fixed script tab selection on file close, issue 8400
(cherry picked from commit 3906134003)
2017-07-30 21:23:19 +02:00
Hubert Jarosz 75b154f7e0 make use of 2 cores in Travis CI
(cherry picked from commit 283ba78399)
2017-07-30 21:21:48 +02:00
Poommetee Ketson 33bdd92f1e LineEdit: don't undo uneditable LineEdit
(cherry picked from commit 9be034a8cd)
2017-07-30 21:14:13 +02:00
Andreas Haas 992b415702 Bindings: Fix Object::get_meta return type.
The method was shown as void in the docs.

(cherry picked from commit 2b7b67b7b1)
2017-07-30 21:12:08 +02:00
David Carlier 14392c9798 get_executable_path slight change to make it work under OpenBSD
(cherry picked from commit df87ad14d0)
2017-07-30 21:11:02 +02:00
Maxwell Paul Brickner 577c8714c7 Changed badge to use HTTPS
Howdy!

I just changed the Code Triage badge to use https instead of http.

Thanks for your time! :D

(cherry picked from commit 1dcd4d3624)
2017-07-30 21:10:21 +02:00
Marcelo Fernandez 4af2afe5b4 Fix fullscreen on X11 for non-resizable windows
(cherry picked from commit 11dbca419c)
2017-07-30 21:09:31 +02:00
Rémi Verschelde ee3c571119 Merge pull request #9959 from marcelofg55/2.1
[2.1] Fix mutex initialisation in OS X Audio Driver
2017-07-30 20:58:37 +02:00
Marcelo Fernandez a6129f0a21 Fix mutex initialisation in OS X Audio Driver 2017-07-28 16:17:46 -03:00
George Marques ac9c4f44a9 Merge pull request #9947 from RandomShaper/fix-polygon2d-single-color-2.1
Add special handling for single-color Polygon2D (2.1)
2017-07-28 12:12:00 -03:00
George Marques ea545859bd Merge pull request #9902 from brenttaylor/msvc-build-tools-fix
Support MSVC (2015) build tools
2017-07-28 10:40:54 -03:00
Pedro J. Estébanez db3c1e83e7 Add special handling for single-color Polygon2D
Fixes #6060.
2017-07-28 15:21:49 +02:00
Rémi Verschelde 0838a1c420 Merge pull request #9922 from RandomShaper/fix-android-debug-2.1
Fix Android debug/run (2.1)
2017-07-28 11:15:45 +02:00
Rémi Verschelde 93e06fa1a8 Merge pull request #9812 from bruvzg/2.1
Add macOS main menu (2.1)
2017-07-28 11:05:22 +02:00
Rémi Verschelde 45566c61e3 Merge pull request #9836 from bruvzg/2.1-resize-fix
Improved macOS window resizing behaviour (2.1)
2017-07-28 11:02:21 +02:00
Pedro J. Estébanez aea12b56bc Fix Android debug/run
Same as _master_'s 0ae3336a329b1fd14b66bb26707c2461b66e5aa8; namely:
- Prefix all __adb__ commands with device specification to avoid errors when multiple devices connected.
- Include Android release in device data collection.
- Force system user:.
    - Ability to enable/disable.
    - Apply only if OS release >= 17 (when multiuser was introduced.
    - Fix argument passing.
- Rename local variable `port` to `dbg_port` to better match its partner `fs_port`.
- Fix typo in error message.

But adds:
- Get the debug port from the editor settings, where it lives now.

Fixes #8581.
2017-07-27 18:11:23 +02:00
Rémi Verschelde bfa2024313 Merge pull request #9871 from bruvzg/2.1-num-enter-fix
Fix Numpad Enter key on macOS (2.1)
2017-07-27 08:52:47 +02:00
Rémi Verschelde fe5eb2a0bc Revert "Fix autoplay animation starts from last editor state #8976"
This reverts commit 0aa6b4aac7.

It's a compatibility breaking change, so it shouldn't be done in the 2.1 branch.
2017-07-27 07:42:47 +02:00
Brent Taylor 90f853f710 Support MSVC (2015) build tools 2017-07-26 21:45:11 -07:00
Pedro J. Estébanez a116f04a3e Merge pull request #9893 from RandomShaper/fix-err-format-2.1
Fix misplaced quote in error messsage
2017-07-27 01:30:34 +02:00
Pedro J. Estébanez 94fdbf67a9 Fix misplaced quote in error messsage
(cherry picked from commit 748240b090)
2017-07-27 01:29:37 +02:00
bruvzg c121f8d561 Fix Numpad Enter key on macOS 2017-07-26 16:46:44 +03:00
Rémi Verschelde 3c357f3247 Merge pull request #9866 from RandomShaper/default-motion-fix-2.1
Enable 2D physics motion fix for new projects (2.1)
2017-07-26 13:04:37 +02:00
Pedro J. Estébanez e19d517c21 Enable 2D physics motion fix for new projects 2017-07-26 12:19:22 +02:00
Rémi Verschelde c6798fe3be Merge pull request #9856 from marcelofg55/2.1
[2.1] Fix cvs files freezing the editor when a double quote is not closed
2017-07-26 07:35:54 +02:00
Marcelo Fernandez a3a01332b8 Fix cvs files freezing the editor when a double quote is not closed 2017-07-25 22:00:47 -03:00
bruvzg 5c7ba482d0 Improved macOS window resizing behaviour.
Add redraw call to resize callback.
2017-07-25 12:11:39 +03:00
Rémi Verschelde ecc8382a8a Merge pull request #9834 from RandomShaper/fix-node-crash-2.1
Fix Node::move_child() crash if moving to the end plus one (2.1)
2017-07-25 08:12:30 +02:00
Rémi Verschelde 83dbab3033 Merge pull request #9824 from sowfelicity/2.1-clipboard
Workaround to allow pasting unicode characters from X selection(2.1).
2017-07-25 08:05:32 +02:00
Pedro J. Estébanez c1630f0e60 Fix Node::move_child() crash if moving to the end plus one
(cherry picked from commit 6c1b7fd899)
2017-07-25 05:21:58 +02:00
Jia Wang 5a5b6dcde0 Workaround to allow pasting unicode characters from X selection.
Fixes #2491.
Fixes #9787.
2017-07-25 07:27:27 +08:00
bruvzg 9ea472e810 Fix is_window_fullscreen() and set_window_fullscreen() behaviour after window has entered/left full-screen mode via green zoom button.
Fix get/set_current_screen & set_window_maximized.
2017-07-24 22:23:25 +03:00
bruvzg 0cd14e5bac Add macOS main menu 2017-07-24 14:32:07 +03:00
Rémi Verschelde 48007d8ec6 Merge pull request #9796 from marcelofg55/2.1
[2.1] Updated OS X audio driver with improvements from 3.0
2017-07-24 08:08:14 +02:00
Marcelo Fernandez 077b455b93 Updated OS X audio driver with improvements from 3.0 2017-07-23 13:40:38 -03:00
Rémi Verschelde 71a51adc12 Merge pull request #9778 from marcelofg55/2.1
[2.1] Fix Right-Click (Ctrl-Click) on OS X
2017-07-23 13:15:36 +02:00
Rémi Verschelde cfe48f074f Merge pull request #9767 from Faless/editor_fix_2.1
[2.1] Remove "debug/remote_port" project setting (completrly moved to editor)
2017-07-23 13:12:39 +02:00
Marcelo Fernandez da7b181a39 Fix Right-Click (Ctrl-Click) on OS X 2017-07-22 16:35:07 -03:00
Rémi Verschelde 39f0dcc17d libpng: Update to upstream version 1.6.31rc01
Fixes various issues with 1.6.30, especially ARM build.
Supersedes change in #9722.

Fixes #9769.

(cherry picked from commit 492999a33b)
2017-07-22 18:43:13 +02:00
Fabio Alessandrelli c3055b24d1 Remove "debug/remote_port" project setting (moved to editor)
Also updated default port from 6007 (X11) to 6096 (unspec)
2017-07-22 14:36:43 +02:00
Rémi Verschelde 63a9b02131 Fixes to the 2to3 project exporter 2017-07-15 16:50:49 +02:00