summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add ViewPanner to 2D editorkobewi2022-01-211-1/+3
| |/ /
* | | Merge pull request #57044 from Calinou/doc-csgpolygon3d-pointsRémi Verschelde2022-01-233-4/+5
|\ \ \
| * | | Improve CSGPolygon3D documentationHugo Locurcio2022-01-213-4/+5
| | | | | | | | | | | | | | | | - Describe why polygon triangulation usually fails in the error message.
* | | | Merge pull request #57052 from KoBeWi/nosortRémi Verschelde2022-01-231-1/+1
|\ \ \ \
| * | | | Don't sort printed Dictionarykobewi2022-01-221-1/+1
| |/ / /
* | | | Merge pull request #55433 from V-Sekai/prev_operand_nullptr_checkRémi Verschelde2022-01-221-1/+1
|\ \ \ \ | | | | | | | | | | Check for nullptr expression in parse_precedence function
| * | | | Check for nullptr expression in parse_precedence functionSaracenOne2021-11-291-1/+1
| | | | |
* | | | | Merge pull request #55214 from Scony/fix-gdscript-crash-2Rémi Verschelde2022-01-223-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | | Fix GDScript parser crash on 'dollar mixed with assignment' expression
| * | | | Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe2021-11-213-0/+7
| | | | | | | | | | | | | | | | | | | | fixes #53696
* | | | | Merge pull request #56252 from Gallilus/Update-visual-script-property-selectorRémi Verschelde2022-01-214-728/+1522
|\ \ \ \ \
| * | | | | Improve Visual Script editor to suggest the proper visual script nodes.David Cambré2022-01-174-728/+1522
| | | | | |
* | | | | | Merge pull request #51452 from omar-polo/fix-macrosRémi Verschelde2022-01-203-18/+20
|\ \ \ \ \ \
| * | | | | | Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-203-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not used consistently and some can conflict with system-specific defines. While here, also delete some unused macros.
* | | | | | | Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde2022-01-202-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Store panels and docks singletons in their own classestrollodel2022-01-202-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #52134 from RandomShaper/fix_namingRémi Verschelde2022-01-203-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-203-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #56855 from rafallus/gridmap_bake_staticbodyRémi Verschelde2022-01-204-12/+119
|\ \ \ \ \ \
| * | | | | | Consider gridmap collisions in navigation bakerafallus2022-01-164-12/+119
| | | | | | |
* | | | | | | Merge pull request #56936 from BastiaanOlij/add_tracking_confidenceRémi Verschelde2022-01-202-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Adding a tracking confidence state to XRPoseBastiaan Olij2022-01-202-1/+4
| | |/ / / / / | |/| | | | |
* / | | | | | Convert TextEdit callbacks to CallablePaulb232022-01-192-2/+2
|/ / / / / /
* | | | | | Merge pull request #56619 from timothyqiu/left-right-paletteRémi Verschelde2022-01-181-4/+4
|\ \ \ \ \ \
| * | | | | | Allow showing both left and right side panelsHaoyu Qiu2022-01-081-4/+4
| | | | | | |
* | | | | | | Merge pull request #52969 from bruvzg/locale_detectionRémi Verschelde2022-01-181-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Improve locale detection.bruvzg2022-01-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use separate language, script and country lists. Add locale selection dialog and property hint.
* | | | | | | | Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-4/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make sure to always convert multiline dictionaries to a single line for its EditorHelp representation, as multiline values break formatting.
* | | | | | | Merge pull request #56739 from strank/masterRémi Verschelde2022-01-175-1/+53
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | GDScript: Fix parsing default parameter values from function calls
| * | | | | | | GDScript: Fix parsing default parameter values from function callsstrank2022-01-135-1/+53
| | | | | | | |
* | | | | | | | Merge pull request #55995 from Xwdit/enum_fixRémi Verschelde2022-01-171-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix enum int comparison
| * | | | | | | | Fix enum int comparisonXwdit2021-12-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix enum int comparison
* | | | | | | | | Merge pull request #55625 from ↵Rémi Verschelde2022-01-171-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdemirer/fix-type-guessing-and-gdscript-parser-printing Fix `--test gdscript-parser` crash
| * | | | | | | | | Fix gdscript-parser crashcdemirer2022-01-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gdscript-parser crashing while printing empty identifiers.
* | | | | | | | | | Merge pull request #55616 from cdemirer/masterRémi Verschelde2022-01-171-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Fix nested ternary-if codegen
| * | | | | | | | | Fix nested ternary-if codegen (#55582)cdemirer2021-12-041-0/+1
| | | | | | | | | |
* | | | | | | | | | [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-174-1/+70
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #56832 from Chaosus/fix_themingYuri Roubinsky2022-01-162-4/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix theming update in several editor classesYuri Roubinsky2022-01-162-4/+10
| | | | | | | | | |
* | | | | | | | | | Merge pull request #55679 from raulsntos/script_reload_fixIgnacio Roldán Etcheverry2022-01-162-5/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C# scripts reload in editor fixed
| * | | | | | | | | | C# script reload fixedRaul Santos2021-12-062-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Michael Bickel <mib@developium.net> Co-authored-by: Germanrc <german_1995a@hotmail.com>
* | | | | | | | | | | Merge pull request #56309 from Calinou/remove-pvrtc-supportRémi Verschelde2022-01-168-909/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-148-909/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts.
* | | | | | | | | | | Improvments for SyntaxHighlightersPaulb232022-01-152-23/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix immedate Funcion in lamba highlight - Highlight signals as one colour - Highlight node paths as one colour - Highlight escape chars in strings
* | | | | | | | | | | Fix crash when exiting the editorHaoyu Qiu2022-01-151-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde2022-01-143-0/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make script type distinguishable by iconkobewi2022-01-133-0/+11
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #56762 from bruvzg/mac_fix_scRémi Verschelde2022-01-141-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [macOS] Fix self-contained mode, by looking for `._sc_` and writing data to ↵bruvzg2022-01-131-0/+7
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bundle directory instead of executable directory.
* | | | | | | | | | | Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-144-132/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | | | | | | | | | | Fix various typosluz paz2022-01-131-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`