Age | Commit message (Expand) | Author |
2019-07-31 | Add descriptive tooltips in VS editor | Emmanuel Barroga |
2019-07-30 | Updated assimp to commit 1d565b0 with iFire | RevoluPowered |
2019-07-30 | Merge pull request #30909 from Kaligule/patch-1 | Rémi Verschelde |
2019-07-29 | Merge pull request #30935 from YeldhamDev/gdnative_plugin_fix | Rémi Verschelde |
2019-07-29 | Merge pull request #30923 from NilsIrl/better_dropdown | Rémi Verschelde |
2019-07-29 | Fix 'GDNativeLibrary' editor being incorrectly opened | Michael Alexsander Silva Dias |
2019-07-29 | Find trailing whitespace and indentation in gdnative_api.json | Rémi Verschelde |
2019-07-29 | Add a reference to pow to the description of exp. | Kaligule |
2019-07-29 | Improve platform selection in the GDNativeLibrary dock | NilsIrl |
2019-07-29 | Merge pull request #30869 from NilsIrl/#30841 | Rémi Verschelde |
2019-07-28 | [Mono] Deprecate Set methods | Aaron Franke |
2019-07-28 | Fix WebSocketClient crash when unref during signal | Fabio Alessandrelli |
2019-07-27 | Replace radion buttons with checkboxes in GDNativeLibrary editor | NilsIrl |
2019-07-27 | Merge pull request #30849 from bojidar-bg/7898-mixed-indentation | Rémi Verschelde |
2019-07-27 | C#: Fix Transform2D.AffineInverse() | Ignacio Etcheverry |
2019-07-26 | Disallow using of both tabs and spaces for indentation in the same file | Bojidar Marinov |
2019-07-26 | Merge pull request #30788 from Chaosus/direction_to_gdnative | Rémi Verschelde |
2019-07-26 | Merge pull request #30842 from neikeq/fix-custom-props-msbuild | Ignacio Roldán Etcheverry |
2019-07-26 | Mono: Fix custom defines for Mono's MSBuild; remove xbuild | Ignacio Etcheverry |
2019-07-26 | Merge pull request #30825 from neikeq/heya | Ignacio Roldán Etcheverry |
2019-07-25 | Fix incorrectly updating csproj and not closing build issues file | Ignacio Etcheverry |
2019-07-25 | Merge pull request #30820 from neikeq/issue-28394 | Ignacio Roldán Etcheverry |
2019-07-25 | Mono: Don't try to update project assemblies from project manager | Ignacio Etcheverry |
2019-07-25 | Merge pull request #30776 from akien-mga/editor-configurable-float-step | Rémi Verschelde |
2019-07-25 | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE | Rémi Verschelde |
2019-07-24 | Mono: Fix regression: external editors not working on Windows | Ignacio Etcheverry |
2019-07-24 | Mono: Add option to keep running after unhandled exceptions | Ignacio Etcheverry |
2019-07-24 | Added direction_to to GDNative | Chaosus |
2019-07-24 | Merge pull request #25090 from Chaosus/string_count | Rémi Verschelde |
2019-07-23 | Update some dead links in the codebase | Michael Alexsander Silva Dias |
2019-07-23 | Added count method to String | Chaosus |
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde |
2019-07-23 | Merge pull request #30716 from qarmin/fixed_static_analiser_code | Rémi Verschelde |
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin |
2019-07-22 | Fix type mismatch in iOS interface orientation checks | Rémi Verschelde |
2019-07-22 | SCons: Enable C++11 on the whole codebase | Rémi Verschelde |
2019-07-22 | SCons: Fix uses of [].append instead of env.add_source_files() | Rémi Verschelde |
2019-07-22 | doc: Sync classref with current source | Rémi Verschelde |
2019-07-22 | Mono: Fix editor API assembly not being updated | Ignacio Etcheverry |
2019-07-20 | Merge pull request #30710 from neikeq/issue-30526 | Ignacio Roldán Etcheverry |
2019-07-20 | Fix mono module build errors for release templates | Ignacio Etcheverry |
2019-07-20 | Merge pull request #30693 from Chaosus/lerp_angle | Rémi Verschelde |
2019-07-20 | Merge pull request #30698 from Anutrix/assimp-pass-by-ref | Rémi Verschelde |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde |
2019-07-20 | Added lerp_angles built-in function | Chaosus |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-20 | Changed large const string values to string ref in some assimp functions | unknown |
2019-07-19 | Remove added pluginscript resource format loaders and savers on cleanup | Ivan Hilaire |
2019-07-19 | Merge pull request #23310 from aaronfranke/posmod-int | Rémi Verschelde |
2019-07-19 | Visualscript: Add types for base type get and set. | K. S. Ernest (iFIre) Lee |