index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
visual_script
/
visual_script_editor.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-17
#18051: Fix indentation issues introduced during clean up
Xavier Cho
6
-16
/
+16
2018-04-17
#18051: Do not use `var` in a for-loop, or where type is not obvious
Xavier Cho
7
-22
/
+22
2018-04-17
#18051: Use common name for Color type argument
Xavier Cho
1
-5
/
+5
2018-04-17
#18051: Remove redundant verbatim prefixes
Xavier Cho
2
-3
/
+3
2018-04-17
#18051: Use default parameter value
Xavier Cho
1
-1
/
+1
2018-04-17
#18051: Use array initializer when applicable
Xavier Cho
1
-4
/
+2
2018-04-17
#18051: Remove redundant parenthesis
Xavier Cho
13
-91
/
+94
2018-04-17
#18051: Remove unnecessary variable assignments
Xavier Cho
5
-11
/
+7
2018-04-17
#18051: Use 'var' when applicable
Xavier Cho
14
-109
/
+109
2018-04-17
#18051: Remove redundant casts and 'using', 'else', 'this' statements
Xavier Cho
19
-281
/
+211
2018-04-17
Remove duplicated declaration of RoundToInt() from Mathf
Xavier Cho
1
-5
/
+0
2018-04-16
Allow actions to provide an analog value
Gilles Roudiere
12
-126
/
+274
2018-04-16
Fix names of Variant operators
George Marques
1
-1
/
+2
2018-04-16
Fix Android input source checks
Ruslan Mustakov
1
-2
/
+2
2018-04-15
Remove incorrect & potentially confusing references to Euler
Will Vincent
3
-4
/
+5
2018-04-15
Fixed high cpu usage with PulseAudio
Marcelo Fernandez
1
-1
/
+5
2018-04-14
Minor fixes for the AnimationPlayer doc.
Michael Alexsander Silva Dias
1
-3
/
+2
2018-04-14
ItemList selection: Check against item count
ShyRed
1
-1
/
+1
2018-04-13
Add DNS resolution in NetworkedMultiplayerEnet::create_client()
mhilbrunner
2
-8
/
+22
2018-04-13
[Mono] Improve Mathf
Chaosus
3
-33
/
+91
2018-04-13
Small performance fix to wrapf
Chaosus
1
-2
/
+2
2018-04-12
Revert "Unify http- and percent- encode/decode"
Pedro J. Estébanez
7
-10
/
+110
2018-04-12
Fix PulseAudio problems with 8 channels devices
Marcelo Fernandez
2
-27
/
+26
2018-04-12
Travis: Upgrade scons-local to 3.0.1 on OSX
Rémi Verschelde
1
-2
/
+2
2018-04-12
Travis: Enforce Coverity Scan on STATIC_CHECKS Linux/gcc build job
Rémi Verschelde
1
-2
/
+12
2018-04-12
Fix PulseAudio driver for audio devices that report unknown number of channels
Marcelo Fernandez
1
-2
/
+3
2018-04-12
Implement get_peer_[address|port] in ENet/WSServer
Fabio Alessandrelli
11
-5
/
+121
2018-04-12
Travis: Remove unnecessary/obsolete before_install call
Rémi Verschelde
1
-3
/
+0
2018-04-12
Fixed wrong function call
Andrea Catania
1
-1
/
+1
2018-04-12
Travis: Add setup for Coverity Scan
Rémi Verschelde
1
-1
/
+14
2018-04-12
Rigidbody wake up when hitten by a kinematic body
Andrea Catania
1
-1
/
+4
2018-04-11
Update Hack font to v3.003
Hugo Locurcio
4
-6
/
+6
2018-04-11
Fix error detecting for PulseAudio pa_stream_new call
Marcelo Fernandez
1
-1
/
+4
2018-04-11
iPhone X support and iOS-related fixes
Ruslan Mustakov
30
-109
/
+239
2018-04-11
Use internal physics processing for Nodes' internal logic
Rémi Verschelde
7
-36
/
+36
2018-04-11
Update classref and docs, fix missing parameters' name
Poommetee Ketson
11
-24
/
+21
2018-04-10
Fixed color region calculation for the first line
Paulb23
1
-0
/
+3
2018-04-10
NetworkedMultiplayerEnet: Add disconnecting/kicking peers
mhilbrunner
2
-46
/
+72
2018-04-10
[DOCS] OS
Max Hilbrunner
1
-10
/
+61
2018-04-10
Implement Input.set_default_cursor_shape to change the default shape
Guilherme Felipe
5
-1
/
+16
2018-04-10
Travis: Use XCode 9.3 / macOS 10.13 for osx/iphone builds
Rémi Verschelde
1
-0
/
+2
2018-04-10
CoreAudio: Fix iphone build after audio device refactor (#17742)
Rémi Verschelde
1
-0
/
+2
2018-04-10
Travis: Reenable osx and iphone builds
Rémi Verschelde
1
-6
/
+6
2018-04-10
doc: Sync classref with current source
Rémi Verschelde
30
-99
/
+475
2018-04-10
Add Navigation docs
Denis Washington
1
-11
/
+11
2018-04-10
Add Navigation2D docs
Denis Washington
1
-1
/
+8
2018-04-09
WASAPI audio driver compile fix on mingw
Marcelo Fernandez
1
-0
/
+11
2018-04-09
LineEdit placeholder alignment, content margins, and overflow bugs
robfram
2
-4
/
+17
2018-04-09
Add support for radio-looking items with icon
Pedro J. Estébanez
4
-1
/
+24
2018-04-09
Allow set_custom_mouse_cursor use same cursor(image) with different shapes.
Guilherme Felipe
2
-10
/
+0
[next]