aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-0/+4
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+2
|\ \ | |/ |/|
| * Godot works on Windows again..reduz2016-12-211-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-011-89/+89
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-218/+218
* | fix bug introduced by #6501yg2f2016-10-261-13/+13
* | 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-151-1/+0
|/
* scons detects standalone MSVC on Windowsyg2f2016-09-161-9/+16
* Implement missing WinRT functionsGeorge Marques2016-09-031-69/+9
* fix to mingw buildJuan Linietsky2016-08-201-1/+1
* ENet windows compilation fixes.Juan Linietsky2016-08-201-3/+2
* -make freetype build for all platforms the same, default as builtin except on...Juan Linietsky2016-06-091-9/+0
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-081-2/+2
* removed dependency on shcore.dll to get DPIJuan Linietsky2016-06-011-1/+1
* hidpi for now not available on mingw, sorryJuan Linietsky2016-05-291-1/+1
* DPI Detection supportJuan Linietsky2016-05-291-2/+2
* fix freetype paths on osx and mingwJuan Linietsky2016-05-291-2/+3
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-2/+2
* Fix windows 64-bits build.George Marques2016-05-031-0/+2
* Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic2016-04-101-0/+89
* Remove trailing spacesRémi Verschelde2016-04-021-29/+29
* -removed buggy flags, makes mingw+32 bits+optimized work again,Juan Linietsky2016-02-041-1/+1
* Revert "make msvc 64bits build again, fixes #3098"George Marques2016-01-261-1/+1
* -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-35/+1
* Fix 32 bit windows export crashmrezai2016-01-161-2/+8
* make msvc 64bits build again, fixes #3098Juan Linietsky2016-01-101-1/+1
* Better gamepad supporthondres2015-12-181-2/+2
* some fixesJuan Linietsky2015-12-061-1/+0
* 0theora compilation fixesJuan Linietsky2015-11-251-0/+2
* Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky2015-11-191-5/+25
|\
| * Add icon to exe file in windows exportmasoud bh2015-11-091-5/+25
* | Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe2015-10-301-2/+2
|/
* -Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky2015-10-011-376/+376
* Hide stderr when trying to detect mingw binaries on posixRémi Verschelde2015-09-271-3/+3
* draw button focus before text and iconJuan Linietsky2015-06-081-0/+6
* Change windows build to use CFlag /Od so that you get the full debug experien...Antony2015-05-091-1/+1
* Merge pull request #1432 from UsernameIsAReservedWord/fixes_platform_windows_...Juan Linietsky2015-03-221-45/+161
|\
| * Update detect.pyUsernameIsAReservedWord2015-02-241-1/+1
| * Update detect.pyUsernameIsAReservedWord2015-02-241-1/+1
| * fixes platform/windows/detect.pyUsernameIsAReservedWord2015-02-241-45/+161
* | support for 2D shadow castersJuan Linietsky2015-03-021-2/+2
|/
* 2D Rewrite Step [1]Juan Linietsky2015-01-101-2/+2
* -added new code completion guess locations, closes #1032Juan Linietsky2015-01-031-0/+21