Age | Commit message (Expand) | Author |
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 |
2019-03-16 | Merge pull request #26309 from bojidar-bg/21536-resize-gridmap-previews | Rémi Verschelde |
2019-03-16 | Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transforms | Rémi Verschelde |
2019-03-14 | Fix duplicated lines in GDScript bytecode | Bojidar Marinov |
2019-03-13 | Merge pull request #27014 from neikeq/csharp-update-exports-only-in-editor | Rémi Verschelde |
2019-03-13 | C#: Update exports only in the editor | Ignacio Etcheverry |
2019-03-12 | Mono: Update welcome message with current state | Rémi Verschelde |
2019-03-12 | Merge pull request #26941 from JFonS/add_gizmos_priority | Rémi Verschelde |
2019-03-12 | Add priority to gizmos and fix small issues | JFonS |
2019-03-11 | Fixes segfault on opening incompatible files. | Anish |
2019-03-10 | Mono: Some assembly referencing changes and cleanup | Ignacio Etcheverry |
2019-03-09 | Mono: Fix assemblies path String incorrectly constructed from utf8 | Ignacio Etcheverry |
2019-03-09 | [GDNative] fix crash at shutdown when using singleton libraries and NativeScript | karroffel |
2019-03-08 | Fix typo in GDScript narrowing conversion warning message | Hugo Locurcio |
2019-03-08 | Merge pull request #26746 from shartte/godot-trace-listener | Ignacio Roldán Etcheverry |
2019-03-08 | Fix CSharpInstance::set not working with base classes | Ignacio Etcheverry |
2019-03-07 | Merge pull request #26773 from neikeq/issue-26628 | Rémi Verschelde |
2019-03-07 | Mono: Fix crash with exported field of custom Reference derived type | Ignacio Etcheverry |
2019-03-07 | Merge pull request #26770 from neikeq/issue-26675 | Ignacio Etcheverry |
2019-03-07 | Merge pull request #26761 from Chaosus/fix_mono_wrap | Ignacio Etcheverry |
2019-03-07 | Mono: Partially implement some Godot debug api functions | Ignacio Etcheverry |
2019-03-07 | Added a Godot TraceListener, which is automatically installed on startup. Fix... | Sebastian Hartte |
2019-03-07 | Fix division by zero at wrap functions in mono | Chaosus |