Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-01 | Merge pull request #57355 from akien-mga/method-bindings-clearer-types | Rémi Verschelde | |
2022-01-31 | Merge pull request #56970 from YeldhamDev/rise_tabbar_rise | Rémi Verschelde | |
2022-01-31 | Merge pull request #57413 from fazil47/master | Rémi Verschelde | |
2022-01-31 | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander | |
2022-01-31 | Merge pull request #57454 from rcorre/undo_skel | Rémi Verschelde | |
2022-01-31 | Merge pull request #57367 from Chaosus/vs_derivative | Rémi Verschelde | |
2022-01-30 | Move placeholder color to theme item | Paulb23 | |
2022-01-30 | Merge create_physical_skeleton undo entries. | Ryan Roden-Corrent | |
Pressing `ctrl+z` after clicking "Create Physical Skeleton" will now undo the creation of all physical bones by that operation. Previously undo would remove one bone at a time. Fixes https://github.com/godotengine/godot/issues/55351. | |||
2022-01-30 | Fix theming of doc background | Yuri Roubinsky | |
2022-01-30 | Inspector retains content when detached and when docked | Fazil Babu | |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | |
2022-01-29 | Merge pull request #57296 from emcguirk/bug-57253-fix-hint-label | Rémi Verschelde | |
2022-01-29 | Merge pull request #52557 from jmb462/rename_layers | Rémi Verschelde | |
2022-01-28 | Merge pull request #57365 from pycbouh/editor-icons-uniformity | Rémi Verschelde | |
2022-01-28 | Renaming layers from the inspector via a popup menu. | jmb462 | |
2022-01-28 | Merge pull request #57368 from TokageItLab/fix-delta-for-animation-tree | Rémi Verschelde | |
2022-01-28 | Merge pull request #57326 from ↵ | Rémi Verschelde | |
Josephblt/material-preview-sphere-icon-has-wrong-inactive-modulation | |||
2022-01-29 | Fix theme application in various curve editors | Yuri Sizov | |
2022-01-29 | Fix the breakpoint icon in CodeEdit | Yuri Sizov | |
2022-01-29 | Update icons and color conversion rules to simplify the palette | Yuri Sizov | |
2022-01-29 | Make AnimationTree delta argument force double in core | Silc 'Tokage' Renew | |
2022-01-28 | [VisualShader] Merge scalar and vector derivative functions into one | Yuri Roubinsky | |
2022-01-28 | Merge pull request #57347 from Chaosus/vs_refactor_addop | Rémi Verschelde | |
2022-01-28 | Merge pull request #56933 from Chaosus/fix_shader_editor_theming | Rémi Verschelde | |
2022-01-28 | Improve some method bindings to use specific `Object` subtypes | Rémi Verschelde | |
This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer. | |||
2022-01-28 | TileSetAtlasSource: Make `get_tile_data` return `TileData *` | Rémi Verschelde | |
This is now possible thanks to `Variant` changes. Also unbind some `_` prefixed methods which don't need to be exposed. | |||
2022-01-28 | Remove unnecessary transformations from editor icons | Yuri Sizov | |
2022-01-28 | Refactor AddOption in visual shader editor | Yuri Roubinsky | |
2022-01-28 | Merge pull request #57116 from bruvzg/win_net_share | Rémi Verschelde | |
2022-01-27 | Fixes Hint label in 2D editor appearing at wrong position and pushes zoom ↵ | Eric McGuirk | |
controls | |||
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde | |
Allow method binds to take Object subclasses as arguments | |||
2022-01-27 | Fix to prevent icons from disappearing. | Wagner Scholl Lemos | |
2022-01-27 | Merge pull request #57290 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/fix-tile-map-editor-not-disappearing | |||
2022-01-27 | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde | |
2022-01-27 | Merge pull request #57295 from TokageItLab/fix-blendspace2d-discrete | Rémi Verschelde | |
2022-01-27 | More time parameters change type float to double | Silc 'Tokage' Renew | |
2022-01-27 | Improve 2D editor's right-click menu | kobewi | |
2022-01-27 | Fixes TileMap editor not disappearing | Igor Kordiukiewicz | |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez | |
2022-01-26 | Rename VoxelGI editor bake actions from "GI Probe" to "VoxelGI" | Hugo Locurcio | |
2022-01-26 | Merge pull request #54822 from KoBeWi/sortuces | Rémi Verschelde | |
2022-01-26 | Allow sorting tileset sources | kobewi | |
2022-01-26 | Fix lightmap size hint option not displaying for 3D scenes | Hugo Locurcio | |
This also renames the Static Lightmaps option hint to be more explicit about which GI techniques are supported (as VoxelGI/SDFGI can still be used with Static Lightmaps). | |||
2022-01-25 | SpriteFramesEditor Incorrect texture type fix | kleonc | |
2022-01-25 | Allow method binds to take Object subclasses as arguments | TechnoPorg | |
This commit adds a condition to VariantCaster that casts Variants of type OBJECT to any type T, if T is derived from Object. This change enables a fair bit of code cleanup. First, the Variant implicit cast operators for Node and Control can be removed, which allows for some invalid includes to be removed. Second, helper methods in Tree whose sole purpose was to cast arguments to TreeItem * are no longer necessary. A few small changes also had to be made to other files, due to the changes cascading down all the includes. | |||
2022-01-25 | Fix crash after renaming an animation node | Haoyu Qiu | |
2022-01-25 | Fix theming update of shader editor | Yuri Roubinsky | |
2022-01-24 | Fix 2D Pan Tool | kobewi | |
2022-01-24 | Fix translation with multiple sources for the same language. | bruvzg | |
Remove unnecessary locale length checks. Add "C" -> "en" locale remap. | |||
2022-01-24 | [Windows] Add support for handling network share paths. | bruvzg | |