aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptNode.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-17implement signal related methods in csharp_script so signals can be used with...Paul Joannon4-8/+89
2018-02-17add a [Signal] attribute to CSharpScriptsPaul Joannon7-1/+103
2018-02-17Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause1-2/+0
2018-02-17Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2-0/+24
2018-02-17Mono: Fix build status iconsIgnacio Etcheverry1-5/+3
2018-02-17Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause1-0/+2
2018-02-17Clean up some bad words from code commentsArtem Varaksa14-23/+13
2018-02-17Fix #16773 (Rename "Install" to "Download" in AssetLib)Artem Varaksa1-1/+1
2018-02-17Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers1-5/+11
2018-02-16Direct to InputEventJoypadButton for using buttonsBenjamin Stammen1-1/+1
2018-02-16Enforce insert_final_newline in the editorconfig.Pieter-Jan Briers1-0/+1
2018-02-16X11: Link libgcc statically with use_static_cpp optionRémi Verschelde1-3/+3
2018-02-16Update CA certificates to latest Mozilla bundleRémi Verschelde2-3096/+1948
2018-02-16Fix script previewsChaosus1-4/+4
2018-02-16fix crash autotile edit modedamarindra1-0/+5
2018-02-16Fix HTML5 HTTPClient response header retrievalLeon Krause1-2/+4
2018-02-16Fix HTML5 HTTPClient failure detectionLeon Krause1-11/+7
2018-02-16Documentation tool does not add escapes to code and codeblocksAnish1-4/+26
2018-02-15Create and return LightmapCapture.K. S. Ernest (iFire) Lee1-13/+60
2018-02-15Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee4-7/+84
2018-02-15Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli4-2/+14
2018-02-15server platform now compiles and run on linux.Fabio Alessandrelli4-47/+147
2018-02-15Add dummy Texture handlingFabio Alessandrelli1-10/+74
2018-02-15Disable GLES builders and source from server compilationFabio Alessandrelli2-3/+6
2018-02-15Add dummy resterizer driverFabio Alessandrelli2-0/+544
2018-02-15Windows: Fix case of imm32 for case-sensitive MinGW buildRémi Verschelde1-2/+2
2018-02-14Fix for a possible compile error under OS XMarcelo Fernandez3-111/+119
2018-02-14Add locale renames for Hebrew and Indonesian on WindowsRémi Verschelde1-1/+18
2018-02-14Fixed small typos in the SConstruct file.Michael Alexsander Silva Dias1-2/+2
2018-02-14Fix #16543 (add button to copy error from debugger)Artem Varaksa2-0/+23
2018-02-14Added return true o collide when no rusult is NULLAndrea Catania1-0/+2
2018-02-14Remove OpenSSL license, add Mbed TLSRémi Verschelde1-127/+5
2018-02-14Add signals and a check function for Android service connectivity.Xavier Sellier2-1/+28
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias4-4/+30
2018-02-14Allow building with system wide mbedtls on X11Fabio Alessandrelli4-82/+88
2018-02-14Disabled mbedtls module in javascript platformFabio Alessandrelli1-2/+2
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli934-351070/+3
2018-02-14Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli2-0/+7
2018-02-14lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli26-5/+6465
2018-02-14Add mbedtls moduleFabio Alessandrelli9-0/+601
2018-02-14Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli144-0/+92518
2018-02-13Fixes gravity calculation for kinematic bodies in BulletNeil Moore1-1/+2
2018-02-13Fix broken APK expansion due to missed option renamesRémi Verschelde2-2/+2
2018-02-13Always detect and use hiDPI in the project manager if neededHugo Locurcio1-8/+23
2018-02-13Add a function to remove controls from containersGeorge Marques7-0/+72
2018-02-13Remove unused variable from plugin settings updateGeorge Marques1-2/+0
2018-02-13Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_Hrobfram1-1/+1
2018-02-13Expose priority and order for custom import pluginsGeorge Marques3-0/+32
2018-02-13Add Xbox One Elite and Xbox 360 Afterglow padsBrandon DeRosier1-0/+2
2018-02-12Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez10-0/+61