Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-12 | Merge pull request #52710 from Jummit/fix-debug-tooltips | Yuri Roubinsky | |
2022-01-12 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit da5a11fe45d9e358773a8df2da8df2f87293b088) | |||
2022-01-12 | Check if action name exists before adding it or renaming an action to it | Marcel Admiraal | |
2022-01-12 | Merge pull request #56692 from JFonS/fix_gizmo_secondary_handles | Rémi Verschelde | |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde | |
2022-01-12 | Merge pull request #56289 from zacryol/clarify-user-data | Rémi Verschelde | |
2022-01-12 | Fix secondary handles in editor gizmos | jfons | |
Primary and secondary handles are no longer differentiated by their ids, so a bool was added to tell them apart in all the handle-related methods. Includes a minor fix in CollisionPolygon3DEditor, unrelated to editor gizmos. | |||
2022-01-12 | Merge pull request #56713 from Chaosus/vs_sampler_connection | Yuri Roubinsky | |
Auto-set a port source for texture nodes created by dragged connection | |||
2022-01-12 | Auto-set a port source for texture nodes created by dragged connection | Yuri Roubinsky | |
2022-01-12 | Optimize include files to improve `shader_language.h` compilation speed | Yuri Roubinsky | |
2022-01-12 | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | |
2022-01-12 | Merge pull request #56696 from AnilBK/use-init-lists | Rémi Verschelde | |
2022-01-12 | Use List Initializations for Vectors. | Anilforextra | |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi | |
2022-01-10 | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | |
2022-01-10 | Merge pull request #56665 from bruvzg/macos_export_options | Rémi Verschelde | |
2022-01-10 | Merge pull request #55456 from KoBeWi/break_all_the_things | Rémi Verschelde | |
2022-01-10 | [macOS export] Improve code signing/notarization options validation. | bruvzg | |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg | |
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | |||
2022-01-08 | Merge pull request #56617 from AnilBK/use_fill | Rémi Verschelde | |
Use fill() to fill an entire image instead of setting pixels individually. | |||
2022-01-08 | Use fill() to fill an entire image instead of setting pixels individually. | Anilforextra | |
2022-01-08 | Display automatically chosen value for the internal toast editor setting | Hugo Locurcio | |
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi | |
2022-01-07 | Merge pull request #56594 from Faless/editor/4.x_keying_signal_fix | Rémi Verschelde | |
[Editor] Fix inspector keying signals argument count. | |||
2022-01-07 | Merge pull request #50864 from reduz/gen-doc-on-thread | Rémi Verschelde | |
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde | |
2022-01-07 | [Editor] Fix inspector keying signals argument count. | Fabio Alessandrelli | |
The second parameter of the signals `EditorInspector.property_keyed` and `EditorProperty.property_keyed_with_value` can be NIL, causing the event to fire with less arguments when using `emit_signal` that accepts Variant arguments, so we use the pointer version instead. | |||
2022-01-07 | Merge pull request #55352 from YeldhamDev/text_widget_undo | Rémi Verschelde | |
2022-01-07 | Generate editor docs on a thread | reduz | |
* The main generation could not be moved to a thread, as it instantiates classes to get default values, interacts with ProjectSettings, etc. * Only uncompressing documentation and merging it is threaded. * Seems to improve editor load times by 0.5 seconds. | |||
2022-01-07 | i18n: Sync template with current 3.x codebase | Rémi Verschelde | |
Weblate will now track the state of `3.x` to prepare for the 3.5 release. (cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57) | |||
2022-01-07 | i18n: Sync editor translations with Weblate (last 3.4 sync) | Rémi Verschelde | |
Next sync will be with the `3.x` branch to prepare the 3.5 translations. (cherry picked from commit dd002197db63d0c4fd24c4ca005c83c60b3de1e8) | |||
2022-01-07 | A small visual shader editor refactoring | Yuri Roubinsky | |
2022-01-07 | Merge pull request #56578 from KoBeWi/sibling_from_hell | Rémi Verschelde | |
2022-01-07 | Merge pull request #56367 from ↵ | Rémi Verschelde | |
Calinou/bakedlightmap-print-time-request-attention | |||
2022-01-07 | Fix some more wrong node names | kobewi | |
2022-01-07 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.1.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang ans ba curvelinear dof doubleclick fave findn gird inout leapyear lod merchantibility nd numer ois ony que readded seeked statics | |||
2022-01-06 | Merge pull request #56566 from mortarroad/master-fix-import-dock-multiple | Rémi Verschelde | |
Fix the importer dock being blank when selecting multiple files. | |||
2022-01-06 | Merge pull request #56145 from V-Sekai/auto_rm_3 | Rémi Verschelde | |
Move functionality automatically setting roughness/metallic on texture assignment to editor callback | |||
2022-01-06 | Fix the importer dock being blank when selecting multiple files. | Morris Tabor | |
Broken in cff0a1a896dfd825c4cccf1e3853ad5217261b40 | |||
2022-01-06 | Move metallic and roughness automated assignment to an inspector UndoRedo | SaracenOne | |
callback. | |||
2022-01-06 | Prevent saving branches in foreign scenes | SaracenOne | |
2022-01-06 | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties | Rémi Verschelde | |
2022-01-06 | Merge pull request #56504 from Chaosus/fix_code_editor_goto_error | Rémi Verschelde | |
2022-01-05 | Merge pull request #56479 from V-Sekai/import-options | Rémi Verschelde | |
2022-01-05 | Merge pull request #56398 from KoBeWi/cooler_picker | Rémi Verschelde | |
2022-01-05 | Merge pull request #55293 from LlamaLad7/master | Rémi Verschelde | |
2022-01-05 | Merge pull request #53684 from TokageItLab/orthogonal-mode | Rémi Verschelde | |
2022-01-05 | Merge pull request #56517 from bruvzg/fix_export_utf8 | Rémi Verschelde | |
2022-01-05 | Merge pull request #56047 from piiertho/feature/osx-sign-directory | Rémi Verschelde | |
2022-01-05 | Fix decoding UTF-8 filenames on unzipping. | bruvzg | |