summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-2683-5372/+1298
|
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-2695-693/+4820
|
* Merge pull request #37259 from Calinou/doc-editorfeatureprofileRémi Verschelde2020-03-261-0/+21
|\ | | | | Document the EditorFeatureProfile class
| * Document the EditorFeatureProfile classHugo Locurcio2020-03-231-0/+21
| |
* | Merge pull request #37274 from ↵Rémi Verschelde2020-03-261-5/+12
|\ \ | | | | | | | | | | | | Janglee123/corrected-text-selection-in-color-picker Corrected text selection in color picker
| * | Corrected text selection in color pickerjanglee2020-03-251-5/+12
| | | | | | | | | | | | Fixes #35603
* | | Merge pull request #37279 from Waridley/fix_22016Rémi Verschelde2020-03-262-2/+2
|\ \ \ | | | | | | | | Fix volume interpolation in positional audio nodes
| * | | Fix volume interpolation in positional audio nodesWaridley2020-03-252-2/+2
| | | | | | | | | | | | Fixes #22016
* | | | Merge pull request #37294 from akien-mga/scons-drop-python2Rémi Verschelde2020-03-2614-133/+61
|\ \ \ \ | | | | | | | | | | SCons: Drop support for Python 2
| * | | | SCons: Drop support for Python 2Rémi Verschelde2020-03-2514-133/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now require SCons 3.0+ (first version with Python 3 support), and we set min required Python 3 version to 3.5 (3.4 and earlier are EOL).
* | | | | Merge pull request #37306 from patrickdevivo/masterRémi Verschelde2020-03-261-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add TODOs Badge to README
| * | | | | Add TODOs Badge to READMEPatrick DeVivo2020-03-251-0/+1
| |/ / / / | | | | | | | | | | Closes #37217
* | | | | Merge pull request #37307 from bruvzg/mvk_cubemap_filterRémi Verschelde2020-03-261-25/+26
|\ \ \ \ \ | | | | | | | | | | | | [macOS] Rename conflicting variable to fix MoltenVK shader compilation.
| * | | | | Rename conflicting variable to fix MoltenVK shader compilation.bruvzg2020-03-261-25/+26
|/ / / / /
* | | | | Merge pull request #37287 from Chaosus/vs_skyYuri Roubinsky2020-03-262-4/+84
|\ \ \ \ \ | |/ / / / |/| | | | Added sky shader mode to visual shaders
| * | | | Added sky shader mode to visual shadersYuri Roubinsky2020-03-252-4/+84
| | | | |
* | | | | Merge pull request #37290 from akien-mga/style-header-guards-coreRémi Verschelde2020-03-2569-104/+121
|\ \ \ \ \ | |_|/ / / |/| | | | Style: Harmonize header guards to style guide [Core]
| * | | | Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-2569-104/+121
|/ / / /
* | | | Merge pull request #37272 from AndreaCatania/fix_ik_rotRémi Verschelde2020-03-254-6/+15
|\ \ \ \ | | | | | | | | | | Fixed IK rotation issue
| * | | | Fixed IK rotation issueAndrea Catania2020-03-244-6/+15
| | | | |
* | | | | Merge pull request #37276 from Calinou/tweak-message-queue-max-size-hintRémi Verschelde2020-03-251-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Tweak the message queue maximum size property hint
| * | | | | Tweak the message queue maximum size property hintHugo Locurcio2020-03-241-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The minimum slider value no longer allows decreasing the value below the default, as this can cause things to break in the editor. The maximum slider value was also increased to 4096 since it can safely be increased to that value (some add-ons may require it). This closes #37052.
* | | | | Merge pull request #37281 from ↵Rémi Verschelde2020-03-251-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | ThakeeNathees/fix-project-manager-don't-consume-Enter Fix: project manager don't consume Enter key #17620
| * | | | fix project manager don't consume Enter key #17620Thakee Nathees2020-03-251-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #37280 from KoBeWi/nRémi Verschelde2020-03-241-1/+1
|\ \ \ \ | | | | | | | | | | Make search in RichTextLabel case-insensitive
| * | | | Make search in RichTextLabel case-insensitiveTomasz Chabora2020-03-241-1/+1
| | | | |
* | | | | Merge pull request #37176 from dkaste/line-edit-secret-fix-2Rémi Verschelde2020-03-241-10/+10
|\ \ \ \ \ | |/ / / / |/| | | | Use LineEdit secret character width everywhere
| * | | | Use LineEdit secret character width everywhereDarren Kaste2020-03-191-10/+10
| | | | |
* | | | | Merge pull request #37268 from clayjohn/VULKAN-sky-colorRémi Verschelde2020-03-245-69/+118
|\ \ \ \ \ | | | | | | | | | | | | Replace subpass textures with color in sky shader
| * | | | | Replace subpass textures with color in sky shaderclayjohn2020-03-245-69/+118
| | |/ / / | |/| | |
* | | | | Merge pull request #37271 from akien-mga/cleanup-unused-classesRémi Verschelde2020-03-2434-1683/+21
|\ \ \ \ \ | | | | | | | | | | | | Remove unused classes and stray headers
| * | | | | Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-2412-19/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the unused DocDump was removed, the `editor/doc` subfolder is redundant. Similarly, there's no reason for Collada to have a subfolder for itself when glTF or OBJ don't.
| * | | | | Remove unused classes and stray headersRémi Verschelde2020-03-2422-1664/+14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by reviewing headers with 1 or less matching includes: ``` find -name thirdparty -prune -o -name "*.h" -exec basename {} \; | sort -u > headers for header in $(cat headers); do echo "$header: "; rg -l "#include \"(.*/)?$header\"" | wc -l; done > list-includes ```
* | | | | Merge pull request #37261 from m6c7l/feature/issue-37239Rémi Verschelde2020-03-241-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Linux: add relaxation to conditions in the joystick check routine
| * | | | | issue-37239 add relaxation to conditions in the joystick check routine for ↵m6c7l2020-03-241-1/+4
| | |_|_|/ | |/| | | | | | | | | | | | | being identified as joystick
* | | | | Merge pull request #37247 from Ev1lbl0w/bugfixRémi Verschelde2020-03-241-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | Fixed WM_DELETE flag being set too late
| * | | | Fixed WM_DELETE flag being set too lateEv1lbl0w2020-03-231-3/+3
| | | | |
* | | | | Merge pull request #37264 from dreamsComeTrue/remove-space2d-classRémi Verschelde2020-03-242-122/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Remove unreferenced & undocumented class scene/resources/Space2D
| * | | | Remove unreferenced & undocumented class Space2DDominik 'dreamsComeTrue' Jasiński2020-03-242-122/+0
|/ / / /
* | | | Merge pull request #33508 from nekomatata/object-has-signalRémi Verschelde2020-03-233-1/+31
|\ \ \ \ | |/ / / |/| | | Added has_signal method for Object
| * | | Added has_signal method for ObjectPouleyKetchoupp2020-03-233-1/+31
| | | |
* | | | Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde2020-03-2352-4/+266
|\ \ \ \ | |_|/ / |/| | | Adding missing include guards to header files identified by LGTM
| * | | Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-2352-4/+266
| | | | | | | | | | | | | | | | This addresses the issue godotengine/godot#37143
* | | | Merge pull request #37179 from clayjohn/VULKAN-sky-shaderRémi Verschelde2020-03-2241-1129/+2543
|\ \ \ \ | | | | | | | | | | Implement Sky Shaders
| * | | | Working sky shader implementationclayjohn2020-03-2140-1724/+2334
| | | | |
| * | | | Add shader based background modeBastiaan Olij2020-03-1926-67/+871
| | |_|/ | |/| |
* | | | Merge pull request #37210 from van800/fix-36995Rémi Verschelde2020-03-222-1/+6
|\ \ \ \ | | | | | | | | | | Fix warning: Property not found: mono/editor/editor_path_optional
| * | | | Fix warning: Property not found: mono/editor/editor_path_optional (#36995)Ivan.Shakhov2020-03-212-1/+6
| | |/ / | |/| |
* | | | Merge pull request #37216 from aaronfranke/file-formattingRémi Verschelde2020-03-2215-15/+15
|\ \ \ \ | | | | | | | | | | Make file formatting comply with POSIX standards
| * | | | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-2115-15/+15
| | | | | | | | | | | | | | | | | | | | UTF-8, LF, no BOM, and newlines at the end of files