summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-22improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke
2022-04-22Add detail to some error messages in wsl_clientSnailRhymer
2022-04-22Fix crash in `GodotNavigationServer::map_get_path`Pawel Lampe
2022-04-22Implement Label3D node.bruvzg
2022-04-22improved error msg for gdscript load_source_codeShimmyShaman
2022-04-20Fix typo in `GDScript::range` docYuri Roubinsky
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-20Validate input in OpenXR array setterHaoyu Qiu
2022-04-20Validate input in NoiseTexture::set_seamless_blend_skirt()Haoyu Qiu
2022-04-19Use ThreadWorkPool instead of thread_process_array in NavMapAdam Scott
2022-04-19Restructure and refine the noise moduleHendrik Brucker
2022-04-19Fixes GDScript define nested dictionary and array as constants #50285PastMoments
2022-04-18Merge pull request #59984 from BastiaanOlij/more_storage_20220407Clay John
2022-04-17Improve VisualScript search and instancing of nodesDavid Cambré
2022-04-16Add spaces to FastNoiseLite enum hint namesFireForge
2022-04-17Merge canvas and decal into TextureStorage and add render targetBastiaan Olij
2022-04-15Merge pull request #60007 from aaronfranke/gds-op-adj-tr3dRémi Verschelde
2022-04-14NavMap::get_path Fix not resetting least_cost_idkleonc
2022-04-13Merge pull request #60177 from reduz/animation-library-importRémi Verschelde
2022-04-13Import scenes as AnimationLibraryreduz
2022-04-13Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde
2022-04-12Merge pull request #40975 from rohanrhu/masterFabio Alessandrelli
2022-04-12Added set_extra_headers() to WebSocketServerOğuzhan Eroğlu
2022-04-12move gltf export under scene menuPriyansh Rathi
2022-04-12Fix Visual Script's jump to function relative to zoomNicholas Huelin
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11catch null profile_def causing crash on startupJosh Kabo
2022-04-11Merge pull request #59980 from reduz/animation-librariesRémi Verschelde
2022-04-11Implement Animation Librariesreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-11Merge pull request #59940 from BastiaanOlij/xr_new_controllers_20220405Rémi Verschelde
2022-04-09Merge pull request #59995 from Scony/fix-threaded-navmesh-bakingRémi Verschelde
2022-04-08Fix navmesh bakingPawel Lampe
2022-04-08GDScript: Fix method call on singletonsGeorge Marques
2022-04-07GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffixAaron Franke
2022-04-07Fix path handling in FBX and Blend importersRémi Verschelde
2022-04-07Add built-in Variant types to autocompletion listDavid Maziarka
2022-04-06Merge pull request #59947 from vnen/gdscript-static-methods-classdbRémi Verschelde
2022-04-06GDScript: Add support for static method calls in native typesGeorge Marques
2022-04-06Added missing interaction profiles and making sure related extensions are ena...Bastiaan Olij
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-06Fix CSG gizmos only working on root shapesEeli Reilin
2022-04-06Merge pull request #59862 from bruvzg/font_delay_texture_updateRémi Verschelde
2022-04-05Merge pull request #59930 from Scony/fix-navi-get-simple-path-masterRémi Verschelde
2022-04-05Fix get_simple_path behavior in 2D & 3DPawel Lampe
2022-04-05Fix `NoiseTexture._generate_texture` crashPaweł Fertyk
2022-04-05CI: Update black formatter and apply changesRémi Verschelde
2022-04-05Delay font texture update, until `draw` is called. Rasterize glyphs during sh...bruvzg
2022-04-04Merge pull request #59888 from akien-mga/clang-tidyRémi Verschelde