Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | Merge pull request #66133 from aaronfranke/set-all | Rémi Verschelde | |
Delete `set_all`, `set_axis`, and `get_axis` methods from Vector2/3/3i/4/4i | |||
2022-10-03 | Merge pull request #66728 from MatthewZelriche/x11-state-fix | Rémi Verschelde | |
Fix inconsistent window state on X11. | |||
2022-10-03 | Merge pull request #64833 from MarcusElg/naninfprinting | Rémi Verschelde | |
Improve string formatting (%f and %v) for inf and nan | |||
2022-10-03 | Merge pull request #66715 from YeldhamDev/script_hide_port | Rémi Verschelde | |
Remember scripts panel's visibility state | |||
2022-10-03 | Merge pull request #66714 from RedMser/patch-2 | Rémi Verschelde | |
Remove LGTM badge from README | |||
2022-10-03 | Merge pull request #66689 from MewPurPur/property-editor-renames | Rémi Verschelde | |
Rename Copy/Paste Property –> Copy/Paste Value | |||
2022-10-03 | Merge pull request #66668 from Anutrix/allow-open-files | Rémi Verschelde | |
Fixed shader editor not allowing open files when there is no files already open | |||
2022-10-03 | Merge pull request #66656 from magian1127/4.0DelAutotile | Rémi Verschelde | |
TileMap mouse right can delete autotile | |||
2022-10-02 | Merge pull request #66767 from jtnicholl/blend_visibility | Clay John | |
Fix visibility filtering options for .blend imports | |||
2022-10-02 | Merge pull request #66674 from pkdawson/fix-callable-delegate | Ignacio Roldán Etcheverry | |
Fix C# delegate signal not disconnected when Object is destroyed | |||
2022-10-02 | Fix visibility filtering options for .blend imports | Jonathan Nicholl | |
2022-10-01 | Fix inconsistent window state on X11. | Matthew Munro (mam552) | |
Fixes #66413. DisplayServerX11 tracks some internal state about whether the window is fullscreen, minimized, maximized or none. This commit queries the display server when the window changes, so that this internal state can be correctly updated. | |||
2022-10-01 | Remember scripts panel's visibility state | Michael Alexsander | |
2022-10-01 | Remove LGTM badge | RedMser | |
LGTM.com will be shut down in December 2022 | |||
2022-10-01 | ManagedCallable: use delegate target instead of middleman when possible | Patrick Dawson | |
If the delegate target is an Object, the connected signal will be registered in that object instead of the middleman. So when that object is destroyed, the signal will be properly disconnected. | |||
2022-10-01 | Fixed shader editor when no files are currently in shader list | Anutrix | |
2022-09-30 | Merge pull request #65903 from groud/improve_terrain_painting | Rémi Verschelde | |
Right-click to erase TileSet terrains and bugfixes | |||
2022-09-30 | Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypy | Rémi Verschelde | |
ci: add Python static analysis check via mypy | |||
2022-09-30 | Merge pull request #66660 from Sauermann/fix-never-happening-error-condition | Rémi Verschelde | |
Remove ERR_FAIL_COND that never happens in _draw_sky | |||
2022-09-30 | Merge pull request #65970 from GuilhermeGSousa/synchronizer-auth-change | Rémi Verschelde | |
Add warning for synchronizer authority mismatch | |||
2022-09-30 | Merge pull request #64717 from Chaosus/gds_fix_param_completion | Yuri Rubinsky | |
2022-09-30 | Rename Copy Property –> Copy Value | VolTer | |
2022-09-30 | TileMap mouse right can delete autotile | Magian | |
2022-09-30 | Fix completion of parameters in function call | Yuri Rubinsky | |
2022-09-30 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though). | |||
2022-09-30 | ci: add Python static analysis check via mypy | Jiri Suchan | |
2022-09-30 | Add Error for synchronizer authority mismatch | Guilherme Sousa | |
2022-09-30 | Remove ERR_FAIL_COND that never happens in _draw_sky | Markus Sauermann | |
In the conditional `sky` is always true. | |||
2022-09-30 | Merge pull request #66242 from akien-mga/scons-unify-tools-target | Rémi Verschelde | |
2022-09-30 | Merge pull request #66178 from clayjohn/double-precision-rendering | Rémi Verschelde | |
Emulate double precision for regular rendering operation when REAL_T_IS_DOUBLE | |||
2022-09-30 | Merge pull request #66641 from timothyqiu/null-joint | Rémi Verschelde | |
Fix crash when executing `PhysicsServer2D.joint_clear` | |||
2022-09-30 | Merge pull request #66640 from gotnospirit/master-project_converter-json-print | Rémi Verschelde | |
Project converter: JSON.print -> JSON.stringify | |||
2022-09-30 | Merge pull request #66638 from timothyqiu/rendering-null | Rémi Verschelde | |
Add various null checks in RenderingServer | |||
2022-09-30 | Merge pull request #66637 from clayjohn/mobile-renderer | Rémi Verschelde | |
Use mobile as the default rendering method on mobile when Vulkan is supported | |||
2022-09-30 | Merge pull request #66636 from ↵ | Rémi Verschelde | |
gotnospirit/master-project_converter-os-get_datetime Project converter: OS.get_datetime -> Time.get_datetime_dict_from_system | |||
2022-09-30 | Merge pull request #66634 from timothyqiu/resource-uid | Rémi Verschelde | |
Fix crash when executing `ResourceUID.set_id` | |||
2022-09-30 | Merge pull request #66632 from RedMser/script-override-gutter-docs-fix | Rémi Verschelde | |
Fix wrong docs opening in script override gutter | |||
2022-09-30 | Merge pull request #66626 from danboo/fix-typo-run-debug-collisons | Rémi Verschelde | |
Fix typos - "collison" -> "collision" | |||
2022-09-30 | Use mobile as the default rendering method on mobile when vulkan is supported | clayjohn | |
2022-09-30 | Fix crash when executing `PhysicsServer2D.joint_clear` | Haoyu Qiu | |
2022-09-30 | Project converter: JSON.print -> JSON.stringify | James | |
2022-09-30 | Add various null checks in RenderingServer | Haoyu Qiu | |
2022-09-30 | Project converter: OS.get_datetime -> Time.get_datetime_dict_from_system | James | |
2022-09-30 | Fix crash when executing `ResourceUID.set_id` | Haoyu Qiu | |
2022-09-30 | Fix wrong docs opening in script override gutter | RedMser | |
2022-09-29 | Fix typo - "collison" -> "collision" | danboo | |
2022-09-29 | Merge pull request #66603 from HerrSersch/fix-missing-s | Hugo Locurcio | |
2022-09-29 | Fix missing "s" at the end of word in `OS.move_to_trash()` description | Victor Karp | |
Change "Do not use it for files in res:// as it will not work in exported project." to "[...] projects." | |||
2022-09-29 | Merge pull request #66592 from KoBeWi/look_at_me_I_am_the_captain_now | Rémi Verschelde | |
Fail `look_at()` if not inside tree | |||
2022-09-29 | Merge pull request #66590 from ↵ | Rémi Verschelde | |
akien-mga/animation-workaround-disable-onion-skinning Animation editor: Disable onion skinning temporarily due to rendering bug |