Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-30 | Use mobile as the default rendering method on mobile when vulkan is supported | clayjohn | |
2022-09-29 | Merge pull request #66603 from HerrSersch/fix-missing-s | Hugo Locurcio | |
2022-09-29 | Fix missing "s" at the end of word in `OS.move_to_trash()` description | Victor Karp | |
Change "Do not use it for files in res:// as it will not work in exported project." to "[...] projects." | |||
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 #66590 from ↵ | Rémi Verschelde | |
akien-mga/animation-workaround-disable-onion-skinning Animation editor: Disable onion skinning temporarily due to rendering bug | |||
2022-09-29 | Merge pull request #66575 from MewPurPur/indent-dedent-in-scriptedit | Rémi Verschelde | |
Rename Indent Left/Right options in the Script Editor to Indent/Unindent | |||
2022-09-29 | Merge pull request #66534 from ↵ | Rémi Verschelde | |
akien-mga/scons-msvc-graphite-silence-c++17-deprecation-warnings SCons: Silence MSVC C++17 deprecation warnings in Graphite | |||
2022-09-29 | Merge pull request #66143 from DarkKilauea/nav-queries-agent | Rémi Verschelde | |
Update NavigationAgent to use query_path | |||
2022-09-29 | Rename Indent Left/Right to Indent/Dedent | VolTer | |
2022-09-29 | Fail look_at() if not inside tree | kobewi | |
2022-09-29 | Animation editor: Disable onion skinning temporarily due to rendering bug | Rémi Verschelde | |
Works around #53870. | |||
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-29 | Merge pull request #66103 from Zylann/bind_property_usage_read_only | Rémi Verschelde | |
2022-09-28 | Merge pull request #66570 from ↵ | Rémi Verschelde | |
akien-mga/project-features-ignore-old-vulkan-names Project supported features: Ignore old 'Vulkan Clustered/Forward' names | |||
2022-09-28 | Merge pull request #66568 from rburing/cylinder_support_is_dead | Rémi Verschelde | |
`GodotCylinderShape3D::get_supports`: delete dead code | |||
2022-09-28 | Expose `PROPERTY_USAGE_READ_ONLY` | Marc Gilleron | |
2022-09-28 | Project supported features: Ignore old 'Vulkan Clustered/Forward' names | Rémi Verschelde | |
This eases transition from beta 1 to beta 2 so that users don't get a warning about a missing feature. The names were just changed. The old feature names are removed from project.godot when opening such a project. | |||
2022-09-28 | GodotCylinderShape3D::get_supports: delete dead code | Ricardo Buring | |
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 #66548 from akien-mga/msvc-warnings-c4701-c4703 | Rémi Verschelde | |
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used | |||
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 #66544 from lawnjelly/bvh_tree_sibling_warning | Rémi Verschelde | |
Fix false flag compiler warning in bvh tree | |||
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 | Merge pull request #66542 from akien-mga/msvc-warning-c4706 | Rémi Verschelde | |
Fix MSVC warning C4706: assignment within conditional expression | |||
2022-09-28 | Clean up canvas light shader API. | clayjohn | |
Expose LIGHT_ENERGY and LIGHT_IS_DIRECTIONAL. Add LIGHT_DIRECTION | |||
2022-09-28 | Merge pull request #66539 from bruvzg/gdv_rename | Rémi Verschelde | |
Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers to avoid shadowing `Object` member. | |||
2022-09-28 | Merge pull request #66525 from Calinou/doc-gdscript-get-stack-debug-instance | Rémi Verschelde | |
Document `print_stack()` and `get_stack()` requiring a debugger connection | |||
2022-09-28 | Merge pull request #66532 from bruvzg/mipmap_change | Rémi Verschelde | |
[Text Server] Clear textures after "generate mipmaps" property change. | |||
2022-09-28 | Fix Font::_is_cyclic. | bruvzg | |
2022-09-28 | Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used | Rémi Verschelde | |
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 false flag compiler warning in bvh tree | lawnjelly | |
Compiler wrongly warns that sibling_id may be used when uninitialized. This PR sets the value to silence the warning. | |||
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde | |
Part of #66537. | |||
2022-09-28 | Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers ↵ | bruvzg | |
to avoid shadowing `Object` member. | |||
2022-09-28 | SCons: Silence MSVC C++17 deprecation warnings in Graphite | Rémi Verschelde | |
Fixes #66497. | |||
2022-09-28 | Document `print_stack()` and `get_stack()` requiring a debugger connection | Hugo Locurcio | |
2022-09-28 | Merge pull request #66492 from bruvzg/gde_ts_underscr | Rémi Verschelde | |
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. | |||
2022-09-28 | Merge pull request #66467 from nikitalita/fix-make-dir-windows | Rémi Verschelde | |
make_dir() choking on ".." | |||
2022-09-28 | [Text Server] Clear textures after "generate mipmaps" property change. | bruvzg | |
2022-09-28 | Merge pull request #66528 from bruvzg/win_no_mm | Rémi Verschelde | |
[Windows] Ignore excessive wintab mouse move events. |