summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2020-12-17Merge pull request #44360 from bruvzg/ctl_punct_word_breakRémi Verschelde
2020-12-16Merge pull request #44424 from briansemrau/gdscript-fix-andRémi Verschelde
2020-12-16Fix gdscript and operatorBrian Semrau
2020-12-15fixes crash in disassemlber for opcode OPCODE_ASSIGN_TYPED_NATIVEJordan Schidlowsky
2020-12-15Merge pull request #44275 from vnen/variant-function-arg-pointersRémi Verschelde
2020-12-15Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde
2020-12-15Merge pull request #44391 from madmiraal/fix-42285Rémi Verschelde
2020-12-15Remove Generic6DOFJoint precision propertyMarcel Admiraal
2020-12-14Mono: Don't use -rdynamic when compiling for WASMIgnacio Etcheverry
2020-12-14Mono: Make Godot provide its own WASM m2n trampolinesIgnacio Etcheverry
2020-12-14Mono: Add extra WASM framework assemblies on game exportIgnacio Etcheverry
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-14Add word breaks on punctuation characters.bruvzg
2020-12-14Merge pull request #44353 from skyace65/PowFixRémi Verschelde
2020-12-13Rework Mesh handling on scene importing.reduz
2020-12-13Pow method doc fixskyace65
2020-12-13[Complex Text Layouts] Add variable fonts support.bruvzg
2020-12-12Merge pull request #44315 from madmiraal/fix-handles-baseexceptionRémi Verschelde
2020-12-12Don't handle BaseException in build scriptsMarcel Admiraal
2020-12-10Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Rémi Verschelde
2020-12-10Use pointer parameters in Variant function pointersGeorge Marques
2020-12-10PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool codeRémi Verschelde
2020-12-10Rename TrackerHand enumsMarcel Admiraal
2020-12-09LSP: Fix iterator in enum API dumpRémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-08Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde
2020-12-08Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde
2020-12-08Add PluginScript support for global class naming/icon pathEmmanuel Leblond
2020-12-08Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond
2020-12-08Use Vector3 instead of 3 floats for CSGBox3D dimensionsMarcel Admiraal
2020-12-08Use box size instead of extents for Shape dimensionsMarcel Admiraal
2020-12-08Merge pull request #44177 from touilleMan/pluginscript-allow-custom-can_inher...Rémi Verschelde
2020-12-08Merge pull request #44136 from neikeq/scons-mono-bcl-optionRémi Verschelde
2020-12-08Merge pull request #44148 from Calinou/tweak-log-file-namesRémi Verschelde
2020-12-08Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond
2020-12-07Merge pull request #44076 from Faless/js/4.x_gdnativeRémi Verschelde
2020-12-07Merge pull request #44162 from aaronfranke/argRémi Verschelde
2020-12-07Merge pull request #43007 from DeleteSystem32/mp3-supportRémi Verschelde
2020-12-07Merge pull request #44093 from nekomatata/gdscript-base-class-initRémi Verschelde
2020-12-07Merge pull request #43981 from bruvzg/ctl_font_spacingRémi Verschelde
2020-12-07Improve argument names for core typesAaron Franke
2020-12-07Merge pull request #44117 from bruvzg/mem_fontsRémi Verschelde
2020-12-07Load dynamic fonts to memory on all platforms, to avoid locked files.bruvzg
2020-12-07[Complex Text Layouts] Performance optimizations.bruvzg
2020-12-06Tweak log file names for consistency between Mono and non-Mono logsHugo Locurcio
2020-12-06[Complex Text Layouts] Fix bitmap font memory leak.bruvzg
2020-12-06[Complex Text Layouts] Align glyph offsets and advances to the pixel grid.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal