Age | Commit message (Expand) | Author |
2020-12-21 | Fix crash when iterating through empty dictionary. | Lyuma |
2020-12-21 | Rename unselect to deselect | Marcel Admiraal |
2020-12-21 | Rename XRPositionalTracker methods | Marcel Admiraal |
2020-12-21 | Use integer text position in scroll container, TextEdit and canvas editor, to... | bruvzg |
2020-12-21 | Merge pull request #44261 from madmiraal/rename-trackerhand-enums | Rémi Verschelde |
2020-12-19 | Rename Rect2 and Rect2i clip() to intersection() | Marcel Admiraal |
2020-12-19 | Fixes #42149 and fixes indentation errors to pass clang-format | Eyad |
2020-12-19 | Merge pull request #43898 from madmiraal/fix-43852 | Rémi Verschelde |
2020-12-18 | Merge pull request #44493 from Chaosus/vs_fix_init | Rémi Verschelde |
2020-12-18 | Fix broken members panel in visual script editor | Yuri Roubinsky |
2020-12-18 | SCons: Add explicit dependencies on thirdparty code in cloned env | Rémi Verschelde |
2020-12-17 | Fix error when calling coroutine with await in _ready | PouleyKetchoupp |
2020-12-17 | Merge pull request #44105 from neikeq/mono-wasm-m2n-hook | Rémi Verschelde |
2020-12-17 | Merge pull request #44374 from neikeq/mono-wasm-extra-framework-asms | Rémi Verschelde |
2020-12-17 | Merge pull request #44360 from bruvzg/ctl_punct_word_break | Rémi Verschelde |
2020-12-16 | Merge pull request #44424 from briansemrau/gdscript-fix-and | Rémi Verschelde |
2020-12-16 | Fix gdscript and operator | Brian Semrau |
2020-12-15 | fixes crash in disassemlber for opcode OPCODE_ASSIGN_TYPED_NATIVE | Jordan Schidlowsky |
2020-12-15 | Merge pull request #44275 from vnen/variant-function-arg-pointers | Rémi Verschelde |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-12-15 | Merge pull request #44391 from madmiraal/fix-42285 | Rémi Verschelde |
2020-12-15 | Remove Generic6DOFJoint precision property | Marcel Admiraal |
2020-12-14 | Mono: Don't use -rdynamic when compiling for WASM | Ignacio Etcheverry |
2020-12-14 | Mono: Make Godot provide its own WASM m2n trampolines | Ignacio Etcheverry |
2020-12-14 | Mono: Add extra WASM framework assemblies on game export | Ignacio Etcheverry |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-12-14 | Add word breaks on punctuation characters. | bruvzg |
2020-12-14 | Merge pull request #44353 from skyace65/PowFix | Rémi Verschelde |
2020-12-13 | Rework Mesh handling on scene importing. | reduz |
2020-12-13 | Pow method doc fix | skyace65 |
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg |
2020-12-12 | Merge pull request #44315 from madmiraal/fix-handles-baseexception | Rémi Verschelde |
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal |
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde |
2020-12-10 | Use pointer parameters in Variant function pointers | George Marques |
2020-12-10 | PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code | Rémi Verschelde |
2020-12-10 | Rename TrackerHand enums | Marcel Admiraal |
2020-12-09 | LSP: Fix iterator in enum API dump | Rémi Verschelde |
2020-12-09 | Static analyzer fixes: | bruvzg |
2020-12-08 | Merge pull request #43742 from qarmin/editor_modules_default_values | Rémi Verschelde |
2020-12-08 | Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit... | Rémi Verschelde |
2020-12-08 | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript | Rémi Verschelde |
2020-12-08 | Add PluginScript support for global class naming/icon path | Emmanuel Leblond |
2020-12-08 | Constify ScriptLanguage.can_inherit_from_file | Emmanuel Leblond |
2020-12-08 | Use Vector3 instead of 3 floats for CSGBox3D dimensions | Marcel Admiraal |
2020-12-08 | Use box size instead of extents for Shape dimensions | Marcel Admiraal |
2020-12-08 | Merge pull request #44177 from touilleMan/pluginscript-allow-custom-can_inher... | Rémi Verschelde |
2020-12-08 | Merge pull request #44136 from neikeq/scons-mono-bcl-option | Rémi Verschelde |
2020-12-08 | Merge pull request #44148 from Calinou/tweak-log-file-names | Rémi Verschelde |
2020-12-08 | Allow PluginScript to customize language's can_inherit_from_file attribute | Emmanuel Leblond |