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
2017-09-25
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
8
-47
/
+47
2017-09-25
Use BoolVariable for module options.
Elliott Sales de Andrade
7
-9
/
+9
2017-09-25
Use BoolVariable for third-party options.
Elliott Sales de Andrade
19
-91
/
+87
2017-09-25
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
14
-44
/
+44
2017-09-25
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
6
-10
/
+15
2017-09-26
Enhance iOS export
Ruslan Mustakov
52
-264
/
+588
2017-09-25
Make variant_op jumptable const
Hein-Pieter van Braam
1
-26
/
+26
2017-09-25
Allow inlining of all parts of safe_refcount
Hein-Pieter van Braam
2
-304
/
+210
2017-09-25
Remove several checks on DEBUG_RELEASE
Hein-Pieter van Braam
1
-4
/
+13
2017-09-25
Use computed goto to dispatch next opcode
Hein-Pieter van Braam
1
-109
/
+183
2017-09-25
2DEditor: fix duplicated 'id_pressed' connection
Poommetee Ketson
1
-2
/
+0
2017-09-25
Add font size setting for output panel
volzhs
3
-7
/
+20
2017-09-25
Fixed Voice_Count issues in AudioEffectChorus:
Indah Sylvia
1
-2
/
+1
2017-09-25
AudioEffectLimiter: fix wrong soft_clip_ratio getter
Poommetee Ketson
1
-1
/
+1
2017-09-25
Removed print_line in Physics2DServerWrapMT::init()
Indah Sylvia
1
-3
/
+0
2017-09-25
Fixed tooltip font color
Daniel J. Ramirez
1
-1
/
+2
2017-09-25
Improved audio buses editor
Daniel J. Ramirez
2
-22
/
+34
2017-09-24
Added the ability to revert to initial value in editor settings.
Daniel J. Ramirez
4
-157
/
+200
2017-09-24
Bump required scons version to 0.98.1.
Elliott Sales de Andrade
1
-1
/
+1
2017-09-24
[DOCS] Update SpriteFrames class ref
Chris Bradfield
1
-1
/
+17
2017-09-24
Add a missing constant binding in SceenTree
Tetane
1
-0
/
+1
2017-09-24
Fix typo in fixed-fps help line
Hein-Pieter van Braam
1
-1
/
+1
2017-09-24
Fix Variant::get_named return when p_index is invalid
Marcelo Fernandez
1
-0
/
+1
2017-09-24
Fix Dictionary set_named
Hein-Pieter van Braam
1
-1
/
+1
2017-09-24
Dist: Fix typos in manpage
Rémi Verschelde
1
-2
/
+2
2017-09-24
Dist: Use HTTPS for screenshot link in AppData file
Rémi Verschelde
2
-5
/
+5
2017-09-24
Fixed caret blink and speed resetting in scenes, issue 10764
Paulb23
2
-2
/
+2
2017-09-24
Fixed scrollbar jitter when clicking
Paulb23
1
-1
/
+1
2017-09-24
Bucket fill will now incrementally process the queue on preview mode
Marcelo Fernandez
2
-11
/
+32
2017-09-24
Goto to parent on left arrow in tree with single column
Paulb23
1
-2
/
+10