aboutsummaryrefslogtreecommitdiff
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-301-0/+1
* glew: Split thirdparty files and isolate envRémi Verschelde2016-10-302-4/+1
* Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-301-1/+0
* Improve debug focus behaviorPedro J. Estébanez2016-10-092-1/+7
* Windows: prevent huge prints from crashing the engineMarc Gilleron2016-10-091-2/+5
* Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack2016-09-011-0/+2
* Fix Windows resource scriptGeorge Marques2016-07-271-2/+2
* Improve Windows application detailsGeorge Marques2016-07-271-4/+10
* Windows: Make alert message box use MB_TASKMODALRémi Verschelde2016-07-261-1/+1
* Avoid changing position when the window is fullscreenGeorge Marques2016-07-241-0/+1
* Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde2016-07-211-4/+7
|\
| * Fix mouse wheel event position on WindowsGeorge Marques2016-07-211-4/+7
* | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-212-0/+12
|\ \ | |/ |/|
| * Add OS.request_attention() for WindowsGeorge Marques2016-07-052-0/+12
* | Revert "Make editor compatible with Windows high contrast themes"Rémi Verschelde2016-07-182-27/+0
* | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variantJuan Linietsky2016-07-102-0/+63
|\ \ | |/ |/|
| * windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan2016-07-032-0/+63
* | Windows: prevent freeze while moving or resizing the game window.Andreas Haas2016-07-012-1/+17
|/
* fixes #5464 windows_joystick close_joystick bugSuperUserNameMan2016-06-291-1/+1
* Fix visual server error when minimizing the windowGeorge Marques2016-06-261-2/+6
* Merge pull request #5362 from J08nY/pngRémi Verschelde2016-06-231-0/+0
|\
| * Fixed iCCp chunk in pngsJ08nY2016-06-221-0/+0