summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-09Cleanup some unused controls in the editor's top barMichael Alexsander Silva Dias
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
2018-12-06Merge pull request #23935 from helenaMontenegro/masterRémi Verschelde
Add sorting to the project manager
2018-12-06Merge pull request #23982 from ↵Rémi Verschelde
qichunren/fixed_line_edit_lost_focus_when_create_new_project Fixed project name line edit focus lost when open project-create dialog.
2018-12-06Merge pull request #24090 from RandomShaper/fix-blit-from-negativeRémi Verschelde
Fix blitting from negative position
2018-12-06Merge pull request #24148 from mineevgleb/fix-pathfollow-offset-sliderRémi Verschelde
#24131: fix for PathFollow offset slider overlapping with the inspector
2018-12-06Merge pull request #24189 from dakennedyd/developmentRémi Verschelde
Fixes editor crashing when editing autotiles
2018-12-06Fixes editor crashing when editing autotiles issue #24004David Kennedy
2018-12-06Merge pull request #24178 from avencherus/doc-updateRémi Verschelde
Documented set_point_cloud() for ConvexPolygonShape2D
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-12-06Documented set_point_cloud() for ConvexPolygonShape2DJared