aboutsummaryrefslogtreecommitdiff
path: root/platform/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2722-22/+22
* Free memory when Main::setup returns an errorWilson E. Alvarez2017-08-271-1/+6
* Workaround missing WM_TOUCH on mingw-w64 < 4.0Rémi Verschelde2017-08-271-4/+3
* Fixed issues with borderless windows on WindowsMarcelo Fernandez2017-08-202-72/+44
* Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez2017-08-162-48/+95
* Merge pull request #9885 from bruvzg/2.1-win-num-enter-fixRémi Verschelde2017-07-311-1/+7
|\
| * Fix Numpad Enter key on Windowsbruvzg2017-07-261-1/+7
* | Make MinGW test less verbose on non-Bash shellsRémi Verschelde2017-07-301-14/+2
* | Support MSVC (2015) build toolsBrent Taylor2017-07-261-2/+2
|/
* BuildSystem: generated files have .gen.extPoommetee Ketson2017-06-252-5/+5
* Fix MouseWheel position on WindowsGeorge Marques2017-06-151-5/+4
* Fix cherry-picking issues caused by code updatesGeorge Marques2017-06-071-142/+1
* Implement missing WinRT functionsGeorge Marques2017-06-071-119/+205
* Merge pull request #8740 from pixelpicosean/scrollingWithFactorRémi Verschelde2017-05-151-2/+6
|\
| * Implemented scrolling factor for smooth trackpad scrollingSean Bohan2017-05-151-2/+6
* | Fix UDP wait() not returning after first received packetFabio Alessandrelli2017-05-121-0/+2
* | Allow non blocking UDP put_packet in C++.Fabio Alessandrelli2017-05-122-13/+16
|/
* Drop EXEC PATHP?? super verbose info messageRémi Verschelde2017-04-201-1/+0
* 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