summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #59503 from V-Sekai/basis-universal-updateRémi Verschelde2022-03-252-14/+8
|\
| * Update basis universal to version 1.16.3.K. S. Ernest (iFire) Lee2022-03-242-14/+8
* | Cleanup OpenXR on initialisation failureBastiaan Olij2022-03-255-28/+25
|/
* Merge pull request #59255 from winterpixelgames/fix-js-websocket-closeFabio Alessandrelli2022-03-251-1/+1
|\
| * Use 3001 instead of 1001 when destroying a websocket.Jason Knight2022-03-181-1/+1
* | Merge pull request #59065 from fabriceci/script-template-condition-too-wideRémi Verschelde2022-03-231-4/+0
|\ \
| * | Restrict the condition when checking if a script is a templatefabriceci2022-03-231-4/+0
* | | Support static methods in C# bindings generatorRaul Santos2022-03-222-18/+43
* | | [Help] Add simulated slanted font support to the editor help.bruvzg2022-03-221-0/+2
* | | Merge pull request #59275 from bruvzg/ft_brotliRémi Verschelde2022-03-221-0/+17
|\ \ \
| * | | Add brotli decoder and WOFF2 support.bruvzg2022-03-181-0/+17
| | |/ | |/|
* | | Merge pull request #59056 from Chaosus/gds_fix_extends_crashYuri Rubinsky2022-03-221-0/+1
|\ \ \
| * | | Prevent crash due to empty error message on empty extends in GDScriptYuri Roubinsky2022-03-121-0/+1
| | |/ | |/|
* | | Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky2022-03-221-0/+2
|\ \ \
| * | | Allow making multiline annotations in GDScriptYuri Roubinsky2022-03-101-0/+2
* | | | Merge pull request #59194 from Chaosus/gds_export_flags_limit_errorRémi Verschelde2022-03-211-0/+9
|\ \ \ \
| * | | | Add an error emitting when the `@export_flags` arg count is exceededYuri Roubinsky2022-03-161-0/+9
| | |_|/ | |/| |
* | | | Merge pull request #59141 from Chaosus/gds_fix_default_arg_checkRémi Verschelde2022-03-211-4/+12
|\ \ \ \
| * | | | Fix default value count checking for inherited functionYuri Roubinsky2022-03-141-4/+12
* | | | | Ignore PhysicsServer3DExtension class in C#Raul Santos2022-03-181-0/+9
* | | | | Merge pull request #59277 from bruvzg/hb401Rémi Verschelde2022-03-181-0/+1
|\ \ \ \ \
| * | | | | HarfBuzz: Update to version 4.0.1bruvzg2022-03-181-0/+1
| | |/ / / | |/| | |
* / | | | Unify TextServer built-in module and GDExtension code.bruvzg2022-03-1718-1377/+2779
|/ / / /
* | | | Implement GDExtension export plugin.bruvzg2022-03-161-2/+2
* | | | Merge pull request #45263 from KoBeWi/😕Rémi Verschelde2022-03-152-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Change some math macros to constexprkobewi2022-03-092-4/+4
* | | | Fix determination of SVG canvas sizeHaoyu Qiu2022-03-141-1/+1
* | | | Improve simulated bold fonts advance.bruvzg2022-03-133-10/+37
* | | | Merge pull request #58338 from aaronfranke/boolsRémi Verschelde2022-03-122-3/+1
|\ \ \ \
| * | | | Initialize bools in the headers in editorAaron Franke2022-03-122-3/+1
| | |_|/ | |/| |
* / | | Fix Slerp C# docs and add test cases for vectors in the same directionAaron Franke2022-03-122-4/+6
|/ / /
* | | Prevent non-smoothed face normals to participate to smoothed face normalsMythTitans2022-03-111-9/+11
* | | Use `RTR()` for VisualScriptNode captions and textsHaoyu Qiu2022-03-115-76/+82
* | | Merge pull request #59013 from bruvzg/fake_bold_italicsRémi Verschelde2022-03-114-19/+140
|\ \ \
| * | | Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-114-19/+140
* | | | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
|/ / /
* | | Merge pull request #59001 from BastiaanOlij/only_uninitialise_openxr_if_initi...Rémi Verschelde2022-03-111-2/+3
|\ \ \
| * | | Only uninitialise OpenXR on destruct if it was initialisedBastiaan Olij2022-03-111-2/+3
* | | | Fix normals computation at the 'seam' of smoothed torus shapeMythTitans2022-03-111-0/+6
|/ / /
* | | Merge pull request #58781 from BastiaanOlij/openxr_signals_and_eventsRémi Verschelde2022-03-108-197/+668
|\ \ \
| * | | Adding signals and events to OpenXR interfaceBastiaan Olij2022-03-108-197/+668
* | | | Discern between virtual and abstract class bindingsreduz2022-03-1010-15/+10
* | | | Merge pull request #58958 from hoontee/masterRémi Verschelde2022-03-101-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert #52647hoontee2022-03-091-1/+1
| |/ /
* / / Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-0947-11225/+0
|/ /
* | Merge pull request #58929 from reduz/remove-variant-arg-macrosRémi Verschelde2022-03-0915-43/+43
|\ \
| * | Remove VARIANT_ARG* macrosreduz2022-03-0915-43/+43
| |/
* / Add SNAME macro optimization missed during rebasehoontee2022-03-091-1/+1
|/
* Merge pull request #58925 from akien-mga/remove-unused-gdnative-codeRémi Verschelde2022-03-0994-19760/+1
|\
| * Remove unused GDNative codeRémi Verschelde2022-03-0994-19760/+1