summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-1217-42/+40
* | | | Merge pull request #35522 from AndreaCatania/rpc_opt_2Rémi Verschelde2020-02-1213-170/+961
|\ \ \ \
| * | | | Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-1213-170/+961
* | | | | Merge pull request #36138 from GodotExplorer/fix-vscode1.42-hover-4.0Rémi Verschelde2020-02-121-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix hover symbol content positiongeequlim2020-02-121-0/+2
* | | | | Merge pull request #36135 from akien-mga/doc-updateRémi Verschelde2020-02-121-3/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | doc: Sync classref with current sourceRémi Verschelde2020-02-121-3/+2
| |/ / /
* / / / Remove deprecated Color::grayHanif Bin Ariffin2020-02-123-14/+0
|/ / /
* | | Fix assign instead of comparison in image_save_tinyexr.cpp.Marcel Admiraal2020-02-111-1/+1
* | | Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-1116-28/+28
* | | Fix code formatting issues and VS compilationRémi Verschelde2020-02-114-1/+91
* | | Fix Vector3 ambiguities and out of bounds init.bruvzg2020-02-111-2/+1
* | | basis_universal: Use proper basisu_transcoder.h header, fixes Clang buildRémi Verschelde2020-02-114-39/+38
* | | Fixes to Basis Universal.Juan Linietsky2020-02-111-2/+3
* | | glslang: Disable warnings and allow unbundlingRémi Verschelde2020-02-112-60/+61
* | | basis_universal: Fix py3 build and document license and provenanceRémi Verschelde2020-02-112-27/+35
* | | Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-1111-102/+614
* | | Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-115-66/+61
* | | Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-1/+1
* | | Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-2/+1
* | | Merge pull request #29993 from bruvzg/vulkanRémi Verschelde2020-02-113-139/+148
|\ \ \
| * | | Add static Vulkan loader.bruvzg2020-02-113-139/+148
* | | | Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-4/+4
|/ / /
* | | Moved the shader source compilation code outside RenderingDevice and VulkanJuan Linietsky2020-02-115-0/+348
* | | Changes to material required to add custom shaders in RD rendererJuan Linietsky2020-02-111-2/+0
* | | A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-112-3/+6
* | | Texture refactorJuan Linietsky2020-02-1117-63/+71
* | | Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-117-236/+238
* | | Refactor image_saver_tinyexr.cpp to prevent compiler warnings.Marcel Admiraal2020-02-111-5/+10
* | | [Mono] Basis/Transforms Array operator comments and improvementsAaron Franke2020-02-105-74/+109
* | | - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-1021-121/+2276
* | | Merge pull request #33950 from Calinou/gridmap-editor-zoom-shortcutRémi Verschelde2020-02-102-2/+23
|\ \ \
| * | | Implement zooming using Ctrl + Mouse wheel in the GridMap editorHugo Locurcio2019-11-272-2/+23
* | | | Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde2020-02-103-10/+6
|\ \ \ \
| * | | | Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-013-10/+6
* | | | | Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky2020-02-101-2/+21
* | | | | Merge pull request #36048 from AndreaCatania/SoftBodyStiffRémi Verschelde2020-02-091-0/+1
|\ \ \ \ \
| * | | | | Make softbody completelly stiff to attachment pointAndrea Catania2020-02-091-0/+1
* | | | | | Merge pull request #35649 from aaronfranke/color-unsignedRémi Verschelde2020-02-091-14/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use uint/ulong for Color in C#Aaron Franke2020-01-291-14/+14
* | | | | | Merge pull request #36013 from raulsntos/fix-issubsequenceofRémi Verschelde2020-02-091-2/+2
|\ \ \ \ \ \
| * | | | | | Avoid going out of bounds in IsSubsequenceOfRaul Santos2020-02-081-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #36011 from madmiraal/fix-33391Rémi Verschelde2020-02-081-2/+1
|\ \ \ \ \ \
| * | | | | | Remove do{ } while(0) wrapper around error macros.Marcel Admiraal2020-02-081-2/+1
| |/ / / / /
* | | | | | Merge pull request #35982 from akien-mga/scons-modules-enabled-header-and-splitRémi Verschelde2020-02-081-7/+16
|\ \ \ \ \ \
| * | | | | | SCons: Split libmodules.a in folder-based libsRémi Verschelde2020-02-071-7/+16
| |/ / / / /
* / / / / / Workaround WebM playback bug after AudioServer latency fixesRémi Verschelde2020-02-072-7/+14
|/ / / / /
* | | | | Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-075-13/+8
* | | | | SCons: Generate header with info on which modules are enabledRémi Verschelde2020-02-073-9/+23
* | | | | Remove the last ERR_PRINTS that was missed by #33391unknown2020-02-071-1/+1