aboutsummaryrefslogtreecommitdiff
path: root/core/string_db.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-22Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2-4/+4
2017-03-22Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2-0/+2
2017-03-22Update docs reference for TCP_Server::listen and UDPPacketPeer::listenFabio Alessandrelli1-4/+12
2017-03-22Avoid deadlock when writing/reading data on a connecting TCP socketFabio Alessandrelli4-20/+10
2017-03-22Bind to IPv4 on OpenBSD when using wildcardFabio Alessandrelli2-0/+8
2017-03-22Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli18-65/+13
2017-03-22Implement UDP listen bind addressFabio Alessandrelli6-15/+47
2017-03-22Implement TCP Server bind addressFabio Alessandrelli9-29/+49
2017-03-22IP_Address can now be a wildcard (not a valid IP, used for binding)Fabio Alessandrelli2-1/+10
2017-03-22Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli9-11/+30
2017-03-22Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2-0/+8
2017-03-22TCP connect always opens correct socket typeFabio Alessandrelli4-8/+17
2017-03-21Fix random crashes when using yield()Pedro J. Estébanez1-1/+1
2017-03-20Fix Particles2D process mode back-compat issuePedro J. Estébanez1-0/+3
2017-03-20Revert "Fix drag and drop on 2d viewport"Rémi Verschelde1-15/+15
2017-03-19Travis: Run clang-format static checkRémi Verschelde2-1/+53
2017-03-19Fix linking order for builtin freetypeRémi Verschelde1-18/+14
2017-03-19Fix cherry-pick mistake using 3.0 methodRémi Verschelde1-1/+1
2017-03-19Input: bind parse_input_event()Andreas Haas3-1/+5
2017-03-19X11: Don't reset mouse cursor theme.Andreas Haas1-2/+1
2017-03-19android: adding classpath and gradle pluginsRamesh Mani Maran4-1/+21
2017-03-19Editor: Fix "About" dialogAndreas Haas1-6/+5
2017-03-19Fixed typo in gdscript autocompletion.mbalint121-1/+1
2017-03-19Update mouse position on touch and release events (Android)denis1-0/+2
2017-03-19List Control::has_point as a virtual methodCrazyGuy1082-0/+10
2017-03-19Fix drag and drop on 2d viewportvolzhs1-16/+16
2017-03-19fix remove_and_skip()AlexHolly1-7/+8
2017-03-19Fix connection errors when replacing nodeIgnacio Etcheverry1-2/+5
2017-03-19Bring that Whole New World to the Old Continent tooRémi Verschelde1308-173543/+146940
2017-03-19Prevent cyclical dependency issue after clang-format includes reorderRémi Verschelde1-1/+3
2017-03-19Add missing map.h include in color defsRémi Verschelde1-0/+2
2017-03-18Prevent MSVC build issue after clang-format includes reorderRémi Verschelde1-2/+3
2017-03-18Refactoring: rename tools/editor/ to editor/Rémi Verschelde1759-31301/+31301
2017-03-18clang-format: Add pre-commit hookRémi Verschelde4-0/+258