summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-15Merge pull request #21023 from Paulb23/fix_reopening_text_fileRémi Verschelde
Fix re-opening of TextFiles when its already being edited.
2018-08-15Merge pull request #21022 from Paulb23/create_text_filesRémi Verschelde
Ability to create TextFiles.
2018-08-15Merge pull request #21045 from karroffel/black-bar-fixesRémi Verschelde
[gles2] fix black bar artifacts
2018-08-15Merge pull request #21044 from willnationsdev/class_iconsRémi Verschelde
Fix error spam from loading script class icons
2018-08-15Added method to create TextFilesPaulb23
2018-08-15Merge pull request #21053 from akien-mga/doc-dialog_hide_on_okRémi Verschelde
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog
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-15Fix error spam from loading script class iconsWill Nations
2018-08-15[gles2] fix black bar artifactsThomas Herzog
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-14Fix re-opening of TextFiles when its already being editedPaulb23
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