Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 34 | -547/+980 |
|\ | |||||
| * | Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulation | Thaddeus Crews | 2024-11-12 | 1 | -3/+3 |
| |\ | |||||
| | * | Added support for 'print' command in local (command line -d) debugger | Wenqiang | 2024-09-28 | 1 | -3/+3 |
| * | | Merge pull request #91201 from bruvzg/con_type | Thaddeus Crews | 2024-11-12 | 4 | -6/+68 |
| |\ \ | |||||
| | * | | [OS] Add functions to determine standard I/O device type. | bruvzg | 2024-11-06 | 4 | -6/+68 |
| * | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments | Thaddeus Crews | 2024-11-12 | 6 | -57/+64 |
| |\ \ \ | |||||
| | * | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data | Danil Alexeev | 2024-11-04 | 6 | -57/+64 |
| * | | | | Merge pull request #97923 from kisg/translation_server_siof_fix | Thaddeus Crews | 2024-11-12 | 2 | -3/+1 |
| |\ \ \ \ | |||||
| | * | | | | Make TranslationServer singleton variable inline. | Gergely Kis | 2024-10-07 | 2 | -3/+1 |
| * | | | | | Merge pull request #98120 from dalexeev/core-typed-dicts-bin-serialization | Thaddeus Crews | 2024-11-12 | 1 | -144/+261 |
| |\ \ \ \ \ | |||||
| | * | | | | | Core: Add typed dictionary support for binary serialization | Danil Alexeev | 2024-11-12 | 1 | -144/+261 |
| * | | | | | | Merge pull request #98743 from dbnicholson/improve-compare-locales | Thaddeus Crews | 2024-11-12 | 2 | -61/+94 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Improve locale comparison | Dan Nicholson | 2024-11-12 | 2 | -61/+94 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #98084 from BlueCube3310/image-cleanup-v2 | Thaddeus Crews | 2024-11-12 | 2 | -236/+235 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Clean up Image | BlueCube3310 | 2024-11-01 | 2 | -236/+235 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #98969 from Faless/net/split_sockets | Thaddeus Crews | 2024-11-12 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | [Net] Split Unix/Windows NetSocket implementation | Fabio Alessandrelli | 2024-11-10 | 1 | -0/+2 |
| * | | | | | | Merge pull request #98547 from timothyqiu/loaded-locales-set | Thaddeus Crews | 2024-11-11 | 1 | -1/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix duplicated entries in `TranslationServer::get_loaded_locales()` | Haoyu Qiu | 2024-10-26 | 1 | -1/+4 |
| * | | | | | | | Merge pull request #97363 from reduz/deterministic-gen-suberesources-id | Thaddeus Crews | 2024-11-11 | 2 | -1/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Allow passing UID to importer | Juan | 2024-11-11 | 2 | -1/+11 |
| * | | | | | | | | Merge pull request #96590 from reduz/list-directory | Thaddeus Crews | 2024-11-11 | 4 | -0/+65 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Provide a reliable way to see original resources in a directory | Juan | 2024-10-07 | 4 | -0/+65 |
| | | |_|_|_|/ / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #97356 from reduz/pck-file-removal | Thaddeus Crews | 2024-11-11 | 4 | -25/+101 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add ability for PCK patches to remove files | Juan | 2024-11-11 | 4 | -25/+101 |
| | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #97352 from reduz/uids-everywhere | Thaddeus Crews | 2024-11-11 | 6 | -1/+39 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Universalize UID support in all resource types | Juan | 2024-11-11 | 6 | -1/+39 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #93885 from dalexeev/core-fix-freed-object-booleanization | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Core: Fix `Freed Object` booleanization | Danil Alexeev | 2024-07-03 | 1 | -1/+1 |
| * | | | | | | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integration | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
| | | |/ / / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #82845 from Hysterelius/master | Thaddeus Crews | 2024-11-11 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Color: Expose OKHSL properties | Hysterelius | 2024-11-11 | 1 | -0/+4 |
| * | | | | | | | | | | Merge pull request #99078 from DarkMessiah/fix_callables_compare | Thaddeus Crews | 2024-11-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Fix comparison of callables | Stanislav Labzyuk | 2024-11-11 | 1 | -2/+2 |
| | | |/ / / / / / / / | | |/| | | | | | | | | |||||
| * / | | | | | | | | | CI: Update Linux runners to Ubuntu 24.04 | Thaddeus Crews | 2024-11-10 | 3 | -5/+24 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 16 | -65/+670 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uni | Thaddeus Crews | 2024-11-10 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | [GDExtension] Improve macOS library loading/export. | bruvzg | 2024-11-04 | 1 | -0/+10 |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebase | Thaddeus Crews | 2024-11-10 | 4 | -2/+467 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Add fuzzy string matching to quick open search | Adam Johnston | 2024-10-28 | 4 | -2/+467 |
| | | |_|_|_|/ / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | 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 #98891 from Faless/debugger/game_view_settings | Thaddeus Crews | 2024-11-10 | 2 | -0/+38 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | [Debugger] Move quit shortcut configuration to the SceneDebugger | Fabio Alessandrelli | 2024-11-07 | 2 | -0/+38 |
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #86600 from nikitalita/fix-missing-resources | Thaddeus Crews | 2024-11-10 | 3 | -5/+11 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Fix missing resource properties being dropped on save | nikitalita | 2024-11-05 | 3 | -5/+11 |
| * | | | | | | | | | | | Merge pull request #85167 from RandomShaper/good_spinlock | Thaddeus Crews | 2024-11-10 | 2 | -5/+60 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Enhance SpinLock | Pedro J. Estébanez | 2024-11-08 | 1 | -5/+42 |
| | * | | | | | | | | | | | Add a utility cache line size constant | Pedro J. Estébanez | 2024-11-08 | 1 | -0/+18 |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | |