summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2016-11-28Fix console output for MinGW compilersRémi Verschelde
2016-11-08vsnc --> vsyncISylvox
2016-11-03scons: Reorder options for clarityRémi Verschelde
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli
2016-10-28Merge pull request #6937 from SuperUserNameMan/fix_win_standalone_msvc_and_mi...George Marques
2016-10-26fix bug introduced by #6501yg2f
2016-10-26Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli
2016-10-26Merge pull request #6925 from godotengine/ipv6Rémi Verschelde
2016-10-26Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli
2016-10-20Fix the hiding of mouse cursor before interactionGeorge Marques
2016-10-20added windows support for ipv6, cleaned up unix codeAriel Manzur
2016-10-18Merge pull request #6855 from vnen/xaudio2-driverRémi Verschelde
2016-10-17Isolate XAudio2 driverGeorge Marques
2016-10-17Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
2016-10-14Drop nedmalloc which is apparently not used anymoreRémi Verschelde
2016-10-03Merge pull request #6501 from SuperUserNameMan/windows_compile_with_standalon...Rémi Verschelde
2016-10-03Merge pull request #6479 from RandomShaper/improve-debug-focusRémi Verschelde
2016-09-29Windows: prevent huge prints from crashing the engineMarc Gilleron
2016-09-16scons detects standalone MSVC on Windowsyg2f
2016-09-14Improve debug focus behaviorPedro J. Estébanez
2016-09-10Merge pull request #6363 from vnen/winrtJuan Linietsky
2016-09-03Implement missing WinRT functionsGeorge Marques
2016-08-29Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack
2016-08-20fix to mingw buildJuan Linietsky
2016-08-20ENet windows compilation fixes.Juan Linietsky
2016-07-27Fix Windows resource scriptGeorge Marques
2016-07-27Improve Windows application detailsGeorge Marques
2016-07-26Windows: Make alert message box use MB_TASKMODALRémi Verschelde
2016-07-24Avoid changing position when the window is fullscreenGeorge Marques
2016-07-21Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
2016-07-21Fix mouse wheel event position on WindowsGeorge Marques
2016-07-18Revert "Make editor compatible with Windows high contrast themes"Rémi Verschelde
2016-07-10Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variantJuan Linietsky
2016-07-05Add OS.request_attention() for WindowsGeorge Marques
2016-07-03windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan
2016-07-01Windows: prevent freeze while moving or resizing the game window.Andreas Haas
2016-06-29fixes #5464 windows_joystick close_joystick bugSuperUserNameMan
2016-06-26Fix visual server error when minimizing the windowGeorge Marques
2016-06-23Merge pull request #5362 from J08nY/pngRémi Verschelde