Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #98679 from Bromeon/qol/rename-static-call | Thaddeus Crews | 2024-10-31 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Rename ClassDB::class_call_static_method -> class_call_static | Jan Haller | 2024-10-30 | 2 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #47502 from KoBeWi/add_0 | Thaddeus Crews | 2024-10-31 | 7 | -11/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Always add decimal when printing float | kobewi | 2024-10-23 | 7 | -11/+32 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #98091 from AThousandShips/improve_err_prints_core | Thaddeus Crews | 2024-10-31 | 49 | -292/+292 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [Core] Improve error messages with `vformat` | A Thousand Ships | 2024-10-30 | 49 | -292/+292 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* / | | | | | | | | | | | Add "Game" editor for better runtime debugging | Michael Alexsander | 2024-10-30 | 4 | -1/+130 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | 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 #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 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | 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 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 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | Don't pseudolocalize empty strings | Haoyu Qiu | 2024-10-17 | 1 | -0/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #97295 from BlueCube3310/betsy-bc4 | Thaddeus Crews | 2024-10-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Betsy: Implement BC4 compression | BlueCube3310 | 2024-09-22 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #95175 from KoBeWi/bruh_can_revert | Thaddeus Crews | 2024-10-10 | 1 | -12/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix implementation of property_can_revert() in various classes | kobewi | 2024-10-04 | 1 | -12/+6 | |
| | |_|/ / / / / / | |/| | | | | | | |