summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2022-03-22Support static methods in C# bindings generatorRaul Santos
2022-03-22[Help] Add simulated slanted font support to the editor help.bruvzg
2022-03-22Merge pull request #59275 from bruvzg/ft_brotliRémi Verschelde
2022-03-22Prevent NARROWING_CONVERSION warning for int(float) function in GDScriptYuri Roubinsky
2022-03-22Merge pull request #59056 from Chaosus/gds_fix_extends_crashYuri Rubinsky
2022-03-22Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky
2022-03-21Merge pull request #59194 from Chaosus/gds_export_flags_limit_errorRémi Verschelde
2022-03-21Merge pull request #59141 from Chaosus/gds_fix_default_arg_checkRémi Verschelde
2022-03-20Add FastNoiseLite / general noise overhaulHendrik Brucker
2022-03-18Ignore PhysicsServer3DExtension class in C#Raul Santos
2022-03-18Use 3001 instead of 1001 when destroying a websocket.Jason Knight
2022-03-18Merge pull request #59277 from bruvzg/hb401Rémi Verschelde
2022-03-18Add brotli decoder and WOFF2 support.bruvzg
2022-03-18HarfBuzz: Update to version 4.0.1bruvzg
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-16Add an error emitting when the `@export_flags` arg count is exceededYuri Roubinsky
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-15Merge pull request #45263 from KoBeWi/😕Rémi Verschelde
2022-03-14Fix default value count checking for inherited functionYuri Roubinsky
2022-03-14Fix determination of SVG canvas sizeHaoyu Qiu
2022-03-13Improve simulated bold fonts advance.bruvzg
2022-03-12Merge pull request #58338 from aaronfranke/boolsRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-12Fix Slerp C# docs and add test cases for vectors in the same directionAaron Franke
2022-03-12Prevent crash due to empty error message on empty extends in GDScriptYuri Roubinsky
2022-03-11Prevent non-smoothed face normals to participate to smoothed face normalsMythTitans
2022-03-11Use `RTR()` for VisualScriptNode captions and textsHaoyu Qiu
2022-03-11Merge pull request #59013 from bruvzg/fake_bold_italicsRémi Verschelde
2022-03-11Add options to embolden and transform font outlines to simulate bold and ital...bruvzg
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-11Merge pull request #59001 from BastiaanOlij/only_uninitialise_openxr_if_initi...Rémi Verschelde
2022-03-11Fix normals computation at the 'seam' of smoothed torus shapeMythTitans
2022-03-11Only uninitialise OpenXR on destruct if it was initialisedBastiaan Olij
2022-03-10Merge pull request #58781 from BastiaanOlij/openxr_signals_and_eventsRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-10Allow making multiline annotations in GDScriptYuri Roubinsky
2022-03-10Merge pull request #58958 from hoontee/masterRémi Verschelde
2022-03-10Adding signals and events to OpenXR interfaceBastiaan Olij
2022-03-09Revert #52647hoontee
2022-03-09Remove unused Bullet module and thirdparty codeRémi Verschelde
2022-03-09Merge pull request #58929 from reduz/remove-variant-arg-macrosRémi Verschelde
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-09Add SNAME macro optimization missed during rebasehoontee
2022-03-09Change some math macros to constexprkobewi
2022-03-09Merge pull request #58925 from akien-mga/remove-unused-gdnative-codeRémi Verschelde
2022-03-09Merge pull request #40814 from hoontee/masterRémi Verschelde
2022-03-09Remove unused GDNative codeRémi Verschelde
2022-03-09Merge pull request #58920 from timothyqiu/autoload-capRémi Verschelde
2022-03-09Fix Autoload capitalization inconsistencyHaoyu Qiu
2022-03-09Fix `VisualShaderNodeCustom` script templateYuri Roubinsky