| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Fix touch button needing double tap after pause (applies to those not set to pass-by)
Fix error when a pressed TouchScreenButton with no associated action exits the tree
(with some refactoring of duplicate code)
|
|
(cherry picked from commit 6b5c595e400893cb8dba51ede8f60c70f8512687)
|
|
only fill hint with the matching language."
This reverts commit b6468db118f3bd0359f7ba709e391cca4ac7f9d6,
the bug will be properly fixed by the cherry-pick of 6b5c595.
|
|
|
|
|
|
|
|
Use block to send DVector::Write out of scope in
HTTPClient::read_response_body_chunk()
(cherry picked from commit 833994b2949cbdd191dfdb095bb96913a7b3b03a)
|
|
|
|
Refactor duplicated code (from 0159e4f96918990ee7bc3e9616ba073e566ad6e4)
Add line length guideline to code editors (from d9c1729a8f1d3eceb259ef540b378b70beb55f24)
Allow turning off zero-padding for line numbers (from 00b3af246b03bc789a7edc45c11b000d7d63ad27)
(In 3.0 zero-padding is off by default, but for 2.1 I'm setting the default to be on because it's how it always worked.)
Fixed line lenght guideline drawing with color option (from @Paulb23's 6b42cd5fe637d6d0fe30fa397eca659d295ad956)
|
|
- cherry-pick from 95eb7466df890dcbed9eb8e8bda15bd9235db9c0
|
|
Fix #7667
|
|
|
|
hint with the matching language.
|
|
scrolling is enabled
|
|
Moved the shared_textures config to the editor category so that it would
be visible in the project settings window again. Fixes #7579
Added option to import textures to the same folder as the source
textures, or to reuse the files without re-importing (flags may need to
be applied manually).
|
|
Serialize dictionaries adding newlines between key-value pairs
Serialize group lists also with newlines in between
Serialize string properties escaping only " and \ (needed for a good diff experience with built-in scripts and shaders)
Bonus:
Make AnimationPlayer serialize its blend times always sorted so their order is predictable in the .tscn file.
This PR is back-compat; won't break the load of existing files.
Cherry-picked from 7dbb1c0571c0d1fb26c28552b09430807cc4d717
|
|
|
|
|
|
|
|
Now we only draw those icons for visible Nodes.
Fixes #7518
Cherry-picked/adapted from a043ce7304c4a9b56b5d79efa4cca05160339e72
|
|
Fixes #7421
|
|
|
|
|
|
The new Quick Filter Files behaviour since 8b47e26 had not been implemented,
so this implements it and makes it an editor hotkey instead of a menu entry.
Fixes #7582.
(cherry picked from commit c4d6e54e93431e94888c5594386bcd0aa22528ee)
|
|
This improves the VCS experience because otherwise they change their order everytime producing spurious changes.
|
|
- Make canvas support check message visible
- Make it obvious status can be closed by clicking
- Don't use status to display non-critical errors
- Fix setting total memory
(cherry picked from commit 1f7d4c4d0ee8eba0a1d8084019269a45dfa76be4)
|
|
(cherry picked from commit 6a3dae5be944d9e226cca7bf0bd80fb0036e8324)
|
|
Bug introduced when implementing TCP disconnection detection.
(too much yank-paste).
Fixes #7545
(cherry picked from commit c356ec5e8bf1ecaa5acedc204d613c4d1c2db3db)
|
|
Cherry-picked from 8d785812351a0a3eca88214f2436bb7574d55873 and 827a9aa8294e7e2405f645579cc3e7044f3be079
|
|
EditorHelpBit
|
|
Cherry-picked from d8af6330e57b98f370ed56d891a6a6952957cfec
|
|
(cherry picked from commit a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a)
|
|
(cherry picked from commit 97cf3eba56f7f89b9a6b275c70e54e52303e25a7)
|
|
(cherry picked from commit 65483d57bf322f847ecb1ab906e8f4fac49f2557)
|
|
(cherry picked from commit 460f030b738eb055d915e246a61f7740fe14f57b)
|
|
The MinGW-w64 version we have on our Travis build environment (Ubuntu 12.04,
mingw-w64 2.0.1, gcc 4.6) is old and has some missing includes in the
dependencies of the `tcpmib.h` header [0] [1] [2].
Those were not triggered before 6323779596dea0db7f58afef7d3d3d5588ef20cb
probably due to conflicting WINVER definitions which prevented triggering the code
specific to >= 0x0600 (Vista). We ensure it won't be triggered by defining the
_WIN32_WINNT macro to Windows XP compatibility.
(cherry picked from commit b24fe6879a2d26b530c1198ba7abb8cf2719f06c)
|
|
Had missed it in the previous commit as the upstream website is outdated.
(cherry picked from commit c2310b41fa71ce94c2cc127c55b39b8ba07ab4c3)
|
|
Passed as a compiler define to be sure it is always define before windows.h
is loaded. This means that Godot officially requires Vista API or later, it will
not work on Windows XP or earlier.
Also fix a bogus check for Windows 7 API.
(cherry picked from commit 6323779596dea0db7f58afef7d3d3d5588ef20cb)
|
|
Fixes #7373.
(cherry picked from commit d945c4e58ea1b49db3e0e96be46751b2d7fa808a)
|
|
Fixes #6931.
(cherry picked from commit ede36aca8d65e39b78520d45d3b3c29a99d4e17e)
|
|
(cherry picked from commits 790f629e5e1cccf721948b1153bb0dee139ac1a5
and 8b7a86ec7b7bc4bb115f45545aa062cba47022bc)
|
|
(cherry picked from commit fbfcc981d95d94a3d7dfbc214e37bb02da3dec66)
|
|
(cherry picked from commit 9845bdde8dc3005185dc43c493380858d717596a)
|
|
(cherry picked from commit 2ca0337f5f8564b62920087d898f8f4a580d7b3b)
|
|
Fixes a NULL pointer dereference bug (CVE-2016-10087).
(cherry picked from commit a0141fa823aeaba0a99ac2e004496b081204313b)
|
|
- fixes PulseAudio, ALSA and RtAudio driver
- cleans up the driver files for better readability (mostly whitespace-related stuff)
- makes ALSA and Pulseaudio actually use the global setting "audio/mix_rate" for the sample rate instead of a
fixed value (RtAudio did this already)
(cherry picked from commit da6b6c2dd790a1a6f1702efe1b075b09ec76fb48)
|
|
item_selected is now properly emitted
(cherry picked from commit 4b9a96859b6d80b9b50a0512d3ab9c6d05a4deb1)
|
|
(cherry picked from commit 7e0d0d0bb912fbb774f5890792840a1a62485773)
|