aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16981 from paulloz/mono-nested-exceptionsIgnacio Etcheverry2018-02-241-20/+39
|\ | | | | [mono] show whole trace of nested exceptions
| * [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-241-20/+39
| |
* | Merge pull request #16986 from neikeq/issue-16983Ignacio Etcheverry2018-02-241-3/+3
|\ \ | |/ |/| Mono: Fix bindings for parameters in vararg methods
| * Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry2018-02-241-3/+3
| |
* | Removed whitespaces around arguments of functions.anakimluke2018-02-241-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. (cherry picked from commit 370f84f41cf3ce493c2de687455880d9e1e04be6)
* | Mono: Add project export pluginIgnacio Etcheverry2018-02-2212-56/+377
|/
* Update warning about C# supportRémi Verschelde2018-02-211-3/+4
|
* Fix typos with codespellluz.paz2018-02-2111-16/+16
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* Merge pull request #16884 from paulloz/fix-csharp-signal-attribute-fixIgnacio Etcheverry2018-02-211-5/+7
|\ | | | | [mono] fix signals parameter retrieval
| * [mono] fix signals parameter retrievalPaul Joannon2018-02-211-5/+7
| |
* | Merge pull request #16865 from Faless/uwp_mbedtls_fixesRémi Verschelde2018-02-211-2/+5
|\ \ | |/ |/| Fix mbedTLS and websocket module for UWP
| * Websocket module properly recognize UWP (by @vnen)George Marques2018-02-201-2/+5
| |
* | Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde2018-02-206-37/+22
|\ \ | | | | | | Improved kinematic body, Now can move rigid body
| * | Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-206-37/+22
| | |
* | | [Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵Nathan Warden2018-02-201-3/+4
| |/ |/| | | | | visual studio.
* | SCons: Remove references to obsolete "fat" bitsRémi Verschelde2018-02-192-64/+16
| |
* | Merge pull request #16530 from AndreaCatania/raysRémi Verschelde2018-02-195-12/+34
|\ \ | | | | | | Improved ray shape (2D and 3D) by addiing the possibility to act as r…
| * | Improved ray shape (2D and 3D) by addiing the possibility to act as regular ↵Andrea Catania2018-02-195-12/+34
| | | | | | | | | | | | shape
* | | Merge pull request #15780 from volzhs/emojiRémi Verschelde2018-02-191-1/+1
|\ \ \ | | | | | | | | Support colored font
| * | | Support colored fontvolzhs2018-01-161-1/+1
| | | |
* | | | Merge pull request #15852 from poke1024/color_hsvRémi Verschelde2018-02-191-7/+36
|\ \ \ \ | | | | | | | | | | Add Color.from_hsv()
| * | | | Add Color.from_hsv()Bernhard Liebl2018-01-181-7/+36
| | | | |
* | | | | Merge pull request #15933 from x1212/fix_preload_in_exportsRémi Verschelde2018-02-191-25/+4
|\ \ \ \ \ | | | | | | | | | | | | fix spurious error messages during autocomplete and validate
| * | | | | fix spurious error messages during autocomplete and validatex12122018-02-141-25/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _parse() caused resets on members like validating and for_completion by calling clear().
* | | | | | Merge pull request #16173 from vnen/gdscript-argumentsRémi Verschelde2018-02-192-2/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add argument count check for some GDScript functions
| * | | | | | Add argument count check for some GDScript functionsGeorge Marques2018-01-302-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Print functions have no check. - Also remove extra apostrophe from the error report.
* | | | | | | Merge pull request #16751 from AndreaCatania/moreAPIsRémi Verschelde2018-02-192-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added Physics state APIs
| * | | | | | | Added Physics state APIsAndrea Catania2018-02-162-0/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | doc: Update version string in headerRémi Verschelde2018-02-1968-68/+68
| | | | | | |
* | | | | | | Merge pull request #16755 from KidRigger/masterRémi Verschelde2018-02-192-3/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Gridmap editor now lists plane instead of floor when not horizontal
| * | | | | | | Gridmap editor now lists plane instead of floor when not horizontal.Anish2018-02-172-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
* | | | | | | Merge pull request #16326 from NathanWarden/fix_basis_monoIgnacio Etcheverry2018-02-182-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [Mono] Basis values now marshalled in the correct order.
| * | | | | | | [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-022-6/+6
| | | | | | | |
* | | | | | | | Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fixIgnacio Etcheverry2018-02-181-16/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Makes project manager never initialize mono debug.
| * | | | | | | | Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-161-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-pascalcaseIgnacio Etcheverry2018-02-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Makes NodePath and RID follow PascalCase in C#.
| * | | | | | | | Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers2018-02-161-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15685
* | | | | | | | Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostringIgnacio Etcheverry2018-02-181-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Give C# NodePath a ToString().
| * | | | | | | | Give C# NodePath a ToString().Pieter-Jan Briers2018-02-161-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-attributeRémi Verschelde2018-02-179-3/+186
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C# Signal attribute
| * | | | | | | | implement signal related methods in csharp_script so signals can be used ↵Paul Joannon2018-02-174-8/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with emit
| * | | | | | | | add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-177-1/+103
| |/ / / / / / /
* / / / / / / / Mono: Fix build status iconsIgnacio Etcheverry2018-02-171-5/+3
|/ / / / / / /
* | | | | | | Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde2018-02-142-6/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Filesystem and Visual Script Members delete key fix
| * | | | | | | Filesystem and Visual Script Members keyboard shortcuts fixIan2018-01-062-6/+39
| | | | | | | |
* | | | | | | | Merge pull request #15574 from paulloz/mono-build-project-buttonRémi Verschelde2018-02-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change 'Build Project' button style in Mono panel
| * | | | | | | | Change 'Build Project' button style in Mono panelPaul Joannon2018-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address #15208
* | | | | | | | | Merge pull request #16176 from vnen/gdscript-default-argsRémi Verschelde2018-02-142-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Show default values in docs for GDScript built-in functions
| * | | | | | | | | Show default values in docs for GDScript built-in functionsGeorge Marques2018-01-302-2/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #16331 from Benjamin-Dobell/pull/fix-pkgconfig-monoRémi Verschelde2018-02-141-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed Mono builds on macOS (pkgconfig detection of mono)