Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2022-09-28 | Merge pull request #66490 from timothyqiu/navmap-realloc | Rémi Verschelde | |
get_path()` | |||
2022-09-28 | Merge pull request #66518 from KoBeWi/bits_unleashed | Rémi Verschelde | |
Use 64bit integers in utility methods | |||
2022-09-28 | Merge pull request #65898 from konczg/add_passthrough_extension_wrapper | Rémi Verschelde | |
Add passthrough extension wrapper | |||
2022-09-28 | [Windows] Ignore excessive wintab mouse move events. | bruvzg | |
2022-09-28 | [GDExtension] Use function names with underscore for TextServer extension, ↵ | bruvzg | |
add macros to generate wrappers for module functions. | |||
2022-09-28 | Fix heap-use-after-free in `NavMap::get_path()` | Haoyu Qiu | |
2022-09-28 | Use 64bit integers in utility methods | kobewi | |
2022-09-28 | Merge pull request #66505 from ↵ | Rémi Verschelde | |
KoBeWi/floor()_and_int()_are_not_the_same_I_guess🤔 Fix wrong `floori()` behavior | |||
2022-09-28 | Merge pull request #66504 from KoBeWi/hermit_method | Rémi Verschelde | |
Make some File/Dir methods private | |||
2022-09-28 | Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tab | Rémi Verschelde | |
Prevent docks to be reset to first tab when switching dock visibility | |||
2022-09-27 | i18n: Sync classref translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit 8dbd40db6500b5bb6fbf79294f47b3bd2502be71) | |||
2022-09-27 | i18n: Sync editor translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit 7ee90a080f88d7f5786b25cc829da65b5c33faa7) | |||
2022-09-27 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@81ddc73d17b703b68c9142b46106a4db7c0d98c3 | |||
2022-09-27 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @asmaloney, @MewPurPur, @Mickeon, @MinusKube, @RedMser Thanks to all contributors and donors for making Godot possible! | |||
2022-09-27 | Fix wrong floori() behavior | kobewi | |