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-01-12
Properly resize textures so they can be ETC compressed, fixes #15139
Juan Linietsky
1
-1
/
+19
2018-01-12
[macOS] Adds ability to open files with "Open With" or double-click from Finder
bruvzg
3
-1
/
+33
2018-01-12
Make members a bit more visible color wise
Juan Linietsky
1
-1
/
+1
2018-01-12
Add special coloring to members, to make shadowing more obvious.
Juan Linietsky
4
-0
/
+66
2018-01-12
get_target_fps and set_target_fps now both use an int
Paul Joannon
2
-2
/
+2
2018-01-12
fix set_stream_peer binding in PacketPeer
Paul Joannon
1
-1
/
+1
2018-01-12
Instance dependency for particles was not being get rid of. Again fixes #15591
Juan Linietsky
1
-0
/
+1
2018-01-12
Reset collider on ray node
AndreaCatania
1
-0
/
+2
2018-01-12
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
16
-41
/
+51
2018-01-12
Fix malformed doc after #15611
Rémi Verschelde
2
-1
/
+4
2018-01-12
-Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14...
Juan Linietsky
5
-63
/
+62
2018-01-11
Restored multiplication by texture
Juan Linietsky
1
-1
/
+1
2018-01-12
Fix HTML5 feature tags
Leon Krause
3
-13
/
+21
2018-01-11
Removed extra multiplication in baker
Juan Linietsky
1
-1
/
+1
2018-01-12
Update docs
Bojidar Marinov
71
-3092
/
+695
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
98
-471
/
+562
2018-01-11
Fixes nodes being resized or moved when changing an anchor
Gilles Roudiere
1
-5
/
+13
2018-01-11
Properly fix blend equations for both transparent and non transparent framebu...
Juan Linietsky
1
-5
/
+23
2018-01-11
Fixes add script button update
Gilles Roudiere
2
-13
/
+16
2018-01-11
Update collision shapes data on tree entered
Pedro J. Estébanez
8
-15
/
+74
2018-01-12
Fix Android build error
volzhs
1
-0
/
+1
2018-01-11
solved particle memory leak, fixes #15591
Juan Linietsky
1
-0
/
+17
2018-01-11
Forced no duplication of animation data
AndreaCatania
1
-1
/
+1
2018-01-11
Fixed crash on duplicate GIProbe baking
AndreaCatania
3
-2
/
+12
2018-01-11
Fixed resource setup handling
AndreaCatania
1
-3
/
+1
2018-01-11
Update documentation to clarify that list of overlaps is not updated immediat...
Juan Linietsky
4
-10
/
+10
2018-01-11
Dont print error when loading resource from cache
Ruslan Mustakov
1
-1
/
+2
2018-01-11
Fix registered light_data property type name
Ruslan Mustakov
1
-1
/
+1
2018-01-11
Fixed graphic artifact caused by anisotropic filter
AndreaCatania
1
-2
/
+2
2018-01-11
Destroy AudioServer after other non-core types are unregistered
Ruslan Mustakov
1
-5
/
+5
2018-01-11
Fixes snap button getting out of sync (issue 15366)
poke1024
1
-1
/
+1
2018-01-11
Fixes empty line selection when scrolling
poke1024
1
-1
/
+1
2018-01-11
[GDNative] updates to string API and const fixes
karroffel
5
-165
/
+221
2018-01-11
fix updating tileset list when assign texture and set autotile true
damarindra
3
-1
/
+12
2018-01-10
sorry, accidentally pressed delete before commiting.
Juan Linietsky
1
-1
/
+2
2018-01-10
Added middle button doubleclick, fixes #15567
Juan Linietsky
1
-1
/
+7
2018-01-10
Fix crash on save-branch-as-scene
Pedro J. Estébanez
1
-1
/
+8
2018-01-10
Fixes Mono color creation from string.
Pieter-Jan Briers
1
-13
/
+13
2018-01-10
Clamp blend to fix screen space reflections
Bastiaan Olij
1
-2
/
+2
2018-01-10
Fix IME producing multiple events per key press.
bruvzg
2
-63
/
+125
2018-01-10
Shader Language: Fixes EXTRA_MATRIX undefined.
AlmightyScientist
1
-1
/
+1
2018-01-09
- Fixes #15470 "Crash on drag and drop scene file on empty scene"
Blazej Floch
2
-39
/
+70
2018-01-10
Fix stretch aspect keep mode
volzhs
1
-1
/
+1
2018-01-09
Fix warning when editor resource preview try to read pluginscript resource
Emmanuel Leblond
1
-1
/
+5
2018-01-09
Fix bad color to HTML conversion. Alpha channel was added befor RGB.
robfram
1
-1
/
+1
2018-01-09
Mono: Some fixes for #15463
Ignacio Etcheverry
3
-5
/
+5
2018-01-09
Fix bitwise NOT operator on BitMap's set_bit
Konrad Nowakowski
1
-2
/
+2
2018-01-09
Fix crash in pluginscript complete_code
Emmanuel Leblond
1
-1
/
+1
2018-01-09
Mono: Fix iteration order of object types when generating bindings
Ignacio Etcheverry
2
-30
/
+31
2018-01-09
Improve Control and Label documentation about mouse filtering
Rémi Verschelde
2
-6
/
+7
[next]