summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47194 from W4RH4WK/fbx-normalize-rotationsRémi Verschelde2021-03-211-1/+1
|\
| * FBX Import: Normalize rotation quaternionsAlex Hirsch2021-03-201-1/+1
* | Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde2021-03-204-165/+51
|\ \
| * | SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-184-165/+51
* | | Merge pull request #47139 from nekomatata/concave-backface-collisionRémi Verschelde2021-03-201-2/+8
|\ \ \
| * | | Disable backface collision with ConcavePolygonShape by defaultPouleyKetchoupp2021-03-181-2/+8
* | | | FBX Import: Check bone map access for valid cluster target node idAlex Hirsch2021-03-201-0/+1
* | | | Fix missing quote in multiline GDScript stringAlex Hirsch2021-03-191-0/+3
| |_|/ |/| |
* | | Merge pull request #47128 from ArdaE/masterRémi Verschelde2021-03-191-4/+4
|\ \ \
| * | | GLTF import: Prevent significant numerical errors in keyframe timesArdaE2021-03-181-4/+4
| |/ /
* | | Mono: Fix Android build after #46900Rémi Verschelde2021-03-181-1/+1
* | | doc: Sync classref with current sourceRémi Verschelde2021-03-1817-1/+751
|/ /
* | Added static method information the generated builtin API JSONGeorge Marques2021-03-172-2/+5
* | Further changes in GDNative APIGeorge Marques2021-03-1740-11/+880
* | Merge pull request #47024 from groud/navigationRémi Verschelde2021-03-178-300/+335
|\ \
| * | Allow Navigation to be more flexibleGilles Roudière2021-03-158-300/+335
* | | Expand bone name possibilities.K. S. Ernest (iFire) Lee2021-03-161-20/+5
* | | HarfBuzz: Update to version 2.8.0bruvzg2021-03-161-1/+1
* | | miniupnpc: Update to version 2.2.2Rémi Verschelde2021-03-161-7/+8
* | | [Net] Fix miniupnpc when no interface is specifiedFabio Alessandrelli2021-03-151-2/+4
|/ /
* | C#: Fix disconnecting event signals twiceIgnacio Etcheverry2021-03-152-11/+11
* | Merge pull request #46936 from DavidSichma/match_temp_headerRémi Verschelde2021-03-141-4/+4
|\ \
| * | Fixed match test expression for temporariesDavid Sichma2021-03-121-4/+4
* | | Merge pull request #46968 from sboronczyk/fix-editor-plugin-monoRémi Verschelde2021-03-141-1/+1
|\ \ \
| * | | Fix create c# script after partial class typesboronczyk2021-03-131-1/+1
* | | | Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde2021-03-132-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-132-2/+5
| | |/ | |/|
* | | Merge pull request #46929 from Anshul7sp1/typosAndGrammarRémi Verschelde2021-03-1330-54/+54
|\ \ \
| * | | Fixes small typos and grammar correctionAnshul7sp12021-03-1230-54/+54
| | |/ | |/|
* | | Merge pull request #46954 from neikeq/reggr-46307Rémi Verschelde2021-03-131-33/+45
|\ \ \
| * | | C#: Fix StringName leak warnings after generating bindingsIgnacio Etcheverry2021-03-131-33/+45
| |/ /
* / / C#: Fix ScriptPathAttribute generator with none or nested namespacesIgnacio Etcheverry2021-03-134-24/+54
|/ /
* | Fix visibility toggle for baked GridMapsjfons2021-03-121-0/+4
* | Merge pull request #44671 from o01eg/fix-gcc-visibilityRémi Verschelde2021-03-121-1/+3
|\ \ | |/ |/|
| * Fix visibility for GCCO01eg2020-12-251-1/+3
* | Implement Navigation layersGilles Roudière2021-03-1011-6/+70
* | Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-104-28/+35
* | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-094-10/+54
|\ \
| * | Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-244-10/+54
* | | Merge pull request #46174 from xill47/mono-appdomain-unhandled-exception-eventRémi Verschelde2021-03-085-2/+57
|\ \ \
| * | | Added mono_unhandled_exception call to unhandled_exception hookIlya Kuznetsov2021-03-085-2/+57
* | | | Merge pull request #46782 from bruvzg/fix_def_theme_sizeRémi Verschelde2021-03-083-20/+23
|\ \ \ \
| * | | | Improve bitmap font scaling. Fix default theme font size.bruvzg2021-03-083-20/+23
| |/ / /
* | | | Merge pull request #46713 from neikeq/csharp-source-generators-initRémi Verschelde2021-03-0741-1350/+652
|\ \ \ \
| * | | | Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-0641-1350/+652
* | | | | Added some checks to prevent accessing a null colliderDuddino2021-03-061-1/+7
| |/ / / |/| | |
* | | | Merge pull request #43768 from sjml/mac-mono-export-fixRémi Verschelde2021-03-031-5/+5
|\ \ \ \
| * | | | Mono/macOS: Separate data dir into frameworks and resources for codesigningShane Liesegang2021-03-031-5/+5
* | | | | Fixed match for expression patternDavid Sichma2021-03-021-1/+1
* | | | | Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fixGeorge Marques2021-03-021-2/+7
|\ \ \ \ \