Age | Commit message (Expand) | Author |
2019-01-22 | Mono: Fix hot reload build errors and cleanup | Ignacio Etcheverry |
2019-01-21 | Mono: Add assembly reloading to running games | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-12-16 | Reduce String CoW | Hein-Pieter van Braam |
2018-12-08 | Tweaks after feedback | Ben Rog-Wilhelm |
2018-12-07 | Implement CSharpScript::get_script_method_list and related functionality. | Ben Rog-Wilhelm |
2018-11-30 | Merge pull request #24091 from neikeq/ii | Ignacio Etcheverry |
2018-11-30 | C#: Improve tool script support and fix reloading issues | Ignacio Etcheverry |
2018-11-08 | Merge pull request #23583 from neikeq/ee | Ignacio Etcheverry |
2018-11-08 | Improve the C# API projects generation | Ignacio Etcheverry |
2018-11-05 | Fix false error when exporting enum in c# | Ryan Schmitt |
2018-10-25 | Merge pull request #23162 from neikeq/cc | Ignacio Etcheverry |
2018-10-25 | Parse C# script namespace and class | Ignacio Etcheverry |
2018-10-22 | Fix internal assembly load from | Ignacio Etcheverry |
2018-10-21 | Removed undeclared and unused variable, which caused a compile error | Mads Ynddal |
2018-10-17 | C#: Optimize struct marshalling | Ignacio Etcheverry |
2018-10-06 | Mono: Fix crash on NodePath/RID disposal during Godot shutdown | Ignacio Etcheverry |
2018-10-05 | Fix build error for windows mono export templates | Ignacio Etcheverry |
2018-10-03 | Mono: Editor and export template dependencies and fixes | Ignacio Etcheverry |
2018-09-27 | Mono: Fix not creating generic Array or Dictionary where expected | Ignacio Etcheverry |
2018-09-26 | Do not update cache if the C# API assembly is out of sync | Ignacio Etcheverry |
2018-09-17 | Mono: Fix opening code editors in OSX and cleanup | Ignacio Etcheverry |
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 |