Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Merge pull request #99394 from TokageItLab/root-local | Thaddeus Crews | 2024-11-22 | 4 | -47/+137 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add root_motion_local option to AnimationMixer | Silc Lizard (Tokage) Renew | 2024-11-19 | 4 | -47/+137 | |
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #99521 from mechalynx/update-packedarray-class-descriptions | Thaddeus Crews | 2024-11-22 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Update PackedVector4Array description to include explanation shared by Packed... | mechalynx | 2024-11-22 | 1 | -0/+1 | |
| | * | | | | | | | | | | | Correct PackedInt64Array comparison in description | mechalynx | 2024-11-22 | 1 | -1/+1 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #97216 from markeel/issue_97207_filter_extension_list_cfg | Thaddeus Crews | 2024-11-22 | 2 | -1/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix issue #97207 by filtering extension_list.cfg | mendrak | 2024-11-21 | 2 | -1/+27 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s... | Thaddeus Crews | 2024-11-22 | 15 | -2/+218 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add half precision floating point support to `StreamPeer` | Pablo Andres Fuente | 2024-11-12 | 15 | -2/+218 | |
| * | | | | | | | | | | | | Merge pull request #99498 from carsonetb/mesh-gen-optimization | Thaddeus Crews | 2024-11-22 | 1 | -0/+169 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Optimize mesh generation by preventing unneeded shape recalculations | Carson Bates | 2024-11-21 | 1 | -0/+169 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #97061 from YeldhamDev/rtl_l18n_fix | Thaddeus Crews | 2024-11-22 | 2 | -13/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix `RichTextLabel`'s modified stack being wiped on translation changes | Michael Alexsander | 2024-11-22 | 2 | -13/+32 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #99487 from passivestar/fix-viewport-offsets | Thaddeus Crews | 2024-11-22 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix viewport message offsets | passivestar | 2024-11-21 | 2 | -2/+2 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #99102 from Lazy-Rabbit-2001/autocompletion-optimization | Thaddeus Crews | 2024-11-22 | 52 | -113/+126 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Improve GDScript autocompletion for methods | Lazy-Rabbit-2001 | 2024-11-22 | 52 | -113/+126 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #99485 from raulsntos/dotnet/dictionary-compat | Thaddeus Crews | 2024-11-22 | 1 | -4/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | [.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries | Raul Santos | 2024-11-21 | 1 | -4/+13 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #99483 from badsectoracula/cancel_lightmap_bake | Thaddeus Crews | 2024-11-22 | 4 | -12/+108 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Add lightmap bake cancelling | Bad Sector | 2024-11-21 | 4 | -12/+108 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #99482 from Giganzo/toast_and_spam | Thaddeus Crews | 2024-11-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix toast spam about child of container position | Giganzo | 2024-11-19 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #99352 from Mickeon/documentation-aabb-coords-are-complicated | Thaddeus Crews | 2024-11-22 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix incorrect Z direction for AABB's position | Micky | 2024-11-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Merge pull request #99348 from TokageItLab/explicit_elapse | Thaddeus Crews | 2024-11-22 | 3 | -1/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Add explicit_elapse option to NodeSeek to handle some processes | Silc Lizard (Tokage) Renew | 2024-11-20 | 3 | -1/+27 | |
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #98835 from clayjohn/Light2D-shadow-mask | Thaddeus Crews | 2024-11-22 | 8 | -175/+200 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Mask out shadows on CanvasItems that don't have a matching item_shadow_mask | clayjohn | 2024-11-21 | 8 | -175/+200 | |
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #99461 from beicause/color-picker-fix-68286 | Thaddeus Crews | 2024-11-22 | 2 | -21/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | ColorPicker: fix OKHSL circle in HSV mode | LuoZhihao | 2024-11-21 | 2 | -21/+42 | |
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #98946 from timothyqiu/3d-index | Thaddeus Crews | 2024-11-22 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Remove unnecessary `_3D_DISABLED` checks in `Performance` | Haoyu Qiu | 2024-11-08 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | Merge pull request #98972 from dbnicholson/standardize-add-defaults | Thaddeus Crews | 2024-11-21 | 6 | -6/+90 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Expose standardize_locale add_default param publicly | Dan Nicholson | 2024-11-21 | 6 | -6/+90 | |
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #99511 from Mickeon/documentation-audio-stream-typo | Thaddeus Crews | 2024-11-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix typo in AudioStream's documentation | Micky | 2024-11-21 | 1 | -1/+1 | |
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #99351 from dustdfg/scons_android_refactor | Thaddeus Crews | 2024-11-21 | 2 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | SCons: Move `swappy` option to android and slightly refactor `detect.py` | Yevhen Babiichuk (DustDFG) | 2024-11-20 | 2 | -10/+10 | |
| * | | | | | | | | | | | | | | Merge pull request #99061 from Faless/web/editor_not_api | Thaddeus Crews | 2024-11-21 | 5 | -11/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | [Web] Fix Web Editor plugin being added to SCons multiple times | Fabio Alessandrelli | 2024-11-18 | 5 | -11/+11 | |
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #86481 from Illauriel/add-animlib-folding | Thaddeus Crews | 2024-11-21 | 4 | -1/+222 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Add persistent folding to Animation Library Editor | Illauriel | 2024-11-19 | 4 | -1/+222 | |
| * | | | | | | | | | | | | | | | Merge pull request #99409 from passivestar/state-machine-focus-border-color | Thaddeus Crews | 2024-11-21 | 3 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Expose state machine focus color to theming | passivestar | 2024-11-19 | 3 | -1/+4 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #99472 from dustdfg/scons_misc_sconstruct_tidying | Thaddeus Crews | 2024-11-21 | 1 | -11/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | SCons: Misc improvements | Yevhen Babiichuk (DustDFG) | 2024-11-20 | 1 | -11/+7 | |
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #96399 from andyprice/fileperms | Thaddeus Crews | 2024-11-21 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | unix: Limit named pipe permissions to the current user | Andrew Price | 2024-09-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | unix: Don't create world-writable files when safe save is enabled | Andrew Price | 2024-09-06 | 1 | -1/+1 |