aboutsummaryrefslogtreecommitdiff
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-231-1/+1
* Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-01-231-0/+3
* Merge pull request #7558 from Faless/fix_windows_outputRémi Verschelde2017-01-161-10/+2
|\
| * Fix gibberish output for windows/mingw.Fabio Alessandrelli2017-01-161-10/+2
* | Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-162-44/+9
|/
* Fix bug in windows TCP poll functionFabio Alessandrelli2017-01-161-4/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-5/+5
* Merge pull request #7510 from Faless/tcp_connectRémi Verschelde2017-01-152-3/+8
|\
| * TCP connect always opens correct socket typeFabio Alessandrelli2017-01-132-3/+8
* | StreamPeerWinsock: Fix changed declarationsRémi Verschelde2017-01-142-4/+4
* | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-15/+15
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-142-13/+17
* | UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-142-2/+2
* | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-2/+2
|/
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-1/+3
* Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde2017-01-101-1/+1
|\
| * Detect bits when building with MinGWIgnacio Etcheverry2017-01-101-1/+1
* | More fixes to Joypad renaming.Andreas Haas2017-01-084-32/+30
* | Finish replacement of joystick by joypadRémi Verschelde2017-01-083-1/+1
* | renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-084-105/+105
* | Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-085-5/+6
* | Added missing readers writers lock to windows, should compile and run again..Juan Linietsky2017-01-081-0/+2
* | fixes compilation in windows?Juan Linietsky2017-01-081-14/+2
* | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* | Move glad files to thirdparty dirRémi Verschelde2017-01-061-2/+1
* | -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-4/+0
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-051-3/+5
|\ \
| * | First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij2017-01-041-3/+5
* | | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-2/+2
|/ /
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-025-22/+37
|\ \
| * | now it really works on window for realreduz2016-12-251-1/+2
| * | fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz2016-12-241-1/+1
| * | Godot works on Windows again..reduz2016-12-215-21/+26
| * | 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-0/+9
| * | Begining of GLES3 renderer:Juan Linietsky2016-10-032-2/+3
* | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-026-45/+40
|\ \ \
| * | | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-092-9/+11
| * | | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-094-5/+5
| * | | Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-092-16/+0
| * | | Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2016-12-092-3/+3
| * | | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-096-18/+22
| * | | Properly handle tcp connection failureFabio Alessandrelli2016-12-091-1/+6
| | |/ | |/|
* / | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0121-21/+21
|/ /
* | Fix console output for MinGW compilersRémi Verschelde2016-11-281-2/+10
* | vsnc --> vsyncISylvox2016-11-082-2/+2
* | scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+0
* | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-3/+3
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-10/+7
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-94/+94