aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-251-1/+1
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-1/+3
* Detect bits when building with MinGWIgnacio Etcheverry2017-01-121-1/+1
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-121-0/+4
* [IPv6] Fix windows build script (link to ws2_32)Fabio Alessandrelli2016-12-111-2/+2
* scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+0
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-021-3/+3
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-11/+7
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-97/+97
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-021-272/+272
* Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-301-4/+4
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-301-0/+1
* glew: Split thirdparty files and isolate envRémi Verschelde2016-10-301-1/+0
* -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
* Bug FixesJuan Linietsky2014-11-021-0/+10
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-1/+1
* -Rasterizer supports meshes with both skeletons and blend shapesJuan Linietsky2014-10-091-0/+3
* Fix windows build issue by moving libraries from LIBS to LINKFLAGS; Remove re...marynate2014-10-081-1/+2
* Build System ChangesJuan Linietsky2014-10-071-48/+53