Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | |
Allow Right Click in Empty Space on FileSystemDock | |||
2019-05-28 | Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editor | Rémi Verschelde | |
add hotkeys to tileset editor | |||
2019-05-28 | Merge pull request #28107 from Amssat221/issue28105 | Rémi Verschelde | |
Set range (10-50) to help source font size | |||
2019-05-28 | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | |
Add `popup_centered_clamped()` method to Popup | |||
2019-05-28 | Merge pull request #29231 from AlexHoratio/method_list_drag_fix | Rémi Verschelde | |
Fix method list to no longer forwards drag commands to script list | |||
2019-05-27 | Make animation editor change tracks positions instead of swapping them | Michael Alexsander Silva Dias | |
2019-05-27 | Merge pull request #29002 from Chaosus/vs_constants | Rémi Verschelde | |
Added a bunch of scalar constants to visual shaders | |||
2019-05-27 | method list no longer forwards drag commands to script list | AlexHoratio | |
2019-05-27 | Added a bunch of scalar constants to visual shaders | Chaosus | |
2019-05-27 | Actually fix animation editor's bottom panel button not being pressed on ↵ | Michael Alexsander Silva Dias | |
certain occasions | |||
2019-05-27 | Merge pull request #29200 from KoBeWi/filter_select | Rémi Verschelde | |
Deselect hidden nodes on filter | |||
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde | |
Add native window/taskbar icon support for Windows and macOS. | |||
2019-05-27 | Merge pull request #29198 from NilsIrl/seg_fault | Rémi Verschelde | |
Fix Segmentation fault and reduce memory consumption | |||
2019-05-26 | Fix Segmentation fault and reduce memory consumption | Nils ANDRÉ-CHANG | |
2019-05-26 | Deselect hidden nodes on filter | Tomasz Chabora | |
2019-05-26 | Merge pull request #27252 from Calinou/add-shortcut-quit-project-manager | Rémi Verschelde | |
Quit the Project Manager when Command + Q is pressed | |||
2019-05-25 | Fix "Node not found:" error message when adding tracks | Michael Alexsander Silva Dias | |
2019-05-25 | Merge pull request #29157 from YeldhamDev/spatial_view_button_container | Rémi Verschelde | |
Place the spatial editor's top left buttons in a container | |||
2019-05-25 | Fix animation editor's bottom panel button not being pressed on certain ↵ | Michael Alexsander Silva Dias | |
occasions | |||
2019-05-24 | Merge pull request #29152 from nekomatata/fix-node-rename-tool-script | Rémi Verschelde | |
Fixed scene tree update after changing node name in tool script | |||
2019-05-24 | Place the spatial editor's top left buttons in a container | Michael Alexsander Silva Dias | |
2019-05-24 | Merge pull request #28907 from dankan1890/contextual_help | Rémi Verschelde | |
ScriptEditor: Changed the shortcut for contextual help in ALT + F1 | |||
2019-05-24 | Merge pull request #29112 from hbina/fix_auto_ordering | Rémi Verschelde | |
Fixed scripts list ordering despite being disabled | |||
2019-05-24 | Merge pull request #28467 from kpkhxlgy0/fix-exfat | Rémi Verschelde | |
fix file system not refresh on exFAT | |||
2019-05-24 | Merge pull request #28702 from Lisapple/fs-show-path-tooltip | Rémi Verschelde | |
Show file path in FileSystem dock tooltip | |||
2019-05-24 | Fixed scene tree update after changing node name in tool script | PouleyKetchoupp | |
2019-05-24 | Merge pull request #24771 from ↵ | Rémi Verschelde | |
timoschwarzer/animation-player-editor-pos-drag-fix Fix AnimationPlayer editor length and step synchronization | |||
2019-05-24 | fixed problem where the script lists gets ordered even when ordering is disabled | hbina085 | |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg | |
Co-authored-by: Markus Törnqvist <mjt@nysv.org> | |||
2019-05-24 | fix file system not refresh on exFAT | XiaoLongHan | |
2019-05-24 | Merge pull request #29066 from akien-mga/i18n-skip-unsupported-locales | Rémi Verschelde | |
i18n: Skip unsupported locales for editor translations | |||
2019-05-23 | Fixed virtual method not showing up in autocomplete and docs | WiggleWizard | |
2019-05-23 | Fixed naming issue when duplicating an export | AMS21 | |
2019-05-23 | Merge pull request #29109 from RandomShaper/fix_onion_skinning | Rémi Verschelde | |
Fix onion skinning | |||
2019-05-22 | Fix 2D bones ignored by onion skinning | Pedro J. Estébanez | |
Fixes #27819. | |||
2019-05-22 | Merge pull request #29003 from Xrayez/clipper-6.4.2-exceptions-fix | Rémi Verschelde | |
Build Clipper with `tools=no` and patch it to auto-disable exceptions | |||
2019-05-22 | Merge pull request #29022 from mrcdk/preview_generator_fixes | Rémi Verschelde | |
Add some extra functions to EditorResourcePreviewGenerator | |||
2019-05-22 | Build Clipper with `tools=no` and patch it to auto-disable exceptions | Andrii Doroshenko (Xrayez) | |
Reverts "Build polygon clipper only in tools builds" (see #17319) which allows to build Clipper with tools disabled (release) and because of that, Clipper has to be patched to optionally disable exceptions in order to be built on some platforms. Patched Clipper 6.4.2 to be compiled with exceptions enabled/disabled. and ensure that Clipper-specific exception macros are defined: don't use exceptions by default unless exception handling is detected. Compilation with exceptions will be determined by various C++ exceptions defines: * ` __cpp_exceptions` is part of C++ feature testing macros (since C++98); * `__EXCEPTIONS` is used by some GNU compilers; * `_CPPUNWIND` is used by MSVC. The user can override specific exceptions behavior via corresponding `*_USER` macros (i.e. compiling for embedded systems). | |||
2019-05-22 | Merge pull request #29085 from YeldhamDev/node2d_bones_undoredo | Rémi Verschelde | |
Add undo/redo to Node2D bone creation | |||
2019-05-22 | Merge pull request #29074 from YeldhamDev/theme_editor_panel_fix | Rémi Verschelde | |
Fix bottom panel visibility behaviour in the theme editor | |||
2019-05-22 | Makes the expression node to apply expression only when the focus leaves out | Chaosus | |
2019-05-21 | Add undo/redo to Node2D bone creation | Michael Alexsander Silva Dias | |
2019-05-21 | Fix bottom panel visibility behaviour in the theme editor | Michael Alexsander Silva Dias | |
Fixes #29034, fixes #29056 | |||
2019-05-21 | Fix few bugs in expression node | Chaosus | |
2019-05-21 | Merge pull request #28838 from Chaosus/vs_exp | Rémi Verschelde | |
Expression node for visual shaders | |||
2019-05-21 | Merge pull request #29062 from swarnimarun/theme-editor-improvements | Rémi Verschelde | |
Fix Theme Editor Preview | |||
2019-05-21 | i18n: Skip unsupported locales for editor translations | Rémi Verschelde | |
Godot currently can't properly render scripts that require Right-To-Left and font shaping support, so we skip those. This is a temporary measure until these features are supported. Fixes #28577. | |||
2019-05-21 | i18n: Sync translation template with current source | Rémi Verschelde | |
(cherry picked from commit bf7585530ba29959b2e3316db959170ba321ed61) | |||
2019-05-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 239a11fe1918b1009875078bb30f9176360e983c) | |||
2019-05-21 | Expression node for visual shaders | Chaosus | |