Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 22 | -43/+107 |
|\ | |||||
| * | Merge pull request #98652 from stuartcarnie/2d_texture_state_fixes | Thaddeus Crews | 2024-10-29 | 1 | -4/+46 |
| |\ | |||||
| | * | 2D: Fix various issues and minor performance optimisations | Stuart Carnie | 2024-10-30 | 1 | -4/+46 |
| * | | Merge pull request #65962 from 4d49/format-object | Thaddeus Crews | 2024-10-29 | 1 | -1/+12 |
| |\ \ | |||||
| | * | | Add `Object` support for `String.format` | Mansur Isaev | 2024-10-29 | 1 | -1/+12 |
| | |/ | |||||
| * | | Merge pull request #97934 from adamscott/give-AThousandShips-a-break | Thaddeus Crews | 2024-10-29 | 19 | -37/+39 |
| |\ \ | | |/ | |/| | |||||
| | * | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 19 | -37/+39 |
| * | | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebased | Clay John | 2024-10-29 | 2 | -0/+10 |
| |\ \ | |||||
| | * | | Add Swappy & Pre-Transformed Swapchain | Matias N. Goldberg | 2024-10-28 | 2 | -0/+10 |
* | | | | Merge pull request #818 from Spartan322/fixup/copyright-headers | George L. Albany | 2024-10-27 | 372 | -744/+744 |
|\ \ \ \ | |||||
| * | | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 372 | -744/+744 |
* | | | | | Merge pull request #814 from Spartan322/merge/61accf0 | George L. Albany | 2024-10-27 | 16 | -246/+1293 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 16 | -246/+1293 |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
| | * | | | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fix | Thaddeus Crews | 2024-10-25 | 4 | -0/+35 |
| | |\ \ \ | |||||
| | | * | | | Fix race conditions in breadcrumbs | Matias N. Goldberg | 2024-10-22 | 4 | -0/+35 |
| | * | | | | Merge pull request #98395 from Repiteo/core/char-range-utils-update | Thaddeus Crews | 2024-10-25 | 2 | -237/+442 |
| | |\ \ \ \ | |||||
| | | * | | | | Core: Update `char_range.inc` to Unicode 16 | Thaddeus Crews | 2024-10-21 | 2 | -237/+442 |
| | * | | | | | Merge pull request #74714 from dalexeev/expose-bresenham-line | Thaddeus Crews | 2024-10-25 | 3 | -6/+23 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Expose `Geometry2D.bresenham_line()` method | Danil Alexeev | 2024-10-25 | 3 | -6/+23 |
| | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | Merge pull request #92554 from Nazarwadim/implement_a_hash_map | Thaddeus Crews | 2024-10-25 | 3 | -0/+778 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | | * | | | | Implement array based hash map | nazarii | 2024-10-24 | 3 | -0/+778 |
| | * | | | | | Merge pull request #98318 from alexkar598/mouse_emulation | Clay John | 2024-10-24 | 1 | -0/+2 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Fixes window_id being erased when emulating mouse events from touch events | alexkar598 | 2024-10-18 | 1 | -0/+2 |
| | | | |/ / / | | | |/| | | | |||||
| | * | | | | | Merge pull request #98357 from yeojunh/valid-base-check-num-int64-uint64 | Clay John | 2024-10-24 | 1 | -0/+4 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Add checks for valid base in String::num_int64, uint64(). | yeojunh | 2024-10-20 | 1 | -0/+4 |
| | | |/ / / / | |||||
| | * | | | | | Merge pull request #98363 from dustdfg/rid_in_operator_fix | Clay John | 2024-10-24 | 1 | -0/+2 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Allow use RID with `in` operator for Arrays and Dictionaries | Yevhen Babiichuk (DustDFG) | 2024-10-21 | 1 | -0/+2 |
| | | |/ / / / | |||||
| | * | | | | | Merge pull request #98493 from KoBeWi/tfw_you_trade_CLASH_for_a_CRASH | Clay John | 2024-10-24 | 1 | -3/+3 |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| | | * | | | | Fix InputEvent crash when opening project | kobewi | 2024-10-24 | 1 | -3/+3 |
| | | | |/ / | | | |/| | | |||||
* | | / | | | Fix `GDExtensionAPIDump` lacking status_version header | Spartan322 | 2024-10-26 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #769 from Spartan322/fix/projection | George L. Albany | 2024-10-25 | 1 | -91/+219 |
|\ \ \ \ \ | |||||
| * | | | | | Fix `Projection::invert` on orthogonal projections and others. | Álex Román | 2024-10-22 | 1 | -91/+219 |
* | | | | | | Merge pull request #787 from Spartan322/cherry-pick/4.3 | George L. Albany | 2024-10-25 | 2 | -3/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix VERSION_FULL_CONFIG ignoring status versioning | Spartan322 | 2024-10-23 | 2 | -3/+6 |
* | | | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #97868 from timothyqiu/po-loader | Thaddeus Crews | 2024-10-24 | 1 | -2/+1 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Fix "No loader found" error after editing PO file | Haoyu Qiu | 2024-10-06 | 1 | -2/+1 |
* | | | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 14 | -30/+67 |
|\| | | | | | |_|/ / / |/| | | | | |||||
| * | | | | Merge pull request #98041 from Hilderin/fix-lost-gdextensions-on-startup | Thaddeus Crews | 2024-10-21 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| | * | | | | Fix lost of gdextension on editor startup. | Hilderin | 2024-10-20 | 1 | -0/+5 |
| | |/ / / | |||||
| * | | | | Merge pull request #97005 from Repiteo/core/window-corner-style | Thaddeus Crews | 2024-10-21 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | Core: Add `DisplayServer` flag for sharp corners | Thaddeus Crews | 2024-10-18 | 1 | -0/+1 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactor | Thaddeus Crews | 2024-10-21 | 3 | -2/+1 |
| |\ \ \ \ | |||||
| | * | | | | Don't include `core/io/image.h` in `core/os/os.h` | Yevhen Babiichuk (DustDFG) | 2024-10-18 | 3 | -2/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #98236 from timothyqiu/locale-compare-cache-4.x | Thaddeus Crews | 2024-10-21 | 2 | -13/+24 |
| |\ \ \ \ | |||||
| | * | | | | Cache results for `TranslationServer.compare_locales()` | Haoyu Qiu | 2024-10-16 | 2 | -13/+24 |
| * | | | | | Merge pull request #97707 from Sauermann/fix-input-device-clash | Thaddeus Crews | 2024-10-21 | 5 | -13/+21 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix InputEvent device id clash | Markus Sauermann | 2024-10-20 | 5 | -13/+21 |
| * | | | | | | Merge pull request #97542 from AThousandShips/dict_sort_fix | Thaddeus Crews | 2024-10-21 | 3 | -2/+15 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | [Core] Fix sorting of `Dictionary` keys | A Thousand Ships | 2024-10-18 | 3 | -2/+15 |
| | | |/ / / | | |/| | | |