summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98809 from bruvzg/mac_gde_libs_non_uniThaddeus Crews2024-11-101-0/+10
|\
| * [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-0/+10
* | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-104-2/+467
|\ \
| * | Add fuzzy string matching to quick open searchAdam Johnston2024-10-284-2/+467
* | | Merge pull request #97370 from RandomShaper/refix_rl_not_foundThaddeus Crews2024-11-101-6/+15
|\ \ \
| * | | ResourceLoader: Report error if resource type unrecognizedPedro J. Estébanez2024-11-041-6/+15
* | | | Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-102-0/+38
|\ \ \ \
| * | | | [Debugger] Move quit shortcut configuration to the SceneDebuggerFabio Alessandrelli2024-11-072-0/+38
* | | | | Merge pull request #86600 from nikitalita/fix-missing-resourcesThaddeus Crews2024-11-103-5/+11
|\ \ \ \ \
| * | | | | Fix missing resource properties being dropped on savenikitalita2024-11-053-5/+11
* | | | | | Merge pull request #85167 from RandomShaper/good_spinlockThaddeus Crews2024-11-102-5/+60
|\ \ \ \ \ \
| * | | | | | Enhance SpinLockPedro J. Estébanez2024-11-081-5/+42
| * | | | | | Add a utility cache line size constantPedro J. Estébanez2024-11-081-0/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-101-3/+3
|\ \ \ \ \ \
| * | | | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-081-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #98963 from RandomShaper/fix_classdb_deadlockThaddeus Crews2024-11-101-43/+61
|\ \ \ \ \ \
| * | | | | | Fix deadlocks related to ClassDB queries about global classesPedro J. Estébanez2024-11-081-43/+61
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #98150 from hunterloftis/fix-default-import-threadedThaddeus Crews2024-11-071-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix freeze on non-thread-safe custom importersHunter Loftis2024-10-151-1/+1
* | | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-042-2/+2
* | | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-043-12/+5
| |/ / / / |/| | | |
* | | | | 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
| |/ / / / / /