summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-02finish TileMap docsJummit
2019-09-26i18n: Sync translation template with current sourceRémi Verschelde
2019-09-26i18n: Sync translations with WeblateRémi Verschelde
2019-09-26Merge pull request #32308 from Calinou/meshlibrary-item-preview-editor-onlyRémi Verschelde
Mention `MeshLibrary.get_item_preview()` not working in running project
2019-09-26Merge pull request #32360 from dankan1890/tilemap_iconsRémi Verschelde
Changed the appearance of the rotation icons in the Tilemap.
2019-09-26Merge pull request #31932 from huisedenanhai/masterRémi Verschelde
make core/Reference thread safe
2019-09-26Changed the appearance of the rotation icons in the Tilemap.dankan1890
Make them more intuitive.
2019-09-26Merge pull request #31949 from myhalibobo/TilemapFixRémi Verschelde
Fix tilemap world_to_map return error map coordinates
2019-09-26Merge pull request #31969 from NNesh/fix/open-proj-data-folderRémi Verschelde
Fixed unable to open project data folder
2019-09-26Merge pull request #32033 from NNesh/fix/blocking-execude-codeRémi Verschelde
Added returning an exit code by the blocking OS::execute method
2019-09-26Merge pull request #32050 from codecustard/fix_remotetree_not_showing_typeRémi Verschelde
Fix remote-tree not displaying the node type
2019-09-26Fix TileMap world_to_map rounding issue for negative integersbob
The previous code would fail for negative integer values like -3.0 (would return -4 instead of -3). Fixes #31468.
2019-09-26Merge pull request #32009 from Xrayez/fs-editor-iconsRémi Verschelde
Display editor icons for filesystem dock popup menu options
2019-09-26Merge pull request #32017 from Calinou/editor-spin-slider-improve-ctrl-snappingRémi Verschelde
Improve Ctrl snapping in EditorSpinSlider
2019-09-26Fixed unable to open project data folderRuslan Mullayanov
Removed `default` case to prevent hiding such errors in the future. Fixes #31939.
2019-09-26Added an exit code to the blocking mode of OS::executeRuslan Mullayanov
Updated documentation accordingly. Fixes #31881.
2019-09-26Fix remote-tree not displaying the node typeEmmanuel Barroga
Fixes the remote-tree not displaying the node's type like the local-tree does.
2019-09-26Merge pull request #32230 from kawa-yoiko/oa-backward-shiftRémi Verschelde
Implement backward shift deletion for OAHashMap
2019-09-26Merge pull request #32337 from CorattiS86/fixing_#32262Rémi Verschelde
Fixed Show in file system should clear current search
2019-09-26Merge pull request #32343 from jeffres/masterRémi Verschelde
Fix import hints being ignored by glTF importer
2019-09-26Merge pull request #32357 from YeldhamDev/connections_dialog_formatRémi Verschelde
Format arguments in connections dialog in GDScript style
2019-09-26Merge pull request #32353 from neikeq/yameroRémi Verschelde
Mono: Improve API assembly load error message on exported games
2019-09-26Merge pull request #32352 from neikeq/issue-32237Rémi Verschelde
Mono: Don't use project settings for debugger agent on exported games
2019-09-25Format arguments in connections dialog in GDScript styleMichael Alexsander Silva Dias
2019-09-26Merge pull request #32228 from damianday/patch-1Fabio Alessandrelli
TCP is_connected_to_host comparison error
2019-09-25Update stream_peer_tcp.cppDamian Day
2019-09-25Mono: Improve API assembly load error message on exported gamesIgnacio Etcheverry
2019-09-25Mono: Don't use project settings for debugger agent on exported gamesIgnacio Etcheverry
2019-09-25Mention `MeshLibrary.get_item_preview()` not working in running projectHugo Locurcio
2019-09-25Merge pull request #32325 from SaracenOne/add_mesh_bindings_fixRémi Verschelde
SpatialEditorGizmo add_mesh bindings fix
2019-09-25Merge pull request #32350 from nekomatata/fix-bezier-curve-deselection-errorRémi Verschelde
Fixed missing argument for clear_selection signal in Bezier Curve editor
2019-09-25Merge pull request #32345 from nekomatata/fix-curve-delete-point-errorRémi Verschelde
Reset hovered point in Curve when deleted to avoid errors on draw
2019-09-25Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp
Also removed unused clear_selection signal in Animation Track editor (never emitted) Fixes #32348
2019-09-25Reset hovered point in Curve when deleted to avoid errors on drawPouleyKetchoupp
Fixes #32344
2019-09-25Merge pull request #32341 from KoBeWi/be_goneRémi Verschelde
Clean snapping lines after resize
2019-09-25Merge pull request #32340 from YeldhamDev/minitab_icon_substitutionRémi Verschelde
Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-25Fix import hints being ignored by glTF importergladmin
This fixes a regression introduced in commit 72d2468 due to hyphens being removed from nodes names.
2019-09-25Clean snapping lines after resizeTomasz Chabora
2019-09-25Merge pull request #32291 from Dragoncraft89/add_load_resource_flagRémi Verschelde
Add flag to control the replacement of files by ProjectSettings.load_resource_pack
2019-09-25Fixed Show in file system should clear current searchStefano Coratti
2019-09-25Add flag to control the replacement of files by ↵Florian Kothmeier
ProjectSettings.load_resource_pack
2019-09-25Merge pull request #32047 from ↵Rémi Verschelde
codecustard/fix_scrollwheel_triggering_focus_change Fix scrollwheel triggering focus change
2019-09-25Merge pull request #32333 from akien-mga/debugger-error-condRémi Verschelde
Show C++ error condition in script editor debugger
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
Use the same axis colors consistently in the 2D and 3D editors
2019-09-25Merge pull request #32199 from starryalley/fix_seekRémi Verschelde
Fix VideostreamGDNative seek
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
Added some obvious errors explanations
2019-09-25Show C++ error condition in script editor debuggerRémi Verschelde
This was removed by @RyanStein in #21884 in the case where an error message is provided, but this is actually useful information to have even when there is a custom error message. This PR makes it so that the "C++ Error" is shown whenever there is a custom error message provided. Also adds method name to the error item title, and re-adds the most relevant info in the tooltip for quick error checks without expanding. Renames C Error/Source to C++ Error/Source, since that's what it is. And fix untranslatable entry due to misuse of TTR(). And some more cleanup for readability. Cf. https://github.com/godotengine/godot/issues/32276#issuecomment-534119914
2019-09-25SpatialEditorGizmo add_mesh bindings fixSaracen
2019-09-25Added some obvious errors explanationsqarmin