| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix pkgconfig detection of mono | Benjamin Dobell | 2018-02-19 | 1 | -0/+1 |
| | | | | | (cherry picked from commit 5920bc6f72daacbfb0345c19af9e181110b0def6) | ||||
| * | [Mono] Basis values now marshalled in the correct order. | Nathan Warden | 2018-02-19 | 2 | -6/+6 |
| | | | | | (cherry picked from commit 0cc4de1f24bf1fee89cb64cd11ae245be0ea3d98) | ||||
| * | Show default values in docs for GDScript built-in functions | George Marques | 2018-02-19 | 2 | -2/+4 |
| | | | | | (cherry picked from commit dca2ae78dd04530bf96c3d550e57fc945876ea95) | ||||
| * | Change 'Build Project' button style in Mono panel | Paul Joannon | 2018-02-19 | 1 | -1/+1 |
| | | | | | | | Address #15208 (cherry picked from commit 484f664331a0aa45f0b6bbee46a9d1d631edf23e) | ||||
| * | Fixed android arm64v8 | Colin Kinloch | 2018-02-19 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 853b1daa499cf3add4014cf4d825c01603e2d1ea) | ||||
| * | Added async and await as C# keywords. | Nathan Warden | 2018-02-05 | 1 | -3/+7 |
| | | | | | (cherry picked from commit 3dcf0567a11887a460aefc76b3bce8636d688019) | ||||
| * | Mono: Remove automatic script multilevel calls | Ignacio Etcheverry | 2018-02-05 | 2 | -22/+9 |
| | | | | | (cherry picked from commit 84437b48645ac688bd182eb9f5f58896e46a752f) | ||||
| * | Fix inconsistencies and typos in argument names | Paolo Perkovic | 2018-02-04 | 14 | -29/+29 |
| | | | | | (cherry picked from commit 08d4bfacafa8abe435d51a6afecb276030a23280) | ||||
| * | Fix an infinite recursion in the Mathf.Decimals method when using floats. | Nathan Warden | 2018-02-04 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 2109bd3f9722929a1d8b6850b235677a03a1313a) | ||||
| * | Expose audio streams get_length() | MrCdK | 2018-01-30 | 2 | -8/+8 |
| | | | | | (cherry picked from commit 8a9f1c2a5d7364016b9c67dc158557607f6de4bd) | ||||
| * | 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 |
| |/ | |||||
| * | Mono: Don't defer call to dispose queue objects when finalizing domain | Ignacio Etcheverry | 2018-01-26 | 1 | -5/+7 |
| | | | | | | It's going to be called anyway after `mono_domain_finalize`. This also prevents crashes, since the MessageQueue singleton could already be freed at this point (see: #15702). | ||||
| * | Mono: Fix NodePath and RID bindings | Ignacio Etcheverry | 2018-01-25 | 4 | -43/+141 |
| | | |||||
| * | doc: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | 2018-01-25 | 3 | -3/+3 |
| | | |||||
| * | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 69 | -69/+69 |
| | | | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). | ||||
| * | - Improves portability in joystick buttons enum | Ariel Manzur | 2018-01-24 | 1 | -1/+1 |
| | | | | | - Fixes linking bug in modules split library | ||||
| * | Improved stabilization of ray shape in Bullet | Andrea Catania | 2018-01-24 | 1 | -3/+10 |
| | | |||||
| * | Merge pull request #16016 from neikeq/issue-13316 | Ignacio Etcheverry | 2018-01-24 | 1 | -2/+7 |
| |\ | | | | | Fix CSharpInstance::call not initializing CallError | ||||
| | * | Fix CSharpInstance::call not initializing CallError | Ignacio Etcheverry | 2018-01-24 | 1 | -2/+7 |
| | | | |||||
| * | | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer | Paul Joannon | 2018-01-23 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #15972 from akien-mga/mono-warning | Rémi Verschelde | 2018-01-22 | 2 | -1/+93 |
| |\ \ | | | | | | | Mono: Display opt-out warning in editor about WIP status | ||||
| | * | | Mono: Display opt-out warning in editor about WIP status | Rémi Verschelde | 2018-01-22 | 2 | -1/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that all users of the Mono flavour of Godot 3.0 are aware of its current shortcomings (no export, crashes and usability issues). The dialog is shown each time the editor is started, until the checkbox is disabled (i.e. until users will have actually read it). Fixes #15956. | ||||
| * | | | RID cached class was wrong (mono) | Paul Joannon | 2018-01-22 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #15949 from MarianoGnu/issue_15743 | Rémi Verschelde | 2018-01-22 | 1 | -2/+4 |
| |\ \ | | | | | | | Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743 | ||||
| | * | | attemp to fix #15743 | Mariano Suligoy | 2018-01-21 | 1 | -2/+4 |
| | | | | |||||
| * | | | fix GDMonoProperty::set_value | Paul Joannon | 2018-01-21 | 1 | -1/+1 |
| |/ / | | | | | | | | | was calling getter and not setter should close #15387 | ||||
| * | | GDScript: always call ResourceLoader::load() in non-completion mode | Bernhard Liebl | 2018-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Allow shadowing class members with local variables in GDScript, closes #15896 | Juan Linietsky | 2018-01-20 | 1 | -14/+24 |
| | | | |||||
| * | | SCsub: fix mixed indentation | Poommetee Ketson | 2018-01-19 | 1 | -4/+4 |
| | | | |||||
| * | | adding option to split modules library | Ariel Manzur | 2018-01-18 | 1 | -2/+6 |
| | | | |||||
| * | | Merge pull request #15849 from poke1024/preload-completion | Rémi Verschelde | 2018-01-18 | 1 | -1/+3 |
| |\ \ | | | | | | | GDScript: fix autocompletion for preload() (issue 15766) | ||||
| | * | | GDScript: fix autocompletion for preload() (issue 15766) | Bernhard Liebl | 2018-01-18 | 1 | -1/+3 |
| | | | | |||||
| * | | | Suppress errors on autocompletion for preload() | Bernhard Liebl | 2018-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 13 | -21/+21 |
| | | | | | | | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | | | Merge pull request #15837 from KellyThomas/patch-2 | Rémi Verschelde | 2018-01-18 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | remove usage of C#7 in DebuggingUtils.cs for compatibility with 2015 Build Tools | ||||
| | * | | remove c#7 features for compatibility with 2015 Build Tools | Kelly Thomas | 2018-01-18 | 1 | -2/+2 |
| | | | | | | | | | | https://github.com/godotengine/godot/issues/15742 | ||||
| * | | | [GDNative] fix NativeScript false negative error | karroffel | 2018-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefully | Rémi Verschelde | 2018-01-18 | 1 | -3/+38 |
| |\ \ \ | |/ / |/| | | [GDNative] fix #15723 | ||||
| | * | | [GDNative] fix #15723 | karroffel | 2018-01-18 | 1 | -3/+38 |
| | | | | |||||
| * | | | remove an unneeded marshalling function | Paul Joannon | 2018-01-18 | 2 | -11/+6 |
| | | | | | | | | | | | | | `Variant mono_object_to_variant(MonoObject*, const ManagedType&)` | ||||
| * | | | fix marshalling when a function is returning an object from c# | Paul Joannon | 2018-01-18 | 1 | -4/+4 |
| |/ / | |||||
| * / | Added GDNative copy constructor for PoolVectors Read and Write | Marc Gilleron | 2018-01-18 | 3 | -0/+168 |
| |/ | |||||
| * | Merge pull request #15761 from touilleMan/pluginscript-improve-inheritance | Rémi Verschelde | 2018-01-17 | 4 | -28/+29 |
| |\ | | | | | [GDnative] Improve inheritance system in gdnative pluginscript | ||||
| | * | Improve inheritance system in gdnative pluginscript | Emmanuel Leblond | 2018-01-16 | 4 | -28/+29 |
| | | | |||||
| * | | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 3 | -3/+3 |
| | | | |||||
| * | | Fixes for parameter names of builtin functions in visual scripts/core | Chaosus | 2018-01-16 | 2 | -11/+11 |
| | | | |||||
| * | | Merge pull request #15777 from AndreaCatania/p2 | Rémi Verschelde | 2018-01-16 | 1 | -13/+12 |
| |\ \ | | | | | | | Fixed bullet physics body shape scaling | ||||
| | * | | Fixed bullet physics body shape scaling | AndreaCatania | 2018-01-16 | 1 | -13/+12 |
| | |/ | |||||
