Age | Commit message (Expand) | Author |
2018-08-04 | Add missing GetPtr() for Dictionary<> and Array<> | Xavier Cho |
2018-08-01 | Merge pull request #20644 from NickToony/master | Ignacio Etcheverry |
2018-07-31 | fixed: windows mono compile (#20598) | Nick Hope |
2018-07-31 | Merge pull request #20639 from neikeq/issue-20531-and-cleanup | Ignacio Etcheverry |
2018-07-31 | Mono: Fix property set_value and cleanup | Ignacio Etcheverry |
2018-07-29 | Fix Mono compilation on Windows/Ming | Hein-Pieter van Braam |
2018-07-28 | mbedtls: Update to upstream version 2.12.0 | Rémi Verschelde |
2018-07-28 | Merge pull request #20463 from fire/vs_expand_hints_to_virtual_func | Rémi Verschelde |
2018-07-28 | Merge pull request #17595 from viktor-ferenczi/issue-5042-subproc | Rémi Verschelde |
2018-07-27 | Carry property hint and hint string through to Visualscript virtual functions. | K. S. Ernest (iFire) Lee |
2018-07-27 | Merge pull request #20457 from fire/vs_generic_search_crash_and_connecting | Rémi Verschelde |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-27 | Merge pull request #20462 from fire/vs_don't_typeguess_nil | Rémi Verschelde |
2018-07-27 | Merge pull request #17720 from paulloz/custom-csharp-glue | Ignacio Etcheverry |
2018-07-27 | Fixed nativescript getter and setter logic | Bastiaan Olij |
2018-07-27 | Reenabled module and fixed missing const | Bastiaan Olij |
2018-07-27 | Add missing methods to Node class in the mono glue | Paul Joannon |
2018-07-26 | GDScript: Fix parse error in string formatting | George Marques |
2018-07-26 | Visualscript: Don't type guess on nil. | K. S. Ernest (iFire) Lee |
2018-07-26 | Merge pull request #15643 from organicpencil/bullet_contact_impulse | Rémi Verschelde |
2018-07-26 | Visualscript fix crash and generic search does not connect ports. | K. S. Ernest (iFire) Lee |
2018-07-26 | Merge pull request #20468 from vnen/typed-gds-fixes | Rémi Verschelde |
2018-07-26 | Merge pull request #20477 from swarnimarun/vs_duplicate_fix | Rémi Verschelde |
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde |
2018-07-26 | Merge pull request #18282 from aaronfranke/better-mathf | Rémi Verschelde |
2018-07-26 | Fix Visual Script duplicate issue | Swarnim Arun |
2018-07-25 | GDScript: Add type inference syntax for function arguments | George Marques |
2018-07-25 | GDScript: Fix type detection for String formatting operator | George Marques |
2018-07-25 | GDScript: Fix type detection on Object typed assign | George Marques |
2018-07-25 | GDScript: Allow accessing constants of outer classes | George Marques |
2018-07-25 | GDScript: Enable built-in function introspection in non-tools | George Marques |
2018-07-25 | GDScript: Fix bogus error when a cursor token is found on class | George Marques |
2018-07-25 | GDScript: Allow strict conversion when assigning typed variables | George Marques |
2018-07-25 | GDScript: Fix mismatching between export hint and type hint | George Marques |
2018-07-25 | GDScript: Allow inherited method to add optional arguments | George Marques |
2018-07-25 | GDScript: Fix returned value of get_default_argument_count() | George Marques |
2018-07-25 | GDScript: Fix main script detection | George Marques |
2018-07-25 | GDScript: Look up local scope first for detecting type | George Marques |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | [Mono] Fix Color incorrect ordering of int export methods, added 64-bit | Aaron Franke |
2018-07-25 | Fix continuous attempt to reload domain with API assemblies out of sync | Ignacio Etcheverry |
2018-07-25 | Mono: Fix domain reload never triggering | Ignacio Etcheverry |
2018-07-25 | Fix '!valid' error spam on C# script instance create | Ignacio Etcheverry |
2018-07-25 | Mono: Fix null dereferences | Ignacio Etcheverry |
2018-07-25 | Merge pull request #20450 from fire/vs_generic_search_20433 | Rémi Verschelde |
2018-07-25 | Merge pull request #20452 from fire/vs_hide_empty_categories_20433 | Max Hilbrunner |
2018-07-25 | Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI... | K. S. Ernest (iFire) Lee |
2018-07-25 | Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext | Ignacio Etcheverry |
2018-07-25 | Visualscript: Hide empty categories for basic types and methods. | K. S. Ernest (iFire) Lee |
2018-07-25 | Merge pull request #20370 from marcelofg55/gdnative_crash | Thomas Herzog |