aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptFunctionCall.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-03i18n: Sync translations with WeblateRémi Verschelde13-764/+705
2018-03-03[DOCS] Small fix to Area: Fix copy/paste errorsMax Hilbrunner1-3/+3
2018-03-02Update AUTHORS and DONORS listRémi Verschelde2-10/+34
2018-03-02Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl1-9/+5
2018-03-02s/Camear/Camera in docsPoommetee Ketson1-2/+2
2018-03-02Fix serialization of identifiers with non printable ASCII charactersRémi Verschelde1-2/+9
2018-03-02fix GLES2 line renderingkarroffel1-1/+3
2018-03-02GLES2 renderer support on macOS.bruvzg5-19/+77
2018-03-02Don't crash when trying to add an invalid navmeshHein-Pieter van Braam1-0/+1
2018-03-02Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg4-14/+20
2018-03-02GridMap: fix next/prev plane text, fix meta not foundPoommetee Ketson1-3/+3
2018-03-02prune cache only at the start and end of buildRhody Lugo1-10/+2
2018-03-02[DOCS] NetworkedMultiplayerENetMax Hilbrunner1-3/+13
2018-03-02[DOCS] Small fix to PinJoint2DMax Hilbrunner1-1/+1
2018-03-02NativeScript: Fix initialization in wrong scopeRémi Verschelde1-1/+1
2018-03-01Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke10241-0/+5
2018-03-01fix accidental SConstruct revertskarroffel1-6/+4
2018-03-01Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli3-274/+1
2018-03-01Viewport: Fix missing tooltips w/ disabled physics object pickingRémi Verschelde1-9/+18
2018-03-01add GLES 2 renderer for 2Dkarroffel41-718/+12285
2018-03-01Fix intermittent audio driver crash during startup on AndroidRuslan Mustakov1-0/+1
2018-03-01Fix WebM SIMD optimizations on macOS.bruvzg1-1/+1
2018-02-28Allow degenerate triangles in polygon triangulation when necessary.Nicolas Silva2-10/+37
2018-03-01Fix server build on FreeBSDFabio Alessandrelli3-2/+15
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam8-7/+20
2018-02-28Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli2-3/+3
2018-02-28Fix grid mesh tile panning bug (issue 16524)poke10242-3/+14
2018-02-28Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli2-2/+2
2018-02-27More reliably find mscorlib.dll on LinuxHein-Pieter van Braam1-2/+5
2018-02-27doc: Sync classref with current sourceRémi Verschelde2-1/+3
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde492-492/+492
2018-02-27Android: Mark GLES3 as required in the manifestRémi Verschelde1-1/+1
2018-02-27fix build error when compiling with mono, tools=no, target=releasePaul Joannon1-1/+1
2018-02-27Fixed physics server typoAndrea Catania1-1/+1
2018-02-27Implemented Bullet method omit forcesAndrea Catania3-9/+26
2018-02-27TileSetEditorPlgn: Fix a leakPoommetee Ketson2-1/+7
2018-02-26added docs on Control's drag and drop apiindicainkwell1-0/+55
2018-02-26Fixed Windows ignoring minimized/maximized status set by userMarcelo Fernandez1-1/+10
2018-02-26Allow running with a custom resource without a main sceneHein-Pieter van Braam1-15/+16
2018-02-26The marshalling in was also incorrect.Nathan Warden1-1/+1
2018-02-25Fixed kinematic char slidingAndrea Catania3-26/+15
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry15-87/+428
2018-02-25Add a split editor to polygon 2D UV editor, moving an inch closer to adding s...Juan Linietsky6-18/+446
2018-02-25Fix version.txt validation logic for export templates .tpzRémi Verschelde1-15/+5
2018-02-25[DOCS] Sync classref with current sourcePoommetee Ketson18-25/+161
2018-02-25Fix Line2D tile mode for non-square texturesMarc Gilleron3-7/+15
2018-02-25Add missing return statements (iOS and server).bruvzg3-14/+20
2018-02-24only show information we have in stacktracePaul Joannon1-3/+11
2018-02-24[mono] get stacktraces for all inner exceptionsPaul Joannon1-20/+39
2018-02-24Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry1-3/+3