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
2016-11-02
Improve Android build (Clang + tidyness)
Pedro J. Estébanez
1
-87
/
+100
2016-11-01
Option for detaching script from node (#6934).
Mateusz Adamczyk
2
-3
/
+39
2016-11-01
Make regex compilable with RTTI disabled
Pedro J. Estébanez
1
-4
/
+9
2016-10-31
Fix IPv6 linking for UWP
George Marques
1
-0
/
+4
2016-11-01
style: Various other PEP8 fixes in Python files
Rémi Verschelde
25
-369
/
+370
2016-11-01
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
53
-193
/
+115
2016-11-01
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
93
-2293
/
+2293
2016-11-01
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
88
-6280
/
+6280
2016-11-01
Fix to fit stylebox with ItemList
volzhs
1
-1
/
+4
2016-10-31
Fixed Mix nodes in Animation Tree Player
m4nu3lf
2
-17
/
+4
2016-10-31
Fix memory leak with drag & drop on 2D viewport
volzhs
1
-0
/
+1
2016-10-31
Add option 'wasm' to compile to WebAssembly in web export
eska
4
-32
/
+30
2016-10-30
Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)
Fabio Alessandrelli
1
-0
/
+7
2016-10-31
Fix p_index out of size error when closing script
volzhs
1
-1
/
+1
2016-10-31
Fix Accept/ConfirmationDialog UI broken
volzhs
1
-5
/
+8
2016-10-31
Revert "Place child control under label in AcceptDialog."
volzhs
1
-25
/
+10
2016-10-30
Update docs to IPv6
Fabio Alessandrelli
1
-8
/
+26
2016-10-30
Set proper ip_type default for listen() and resolve_hostname()
Fabio Alessandrelli
3
-4
/
+4
2016-10-30
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
6
-8
/
+50
2016-10-30
Add optional IP type param in TCP/UDP connect/set_send_address
Fabio Alessandrelli
4
-5
/
+24
2016-10-30
Fix windows debugger connection problems.
Fabio Alessandrelli
7
-19
/
+30
2016-10-30
TCPServer listen now default to IP type ANY (v6 socket with v4 support)
Fabio Alessandrelli
4
-5
/
+5
2016-10-30
scons: Move lib splitting method to methods.py
Rémi Verschelde
3
-3
/
+51
2016-10-31
Fix 2 search menus are shown
volzhs
1
-11
/
+6
2016-10-30
Fix bug with saving last select language and remove warning
volzhs
1
-6
/
+1
2016-10-30
Revert "make `Container` node aware of `Size Flags`"
Rémi Verschelde
1
-12
/
+0
2016-10-29
Won't change editor tabs when using External Editor.
Henrique L. Alves
1
-2
/
+6
2016-10-29
Adopt simpler strategy for big libs on Windows
Pedro J. Estébanez
2
-50
/
+12
2016-10-28
Add "Never" underline mode to LinkButton
rdb
3
-4
/
+9
2016-10-27
Ability to drag script files from Filesystem dock to SceneTree dock.
Andreas Haas
4
-2
/
+38
2016-10-27
Fix locale for macOS-style locales
Damon
1
-6
/
+12
2016-10-27
Changed RegEx to inherit Resource
Zher Huei Lee
2
-4
/
+8
2016-10-27
Added global sub and bounds checking to RegEx
Zher Huei Lee
3
-19
/
+54
2016-10-27
RegEx re-implemented as a module
Zher Huei Lee
15
-1973
/
+1730
2016-10-27
Change set_locale to fallback to the global language (#6910)
Damon Myers
1
-6
/
+27
2016-10-26
fix bug introduced by #6501
yg2f
4
-20
/
+15
2016-10-26
Fix PacketPeerUDP get_packet_port()
Fabio Alessandrelli
2
-4
/
+4
2016-10-26
Fix regression #6864 caused by #6613
Pawel Kowal
2
-5
/
+14
2016-10-26
Improve drag and drop on 2D viewport
volzhs
3
-6
/
+453
2016-10-26
make `Container` node aware of `Size Flags`
Răzvan Cosmin Rădulescu
1
-0
/
+12
2016-10-26
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
7
-22
/
+26
2016-10-23
Remove dead code in FileSystemDock
volzhs
1
-7
/
+0
2016-10-23
Add WebM module
Błażej Szczygieł
11
-3
/
+1124
2016-10-23
Fix comparison bug with InputEvent
volzhs
1
-1
/
+2
2016-10-22
"CCFLAGS" are for C and C++ compiler
Błażej Szczygieł
1
-1
/
+1
2016-10-22
Fixed tiny error in detect.py causing compilation for Android to fail.
Randy Tan Shaoxian
1
-1
/
+1
2016-10-22
Prevent unwanted script editor input on game crash
Henrique Lacreta Alves
1
-0
/
+1
2016-10-20
Fix extraneous NULL character on HTML export
George Marques
1
-2
/
+2
2016-10-21
Remove JavaScript compilation option `compress`.
eska
1
-8
/
+1
2016-10-20
Fix the hiding of mouse cursor before interaction
George Marques
1
-2
/
+5
[next]