godot/platform/windows
Rémi Verschelde 6afa087596 Windows: Drop support for obsolete MinGW
The version we support is MinGW-w64: https://sourceforge.net/p/mingw-w64
The old original MinGW from which it was forked (https://sourceforge.net/projects/mingw),
is no longer maintained and useless for us.

Fixes #10396.
2017-08-18 21:46:46 +02:00
..
export -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
context_gl_win.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
context_gl_win.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ctxgl_procaddr.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ctxgl_procaddr.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
detect.py Windows: Drop support for obsolete MinGW 2017-08-18 21:46:46 +02:00
godot.ico Make the Windows icon file smaller 2017-06-20 14:38:50 +02:00
godot_res.rc Fix Windows resource script 2016-07-27 15:35:49 -03:00
godot_win.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
joypad.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
joypad.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
key_mapping_win.cpp Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER 2017-08-06 16:26:07 +03:00
key_mapping_win.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
lang_table.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_windows.cpp Workaround missing WM_TOUCH on mingw-w64 < 4.0 2017-08-18 21:05:19 +02:00
os_windows.h Fix get_screen_* funcs returning old values after resolution changes on Windows 2017-08-14 14:49:36 -03:00
packet_peer_udp_winsock.cpp Use const reference where favorable 2017-08-14 13:28:06 -04:00
packet_peer_udp_winsock.h Use const reference where favorable 2017-08-14 13:28:06 -04:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_windows.cpp Improve documentation of thirdparty code snippets 2017-05-07 11:42:37 +02:00
power_windows.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Add API to access battery power state 2017-03-04 18:04:29 +01:00
stream_peer_winsock.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer_winsock.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tcp_server_winsock.cpp Use const reference where favorable 2017-08-14 13:28:06 -04:00
tcp_server_winsock.h Use const reference where favorable 2017-08-14 13:28:06 -04:00