Age | Commit message (Expand) | Author |
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | C#: Fix explicit enum values when exporting member | Ignacio Etcheverry |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-12 | C#: Fix cs_files glue mismatch bug | Ignacio Etcheverry |
2018-09-12 | Fix/workaround for issue #21667 | Ignacio Etcheverry |
2018-09-12 | Add some mono root hint dirs for OSX | Ignacio Etcheverry |
2018-09-12 | Cleanup of c# api files and bindings generator | Ignacio Etcheverry |
2018-08-25 | Added Collections namespace to Array & Dictionary | exts |
2018-08-24 | Merge pull request #20717 from PJB3005/18-08-04-godot-exceptions | Ignacio Etcheverry |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-23 | Fix Mono exception handling. | Pieter-Jan Briers |
2018-08-22 | Mono: Fix weird crash when loading corlib | Ignacio Etcheverry |
2018-08-22 | Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hook | Ignacio Etcheverry |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-07-31 | Mono: Fix property set_value and cleanup | Ignacio Etcheverry |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | Mono: Fix null dereferences | Ignacio Etcheverry |
2018-07-20 | Add Array and Dictionary wrapper classes to C# | Ignacio Etcheverry |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-04 | Mono: Pending exceptions and cleanup | Ignacio Etcheverry |
2018-06-05 | Mono: Null checks when marshaling from MonoArray* and managed Dictionary | Ignacio Etcheverry |
2018-05-29 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner |
2018-05-27 | Mono: Fix MonoImage filename being set to an invalid path | Ignacio Etcheverry |
2018-05-26 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli |
2018-05-20 | Reduce allocations when converting mono arrays to pool arrays | Carter Anderson |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-04-29 | assembly_load_hook fallback for registering GDMonoAssemblies. | Pieter-Jan Briers |
2018-03-24 | Fix mono basis GetEuler bug and marshalling/unmarshalling | Carter Anderson |
2018-03-18 | Merge pull request #17619 from neikeq/mono-runtime-main-args | Ignacio Etcheverry |
2018-03-18 | Mono: Runtime main args and assembly search fixes | Ignacio Etcheverry |
2018-03-02 | [mono] add the 'Facades' subfolder to the searched directories in _preload_hook | Paul Joannon |
2018-02-27 | Merge pull request #17075 from paulloz/fix-build-mono-debug-notools | Rémi Verschelde |
2018-02-27 | Merge pull request #15641 from neikeq/mono-is-picky-regarding-corlib-so-we-mu... | Rémi Verschelde |
2018-02-27 | fix build error when compiling with mono, tools=no, target=release | Paul Joannon |
2018-02-26 | Merge pull request #17046 from NathanWarden/fixed_mono_marshalling | Rémi Verschelde |
2018-02-26 | The marshalling in was also incorrect. | Nathan Warden |
2018-02-25 | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry |
2018-02-24 | [mono] get stacktraces for all inner exceptions | Paul Joannon |
2018-02-22 | Mono: Add project export plugin | Ignacio Etcheverry |
2018-02-21 | [mono] fix signals parameter retrieval | Paul Joannon |
2018-02-20 | [Mono] Fixed "expression did not evaluate to a constant" compiler error for v... | Nathan Warden |
2018-02-18 | Merge pull request #16326 from NathanWarden/fix_basis_mono | Ignacio Etcheverry |
2018-02-18 | Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fix | Ignacio Etcheverry |
2018-02-17 | implement signal related methods in csharp_script so signals can be used with... | Paul Joannon |
2018-02-17 | add a [Signal] attribute to CSharpScripts | Paul Joannon |