Age | Commit message (Expand) | Author |
2019-04-07 | Merge pull request #27527 from BastiaanOlij/render_ext_target | Rémi Verschelde |
2019-04-06 | Assimp: fix FBX import with ':' in filename. | K. S. Ernest (iFire) Lee |
2019-04-06 | Merge pull request #26609 from nekomatata/shadow_offset | Timo |
2019-04-06 | Remove unused imports | Hendrikto |
2019-04-06 | Fix wrong method binds and registered class | Ignacio Etcheverry |
2019-04-06 | Merge pull request #26662 from neikeq/csharp-collection-changes | Ignacio Roldán Etcheverry |
2019-04-06 | Merge pull request #26634 from psuhas77/patch-3 | Rémi Verschelde |
2019-04-06 | C#: Support type hints for exported Arrays | Ignacio Etcheverry |
2019-04-06 | C#: Add marshalling support for IEnumerable and IDictionary | Ignacio Etcheverry |
2019-04-06 | C#: Some important Array and Dictionary interface changes | Ignacio Etcheverry |
2019-04-06 | Mono: Buildsystem support for finding MSBuild from VS2019 | Ignacio Etcheverry |
2019-04-05 | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry |
2019-04-06 | Add option to have viewport render into supplied texture | Bastiaan Olij |
2019-04-05 | Add support for type hints in non-default script editor templates | Hugo Locurcio |
2019-04-05 | Add Open Asset Import Library to Godot. | K. S. Ernest (iFire) Lee |
2019-04-05 | Merge pull request #27677 from akien-mga/Wimplicit-fallthrough | Rémi Verschelde |
2019-04-05 | Added direction_to method to vectors | Chaosus |
2019-04-05 | Merge pull request #27327 from goodyttoor/grayscale_exr | Rémi Verschelde |
2019-04-05 | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-04-05 | Merge pull request #27687 from Zylann/fix_heightmap_shape_min_max | Rémi Verschelde |
2019-04-04 | Mono: Make missing default constructor error more foolproof | ForLoveOfCats |
2019-04-04 | Fix wrong heights data used to compute min and max heights | Marc Gilleron |
2019-04-04 | Mono: Makes GD.Convert take Variant.Type instead of int | ForLoveOfCats |
2019-04-04 | SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches | Rémi Verschelde |
2019-04-02 | Fix memory leak introduced in bb6814a | Ignacio Etcheverry |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-04-01 | Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_data | Rémi Verschelde |
2019-04-01 | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde |
2019-04-01 | Add object encoding param to serialization methods | Fabio Alessandrelli |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-04-01 | Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-... | Rémi Verschelde |
2019-03-29 | EditorHelp, makerst: Improve enum ref resolving and constant ref support | Ignacio Etcheverry |
2019-03-29 | C#: Add DynamicGodotObject class | Ignacio Etcheverry |
2019-03-27 | Merge pull request #27184 from karroffel/gdnative-api-gen-fixes | Rémi Verschelde |
2019-03-27 | Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class | Rémi Verschelde |
2019-03-25 | Apply proper offset to CSGMesh material and smooth group | Leonard |
2019-03-25 | Merge pull request #27320 from karroffel/gdnative-terminate-error-print | Thomas Herzog |
2019-03-23 | Merge pull request #27359 from neikeq/who-reads-docs-anyway | Ignacio Roldán Etcheverry |
2019-03-23 | C#: Bindings generator now translates BBCode docs to XML comments | Ignacio Etcheverry |
2019-03-22 | Fix import grayscale EXR | Vivatchai Kaveeta |
2019-03-22 | [GDNative] fix NativeScript leak in editor | thomas.herzog |
2019-03-22 | [GDNative] remove spam at editor unfocus when using NativeScript | thomas.herzog |
2019-03-20 | Merge pull request #27270 from shartte/fix-generics-parsing | Ignacio Roldán Etcheverry |
2019-03-20 | Add support for new MSBuild directory naming introduced in VS 2019. | Sebastian Hartte |
2019-03-20 | Fix parsing of generic type declarations in C# source files. | Sebastian Hartte |
2019-03-19 | Properly handle different border widths in rounded corner aa | PouleyKetchoupp |
2019-03-17 | fix GDNative binding generation for object types | karroffel |
2019-03-17 | Allow whitespaces in warning-ignore comments | Timo Schwarzer |
2019-03-16 | Fix GDScriptCompiler bugging out with identically-named inner class | Bojidar Marinov |