summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #98679 from Bromeon/qol/rename-static-callThaddeus Crews2024-10-312-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rename ClassDB::class_call_static_method -> class_call_staticJan Haller2024-10-302-3/+3
* | | | | | | | | | | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-317-11/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Always add decimal when printing floatkobewi2024-10-237-11/+32
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98091 from AThousandShips/improve_err_prints_coreThaddeus Crews2024-10-3149-292/+292
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-3049-292/+292
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-304-1/+130
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #98652 from stuartcarnie/2d_texture_state_fixesThaddeus Crews2024-10-291-4/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 2D: Fix various issues and minor performance optimisationsStuart Carnie2024-10-301-4/+46
* | | | | | | | | | | | Merge pull request #65962 from 4d49/format-objectThaddeus Crews2024-10-291-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add `Object` support for `String.format`Mansur Isaev2024-10-291-1/+12
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-2919-37/+39
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-2519-37/+39
* | | | | | | | | | | | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-292-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-282-0/+10
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fixThaddeus Crews2024-10-254-0/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-224-0/+35
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #98395 from Repiteo/core/char-range-utils-updateThaddeus Crews2024-10-252-237/+442
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Core: Update `char_range.inc` to Unicode 16Thaddeus Crews2024-10-212-237/+442
* | | | | | | | | | | | Merge pull request #74714 from dalexeev/expose-bresenham-lineThaddeus Crews2024-10-253-6/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Expose `Geometry2D.bresenham_line()` methodDanil Alexeev2024-10-253-6/+23
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #92554 from Nazarwadim/implement_a_hash_mapThaddeus Crews2024-10-253-0/+778
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Implement array based hash mapnazarii2024-10-243-0/+778
* | | | | | | | | | | | Merge pull request #98318 from alexkar598/mouse_emulationClay John2024-10-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes window_id being erased when emulating mouse events from touch eventsalexkar5982024-10-181-0/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98357 from yeojunh/valid-base-check-num-int64-uint64Clay John2024-10-241-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-0/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #98363 from dustdfg/rid_in_operator_fixClay John2024-10-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow use RID with `in` operator for Arrays and DictionariesYevhen Babiichuk (DustDFG)2024-10-211-0/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #98493 from KoBeWi/tfw_you_trade_CLASH_for_a_CRASHClay John2024-10-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix InputEvent crash when opening projectkobewi2024-10-241-3/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #97868 from timothyqiu/po-loaderThaddeus Crews2024-10-241-2/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix "No loader found" error after editing PO fileHaoyu Qiu2024-10-061-2/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #98041 from Hilderin/fix-lost-gdextensions-on-startupThaddeus Crews2024-10-211-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix lost of gdextension on editor startup.Hilderin2024-10-201-0/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #97005 from Repiteo/core/window-corner-styleThaddeus Crews2024-10-211-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactorThaddeus Crews2024-10-213-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-183-2/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #98236 from timothyqiu/locale-compare-cache-4.xThaddeus Crews2024-10-212-13/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cache results for `TranslationServer.compare_locales()`Haoyu Qiu2024-10-162-13/+24
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-215-13/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix InputEvent device id clashMarkus Sauermann2024-10-205-13/+21
* | | | | | | | | | | Merge pull request #97542 from AThousandShips/dict_sort_fixThaddeus Crews2024-10-213-2/+15
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-183-2/+15
| | |/ / / / / / / / | |/| | | | | | | |
* / | | | | | | | | Don't pseudolocalize empty stringsHaoyu Qiu2024-10-171-0/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #97295 from BlueCube3310/betsy-bc4Thaddeus Crews2024-10-141-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Betsy: Implement BC4 compressionBlueCube33102024-09-221-1/+1
* | | | | | | | | Merge pull request #95175 from KoBeWi/bruh_can_revertThaddeus Crews2024-10-101-12/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix implementation of property_can_revert() in various classeskobewi2024-10-041-12/+6
| | |_|/ / / / / / | |/| | | | | | |