aboutsummaryrefslogtreecommitdiff
path: root/platform/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-229/+229
* | TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-10-302-3/+19
* | Fix windows debugger connection problems.Fabio Alessandrelli2016-10-303-8/+4
* | TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-10-301-1/+1
* | Merge pull request #6937 from SuperUserNameMan/fix_win_standalone_msvc_and_mi...George Marques2016-10-281-13/+13
|\ \
| * | fix bug introduced by #6501yg2f2016-10-261-13/+13
* | | Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-10-261-2/+2
|/ /
* | Merge pull request #6925 from godotengine/ipv6Rémi Verschelde2016-10-265-53/+84
|\ \
| * | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-263-10/+10
| * | added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-205-48/+79
* | | Fix the hiding of mouse cursor before interactionGeorge Marques2016-10-201-2/+5
* | | Merge pull request #6855 from vnen/xaudio2-driverRémi Verschelde2016-10-182-0/+9
|\ \ \
| * | | Isolate XAudio2 driverGeorge Marques2016-10-172-0/+9
| |/ /
* | | Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\ \ \ | |/ / |/| |
| * | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-3/+3
|/ /
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-0/+1
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-152-4/+1
* | Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-141-1/+0
|/
* Merge pull request #6501 from SuperUserNameMan/windows_compile_with_standalon...Rémi Verschelde2016-10-031-9/+16
|\