aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Relicense module to the wondeful Godot community!Fabio Alessandrelli2018-02-0624-72/+96
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add websocket module.Fabio Alessandrelli2018-02-0626-0/+2847
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.
* | | / / / / / / / / / GDScriptParser: Remove debug prints.Andreas Haas2018-02-021-2/+0
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-0114-29/+29
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #16258 from NathanWarden/fix_mono_decimals_methodRémi Verschelde2018-02-011-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 Warden2018-01-311-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #16205 from neikeq/issue-15053Rémi Verschelde2018-02-012-22/+9
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Mono: Remove automatic script multilevel calls
| * | | | | | | | | | | Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-01-302-22/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #16002 from bruvzg/mono_loading_form_resRémi Verschelde2018-02-011-0/+31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Mono] Allow loading assemblies (including mscorlib) from resources.
| * | | | | | | | | | | Mono: Allow loading `mscorlib` from resources.bruvzg2018-01-311-0/+31
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #16175 from NathanWarden/add_async_and_awaitRémi Verschelde2018-02-011-3/+7
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Added async and await as C# keywords.
| * | | | | | | | | | Added async and await as C# keywords.Nathan Warden2018-01-301-3/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde2018-01-302-8/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Expose audio streams get_length()
| * | | | | | | | | Expose audio streams get_length()MrCdK2018-01-222-8/+8
| | | | | | | | | |
* | | | | | | | | | Merge pull request #16118 from neikeq/i-dont-know-what-to-write-here-anymoreRémi Verschelde2018-01-272-0/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Mono: Fix build errors with tools=no and target=release
| * | | | | | | | | | Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry2018-01-272-0/+12
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* / | | | | | | | | Mono: Fix method_bind fields being generated as instance membersIgnacio Etcheverry2018-01-271-2/+1
|/ / / / / / / / /
* | | | | | | | | Mono: Don't defer call to dispose queue objects when finalizing domainIgnacio Etcheverry2018-01-261-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 bindingsIgnacio Etcheverry2018-01-254-43/+141
| | | | | | | | |
* | | | | | | | | doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde2018-01-253-3/+3
| | | | | | | | |
* | | | | | | | | doc: Sync with current sourceRémi Verschelde2018-01-2569-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 enumAriel Manzur2018-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes linking bug in modules split library
* | | | | | | | | Improved stabilization of ray shape in BulletAndrea Catania2018-01-241-3/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #16016 from neikeq/issue-13316Ignacio Etcheverry2018-01-241-2/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix CSharpInstance::call not initializing CallError
| * | | | | | | | | Fix CSharpInstance::call not initializing CallErrorIgnacio Etcheverry2018-01-241-2/+7
| | | | | | | | | |
* | | | | | | | | | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-232-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15972 from akien-mga/mono-warningRémi Verschelde2018-01-222-1/+93
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Mono: Display opt-out warning in editor about WIP status
| * | | | | | | | | Mono: Display opt-out warning in editor about WIP statusRémi Verschelde2018-01-222-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 Joannon2018-01-221-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #15949 from MarianoGnu/issue_15743Rémi Verschelde2018-01-221-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743
| * | | | | | | | | attemp to fix #15743Mariano Suligoy2018-01-211-2/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* / | | | | | | | fix GDMonoProperty::set_valuePaul Joannon2018-01-211-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was calling getter and not setter should close #15387
* | | | | | | | GDScript: always call ResourceLoader::load() in non-completion modeBernhard Liebl2018-01-211-1/+1
| | | | | | | |
* | | | | | | | Allow shadowing class members with local variables in GDScript, closes #15896Juan Linietsky2018-01-201-14/+24
| | | | | | | |
* | | | | | | | SCsub: fix mixed indentationPoommetee Ketson2018-01-191-4/+4
| | | | | | | |
* | | | | | | | adding option to split modules libraryAriel Manzur2018-01-181-2/+6
| | | | | | | |
* | | | | | | | Merge pull request #15849 from poke1024/preload-completionRémi Verschelde2018-01-181-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | GDScript: fix autocompletion for preload() (issue 15766)
| * | | | | | | | GDScript: fix autocompletion for preload() (issue 15766)Bernhard Liebl2018-01-181-1/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Suppress errors on autocompletion for preload()Bernhard Liebl2018-01-181-1/+1
| | | | | | | |
* | | | | | | | Fix typos in code and docs with codespellRémi Verschelde2018-01-1813-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* | | | | | | | Merge pull request #15837 from KellyThomas/patch-2Rémi Verschelde2018-01-181-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 ToolsKelly Thomas2018-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/godotengine/godot/issues/15742
* | | | | | | | [GDNative] fix NativeScript false negative errorkarroffel2018-01-181-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefullyRémi Verschelde2018-01-181-3/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [GDNative] fix #15723
| * | | | | | | [GDNative] fix #15723karroffel2018-01-181-3/+38
| | | | | | | |
* | | | | | | | remove an unneeded marshalling functionPaul Joannon2018-01-182-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Variant mono_object_to_variant(MonoObject*, const ManagedType&)`
* | | | | | | | fix marshalling when a function is returning an object from c#Paul Joannon2018-01-181-4/+4
|/ / / / / / /
* / / / / / / Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron2018-01-183-0/+168
|/ / / / / /
* | | | | | Merge pull request #15761 from touilleMan/pluginscript-improve-inheritanceRémi Verschelde2018-01-174-28/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | [GDnative] Improve inheritance system in gdnative pluginscript
| * | | | | | Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-164-28/+29
| | |_|_|/ / | |/| | | |