summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-02-11Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-11Merge pull request #29993 from bruvzg/vulkanRémi Verschelde
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Moved the shader source compilation code outside RenderingDevice and VulkanJuan Linietsky
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-11Changes to material required to add custom shaders in RD rendererJuan Linietsky
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky
2020-02-11Refactor image_saver_tinyexr.cpp to prevent compiler warnings.Marcel Admiraal
2020-02-10[Mono] Basis/Transforms Array operator comments and improvementsAaron Franke
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
2020-02-10Merge pull request #33950 from Calinou/gridmap-editor-zoom-shortcutRémi Verschelde
2020-02-10Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde
2020-02-10Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky
2020-02-09Merge pull request #36048 from AndreaCatania/SoftBodyStiffRémi Verschelde
2020-02-09Merge pull request #35649 from aaronfranke/color-unsignedRémi Verschelde
2020-02-09Make softbody completelly stiff to attachment pointAndrea Catania
2020-02-09Merge pull request #36013 from raulsntos/fix-issubsequenceofRémi Verschelde
2020-02-08Merge pull request #36011 from madmiraal/fix-33391Rémi Verschelde
2020-02-08Merge pull request #35982 from akien-mga/scons-modules-enabled-header-and-splitRémi Verschelde
2020-02-08Avoid going out of bounds in IsSubsequenceOfRaul Santos
2020-02-08Remove do{ } while(0) wrapper around error macros.Marcel Admiraal
2020-02-07Workaround WebM playback bug after AudioServer latency fixesRémi Verschelde
2020-02-07SCons: Split libmodules.a in folder-based libsRémi Verschelde
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-02-07SCons: Generate header with info on which modules are enabledRémi Verschelde
2020-02-07Remove the last ERR_PRINTS that was missed by #33391unknown
2020-02-06Merge pull request #35749 from Chaosus/vst_fix_constantsRémi Verschelde
2020-02-05Merge pull request #35912 from bruce965/fix-empty-audio-loopRémi Verschelde
2020-02-05Add do..while(0) wrappers to macros without one.Marcel Admiraal
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-04Fix empty audio infinite loopFabio Iotti
2020-02-01Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde
2020-02-01Merge pull request #35811 from touilleMan/remove-useless-pluginscript-get_rpc...Rémi Verschelde
2020-02-01Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond
2020-02-01Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ...Emmanuel Leblond
2020-01-31Update docs to version 4.0clayjohn
2020-01-31Merge pull request #35778 from touilleMan/remove-gdnative-wrapperRémi Verschelde
2020-01-31Remove deprecated GDNative wrapper codeEmmanuel Leblond
2020-01-31Merge pull request #35761 from Calinou/opensimplexnoise-increase-max-octavesRémi Verschelde
2020-01-31Merge pull request #35340 from Calinou/optimize-editor-icon-generationRémi Verschelde
2020-01-30Increase the maximum number of octaves in OpenSimplexNoise to 9Hugo Locurcio
2020-01-30Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky
2020-01-29Fixed GetNodeOrNull<T>Fabián L
2020-01-29Use uint/ulong for Color in C#Aaron Franke
2020-01-28Fix static functions loop using class' functionsFrancois Belair