summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsHendrikto2019-04-062-2/+1
* Fix wrong method binds and registered classIgnacio Etcheverry2019-04-062-1/+7
* Merge pull request #26662 from neikeq/csharp-collection-changesIgnacio Roldán Etcheverry2019-04-0618-294/+647
|\
| * C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-0611-37/+208
| * C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-0611-47/+240
| * C#: Some important Array and Dictionary interface changesIgnacio Etcheverry2019-04-065-220/+209
* | Merge pull request #26634 from psuhas77/patch-3Rémi Verschelde2019-04-062-0/+7
|\ \ | |/ |/|
| * Added get_noise_1d2017A7PS0002G2019-03-052-0/+7
* | Mono: Buildsystem support for finding MSBuild from VS2019Ignacio Etcheverry2019-04-062-7/+13
* | Add Open Asset Import Library to Godot.K. S. Ernest (iFire) Lee2019-04-057-0/+2833
* | Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde2019-04-053-7/+14
|\ \
| * | Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-053-7/+14
* | | Merge pull request #27327 from goodyttoor/grayscale_exrRémi Verschelde2019-04-051-14/+23
|\ \ \
| * | | Fix import grayscale EXRVivatchai Kaveeta2019-03-221-14/+23
* | | | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde2019-04-052-2/+104
|\ \ \ \ | |_|/ / |/| | |
| * | | EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry2019-03-292-2/+104
* | | | Merge pull request #27687 from Zylann/fix_heightmap_shape_min_maxRémi Verschelde2019-04-051-4/+5
|\ \ \ \
| * | | | Fix wrong heights data used to compute min and max heightsMarc Gilleron2019-04-041-4/+5
* | | | | Mono: Make missing default constructor error more foolproofForLoveOfCats2019-04-041-3/+3
* | | | | Mono: Makes GD.Convert take Variant.Type instead of intForLoveOfCats2019-04-041-2/+2
|/ / / /
* | | | SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone archesRémi Verschelde2019-04-041-3/+8
* | | | Fix memory leak introduced in bb6814aIgnacio Etcheverry2019-04-021-3/+11
* | | | Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+1
* | | | Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_dataRémi Verschelde2019-04-011-4/+4
|\ \ \ \
| * | | | Apply proper offset to CSGMesh material and smooth groupLeonard2019-03-251-4/+4
* | | | | Merge pull request #27485 from Faless/io/encode_decode_safety_prRémi Verschelde2019-04-016-34/+100
|\ \ \ \ \
| * | | | | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-016-34/+100
* | | | | | doc: Bump version to 3.2Rémi Verschelde2019-04-0189-89/+89
* | | | | | Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-...Rémi Verschelde2019-04-011-2/+4
|\ \ \ \ \ \
| * | | | | | Require `return` in all match branchesDaniel Spaniol2019-02-201-2/+4
* | | | | | | C#: Add DynamicGodotObject classIgnacio Etcheverry2019-03-2911-34/+407
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #27184 from karroffel/gdnative-api-gen-fixesRémi Verschelde2019-03-271-1/+3
|\ \ \ \ \ \
| * | | | | | fix GDNative binding generation for object typeskarroffel2019-03-171-1/+3
* | | | | | | Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-classRémi Verschelde2019-03-272-129/+70
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix GDScriptCompiler bugging out with identically-named inner classBojidar Marinov2019-03-162-129/+70
* | | | | | | Merge pull request #27320 from karroffel/gdnative-terminate-error-printThomas Herzog2019-03-252-22/+19
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | [GDNative] fix NativeScript leak in editorthomas.herzog2019-03-222-21/+18
| * | | | | | [GDNative] remove spam at editor unfocus when using NativeScriptthomas.herzog2019-03-221-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #27359 from neikeq/who-reads-docs-anywayIgnacio Roldán Etcheverry2019-03-232-79/+472
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | C#: Bindings generator now translates BBCode docs to XML commentsIgnacio Etcheverry2019-03-232-79/+472
* | | | | | Merge pull request #27270 from shartte/fix-generics-parsingIgnacio Roldán Etcheverry2019-03-201-0/+14
|\ \ \ \ \ \
| * | | | | | Fix parsing of generic type declarations in C# source files.Sebastian Hartte2019-03-201-0/+14
| | |_|/ / / | |/| | | |
* / | | | | Add support for new MSBuild directory naming introduced in VS 2019.Sebastian Hartte2019-03-201-0/+8
|/ / / / /
* | | | | Merge pull request #26309 from bojidar-bg/21536-resize-gridmap-previewsRémi Verschelde2019-03-162-7/+59
|\ \ \ \ \
| * | | | | Add search box and size slider to GridMap (similar to TileMap's)Bojidar Marinov2019-02-262-7/+59
* | | | | | Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transformsRémi Verschelde2019-03-161-1/+1
|\ \ \ \ \ \
| * | | | | | Consider StaticBody and NavMesh position when converting to a MeshLibraryBojidar Marinov2019-02-261-1/+1
| |/ / / / /
* | | / / / Fix duplicated lines in GDScript bytecodeBojidar Marinov2019-03-142-6/+3
| |_|/ / / |/| | | |
* | | | | Merge pull request #27014 from neikeq/csharp-update-exports-only-in-editorRémi Verschelde2019-03-131-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | C#: Update exports only in the editorIgnacio Etcheverry2019-03-131-0/+3