summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* HarfBuzz: Update to version 4.0.0bruvzg2022-03-021-0/+1
* Remove unimplemented set_clip() methodkobewi2022-03-025-82/+0
* Fix color issues with OpenXRBastiaan Olij2022-02-282-3/+58
* Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHRBastiaan Olij2022-02-271-1/+1
* Sort variables in VisualScriptEditorRaul Santos2022-02-241-0/+1
* Merge pull request #58496 from JFonS/fix_lm_crashRémi Verschelde2022-02-241-0/+2
|\
| * Add sanity checks to lightmap unwrap texel sizejfons2022-02-241-0/+2
* | Fix llvm compilation by adding missing overrideGilles Roudière2022-02-231-3/+3
* | Merge pull request #58244 from V-Sekai/typed_fail_case_returnRémi Verschelde2022-02-232-4/+37
|\ \
| * | Return a correctly typed variant in case of a function error to prevent hard ...SaracenOne2022-02-172-4/+37
* | | Merge pull request #56394 from BastiaanOlij/OpenXR_Core4Rémi Verschelde2022-02-2330-0/+5948
|\ \ \
| * | | Implementing OpenXR driverBastiaan Olij2022-02-2330-0/+5948
* | | | Merge pull request #58354 from timothyqiu/gridmap-exportRémi Verschelde2022-02-231-37/+44
|\ \ \ \
| * | | | Fix GLTF exporter crash when using GridMapHaoyu Qiu2022-02-201-37/+44
* | | | | Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixesRémi Verschelde2022-02-232-28/+67
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes cyclic detection from variables assigning themselves to themselves in a...SaracenOne2022-02-222-28/+67
* | | | | Merge pull request #58411 from cbscribe/rename_motion_velocityRémi Verschelde2022-02-234-24/+24
|\ \ \ \ \
| * | | | | Rename motion_velocity to velocityChris Bradfield2022-02-224-24/+24
| |/ / / /
* / / / / Use Filament specular models and parametrizationclayjohn2022-02-221-1/+1
|/ / / /
* | | | Merge pull request #58275 from V-Sekai/attribute_parse_crash_fixRémi Verschelde2022-02-211-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make 'is_attribute' false during parse error to prevent crashSaracenOne2022-02-181-1/+2
* | | | Merge pull request #58321 from akien-mga/vector3-forward-declaresRémi Verschelde2022-02-204-0/+5
|\ \ \ \
| * | | | Core: Use forward declares for Vector3/Vector3iRémi Verschelde2022-02-194-0/+5
| |/ / /
* / / / Don't process VisualScriptNodesmegalobyte2022-02-191-1/+1
|/ / /
* | | Merge pull request #58189 from fazil47/gltf-export-default-material-fixRémi Verschelde2022-02-171-0/+3
|\ \ \
| * | | Default material is assigned to meshes without material for glTF exportFazil Babu2022-02-161-0/+3
| | |/ | |/|
* | | Merge pull request #58130 from timothyqiu/ogg-seek-crashEllen Poe2022-02-161-1/+3
|\ \ \
| * | | Fix infinite recursion when seeking Ogg Vorbis fileHaoyu Qiu2022-02-151-1/+3
* | | | Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde2022-02-1611-84/+96
|\ \ \ \ | |_|_|/ |/| | |
| * | | Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-1611-84/+96
* | | | Merge pull request #58190 from MisoMosiSpy/vs_iconsRémi Verschelde2022-02-161-0/+3
|\ \ \ \
| * | | | Added icons for missing types in visual script’s icon list.MisoMosiSpy2022-02-161-0/+3
| | |_|/ | |/| |
* / | | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-1617-388/+118
|/ / /
* | | Fix VisualScript crash when using Set Index nodeHaoyu Qiu2022-02-161-4/+1
* | | Add GridMap.get_used_cells_by_itemHaoyu Qiu2022-02-163-0/+21
|/ /
* | Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-156-6/+6
* | Merge pull request #57877 from bruvzg/subpixel_gl_posRémi Verschelde2022-02-154-39/+293
|\ \
| * | Add sub-pixel glyph positioning support.bruvzg2022-02-124-39/+293
* | | Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-15109-109/+109
|\ \ \ | |_|/ |/| |
| * | Add an XML schema for documentationHugo Locurcio2022-02-15109-109/+109
* | | Merge pull request #58105 from trollodel/nuke_p_editor_editor_pluginRémi Verschelde2022-02-148-12/+9
|\ \ \
| * | | Remove the EditorNode parameter from EditorPlugins create methodstrollodel2022-02-148-12/+9
* | | | Fix crash and memory leak when importing OGG VorbisHaoyu Qiu2022-02-151-6/+16
|/ / /
* | | Merge pull request #57306 from trollodel/remove_editornode_paramRémi Verschelde2022-02-149-30/+20
|\ \ \ | |/ / |/| |
| * | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-149-30/+20
* | | NavMap Fix polygons being treated like triangle strips instead of triangle fanskleonc2022-02-133-69/+32
* | | Merge pull request #57954 from TokageItLab/refactor-cubic-interpolateRémi Verschelde2022-02-136-68/+97
|\ \ \
| * | | Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew2022-02-126-68/+97
| |/ /
* | / Fix renaming function dialog in VisualScript does not work correctlyjmb4622022-02-122-1/+10
| |/ |/|
* | Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-9/+5