summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-14text_edit auto_completionAlexander Holland
replaced "similarity filter" with "sequential checks" this give more control over the desired filtering.
2018-08-14-Deprecate ImageTexture::loadJuan Linietsky
-Add warning to Image::load when loading resources -Add script binding for get_configuration_warning
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
Fix case where exported properties value is lost
2018-08-14Merge pull request #20856 from KoBeWi/pretty-dictionary-printRémi Verschelde
Add some curly braces to make dictionary printing less ambiguous
2018-08-14Avoid scripts from being opened in same inspector, closes #20111Juan Linietsky
2018-08-14Merge pull request #21015 from godotengine/revert-20112-openvisualeditorbuttonJuan Linietsky
Revert "Open visual editor when "open editor" button in the inspector is pressed"
2018-08-14Revert "Open visual editor when "open editor" button in the inspector is ↵Juan Linietsky
pressed"
2018-08-14Merge pull request #20901 from KellyThomas/mono-constsIgnacio Etcheverry
mono: add constants to transform and vector structs
2018-08-14Merge pull request #20977 from malbach/Particles3D_AABBRémi Verschelde
Particles3D: set emitting if not set before generating AABB
2018-08-15mono: add constants to transform and vector structsKelly Thomas
2018-08-14Merge pull request #20890 from KellyThomas/mono-is-instance-validIgnacio Etcheverry
mono: add IsInstanceValid(), move WeakRef()
2018-08-14Merge pull request #20400 from ↵Rémi Verschelde
OliPerraul/oliperraul/20332/fix_defects_with_editor_export_dict Fixed a number of issues related to the Dictionary export property for the editor
2018-08-14Merge pull request #20443 from AlexHolly/add-string-format-no-indexRémi Verschelde
Added String.format "no index" support
2018-08-14Merge pull request #20484 from willnationsdev/create-favoritesRémi Verschelde
Add toggle for favorites in create_root_dialog
2018-08-14Merge pull request #20621 from YeldhamDev/bottom_panel_minRémi Verschelde
Adjust bottom panel's minimal height for the expand icon
2018-08-14Merge pull request #20665 from SaracenOne/animation_tree_controlRémi Verschelde
Add method to manually advance AnimationTree and manual process mode.
2018-08-14Merge pull request #20744 from Zylann/fix_viewport_lock_rotationRémi Verschelde
Initialize default lock rotation in constructor
2018-08-14Merge pull request #20760 from Calinou/improve-assetlib-download-uxRémi Verschelde
Improve the asset library download UX
2018-08-14Merge pull request #20772 from dragmz/string_copy_oob_read_fixRémi Verschelde
Fix out of buffer read when copying from a non-null-terminated string
2018-08-14Merge pull request #20831 from Calinou/project-manager-window-size-hidpiRémi Verschelde
Scale the project manager window size with the editor scale
2018-08-14Merge pull request #20835 from Calinou/use-standard-button-texts-2Rémi Verschelde
Tweak some editor button texts
2018-08-14Merge pull request #20844 from gotnospirit/fix_tween_memory_leakRémi Verschelde
interpolation was not removed because of id mismatch
2018-08-14Merge pull request #20848 from Calinou/improve-3d-manipulator-gizmoRémi Verschelde
Improve the 3D manipulator gizmo
2018-08-14Merge pull request #20876 from ttencate/cursor_blinkRémi Verschelde
Reset caret blink when Ctrl+moving the cursor
2018-08-14Merge pull request #20992 from Chaosus/conversion_fixRémi Verschelde
Fix int(String) != int(int) conversion
2018-08-14Merge pull request #20993 from Chaosus/fix_folder_deletingRémi Verschelde
Fix impossibility of removing folder which contains non-latin symbols
2018-08-14Merge pull request #20999 from ivodopiviz/project-manager-showRémi Verschelde
Always show "Open in File Manager"
2018-08-14Merge pull request #21002 from dragmz/patch-3Rémi Verschelde
Reduce verbosity for unsupported GLES2 bg modes
2018-08-14Reduce verbosity for unsupported GLES2 bg modesMarcin Zawiejski
2018-08-14Merge pull request #20915 from ivodopiviz/rmb-filesystemRémi Verschelde
Show in File Manager Clarification
2018-08-14Fix comments indentationRémi Verschelde
2018-08-14Always show "Open in File Manager"Ivan Vodopiviz
Now this button is always shown in the project manager. Fixes #20799.
2018-08-14Show in File Manager ClarificationIvan Vodopiviz
Changed the context menu 'Show in File Manager' action description to better reflect actual behavior. Fixes #20897
2018-08-14Fix impossibility of removing folder which contains non-latin symbols(on ↵Chaosus
Windows)
2018-08-14Merge pull request #20773 from Noshyaar/treeRémi Verschelde
[DOCS] complete Tree drag and drop related methods
2018-08-14Merge pull request #20747 from hpvb/fix-20184Rémi Verschelde
Do not call _update_actions when only changing deadzone
2018-08-14Merge pull request #20826 from raphael10241024/mybranchRémi Verschelde
fix #20390: handle time before year 1970
2018-08-14Fix int(String) != int(int) conversionChaosus
2018-08-14mono: add IsInstanceValid(), move WeakRef()Kelly Thomas
2018-08-14Merge pull request #20860 from guilhermefelipecgs/fix_border_artifactRémi Verschelde
Fix border artifacts at the edge of deep parallax.
2018-08-14Merge pull request #20986 from marcelofg55/audio_dummyRémi Verschelde
Add Dummy AudioDriver into the AudioDriverManager list
2018-08-14Merge pull request #20982 from hpvb/fix-19842Rémi Verschelde
Emit pressed events after processing items
2018-08-14Merge pull request #20981 from gotnospirit/case_aware_autocompleteRémi Verschelde
Case-aware autocomplete: prefer same case candidates
2018-08-14Merge pull request #20976 from Chaosus/warning_colorRémi Verschelde
Add warning color to output log
2018-08-14Merge pull request #20947 from oisincar/get_bone_ixRémi Verschelde
Expose PhysicalBone::get_bone_id() to c#/gdscript
2018-08-14Merge pull request #20932 from clayjohn/doc_backbuffercopyRémi Verschelde
[Doc] Removed reference to texscreen in BackBufferCopy docs
2018-08-14Merge pull request #20952 from hpvb/fix-17963Rémi Verschelde
When starting up try creating directories recursively
2018-08-14SCons: Fix mono_root initializationRémi Verschelde
As advised by @neikeq.
2018-08-13removed reference to texscreenclayjohn
2018-08-14When starting up try creating directories recursivelyHein-Pieter van Braam
Previously we had a check to see if cache and data directories exist and another check to try to make them if they do not. However the second check was never reached if we don't have the directories in question. Furthermore for cache directories on Linux people who never started a desktop environment we need to recurisively create the XDG directory as well as the godot specific directory. This fixes #17963