summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-15Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialogRémi Verschelde
Fixes #20817.
2018-08-15Attempting to workaround the problem present in #20904, let me know if it works.Juan Linietsky
2018-08-15Merge pull request #21021 from DualMatrix/new_node_warningRémi Verschelde
Fixed error spam in create node dialog with custom types.
2018-08-15Fixed error spam in create node dialog with custom types.DualMatrix
This should fix #20789
2018-08-15Merge pull request #20560 from willnationsdev/class_iconsRémi Verschelde
Add custom icons to script classes.
2018-08-15Merge pull request #21040 from volzhs/fix-configure-warningRémi Verschelde
Fix not to show configuration warning on every node has script
2018-08-15Fix not to show configuration warning on every node has scriptvolzhs
2018-08-15Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde
Add PluginConfigDialog.
2018-08-15Merge pull request #21007 from guilhermefelipecgs/disable_camera_interpolationRémi Verschelde
Disable camera interpolation when switching scene tabs
2018-08-15Merge pull request #20941 from codingHahn/fix-normals-on-shaderRémi Verschelde
Fix handling of normals that approach 1
2018-08-14Merge pull request #21024 from godotengine/revert-20860-fix_border_artifactJuan Linietsky
Revert "Fix border artifacts at the edge of deep parallax."
2018-08-14Revert "Fix border artifacts at the edge of deep parallax."Juan Linietsky
2018-08-15Merge pull request #21010 from YeldhamDev/tile_editors_changesRémi Verschelde
Changes to the TileSet and TextureRegion editors
2018-08-15Merge pull request #20873 from ttencate/masterRémi Verschelde
Allow middle-click to close scripts
2018-08-15Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde
Dictionary: remove erase_checked(key), make erase(key) return bool
2018-08-15Merge pull request #21008 from groud/fix_action_initRémi Verschelde
Fixes initialization of action list
2018-08-14Disable camera interpolation when switching scene tabsGuilherme Felipe
Fix #11764
2018-08-14Merge pull request #18096 from aaronfranke/masterJuan Linietsky
[Core] Split up math_2d.h
2018-08-14Merge pull request #20906 from Chaosus/rrect_fixRémi Verschelde
Fix ReferenceRect border
2018-08-14Merge pull request #20997 from Gamblify/add_files_to_tree_viewRémi Verschelde
Add a way to disable the split view in the FileSystem dock
2018-08-14-Deprecate ImageTexture::loadJuan Linietsky
-Add warning to Image::load when loading resources -Add script binding for get_configuration_warning
2018-08-14Add custom icons to script classes.Will Nations
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-14Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry
2018-08-14Changes to the TileSet and TextureRegion editorsMichael Alexsander Silva Dias
2018-08-14Fixes initialization of action listgroud
2018-08-14Merge pull request #20890 from KellyThomas/mono-is-instance-validIgnacio Etcheverry
mono: add IsInstanceValid(), move WeakRef()
2018-08-14Allow middle-click to close scriptsThomas ten Cate
Fixes #20871
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