summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-11Always pass script path to external editorRémi Verschelde
Previously you had to set the Exec Flags manually, reading the documentation to find out what placeholders to use. As most editors should support having the file path passed as the last argument, we default to doing this if no custom {file} flag is defined. We also default the Exec Flags to "{file}" and the placeholder text gives some documentation. Fixes #29662.
2019-06-10Merge pull request #29546 from hpvb/fix-random-ssl-crashRémi Verschelde
Fix random ssl crash
2019-06-10Merge pull request #29497 from qarmin/fix_memory_leak_in_filesRémi Verschelde
Fix memory leak after closing files
2019-06-10Merge pull request #29651 from qarmin/fix_crash_animated_spriteGilles Roudière
Fix crash when frames are empty
2019-06-10Fix crash when frames are emptyqarmin
2019-06-09Merge pull request #29527 from YeldhamDev/orphan_dialog_dependencies_tooltipMichael Alexsander Silva Dias
Add tooltip for the dependencies buttons in the orphan explorer dialog
2019-06-09Merge pull request #29629 from volzhs/editor-file-dialogGilles Roudière
Fix crash when selecting favorate directory on EditorFileDialog
2019-06-10Fix crash when selecting favorate directory on EditorFileDialogvolzhs
The problem was that favorite tool button kept to change pressed and unpressed state with toggled event. This is a quick fix for crash. EditorFileDialog might need to be refactor later.
2019-06-08Merge pull request #29606 from neikeq/remove-unneeded-mono-patchesIgnacio Roldán Etcheverry
Remove obsolete mono patch for pthread_mutexattr_setprotocol
2019-06-08Remove obsolete mono patch for pthread_mutexattr_setprotocolIgnacio Etcheverry
This has already been fixed in Mono both master and 2019-06 (no other branch other than the skipped 2019-04 branch uses pthread_mutexattr_setprotocol).
2019-06-07Merge pull request #29557 from qarmin/fix_2d_line_crashGilles Roudière
Fix 2D Line crash
2019-06-06Fix 2D Line crashqarmin
2019-06-06Fix a random SSL crash I saw once.Hein-Pieter van Braam-Stewart
I don't know why this happened, I was debugging another issue. This should take care of it though.
2019-06-06Add tooltip for the dependencies buttons in the orphan explorer dialogMichael Alexsander Silva Dias
2019-06-05Fix memory leak after closing filesqarmin
2019-06-04Merge pull request #29411 from clayjohn/multimesh_instance_2dRémi Verschelde
Added MultiMeshInstance2D node for using MultiMesh in 2D
2019-06-04Merge pull request #29469 from bojidar-bg/29446-graphnode-seperationRémi Verschelde
Fix GraphNode not adding separation after the first node
2019-06-04Merge pull request #29473 from neikeq/fix-envvars-monoRémi Verschelde
Mono: Fix SCons options added to the wrong environment
2019-06-04Merge pull request #29459 from hpvb/fix-move-renameRémi Verschelde
Fix moving and renaming files
2019-06-04Merge pull request #29464 from bruvzg/macos_fix_non_ime_unicode_inputRémi Verschelde
[macOS] Fixes unicode input with IME input mode inactive.
2019-06-04Merge pull request #29452 from YeldhamDev/remember_selected_subtileRémi Verschelde
Remember selected subtile when updating the TileMap editor
2019-06-04Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fixRémi Verschelde
Fix TileMap editor not correctly copying atlas tiles
2019-06-04Fix moving and renaming filesHein-Pieter van Braam-Stewart
This commit fixes several issues related to moving scenes and resources in an open project. * Don't try to reload scenes while not all scenes are updated yet. * Don't use the UndoRedo system to update non-user initiated editor state. * Resave scenes after moving files and updating resource path(s).
2019-06-04Mono: Fix SCons options added to the wrong environmentIgnacio Etcheverry
2019-06-04Fix GraphNode not adding seperation after the first nodeBojidar Marinov
Fixes #29446
2019-06-04Update sponsorsRémi Verschelde
Image Campus is no longer a Gold sponsor at this time.
2019-06-04Update DONORS listRémi Verschelde
2019-06-04[macOS] Fixes unicode input with IME mode inactive, Improves IME mode ↵bruvzg
documentation.
2019-06-04Merge pull request #29449 from dawikur/fix/NULL_assignmentRémi Verschelde
Remove unnecessary assignment
2019-06-04Merge pull request #29448 from Calinou/improve-performance-monitor-displayRémi Verschelde
Improve the performance monitor display
2019-06-04Merge pull request #29427 from GDquest/doc-gdscript-assertRémi Verschelde
Improve @GDScript.assert documentation
2019-06-04Merge pull request #29461 from YeldhamDev/tilemapeditor_search_errorspam_fixRémi Verschelde
Fix error spam when typing in the TileMap editor's search box while having no results
2019-06-04Merge pull request #29454 from Lisapple/patch-2Rémi Verschelde
Add description for Particles.capture_aabb and fix typo
2019-06-04Merge pull request #29451 from KoBeWi/incremental_bugRémi Verschelde
Fix crash when searching Tree with no selection
2019-06-04Fix error spam when typing in the TileMap editor's search box while having ↵Michael Alexsander Silva Dias
no results
2019-06-04Fix TileMap editor not correctly copying atlas tilesMichael Alexsander Silva Dias
Fixes #29307.
2019-06-04Adding missing description for method and fixing typoMaxime Leroy
2019-06-04Improve @GDScript.assert documentationNathan Lovato
Mention that assert only runs in debug builds, closes #29154
2019-06-03Remember selected subtile when updating the TileMap editorMichael Alexsander Silva Dias
Fixes #29444.
2019-06-04Fix crash when searching Tree with no selectionTomasz Chabora
2019-06-03Improve the performance monitor displayHugo Locurcio
- Use dark colors when using a light theme for better visibility - Enable antialiasing (only effective when using the GLES3 renderer) - Make graph lines thinner but opaque - Scale graph line widths on hiDPI displays
2019-06-03Remove unnecessary assignmentDawid Kurek
2019-06-03Merge pull request #26848 from ptrojahn/utf8navigationRémi Verschelde
Support UTF-8 in TextEdit and LineEdit navigation
2019-06-03added MultiMeshInstance2D node for using MultiMesh in 2Dclayjohn
2019-06-03Merge pull request #29431 from Calinou/fix-unix-permissions-errorsRémi Verschelde
Fix errors when attempting to set UNIX permissions when unavailable
2019-06-03Merge pull request #29433 from bojidar-bg/29406-dictionary-constantRémi Verschelde
Properly catch certain errors in Dictionary and Array declarations
2019-06-03Merge pull request #29359 from neikeq/android-monoRémi Verschelde
Android build and export for the mono module
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-06-03Properly catch certain errors in Dictionary declarationsBojidar Marinov
Fixes #29406
2019-06-03Merge pull request #29432 from bojidar-bg/29401-tscn-serializationRémi Verschelde
Escape node names when saving to .tscn