Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #98558 from jasonmorgado/add-track-filter | Thaddeus Crews | 2024-11-10 | 3 | -12/+49 |
|\ | |||||
| * | Add type filters to AnimationPlayer's "Add Track" | Jason Morgado | 2024-11-09 | 3 | -12/+49 |
* | | Merge pull request #97917 from TheYellowArchitect/patch-1 | Thaddeus Crews | 2024-11-10 | 1 | -2/+1 |
|\ \ | |||||
| * | | Remove note about missing per-vertex-shading | TheYellowArchitect | 2024-10-18 | 1 | -2/+1 |
* | | | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uni | Thaddeus Crews | 2024-11-10 | 3 | -8/+52 |
|\ \ \ | |||||
| * | | | [GDExtension] Improve macOS library loading/export. | bruvzg | 2024-11-04 | 3 | -8/+52 |
* | | | | Merge pull request #98934 from adamscott/shush-web-display-server-complaining... | Thaddeus Crews | 2024-11-10 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | [Web] Remove warnings when setting vsync mode and screen keep on | Adam Scott | 2024-11-07 | 1 | -0/+2 |
* | | | | | Merge pull request #98549 from Chaosus/shader_renderer_states | Thaddeus Crews | 2024-11-10 | 2 | -0/+35 |
|\ \ \ \ \ | |||||
| * | | | | | Add renderer state defines to shader preprocessor | Chaosus | 2024-10-26 | 2 | -0/+35 |
* | | | | | | Merge pull request #98036 from bruvzg/para_btn_spacing | Thaddeus Crews | 2024-11-10 | 12 | -14/+52 |
|\ \ \ \ \ \ | |||||
| * | | | | | | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 12 | -14/+52 |
* | | | | | | | Merge pull request #98803 from stuartcarnie/metal_multiview | Thaddeus Crews | 2024-11-10 | 5 | -188/+337 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Metal: Multiview support | Stuart Carnie | 2024-11-06 | 5 | -188/+337 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #98927 from fire/warn-file-case-mismatch | Thaddeus Crews | 2024-11-10 | 3 | -1/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Warn on filesystem case mismatch | Valentin Cocaud | 2024-11-08 | 3 | -1/+46 |
* | | | | | | | | Merge pull request #98794 from KoBeWi/programming_a_toaster_aka_internet_of_t... | Thaddeus Crews | 2024-11-10 | 2 | -33/+39 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Improve EditorToaster code | kobewi | 2024-11-03 | 2 | -33/+39 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #98920 from dustdfg/thirdparty_delete_unused | Thaddeus Crews | 2024-11-10 | 10 | -10033/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Delete unused files of thirparty libs (zlib, mbedtls) | Yevhen Babiichuk (DustDFG) | 2024-11-07 | 10 | -10033/+6 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #98919 from BlueCube3310/bcdec-fix-v4 | Thaddeus Crews | 2024-11-10 | 1 | -26/+87 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bcdec: Fix decompresssing mipmaps not divisible by 4 | BlueCube3310 | 2024-11-08 | 1 | -26/+87 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebase | Thaddeus Crews | 2024-11-10 | 14 | -498/+2094 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add fuzzy string matching to quick open search | Adam Johnston | 2024-10-28 | 14 | -498/+2094 |
* | | | | | | | | | Merge pull request #98910 from darksylinc/matias-id_arm32 | Thaddeus Crews | 2024-11-10 | 1 | -6/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Force RID::id to be always uint64_t | Matias N. Goldberg | 2024-11-06 | 1 | -6/+4 |
* | | | | | | | | | | Merge pull request #98782 from tetrapod00/docs-tilemap-deprecation | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Docs: Update TileSet to reference TileMapLayer instead of TileMap | tetrapod00 | 2024-11-04 | 1 | -1/+1 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #97370 from RandomShaper/refix_rl_not_found | Thaddeus Crews | 2024-11-10 | 1 | -6/+15 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | ResourceLoader: Report error if resource type unrecognized | Pedro J. Estébanez | 2024-11-04 | 1 | -6/+15 |
* | | | | | | | | | | | Merge pull request #98777 from AThousandShips/debug_no_3d_fix | Thaddeus Crews | 2024-11-10 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add missing checks for non-3D builds in scene debugger | A Thousand Ships | 2024-11-02 | 1 | -0/+2 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #98773 from KeyboardDanni/tileset_collision_priority | Thaddeus Crews | 2024-11-10 | 4 | -2/+52 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add collision priority property to TileSet physics layers | Danni | 2024-11-02 | 4 | -2/+52 |
* | | | | | | | | | | | | Merge pull request #98769 from arkology/timer_tool_autostart | Thaddeus Crews | 2024-11-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Document Timer autostart in tool scripts | arkology | 2024-11-03 | 1 | -0/+1 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #98895 from Calinou/warn-unknown-cli-arguments | Thaddeus Crews | 2024-11-10 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Warn on unknown command line arguments | Hugo Locurcio | 2024-11-06 | 1 | -0/+7 |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #98891 from Faless/debugger/game_view_settings | Thaddeus Crews | 2024-11-10 | 8 | -42/+79 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | [Debugger] Add configuration to the GameView debugger plugin | Fabio Alessandrelli | 2024-11-07 | 3 | -5/+24 |
| * | | | | | | | | | | | | [Debugger] Move quit shortcut configuration to the SceneDebugger | Fabio Alessandrelli | 2024-11-07 | 7 | -37/+55 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cache | Thaddeus Crews | 2024-11-10 | 3 | -41/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | replace computed height with cached item minimum size | MaidOpi | 2024-11-07 | 3 | -41/+14 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #86600 from nikitalita/fix-missing-resources | Thaddeus Crews | 2024-11-10 | 5 | -20/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix missing resource properties being dropped on save | nikitalita | 2024-11-05 | 5 | -20/+27 |
* | | | | | | | | | | | | | Merge pull request #98758 from Rudolph-B/Issue-98756 | Thaddeus Crews | 2024-11-10 | 1 | -12/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Fix Occlusion Culling Buffer getting corrupted. | Rudolph Bester | 2024-11-02 | 1 | -12/+5 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #98883 from ducklin5/fix/VkResultError | Thaddeus Crews | 2024-11-10 | 2 | -1/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | fix: add vulkan error checks in command_queue_execute_and_present | Azeez Abass | 2024-11-06 | 2 | -1/+22 |
* | | | | | | | | | | | | | | Merge pull request #98748 from tetrapod00/fix-aabb-docs | Thaddeus Crews | 2024-11-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |