summaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
AgeCommit message (Expand)Author
2017-07-25Make MinGW test less verbose on non-Bash shellsRémi Verschelde
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-04-09-Fix eternal black screen on WindowsJuan Linietsky
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-01-12Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli
2017-01-10Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde
2017-01-10Detect bits when building with MinGWIgnacio Etcheverry
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2016-12-21Godot works on Windows again..reduz
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-26fix bug introduced by #6501yg2f
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-09-16scons detects standalone MSVC on Windowsyg2f
2016-09-03Implement missing WinRT functionsGeorge Marques
2016-08-20fix to mingw buildJuan Linietsky
2016-08-20ENet windows compilation fixes.Juan Linietsky
2016-06-09-make freetype build for all platforms the same, default as builtin except on...Juan Linietsky
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
2016-06-01removed dependency on shcore.dll to get DPIJuan Linietsky
2016-05-29hidpi for now not available on mingw, sorryJuan Linietsky
2016-05-29DPI Detection supportJuan Linietsky
2016-05-29fix freetype paths on osx and mingwJuan Linietsky
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-05-03Fix windows 64-bits build.George Marques
2016-04-10Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic
2016-04-02Remove trailing spacesRémi Verschelde
2016-02-04-removed buggy flags, makes mingw+32 bits+optimized work again,Juan Linietsky
2016-01-26Revert "make msvc 64bits build again, fixes #3098"George Marques
2016-01-25-Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky
2016-01-16Fix 32 bit windows export crashmrezai
2016-01-10make msvc 64bits build again, fixes #3098Juan Linietsky
2015-12-18Better gamepad supporthondres
2015-12-06some fixesJuan Linietsky
2015-11-250theora compilation fixesJuan Linietsky
2015-11-19Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky
2015-11-09Add icon to exe file in windows exportmasoud bh
2015-10-30Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe
2015-10-01-Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky
2015-09-27Hide stderr when trying to detect mingw binaries on posixRémi Verschelde
2015-06-08draw button focus before text and iconJuan Linietsky
2015-05-09Change windows build to use CFlag /Od so that you get the full debug experien...Antony
2015-03-22Merge pull request #1432 from UsernameIsAReservedWord/fixes_platform_windows_...Juan Linietsky