aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-02Improve Android build (Clang + tidyness)Pedro J. Estébanez1-87/+100
2016-11-01Option for detaching script from node (#6934).Mateusz Adamczyk2-3/+39
2016-11-01Make regex compilable with RTTI disabledPedro J. Estébanez1-4/+9
2016-10-31Fix IPv6 linking for UWPGeorge Marques1-0/+4
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde25-369/+370
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde53-193/+115
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde93-2293/+2293
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde88-6280/+6280
2016-11-01Fix to fit stylebox with ItemListvolzhs1-1/+4
2016-10-31Fixed Mix nodes in Animation Tree Playerm4nu3lf2-17/+4
2016-10-31Fix memory leak with drag & drop on 2D viewportvolzhs1-0/+1
2016-10-31Add option 'wasm' to compile to WebAssembly in web exporteska4-32/+30
2016-10-30Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli1-0/+7
2016-10-31Fix p_index out of size error when closing scriptvolzhs1-1/+1
2016-10-31Fix Accept/ConfirmationDialog UI brokenvolzhs1-5/+8
2016-10-31Revert "Place child control under label in AcceptDialog."volzhs1-25/+10
2016-10-30Update docs to IPv6Fabio Alessandrelli1-8/+26
2016-10-30Set proper ip_type default for listen() and resolve_hostname()Fabio Alessandrelli3-4/+4
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli6-8/+50
2016-10-30Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli4-5/+24
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli7-19/+30
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli4-5/+5
2016-10-30scons: Move lib splitting method to methods.pyRémi Verschelde3-3/+51
2016-10-31Fix 2 search menus are shownvolzhs1-11/+6
2016-10-30Fix bug with saving last select language and remove warningvolzhs1-6/+1
2016-10-30Revert "make `Container` node aware of `Size Flags`"Rémi Verschelde1-12/+0
2016-10-29Won't change editor tabs when using External Editor.Henrique L. Alves1-2/+6
2016-10-29Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2-50/+12
2016-10-28Add "Never" underline mode to LinkButtonrdb3-4/+9
2016-10-27Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas4-2/+38
2016-10-27Fix locale for macOS-style localesDamon1-6/+12
2016-10-27Changed RegEx to inherit ResourceZher Huei Lee2-4/+8
2016-10-27Added global sub and bounds checking to RegExZher Huei Lee3-19/+54
2016-10-27RegEx re-implemented as a moduleZher Huei Lee15-1973/+1730
2016-10-27Change set_locale to fallback to the global language (#6910)Damon Myers1-6/+27
2016-10-26fix bug introduced by #6501yg2f4-20/+15
2016-10-26Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2-4/+4
2016-10-26Fix regression #6864 caused by #6613Pawel Kowal2-5/+14
2016-10-26Improve drag and drop on 2D viewportvolzhs3-6/+453
2016-10-26make `Container` node aware of `Size Flags`Răzvan Cosmin Rădulescu1-0/+12
2016-10-26Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli7-22/+26
2016-10-23Remove dead code in FileSystemDockvolzhs1-7/+0
2016-10-23Add WebM moduleBłażej Szczygieł11-3/+1124
2016-10-23Fix comparison bug with InputEventvolzhs1-1/+2
2016-10-22"CCFLAGS" are for C and C++ compilerBłażej Szczygieł1-1/+1
2016-10-22Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian1-1/+1
2016-10-22Prevent unwanted script editor input on game crashHenrique Lacreta Alves1-0/+1
2016-10-20Fix extraneous NULL character on HTML exportGeorge Marques1-2/+2
2016-10-21Remove JavaScript compilation option `compress`.eska1-8/+1
2016-10-20Fix the hiding of mouse cursor before interactionGeorge Marques1-2/+5