Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-29 | Merge pull request #66592 from KoBeWi/look_at_me_I_am_the_captain_now | Rémi Verschelde | |
Fail `look_at()` if not inside tree | |||
2022-09-29 | Merge pull request #66143 from DarkKilauea/nav-queries-agent | Rémi Verschelde | |
Update NavigationAgent to use query_path | |||
2022-09-29 | Fail look_at() if not inside tree | kobewi | |
2022-09-29 | Merge pull request #66583 from bruvzg/constexpr | Rémi Verschelde | |
Use `constexpr` in the conditions with template parameters and `sizeof`s to suppress C4127 warnings. | |||
2022-09-29 | Merge pull request #66552 from bruvzg/64_bitfields | Rémi Verschelde | |
Change BitField to use 64-bit int. | |||
2022-09-29 | Merge pull request #65807 from clayjohn/light-units-bug | Rémi Verschelde | |
Validate physical light units in GI classes. | |||
2022-09-29 | Merge pull request #66565 from clayjohn/canvas-lights | Rémi Verschelde | |
Clean up canvas light shader API. | |||
2022-09-29 | Use `constexpr` in the conditions with template parameters and `sizeof`s to ↵ | bruvzg | |
suppress C4127 warnings. | |||
2022-09-28 | Update NavigationAgent to use query_path | Josh Jones | |
This paves the way for having agents respond to link traversal. | |||
2022-09-28 | Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2 | Rémi Verschelde | |
Update mouse cursor shape after changes | |||
2022-09-28 | Merge pull request #66549 from MisterMX/tilemap-get-used-rect | Rémi Verschelde | |
refactor(TileMap): Return `Rect2i` in `get_used_rect` | |||
2022-09-28 | Merge pull request #66551 from bruvzg/font_is_cyclic | Rémi Verschelde | |
Fix Font::_is_cyclic. | |||
2022-09-28 | Merge pull request #66545 from akien-mga/msvc-warnings-c4324-c4389-c4456-c4459 | Rémi Verschelde | |
Fix MSVC warnings C4324, C4389, C4456, and C4459 | |||
2022-09-28 | Merge pull request #66543 from akien-mga/msvc-warning-c4702 | Rémi Verschelde | |
Fix MSVC warning C4702: unreachable code | |||
2022-09-28 | Clean up canvas light shader API. | clayjohn | |
Expose LIGHT_ENERGY and LIGHT_IS_DIRECTIONAL. Add LIGHT_DIRECTION | |||
2022-09-28 | Fix Font::_is_cyclic. | bruvzg | |
2022-09-28 | refactor(TileMap): Return Rect2i in get_used_rect | MisterMX | |
Signed-off-by: MisterMX <mbxd12@web.de> | |||
2022-09-28 | Fix MSVC warning C4702: unreachable code | Rémi Verschelde | |
Part of #66537. | |||
2022-09-28 | Fix MSVC warnings C4324, C4389, C4456, and C4459 | Rémi Verschelde | |
Part of #66537. | |||
2022-09-28 | Change BitField to use 64-bit int. | bruvzg | |
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde | |
Part of #66537. | |||
2022-09-27 | Merge pull request #66160 from dpalais/double_time | Rémi Verschelde | |
Use double instead of real_t type for time-related parameters and variables | |||
2022-09-27 | Merge pull request #66444 from Calinou/fogvolume-tweak-density-property-hint | Rémi Verschelde | |
Tweak FogVolume density property to allow sliding to negative values | |||
2022-09-27 | Merge pull request #66445 from ↵ | Rémi Verschelde | |
EricEzaM/GH-66442-shortcut-change-popupmenu-update Ensure popup menu redraws items when shortcuts update. | |||
2022-09-26 | Change time parameters and variables to double type | Dave Palais | |
Addresses #65313 | |||
2022-09-26 | Merge pull request #61336 from KoBeWi/where_are_you_going | Rémi Verschelde | |
Force window position if spawned outside screen | |||
2022-09-26 | Merge pull request #66434 from bruvzg/rtl_fix_def_ot | Rémi Verschelde | |
[RTL] Fix font variations / OpenType features of theme default font not updated when default font is changed. | |||
2022-09-26 | Merge pull request #66301 from ↵ | Rémi Verschelde | |
GuilhermeGSousa/fix-animation-transition-expressions Fix expression base path on transitions | |||
2022-09-26 | Tweak FogVolume density property to allow sliding to negative values | Hugo Locurcio | |
Negative density is used to subtract fog from the rest of the world. The visible range in the slider was reduced to [-8; 8] as FogVolume density should generally not exceed 8.0 (it can introduce aliasing). | |||
2022-09-26 | Ensure popup menu redraws items when shortcuts update. | Eric M | |
2022-09-26 | Style: Cleanup header guards for consistency | Rémi Verschelde | |
Fix file names for {Static,Lightmap}RaycasterEmbree. | |||
2022-09-26 | Force window position if spawned outside screen | kobewi | |
2022-09-26 | [RTL] Fix font variations / OpenType features of theme default font not ↵ | bruvzg | |
updated when default font is changed. | |||
2022-09-26 | Merge pull request #65540 from MewPurPur/easier-bookmarks | Rémi Verschelde | |
Implement Shift+LMB as a Way to Toggle Bookmarks | |||
2022-09-25 | Merge pull request #66288 from bruvzg/te_fix_color | Rémi Verschelde | |
[TextEdit] Use error/selection font color for the current glyph only, instead of updating cached font color. | |||
2022-09-25 | Fix expression base path on transitions | Guilherme Sousa | |
2022-09-24 | Merge pull request #66355 from Mickeon/fix-color-picker-always-color-changed | Rémi Verschelde | |
Fix ColorPicker always emitting color_changed on html submit | |||
2022-09-24 | Fix ColorPicker always emitting color_changed on html submit | Micky | |
The color change was always emitted when the the modal was closed, even if it was exactly the same as before. | |||
2022-09-23 | Set QuadMesh default size back to 1 | clayjohn | |
2022-09-23 | [TextEdit] Use error/selection font color for the current glyph only, ↵ | bruvzg | |
instead of updating cached font color. | |||
2022-09-23 | Merge pull request #65158 from nongvantinh/fixed-infinite-loop | Rémi Verschelde | |
Fixes engine runs into an infinite loop when searching using FindBar | |||
2022-09-23 | Merge pull request #66254 from bruvzg/macos_title | Rémi Verschelde | |
[macOS extend-to-title] Add scene/project name to the editor title, and fix window button placement. | |||
2022-09-22 | [macOS extend-to-title] Add scene/project name to the editor title, fix ↵ | bruvzg | |
incorrect window button position/order when system primary language is RTL. | |||
2022-09-22 | Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1 | Rémi Verschelde | |
Not sure why I didn't get those before, it may be due to upstream changes (12.2.1 is a moving target, it's basically 12.3-dev), or simply rebuilding Godot from scratch with different options. | |||
2022-09-22 | Merge pull request #64679 from DarkKilauea/nav-region-props | Rémi Verschelde | |
Improve consistency of NavigationRegion setters | |||
2022-09-22 | Merge pull request #66110 from Zylann/reference_get_count | Rémi Verschelde | |
get_reference_count()` | |||
2022-09-22 | Merge pull request #66222 from Mickeon/gradual-destruction | Rémi Verschelde | |
Remove unused struct in GradientTexture1D | |||
2022-09-21 | Improve consistancy of NavigationRegion setters | Josh Jones | |
2022-09-21 | Rename and expose `RefCounted::get_reference_count()` | Marc Gilleron | |
2022-09-21 | Remove unused struct in GradientTexture1D | Micky | |