summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-03Fix the file newer dialog that keeps popping upRindbee
The focus is switching back and forth between the popup dialog and the editor window, causing an infinite loop. Fix #65824.
2022-10-03Merge pull request #66750 from EricEzaM/62899-allow-shortcut-joypab-btnRémi Verschelde
Allow shortcut input to be JoypadButton.
2022-10-03Merge pull request #66795 from manueldun/loadSavedMaterialRémi Verschelde
fix error dialog from appearing after loading material res
2022-10-03Merge pull request #66709 from MewPurPur/fix-unary-operators-being-STILL-brokenRémi Verschelde
Fix more highlighting bugs
2022-10-03Merge pull request #66681 from clayjohn/RD-instance-flagsRémi Verschelde
Update Instance flags in shaders to match instance flags in engine
2022-10-03Merge pull request #66693 from aaronfranke/quote-codeownersRémi Verschelde
Fix CODEOWNERS and fix missing quote in "Building for platform" message
2022-10-03Merge pull request #66784 from Geekotron/fix-nav3d-not-reachable-crashRémi Verschelde
Fix crash in navigation 3d when target is not reachable
2022-10-03Merge pull request #66387 from aaronfranke/cs-basis-eulerRémi Verschelde
C#: Update Basis Euler angle code to match core
2022-10-03Merge pull request #65276 from aaronfranke/shaderRémi Verschelde
Separate TextShaderEditor and ShaderEditorPlugin into different files
2022-10-03Merge pull request #66655 from MisterMX/feat/astargrid2d-vector2iRémi Verschelde
refactor(AStarGrid2D): Return `Vector2i` in `get_id_path`
2022-10-03Merge pull request #66686 from crasy1/fix-methods-sysRémi Verschelde
fix methods.py ->NameError: name 'sys' is not defined
2022-10-03Merge pull request #66133 from aaronfranke/set-allRémi Verschelde
Delete `set_all`, `set_axis`, and `get_axis` methods from Vector2/3/3i/4/4i
2022-10-03Merge pull request #66728 from MatthewZelriche/x11-state-fixRémi Verschelde
Fix inconsistent window state on X11.
2022-10-03Merge pull request #64833 from MarcusElg/naninfprintingRémi Verschelde
Improve string formatting (%f and %v) for inf and nan
2022-10-03Merge pull request #66715 from YeldhamDev/script_hide_portRémi Verschelde
Remember scripts panel's visibility state
2022-10-03Merge pull request #66714 from RedMser/patch-2Rémi Verschelde
Remove LGTM badge from README
2022-10-03Merge pull request #66689 from MewPurPur/property-editor-renamesRémi Verschelde
Rename Copy/Paste Property –> Copy/Paste Value
2022-10-03Merge pull request #66668 from Anutrix/allow-open-filesRémi Verschelde
Fixed shader editor not allowing open files when there is no files already open
2022-10-03Merge pull request #66656 from magian1127/4.0DelAutotileRémi Verschelde
TileMap mouse right can delete autotile
2022-10-02Update Instance flags in shaders to match instance flags in engineclayjohn
2022-10-02fix error dialog from appearing after loading material resManuel Dun
2022-10-02Merge pull request #66767 from jtnicholl/blend_visibilityClay John
Fix visibility filtering options for .blend imports
2022-10-02Fix crash in navigation 3d when target is not reachableSean
The code that resets variables to retry navigation to the closest possible poly was not resetting 1 variable, which caused it to exceed the vector bounds
2022-10-02Merge pull request #66674 from pkdawson/fix-callable-delegateIgnacio Roldán Etcheverry
Fix C# delegate signal not disconnected when Object is destroyed
2022-10-02Fix more highlighting bugsVolTer
2022-10-02Fix visibility filtering options for .blend importsJonathan Nicholl
2022-10-02Separate TextShaderEditor and ShaderEditorPlugin into different filesAaron Franke
2022-10-02Rename ShaderEditor that edits text shaders to TextShaderEditorAaron Franke
2022-10-02Allow shortcut input to be JoypadButton.EricEzaM
2022-10-02fix methods.py ->NameError: name 'sys' is not definedjwt
Update methods.py Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2022-10-01Fix 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-01Remember scripts panel's visibility stateMichael Alexsander
2022-10-01Remove LGTM badgeRedMser
LGTM.com will be shut down in December 2022
2022-10-01Fix CODEOWNERS and fix missing quote in "Building for platform" messageAaron Franke
2022-10-01ManagedCallable: use delegate target instead of middleman when possiblePatrick 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-01Fixed shader editor when no files are currently in shader listAnutrix
2022-09-30Merge pull request #65903 from groud/improve_terrain_paintingRémi Verschelde
Right-click to erase TileSet terrains and bugfixes
2022-09-30Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypyRémi Verschelde
ci: add Python static analysis check via mypy
2022-09-30Merge pull request #66660 from Sauermann/fix-never-happening-error-conditionRémi Verschelde
Remove ERR_FAIL_COND that never happens in _draw_sky
2022-09-30Merge pull request #65970 from GuilhermeGSousa/synchronizer-auth-changeRémi Verschelde
Add warning for synchronizer authority mismatch
2022-09-30Merge pull request #64717 from Chaosus/gds_fix_param_completionYuri Rubinsky
2022-09-30Rename Copy Property –> Copy ValueVolTer
2022-09-30TileMap mouse right can delete autotileMagian
2022-09-30Fix completion of parameters in function callYuri Rubinsky
2022-09-30Fix typos with codespellRé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-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-30Add Error for synchronizer authority mismatchGuilherme Sousa
2022-09-30Remove ERR_FAIL_COND that never happens in _draw_skyMarkus Sauermann
In the conditional `sky` is always true.
2022-09-30Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde
2022-09-30refactor(AStarGrid2D): Return Vector2i in get_id_pathMisterMX
Signed-off-by: MisterMX <mbxd12@web.de>