summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22844 from samgreen/fix_gui_dragging_spamRémi Verschelde2018-10-111-1/+1
|\ | | | | Fix spam when dragging in the editor
| * Swap condition to prevent spam in editor.Sam Green2018-10-081-1/+1
| |
* | Merge pull request #22800 from QbieShay/depth_writeRémi Verschelde2018-10-112-0/+2
|\ \ | | | | | | Added the ability to write to gl_FragDepth.
| * | Added the ability to write to gl_FragDepth. It doesn't affect the depth prepass.QbieShay2018-10-062-0/+2
| | |
* | | Merge pull request #22864 from milkowski/masterRémi Verschelde2018-10-112-5/+8
|\ \ \ | | | | | | | | Fix build with Android NDK r18
| * | | Fix build with Android NDK r18Wojciech Milkowski2018-10-082-5/+8
| | | | | | | | | | | | | | | | As a bonus there is no need to use undocumented Gradle API any more.
* | | | Merge pull request #22931 from groud/fix_resource_name_inspectorRémi Verschelde2018-10-111-1/+1
|\ \ \ \ | | | | | | | | | | Fixes resources name not showing in the inspector
| * | | | Fixes resources name not showing in the inspectorgroud2018-10-111-1/+1
|/ / / /
* | | | Merge pull request #22866 from Calinou/improve-find-in-filesRémi Verschelde2018-10-091-7/+5
|\ \ \ \ | | | | | | | | | | Improve the editor's Find in Files function
| * | | | Improve the editor's Find in Files functionHugo Locurcio2018-10-091-7/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | - Disable Whole Words and Match Case by default - Hide the Cancel button once the search is completed - Pad line numbers to the right for more readable search results
* | | | Merge pull request #22871 from marcelofg55/surr31_enumRémi Verschelde2018-10-091-0/+1
|\ \ \ \ | | | | | | | | | | Add missing BIND_ENUM for SPEAKER_SURROUND_31
| * | | | Add missing BIND_ENUM for SPEAKER_SURROUND_31Marcelo Fernandez2018-10-081-0/+1
| | | | |
* | | | | Merge pull request #22872 from clayjohn/SurfaceTool-DocMax Hilbrunner2018-10-091-2/+9
|\ \ \ \ \ | | | | | | | | | | | | [DOC] Update and expand SurfaceTool doc
| * | | | | update and expand surfacetool docclayjohn2018-10-081-2/+9
| | | | | |
* | | | | | Revert "Added a check in sort_custom thats test wether the given method exists."Rémi Verschelde2018-10-091-1/+0
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6415454581c3ba0025da6b9bae42e060fa4e1508. That patch was correct but Object::has_method is not a reliable way to check if we can use the given method, as it doesn't support inner classes (#22838).
* | | | | Merge pull request #22865 from neikeq/issue-22854Ignacio Etcheverry2018-10-081-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Check if directory exists before trying to delete it
| * | | | Check if directory exists before trying to delete itIgnacio Etcheverry2018-10-081-2/+4
| | | | |
* | | | | Merge pull request #22841 from J08nY/fix/collision-object-macroRémi Verschelde2018-10-082-4/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Fix multi-statement macro call not being covered.
| * | | | Fix multi-statement macro call not being covered.J08nY2018-10-082-4/+6
| |/ / /
* | | | Ensure CPU particles do not process if not visibleJuan Linietsky2018-10-082-2/+2
| | | |
* | | | Fixes to CPU particles for performance and avoiding NaNs.Juan Linietsky2018-10-084-35/+52
|/ / /
* | | Merge pull request #22808 from KellyThomas/vector-oneRémi Verschelde2018-10-0715-41/+84
|\ \ \ | | | | | | | | Add ONE constants to Vector2 and Vector3
| * | | Update class documentation xmlKelly Thomas2018-10-0712-39/+74
| | | |
| * | | add ONE constants to Vector2 and Vector3Kelly Thomas2018-10-073-2/+10
| | | |
* | | | Merge pull request #22827 from qonnop/optimize-interpolationRémi Verschelde2018-10-071-7/+6
|\ \ \ \ | | | | | | | | | | Optimize interpolation algorithms
| * | | | Optimize interpolation algorithmsqonnop2018-10-071-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Interpolation in the form of va + (vb - va) * c is faster and prevents floating point issues for int/string Followup to https://github.com/godotengine/godot/pull/22786
* | | | | Merge pull request #22831 from exts/bugfix/simplifypathRémi Verschelde2018-10-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixes #22828 - res://user had incorrect substr value
| * | | | | fixes #22828 - res://user had incorrect substr valueexts2018-10-071-1/+1
| |/ / / /
* | | | | Merge pull request #22830 from Faless/fix_joypad_tree_crashMax Hilbrunner2018-10-071-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix crash in Tree when moving using Joypad
| * | | | | Fix crash in Tree when moving using JoypadFabio Alessandrelli2018-10-071-2/+3
| | | | | |
* | | | | | Merge pull request #22771 from guilhermefelipecgs/fix_inspector_previewRémi Verschelde2018-10-074-5/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix inspector preview
| * | | | | Fix inspector previewGuilherme Felipe2018-10-074-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | Remove script preview to inspector dock
* | | | | | Baker fixesJuan Linietsky2018-10-076-21/+29
| |/ / / / |/| | | |
* | | | | Merge pull request #22788 from Faless/warnings_fixRémi Verschelde2018-10-076-16/+19
|\ \ \ \ \ | | | | | | | | | | | | Some warnings fix
| * | | | | Fix LWSClient connect_to_host string termination.Fabio Alessandrelli2018-10-071-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coming from strncpy might get you a non-NULL terminated buffer. The solution, if you accept trunction, is to give one less byte to strncpy and manually set the last char in the buffer to '\0'. If the source string is shorter, than the buffer is padded with '\0' automatically.
| * | | | | Check getcwd return in X11 platform main.Fabio Alessandrelli2018-10-071-2/+3
| | | | | |
| * | | | | Fix potentially unininitialized pointer write.Fabio Alessandrelli2018-10-071-3/+1
| | | | | |
| * | | | | Safer getcwd in DirAccessFabio Alessandrelli2018-10-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix [-Wunused-result]
| * | | | | Avoid possible overflow in OS_Unix readlinkFabio Alessandrelli2018-10-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Also fix [-Wunused-result]
| * | | | | One less local variable in marshallsFabio Alessandrelli2018-10-071-3/+2
|/ / / / /
* | | | | Merge pull request #22678 from Dragoncraft89/set_pauseRémi Verschelde2018-10-071-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Add Behaviour of SceneTree pausing to the doc
| * | | | | Add Behaviour of SceneTree pausing to the docflorian2018-10-031-0/+4
| | | | | |
* | | | | | Merge pull request #22698 from Calinou/fix-find-files-hidpiRémi Verschelde2018-10-072-8/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Find in Files font size on hiDPI displays
| * | | | | | Fix Find in Files font size on hiDPI displaysHugo Locurcio2018-10-052-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes #22692.
* | | | | | | Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacingRémi Verschelde2018-10-071-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Increase spacing slightly between ItemList and PopupMenu items
| * | | | | | | Increase spacing slightly between ItemList and PopupMenu itemsHugo Locurcio2018-10-051-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #22705 from DualMatrix/debugging_the_debugger_grand_finaleRémi Verschelde2018-10-072-19/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleaned up/Fixed some bugs in the remote inspector code.
| * | | | | | | Cleaned up/Fixed some bugs in the remote inspector code.DualMatrix2018-10-042-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up/Fixed some bugs in the remote inspector code. This makes some of my previous code cleaner while resolving a bunch of bugs.
* | | | | | | | Merge pull request #22822 from godotengine/revert-16977-masterRémi Verschelde2018-10-072-18/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Created a new function named get_element in GridContainer. This funct…"
| * | | | | | | | Revert "Created a new function named get_element in GridContainer. This ↵Rémi Verschelde2018-10-072-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | funct…"