summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-10Update libwebp to 1.0.1volzhs
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
Make opening menus with the same parent on mouse focus explicit
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
Use more subtle indentation guides in the script editor
2018-12-09Merge pull request #20745 from Zylann/heightmap_from_imageRémi Verschelde
Allow to create a heightmap collision shape from an image
2018-12-09Merge pull request #24221 from YeldhamDev/deprecate_animation_tree_playerRémi Verschelde
Warn about AnimationTreePlayer's deprecation
2018-12-09Merge pull request #24236 from Xrayez/fix-20212Rémi Verschelde
Fix duplicating visual shader nodes
2018-12-09Merge pull request #24246 from YeldhamDev/control_cleanup_top_editorRémi Verschelde
Cleanup some unused controls in the editor's top bar
2018-12-09Cleanup some unused controls in the editor's top barMichael Alexsander Silva Dias
2018-12-09Warn about AnimationTreePlayer's deprecationMichael Alexsander Silva Dias
2018-12-09Fix duplicating visual shader nodesAndrii Doroshenko (Xrayez)
2018-12-09Merge pull request #24231 from YeldhamDev/script_file_menu_changesRémi Verschelde
Minor changes to the File menu in the Script Editor
2018-12-09Merge pull request #24223 from vnen/gdscript-better-type-compatibleRémi Verschelde
Fix type-compatibilty check in GDScript
2018-12-09Merge pull request #24219 from guilhermefelipecgs/fix_z_index_auto_tileRémi Verschelde
Fix AutoTile z-index not persisting correctly
2018-12-08Merge pull request #23438 from zorbathut/zorbathut/csharpinstanceIgnacio Etcheverry
Implement CSharpScript::get_script_method_list and related functionality.
2018-12-08Minor changes to the File menu in the Script EditorMichael Alexsander Silva Dias
2018-12-08Tweaks after feedbackBen Rog-Wilhelm
2018-12-07Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm
2018-12-07Fix type-compatibilty check in GDScriptGeorge Marques
Objects and PoolArrays are properly tested for conversion.
2018-12-07Fix AutoTile z-index not persisting correctlyGuilherme Felipe
2018-12-07Merge pull request #22431 from DualMatrix/pivotRémi Verschelde
Fixed pivot tool not setting position of Controls correctly
2018-12-07Merge pull request #22437 from DualMatrix/wrong_prop_warningRémi Verschelde
Added warning when trying to load resource of wrong type in editor.
2018-12-07Merge pull request #22535 from DualMatrix/editor_value_capRémi Verschelde
Fixed editor inspector ranges capping values at 65535.
2018-12-07Merge pull request #22630 from dualtagh/22478Rémi Verschelde
22478: Can't duplicate folder with another folder inside
2018-12-07Merge pull request #22680 from lupoDharkael/color-picker-presetsRémi Verschelde
ColorPicker: extend access to presets from gds
2018-12-07Merge pull request #22733 from guilhermefelipecgs/fix_wm_classRémi Verschelde
[x11] Use "application/config/name" for WM_CLASS
2018-12-07Merge pull request #19914 from guilhermefelipecgs/add_z_index_autotileRémi Verschelde
Add Z-Index for Autotile
2018-12-07Add Z-Index for AutotileGuilherme Felipe
2018-12-07Merge pull request #24216 from marcelofg55/custom_features_fixRémi Verschelde
Fix custom features missing when _export_begin is called
2018-12-07Fix custom features missing when _export_begin is calledMarcelo Fernandez
2018-12-07Merge pull request #23693 from marcelofg55/post_export_commandRémi Verschelde
EditorExportPlugin now calls _export_end() when export ends if scripted
2018-12-07EditorExportPlugin now calls _export_end() when export ends if scriptedMarcelo Fernandez
2018-12-07Merge pull request #22934 from SeleckyErik/issue-11457Rémi Verschelde
GDscript function str2var now returns null on invalid input
2018-12-07Merge pull request #23327 from YeldhamDev/search_shadersRémi Verschelde
Added "shader" filter to "Find in Files"
2018-12-07Merge pull request #22323 from williamd1k0/ignore-main-sceneRémi Verschelde
Editor: Skip loading main scene if restore_scenes_on_load is used
2018-12-07Update DONORS listRémi Verschelde
[ci skip]
2018-12-07Merge pull request #24197 from YeldhamDev/navpoly_updateRémi Verschelde
Update NavPoly in the editor canvas when the resource is changed via the Inspector
2018-12-07Merge pull request #24205 from YeldhamDev/tileset_context_hide_scriptRémi Verschelde
Hide "Script" section in the "TilesetEditorContext"
2018-12-07Docs for push_error and push_warning functionsTechnocracy
Added short documentation for push_error() and push_warning() godot script functions
2018-12-07Merge pull request #23691 from groud/add_signals_to_filesystem_dockRémi Verschelde
Add signals for files move/delete/rename to FileSystemDock
2018-12-07Hide "Script" section in the "TilesetEditorContext"Michael Alexsander Silva Dias
2018-12-06Update NavPoly in the editor canvas when the resource is changed via the ↵Michael Alexsander Silva Dias
Inspector
2018-12-06Add signals for files move/delete/rename to FileSystemDockgroud
2018-12-06Merge pull request #24194 from bojidar-bg/23567-fix-message-queue-overflowRémi Verschelde
Make thumbnail cache less tasking on the message queue
2018-12-06Clear application/run/main_scene if that file is deletedThomas Winderweedle
Fixes #22473
2018-12-06Merge pull request #23977 from YeldhamDev/editor_plugins_improvementsRémi Verschelde
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
2018-12-06Make thumbnail cache less tasking on the message queueBojidar Marinov
Fixes #23567
2018-12-06Merge pull request #23608 from RySchmitt/fix_spin_sliderRémi Verschelde
Improve dragging behavior of editor_spin_slider
2018-12-06Merge pull request #23673 from marcelofg55/export_path_3Rémi Verschelde
Export Path now has a folder icon to select the path
2018-12-06Merge pull request #24141 from bruvzg/macos_icons_imprRémi Verschelde
[macOS] File icons: add separate icons for gdscript, resource, scene and projects.
2018-12-06File icons: separate icons for gdscript, resource, scene and projects.bruvzg