aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-17#18051: Fix indentation issues introduced during clean upXavier Cho6-16/+16
2018-04-17#18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho7-22/+22
2018-04-17#18051: Use common name for Color type argumentXavier Cho1-5/+5
2018-04-17#18051: Remove redundant verbatim prefixesXavier Cho2-3/+3
2018-04-17#18051: Use default parameter valueXavier Cho1-1/+1
2018-04-17#18051: Use array initializer when applicableXavier Cho1-4/+2
2018-04-17#18051: Remove redundant parenthesisXavier Cho13-91/+94
2018-04-17#18051: Remove unnecessary variable assignmentsXavier Cho5-11/+7
2018-04-17#18051: Use 'var' when applicableXavier Cho14-109/+109
2018-04-17#18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho19-281/+211
2018-04-17Remove duplicated declaration of RoundToInt() from MathfXavier Cho1-5/+0
2018-04-16Allow actions to provide an analog valueGilles Roudiere12-126/+274
2018-04-16Fix names of Variant operatorsGeorge Marques1-1/+2
2018-04-16Fix Android input source checksRuslan Mustakov1-2/+2
2018-04-15Remove incorrect & potentially confusing references to EulerWill Vincent3-4/+5
2018-04-15Fixed high cpu usage with PulseAudioMarcelo Fernandez1-1/+5
2018-04-14Minor fixes for the AnimationPlayer doc.Michael Alexsander Silva Dias1-3/+2
2018-04-14ItemList selection: Check against item countShyRed1-1/+1
2018-04-13Add DNS resolution in NetworkedMultiplayerEnet::create_client()mhilbrunner2-8/+22
2018-04-13[Mono] Improve MathfChaosus3-33/+91
2018-04-13Small performance fix to wrapfChaosus1-2/+2
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez7-10/+110
2018-04-12Fix PulseAudio problems with 8 channels devicesMarcelo Fernandez2-27/+26
2018-04-12Travis: Upgrade scons-local to 3.0.1 on OSXRémi Verschelde1-2/+2
2018-04-12Travis: Enforce Coverity Scan on STATIC_CHECKS Linux/gcc build jobRémi Verschelde1-2/+12
2018-04-12Fix PulseAudio driver for audio devices that report unknown number of channelsMarcelo Fernandez1-2/+3
2018-04-12Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli11-5/+121
2018-04-12Travis: Remove unnecessary/obsolete before_install callRémi Verschelde1-3/+0
2018-04-12Fixed wrong function callAndrea Catania1-1/+1
2018-04-12Travis: Add setup for Coverity ScanRémi Verschelde1-1/+14
2018-04-12Rigidbody wake up when hitten by a kinematic bodyAndrea Catania1-1/+4
2018-04-11Update Hack font to v3.003Hugo Locurcio4-6/+6
2018-04-11Fix error detecting for PulseAudio pa_stream_new callMarcelo Fernandez1-1/+4
2018-04-11iPhone X support and iOS-related fixesRuslan Mustakov30-109/+239
2018-04-11Use internal physics processing for Nodes' internal logicRémi Verschelde7-36/+36
2018-04-11Update classref and docs, fix missing parameters' namePoommetee Ketson11-24/+21
2018-04-10Fixed color region calculation for the first linePaulb231-0/+3
2018-04-10NetworkedMultiplayerEnet: Add disconnecting/kicking peersmhilbrunner2-46/+72
2018-04-10[DOCS] OSMax Hilbrunner1-10/+61
2018-04-10Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe5-1/+16
2018-04-10Travis: Use XCode 9.3 / macOS 10.13 for osx/iphone buildsRémi Verschelde1-0/+2
2018-04-10CoreAudio: Fix iphone build after audio device refactor (#17742)Rémi Verschelde1-0/+2
2018-04-10Travis: Reenable osx and iphone buildsRémi Verschelde1-6/+6
2018-04-10doc: Sync classref with current sourceRémi Verschelde30-99/+475
2018-04-10Add Navigation docsDenis Washington1-11/+11
2018-04-10Add Navigation2D docsDenis Washington1-1/+8
2018-04-09WASAPI audio driver compile fix on mingwMarcelo Fernandez1-0/+11
2018-04-09LineEdit placeholder alignment, content margins, and overflow bugsrobfram2-4/+17
2018-04-09Add support for radio-looking items with iconPedro J. Estébanez4-1/+24
2018-04-09Allow set_custom_mouse_cursor use same cursor(image) with different shapes.Guilherme Felipe2-10/+0