aboutsummaryrefslogtreecommitdiff
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Revert "8145 - Mouse Position is unknown until first mouse event on X11 & Win"Rémi Verschelde2017-04-081-3/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0821-0/+21
* 8145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei2017-04-051-0/+3
* Merge pull request #8152 from Hinsbart/input_id_2.1Rémi Verschelde2017-03-272-13/+2
|\
| * Better handling of joypad device IDs.Andreas Haas2017-03-262-13/+2
* | SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-251-1/+1
|/
* Fix buffer size check in UDP socket.Fabio Alessandrelli2017-03-221-1/+1
* Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2017-03-221-2/+2
* Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2017-03-221-0/+1
* Avoid deadlock when writing/reading data on a connecting TCP socketFabio Alessandrelli2017-03-222-10/+5
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-03-224-9/+5
* Implement UDP listen bind addressFabio Alessandrelli2017-03-222-6/+23
* Implement TCP Server bind addressFabio Alessandrelli2017-03-223-6/+18
* Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-03-221-1/+1
* Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-03-221-0/+4
* TCP connect always opens correct socket typeFabio Alessandrelli2017-03-222-3/+8
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1919-1526/+1311
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-181-1/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-1/+1
* Replace misuse of list iterationIgnacio Etcheverry2017-03-181-3/+3
* Fix glitches when sampling relative cursor data in CAPTURED mouse mode on Win...Saracen2017-03-181-2/+3
* Fix gibberish output for windows/mingw.Fabio Alessandrelli2017-03-181-10/+2
* Fix bug in windows TCP poll functionFabio Alessandrelli2017-01-161-4/+1
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-1/+3
* Detect bits when building with MinGWIgnacio Etcheverry2017-01-121-1/+1
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-125-5/+6
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1221-21/+21
* Fix console output for MinGW compilersRémi Verschelde2017-01-121-2/+10
* IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2017-01-042-9/+11
* Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-044-5/+5
* Move V6ONLY flag selection inside helpersFabio Alessandrelli2017-01-042-16/+0
* Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2017-01-042-3/+3
* Use an instance variable for ip_type in raw socketsFabio Alessandrelli2017-01-046-18/+22
* Properly handle tcp connection failureFabio Alessandrelli2017-01-041-1/+6
* [IPv6] Fix windows build script (link to ws2_32)Fabio Alessandrelli2016-12-111-2/+2
* TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-12-112-3/+19
* Fix windows debugger connection problems.Fabio Alessandrelli2016-12-113-8/+4
* TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-12-111-1/+1
* Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-12-111-2/+2
* Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-12-113-10/+10
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-12-115-48/+79
* vsnc --> vsyncISylvox2016-11-152-2/+2
* scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+0
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-021-3/+3
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-11/+7
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-022-102/+102
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-283/+283
* Fix the hiding of mouse cursor before interactionGeorge Marques2016-10-301-2/+5
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-301-4/+4