| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [mono] write classes with no constructor as abstract | Paul Joannon | 2018-03-04 | 1 | -2/+3 |
| | | |||||
| * | [mono] rename functions to conform to PascalCase | Paul Joannon | 2018-03-04 | 3 | -19/+19 |
| | | | | | | | in: * StringExtensions.cs * Transform.cs | ||||
| * | More reliably find mscorlib.dll on Linux | Hein-Pieter van Braam | 2018-02-27 | 1 | -2/+5 |
| | | |||||
| * | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 3 | -3/+3 |
| | | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | ||||
| * | Merge pull request #17075 from paulloz/fix-build-mono-debug-notools | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| |\ | | | | | [mono] fix build error when compiling with mono, tools=no, target=debug | ||||
| | * | fix build error when compiling with mono, tools=no, target=release | Paul Joannon | 2018-02-27 | 1 | -1/+1 |
| | | | | | | | | | change TTR to RTR in `print_unhandled_exception` | ||||
| * | | Merge pull request #15641 from ↵ | Rémi Verschelde | 2018-02-27 | 3 | -12/+24 |
| |\ \ | |/ |/| | | | | | neikeq/mono-is-picky-regarding-corlib-so-we-must-make-sure-to-ship-the-right-version-otherwise-something-bad-may-happen Mono: Buildsystem improvements | ||||
| | * | Mono: Buildsystem improvements | Ignacio Etcheverry | 2018-01-12 | 3 | -12/+24 |
| | | | | | | | | | | | - Bundle with mscorlib.dll to avoid compatibilities issues - Add build option 'mono_assemblies_output_dir' to specify the output directory where the assemblies will be copied to. '#bin' by default. | ||||
| * | | Merge pull request #17046 from NathanWarden/fixed_mono_marshalling | Rémi Verschelde | 2018-02-26 | 1 | -1/+1 |
| |\ \ | | | | | | | [Mono] The marshalling *in* of Transform was also incorrect. | ||||
| | * | | The marshalling in was also incorrect. | Nathan Warden | 2018-02-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry | 2018-02-25 | 13 | -87/+397 |
| | | | | |||||
| * | | | Merge pull request #16804 from Valentactive/fix_mono_template_compiling | Rémi Verschelde | 2018-02-25 | 2 | -8/+3 |
| |\ \ \ | | | | | | | | | fix template builds with mono | ||||
| | * | | | fix release builds with mono | Michele Valente | 2018-02-22 | 2 | -8/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | "_signals" and "signals_invalidated" were moved out of the "TOOLS_ENABLED" directive. Updated also the two "update_signals" and "_update_signals" methods so it makes sense. | ||||
| * | | | | Merge pull request #16981 from paulloz/mono-nested-exceptions | Ignacio Etcheverry | 2018-02-24 | 1 | -20/+39 |
| |\ \ \ \ | | | | | | | | | | | [mono] show whole trace of nested exceptions | ||||
| | * | | | | [mono] get stacktraces for all inner exceptions | Paul Joannon | 2018-02-24 | 1 | -20/+39 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #16986 from neikeq/issue-16983 | Ignacio Etcheverry | 2018-02-24 | 1 | -3/+3 |
| |\ \ \ \ | |/ / / |/| | | | Mono: Fix bindings for parameters in vararg methods | ||||
| | * | | | Mono: Fix bindings for parameters in vararg methods | Ignacio Etcheverry | 2018-02-24 | 1 | -3/+3 |
| | |/ / | |||||
| * / / | Mono: Add project export plugin | Ignacio Etcheverry | 2018-02-22 | 12 | -56/+377 |
| |/ / | |||||
| * | | Update warning about C# support | Rémi Verschelde | 2018-02-21 | 1 | -3/+4 |
| | | | |||||
| * | | [mono] fix signals parameter retrieval | Paul Joannon | 2018-02-21 | 1 | -5/+7 |
| | | | |||||
| * | | [Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵ | Nathan Warden | 2018-02-20 | 1 | -3/+4 |
| | | | | | | | | | visual studio. | ||||
| * | | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 3 | -3/+3 |
| | | | |||||
| * | | Merge pull request #16326 from NathanWarden/fix_basis_mono | Ignacio Etcheverry | 2018-02-18 | 2 | -6/+6 |
| |\ \ | | | | | | | [Mono] Basis values now marshalled in the correct order. | ||||
| | * | | [Mono] Basis values now marshalled in the correct order. | Nathan Warden | 2018-02-02 | 2 | -6/+6 |
| | | | | |||||
| * | | | Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fix | Ignacio Etcheverry | 2018-02-18 | 1 | -16/+2 |
| |\ \ \ | | | | | | | | | Makes project manager never initialize mono debug. | ||||
| | * | | | Makes project manager never initialize mono debug. | Pieter-Jan Briers | 2018-02-16 | 1 | -16/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The heuristic whether we're in the project manager inside GDMono didn't work if the project manager was launched by not having any path to run. This is fixed now by making a Main::is_project_manager(). | ||||
| * | | | | Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcase | Ignacio Etcheverry | 2018-02-18 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Makes NodePath and RID follow PascalCase in C#. | ||||
| | * | | | | Makes NodePath and RID follow PascalCase in C#. | Pieter-Jan Briers | 2018-02-16 | 1 | -1/+1 |
| | |/ / / | | | | | | | | | | | | | Fixes #15685 | ||||
| * | | | | Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostring | Ignacio Etcheverry | 2018-02-18 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | Give C# NodePath a ToString(). | ||||
| | * | | | | Give C# NodePath a ToString(). | Pieter-Jan Briers | 2018-02-16 | 1 | -1/+2 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | It already had an implicit cast operator to string, but this doesn't get used in say string formatting. So now something like $"path: {GetPath()}" works. | ||||
| * | | | | Merge pull request #16770 from paulloz/csharp-signal-attribute | Rémi Verschelde | 2018-02-17 | 9 | -3/+186 |
| |\ \ \ \ | | | | | | | | | | | C# Signal attribute | ||||
| | * | | | | implement signal related methods in csharp_script so signals can be used ↵ | Paul Joannon | 2018-02-17 | 4 | -8/+89 |
| | | | | | | | | | | | | | | | | | | | | | with emit | ||||
| | * | | | | add a [Signal] attribute to CSharpScripts | Paul Joannon | 2018-02-17 | 7 | -1/+103 |
| | |/ / / | |||||
| * / / / | Mono: Fix build status icons | Ignacio Etcheverry | 2018-02-17 | 1 | -5/+3 |
| |/ / / | |||||
| * | | | Merge pull request #15574 from paulloz/mono-build-project-button | Rémi Verschelde | 2018-02-14 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Change 'Build Project' button style in Mono panel | ||||
| | * | | | Change 'Build Project' button style in Mono panel | Paul Joannon | 2018-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Address #15208 | ||||
| * | | | | Merge pull request #16331 from Benjamin-Dobell/pull/fix-pkgconfig-mono | Rémi Verschelde | 2018-02-14 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | Fixed Mono builds on macOS (pkgconfig detection of mono) | ||||
| | * | | | | Fix pkgconfig detection of mono | Benjamin Dobell | 2018-02-03 | 1 | -0/+1 |
| | | |/ / | |/| | | |||||
| * / | | | Add and use mono build variables with cloned environment. | Jonathan Tinkham | 2018-02-10 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Fix inconsistencies and typos in argument names | Paolo Perkovic | 2018-02-01 | 4 | -7/+7 |
| | | | | |||||
| * | | | Merge pull request #16258 from NathanWarden/fix_mono_decimals_method | Rémi Verschelde | 2018-02-01 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | [Mono] Fix an infinite recursion in the Mathf.Decimals method when using floats. | ||||
| | * | | | Fix an infinite recursion in the Mathf.Decimals method when using floats. | Nathan Warden | 2018-01-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #16205 from neikeq/issue-15053 | Rémi Verschelde | 2018-02-01 | 2 | -22/+9 |
| |\ \ \ \ | | | | | | | | | | | Mono: Remove automatic script multilevel calls | ||||
| | * | | | | Mono: Remove automatic script multilevel calls | Ignacio Etcheverry | 2018-01-30 | 2 | -22/+9 |
| | |/ / / | |||||
| * | | | | Merge pull request #16002 from bruvzg/mono_loading_form_res | Rémi Verschelde | 2018-02-01 | 1 | -0/+31 |
| |\ \ \ \ | | | | | | | | | | | [Mono] Allow loading assemblies (including mscorlib) from resources. | ||||
| | * | | | | Mono: Allow loading `mscorlib` from resources. | bruvzg | 2018-01-31 | 1 | -0/+31 |
| | |/ / / | |||||
| * / / / | Added async and await as C# keywords. | Nathan Warden | 2018-01-30 | 1 | -3/+7 |
| |/ / / | |||||
| * | | | Merge pull request #16118 from neikeq/i-dont-know-what-to-write-here-anymore | Rémi Verschelde | 2018-01-27 | 2 | -0/+12 |
| |\ \ \ | | | | | | | | | Mono: Fix build errors with tools=no and target=release | ||||
| | * | | | Mono: Fix build errors with tools=no and target=release | Ignacio Etcheverry | 2018-01-27 | 2 | -0/+12 |
| | | | | | |||||
| * | | | | Mono: Fix method_bind fields being generated as instance members | Ignacio Etcheverry | 2018-01-27 | 1 | -2/+1 |
| |/ / / | |||||
