| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #26458 from neikeq/mono-build-cleanup | Rémi Verschelde | 2019-04-08 | 8 | -741/+763 |
| |\ | |||||
| | * | Mono: Add compiler flags to env_mono instead of env | Ignacio Etcheverry | 2019-04-07 | 2 | -9/+10 |
| | * | Mono: Reorganize build scripts | Ignacio Etcheverry | 2019-04-07 | 8 | -741/+762 |
| * | | Merge pull request #27711 from neikeq/ifdef-clang-tidy | Rémi Verschelde | 2019-04-08 | 6 | -12/+12 |
| |\ \ | |||||
| | * | | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry | 2019-04-05 | 6 | -12/+12 |
| * | | | Merge pull request #27452 from Chaosus/direction_to | Rémi Verschelde | 2019-04-08 | 2 | -0/+10 |
| |\ \ \ | |||||
| | * | | | Added direction_to method to vectors | Chaosus | 2019-04-05 | 2 | -0/+10 |
| * | | | | Merge pull request #27710 from Calinou/script-templates-typed-gdscript | Rémi Verschelde | 2019-04-08 | 2 | -25/+35 |
| |\ \ \ \ | |||||
| | * | | | | Add support for type hints in non-default script editor templates | Hugo Locurcio | 2019-04-05 | 2 | -25/+35 |
| * | | | | | Merge pull request #27231 from Chaosus/smoothstep | Rémi Verschelde | 2019-04-08 | 6 | -1/+53 |
| |\ \ \ \ \ | |||||
| | * | | | | | Added smoothstep built-in function | Chaosus | 2019-04-07 | 6 | -1/+53 |
| * | | | | | | Merge pull request #27714 from fire/asset_import | Rémi Verschelde | 2019-04-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | Assimp: fix FBX import with ':' in filename. | K. S. Ernest (iFire) Lee | 2019-04-06 | 1 | -1/+1 |
| * | | | | | | Merge pull request #27734 from Hendrikto/cleanup | Rémi Verschelde | 2019-04-07 | 2 | -2/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Remove unused imports | Hendrikto | 2019-04-06 | 2 | -2/+1 |
| * | | | | | | | Fix where json exported empty types | Bastiaan Olij | 2019-04-07 | 1 | -0/+3 |
| * | | | | | | | Merge pull request #27527 from BastiaanOlij/render_ext_target | Rémi Verschelde | 2019-04-07 | 3 | -1/+15 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add option to have viewport render into supplied texture | Bastiaan Olij | 2019-04-06 | 3 | -1/+15 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #26609 from nekomatata/shadow_offset | Timo | 2019-04-06 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | Properly handle different border widths in rounded corner aa | PouleyKetchoupp | 2019-03-19 | 1 | -3/+3 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Fix wrong method binds and registered class | Ignacio Etcheverry | 2019-04-06 | 2 | -1/+7 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Merge pull request #26662 from neikeq/csharp-collection-changes | Ignacio Roldán Etcheverry | 2019-04-06 | 18 | -294/+647 |
| |\ \ \ \ \ | |||||
| | * | | | | | C#: Support type hints for exported Arrays | Ignacio Etcheverry | 2019-04-06 | 11 | -37/+208 |
| | * | | | | | C#: Add marshalling support for IEnumerable and IDictionary | Ignacio Etcheverry | 2019-04-06 | 11 | -47/+240 |
| | * | | | | | C#: Some important Array and Dictionary interface changes | Ignacio Etcheverry | 2019-04-06 | 5 | -220/+209 |
| * | | | | | | Merge pull request #26634 from psuhas77/patch-3 | Rémi Verschelde | 2019-04-06 | 2 | -0/+7 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Added get_noise_1d | 2017A7PS0002G | 2019-03-05 | 2 | -0/+7 |
| * | | | | | | Mono: Buildsystem support for finding MSBuild from VS2019 | Ignacio Etcheverry | 2019-04-06 | 2 | -7/+13 |
| * | | | | | | Add Open Asset Import Library to Godot. | K. S. Ernest (iFire) Lee | 2019-04-05 | 7 | -0/+2833 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Merge pull request #27677 from akien-mga/Wimplicit-fallthrough | Rémi Verschelde | 2019-04-05 | 3 | -7/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde | 2019-04-05 | 3 | -7/+14 |
| * | | | | | | Merge pull request #27327 from goodyttoor/grayscale_exr | Rémi Verschelde | 2019-04-05 | 1 | -14/+23 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix import grayscale EXR | Vivatchai Kaveeta | 2019-03-22 | 1 | -14/+23 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde | 2019-04-05 | 2 | -2/+104 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | EditorHelp, makerst: Improve enum ref resolving and constant ref support | Ignacio Etcheverry | 2019-03-29 | 2 | -2/+104 |
| * | | | | | | Merge pull request #27687 from Zylann/fix_heightmap_shape_min_max | Rémi Verschelde | 2019-04-05 | 1 | -4/+5 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix wrong heights data used to compute min and max heights | Marc Gilleron | 2019-04-04 | 1 | -4/+5 |
| * | | | | | | | Mono: Make missing default constructor error more foolproof | ForLoveOfCats | 2019-04-04 | 1 | -3/+3 |
| * | | | | | | | Mono: Makes GD.Convert take Variant.Type instead of int | ForLoveOfCats | 2019-04-04 | 1 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches | Rémi Verschelde | 2019-04-04 | 1 | -3/+8 |
| * | | | | | | Fix memory leak introduced in bb6814a | Ignacio Etcheverry | 2019-04-02 | 1 | -3/+11 |
| * | | | | | | Enable warnings=extra on clang and GCC testers. | marxin | 2019-04-02 | 1 | -1/+1 |
| * | | | | | | Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_data | Rémi Verschelde | 2019-04-01 | 1 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Apply proper offset to CSGMesh material and smooth group | Leonard | 2019-03-25 | 1 | -4/+4 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde | 2019-04-01 | 6 | -34/+100 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add object encoding param to serialization methods | Fabio Alessandrelli | 2019-04-01 | 6 | -34/+100 |
| * | | | | | | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 89 | -89/+89 |
| * | | | | | | | Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-... | Rémi Verschelde | 2019-04-01 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Require `return` in all match branches | Daniel Spaniol | 2019-02-20 | 1 | -2/+4 |
| * | | | | | | | | C#: Add DynamicGodotObject class | Ignacio Etcheverry | 2019-03-29 | 11 | -34/+407 |
| | |/ / / / / / |/| | | | | | | |||||
