aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* [DOCS] NetworkedMultiplayerENetMax Hilbrunner2018-03-031-3/+13
| | | | (cherry picked from commit 5aae17a6fb4b41f35e5c0a744cedf9f6b905d120)
* NativeScript: Fix initialization in wrong scopeRémi Verschelde2018-03-021-1/+1
| | | | | | Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build. (cherry picked from commit 08cadc3d871f681ef1f951894345359a85ba190e)
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-03-011-0/+1
| | | | (cherry picked from commit d702d7b335c0c9305e75131770c0ea739b70d813)
* More reliably find mscorlib.dll on LinuxHein-Pieter van Braam2018-02-271-2/+5
| | | | (cherry picked from commit c094e90b2531b9ec5554dfc77c1fc613e02b87e5)
* Deprecate a typo for a new method introduced in 3.0.1Hein-Pieter van Braam2018-02-273-3/+3
|
* Revert "fix spurious error messages during autocomplete and validate"Hein-Pieter van Braam2018-02-271-4/+25
| | | | | | | This reverts commit b7faa76485be1cfe368d24e4fe30adf252beedbe. This causes a regression in 3.0.1. We haven't found a proper fix yet so we're removing this from 3.0.2
* Revert "[Mono] Basis values now marshalled in the correct order."Hein-Pieter van Braam2018-02-272-6/+6
| | | | | | | This reverts commit 9173819b71cb33709454299d03bd8b9cbaf9ba63. The fixes for these issues aren't quite baked yet. Taking them out of 3.0.2
* Revert "The marshalling in was also incorrect."Hein-Pieter van Braam2018-02-271-1/+1
| | | | | | | This reverts commit b6f958965be2024b1618aa96e6e5d3c772cab6cc. The fixes for these issues aren't quite baked yet. Taking them out of 3.0.2
* doc: Update version string for 3.0.2Rémi Verschelde2018-02-2766-66/+66
|
* Mono: Buildsystem improvementsIgnacio Etcheverry2018-02-273-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. (cherry picked from commit a45697d8dfb3b8e6fb7817060d52b22802a7d45f)
* fix release builds with monoMichele Valente2018-02-272-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. (cherry picked from commit 3c7d9001bc9591368d743e9bd6cc29a74c7bddd5)
* fix build error when compiling with mono, tools=no, target=releasePaul Joannon2018-02-271-1/+1
| | | | | | change TTR to RTR in `print_unhandled_exception` (cherry picked from commit 90a705d67102c30083d91cff47f35300eb5049a9)
* [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-261-20/+39
| | | | (cherry picked from commit 89af6c2cd7b6f8ebbed12085384441a3480b2846)
* Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry2018-02-261-3/+3
| | | | (cherry picked from commit 0c828581218b1f4694d4a6988b98ee2378163739)
* The marshalling in was also incorrect.Nathan Warden2018-02-261-1/+1
| | | | (cherry picked from commit 60daa9d7183afa9aebde022d6fb14a2b21fbbd9b)
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-2612-87/+394
| | | | (cherry picked from commit f37090ccf4f699800a43878273b8b94b5906f4bc)
* Update doc version strings to 3.0.1Hein-Pieter van Braam2018-02-2466-66/+66
|
* Removed whitespaces around arguments of functions.anakimluke2018-02-221-2/+0
| | | | | | | | | Functions automatically generated by conneting signals via GUI put whitespaces around the arguments of the generated function. This is inconsistent with the style guide. This commit fixes that.
* Fix typos with codespellluz.paz2018-02-2210-15/+15
| | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` (cherry picked from commit 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5)
* Fixes gravity calculation for kinematic bodies in BulletNeil Moore2018-02-211-1/+2
| | | | (cherry picked from commit 5fb8a6a6c223561e1e7a11699eae8aca68f8abd6)
* Update warning about C# supportRémi Verschelde2018-02-211-3/+4
| | | | (cherry picked from commit 24cf4fe062b06205d5fcf3e8824eb14f0fbb0246)
* [Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵Nathan Warden2018-02-211-3/+4
| | | | | | visual studio. (cherry picked from commit 72fe70272d540afca691143d3a4f029176e37087)
* fix spurious error messages during autocomplete and validatex12122018-02-191-25/+4
| | | | | | | _parse() caused resets on members like validating and for_completion by calling clear(). (cherry picked from commit 48c9ed45450a7d30f880d6a30ecd0459a66f6282)
* Mono: Fix build status iconsIgnacio Etcheverry2018-02-191-5/+3
| | | | (cherry picked from commit 8bd05f0c717032c6b89886c42e8bacd14c20aee9)
* implement signal related methods in csharp_script so signals can be used ↵Paul Joannon2018-02-194-8/+89
| | | | | | with emit (cherry picked from commit cfbd7fd21e6630cc513ac3a36849c0f796d142c3)
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-197-1/+103
| | | | (cherry picked from commit efd52cd1725145dc9c8038477dbe133b23868e99)
* Gridmap editor now lists plane instead of floor when not horizontal.Anish2018-02-192-3/+18
| | | | | | | | | Instead of gridmap editor calling grid as floor irrespective of the orientation, it now calls the grid plane if it's vertical and floor if horizontal. Resolves: #14611 (cherry picked from commit 7c356a9c0514bdb184aac651117f0e542baccfc4)
* Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-191-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(). (cherry picked from commit 10998380799f25cb3198c62f29e30e743c6013ac)
* Give C# NodePath a ToString().Pieter-Jan Briers2018-02-191-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. (cherry picked from commit 3c1f8efd9e5066ded2d36e99ce40511fdea79488)
* Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers2018-02-191-1/+1
| | | | | | Fixes #15685 (cherry picked from commit b1a81374d4e2ac6150a95c3ce9af8d46720b717e)
* Added return true o collide when no rusult is NULLAndrea Catania2018-02-191-0/+2
| | | | (cherry picked from commit f48845428dcfe79edf381b1626e4ae7994fbdc96)
* Add and use mono build variables with cloned environment.Jonathan Tinkham2018-02-191-2/+2
| | | | (cherry picked from commit 70d281b94685c2ce6273125efa1babd1e4cfd4dc)
* Remove debugging prints related to the asset libraryHugo Locurcio2018-02-191-5/+0
| | | | (cherry picked from commit 5513e4e1f9674f9163fdeb6ccc6dc1994736703a)
* Fix pkgconfig detection of monoBenjamin Dobell2018-02-191-0/+1
| | | | (cherry picked from commit 5920bc6f72daacbfb0345c19af9e181110b0def6)
* [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-192-6/+6
| | | | (cherry picked from commit 0cc4de1f24bf1fee89cb64cd11ae245be0ea3d98)
* Show default values in docs for GDScript built-in functionsGeorge Marques2018-02-192-2/+4
| | | | (cherry picked from commit dca2ae78dd04530bf96c3d550e57fc945876ea95)
* Change 'Build Project' button style in Mono panelPaul Joannon2018-02-191-1/+1
| | | | | | Address #15208 (cherry picked from commit 484f664331a0aa45f0b6bbee46a9d1d631edf23e)
* Fixed android arm64v8Colin Kinloch2018-02-191-2/+2
| | | | (cherry picked from commit 853b1daa499cf3add4014cf4d825c01603e2d1ea)
* Added async and await as C# keywords.Nathan Warden2018-02-051-3/+7
| | | | (cherry picked from commit 3dcf0567a11887a460aefc76b3bce8636d688019)
* Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-02-052-22/+9
| | | | (cherry picked from commit 84437b48645ac688bd182eb9f5f58896e46a752f)
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-0414-29/+29
| | | | (cherry picked from commit 08d4bfacafa8abe435d51a6afecb276030a23280)
* Fix an infinite recursion in the Mathf.Decimals method when using floats.Nathan Warden2018-02-041-1/+1
| | | | (cherry picked from commit 2109bd3f9722929a1d8b6850b235677a03a1313a)
* Expose audio streams get_length()MrCdK2018-01-302-8/+8
| | | | (cherry picked from commit 8a9f1c2a5d7364016b9c67dc158557607f6de4bd)
* 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).