Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |
2019-05-21 | Fix Theme Editor Preview | Swarnim Arun | |
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde | |
Add bookmarks for easier code navigation | |||
2019-05-20 | Remove ghost of canvas zoom controls during onion skinning | Pedro J. Estébanez | |
2019-05-20 | Fix canvas zoom controls lazy position update | Pedro J. Estébanez | |
After hiding/showing rulers, zoom controls were kept at the wrong position until an update happened because of other reason. | |||
2019-05-20 | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss | Rémi Verschelde | |
Allow to undo TextEdit.set_text | |||
2019-05-20 | Merge pull request #29029 from Calinou/find-in-files-allow-empty-replace | Rémi Verschelde | |
Allow empty replacement texts in the Find in Files replace dialog | |||
2019-05-20 | Merge pull request #29015 from dfelinto/fix-ui-lowercase | Rémi Verschelde | |
Fix upper/lowercase in some UI strings | |||
2019-05-20 | Merge pull request #27559 from groud/anchor_mode | Rémi Verschelde | |
Improve the anchors and margin workflow | |||
2019-05-20 | Allow empty replacement texts in the Find in Files replace dialog | Hugo Locurcio | |
This closes #29026. | |||
2019-05-20 | Style: Fix issues with clang-format 8.0 | Rémi Verschelde | |
2019-05-20 | Merge pull request #28972 from erammos/28943_script_editor_plugin | Rémi Verschelde | |
minor change in scriptEdtiorPlugin ref #28943 | |||
2019-05-20 | Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to ↵ | MrCdK | |
generate_small_preview_automatically() Added can_generate_small_preview() so the generator uses generate() or generate_from_path() if it returns true Added can_generate_small_preview() and generate_small_preview_automatically() to the scripting languages | |||
2019-05-19 | Fix upper/lowercase in some UI strings | Dalai Felinto | |
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed. | |||
2019-05-19 | Merge pull request #28997 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-19 | Added Fresnel and OneMinus to visual shaders | Chaosus | |
2019-05-18 | Allow project export to be canceled | George Marques | |
2019-05-18 | Merge pull request #28970 from KoBeWi/a_wild_bug_appeared | Max Hilbrunner | |
Fix saving scenes when multi-closing scene tabs | |||
2019-05-18 | Fix "Open Project Data Folder" in the editor | Hugo Locurcio | |
The handling code also had to be moved as this option was moved to the Tools submenu. | |||
2019-05-18 | minor change in scriptEdtiorPlugin ref #28943 | Elias Rammos | |
2019-05-17 | Fix saving scenes when multi-closing scene tabs | Tomasz Chabora | |
2019-05-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-17 | Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-script | Max Hilbrunner | |
Directories can now be dragged into the script editor | |||
2019-05-17 | Removed an unused and leaked CheckButton instance in theme editor plugin | Ibrahn Sahir | |
2019-05-17 | Merge pull request #28905 from hbina/issue_28585 | Rémi Verschelde | |
Now able to "Copy Node Path" from the Remote tab. Fixes #28585. | |||
2019-05-17 | Merge pull request #28874 from YeldhamDev/toggle_onion_separate | Rémi Verschelde | |
Make "Onion Skinning" toggle its own button | |||
2019-05-17 | Now able to "Copy Node Path" from Remote tab". Fixes issue 28585. | hbina085 | |
2019-05-16 | Merge pull request #28587 from Daw11/lanczos | Max Hilbrunner | |
Implement Lanczos image filter |