summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-3/+3
* Disable OpenGL warnings unless running with -v, closes #7171Juan Linietsky2017-11-131-1/+1
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-092-7/+0
* Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-033-19/+2
|\
| * Implemented physics plugAndreaCatania2017-11-043-19/+2
* | SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde2017-11-021-1/+0
* | Disable logging until the logs location is sorted outRémi Verschelde2017-10-291-1/+3
* | detect.py: Fix KeyError if using MinGW and LTOmhilbrunner2017-10-271-4/+1
* | Cleanup unnecessary debug printsRémi Verschelde2017-10-211-1/+0
|/
* Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)Indah Sylvia2017-10-141-1/+1
* Drop unusued LEGACYGL_ENABLED checkRémi Verschelde2017-10-132-2/+2
* OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-032-2/+2
* Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-025-136/+216
|\
| * Extract logging logicRuslan Mustakov2017-09-255-136/+216
* | Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson2017-10-022-0/+29
|\ \
| * | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-252-0/+29
| |/
* | Reduce gcc lto build time by telling the linker toFelix M. Cobos2017-09-261-1/+4
* | Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-3/+3
* | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* | Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
|/
* Fix gcc ltoHein-Pieter van Braam2017-09-231-2/+7
* Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde2017-09-212-2/+21
|\
| * Create separate debug info files by defaultHein-Pieter van Braam2017-09-162-2/+21
* | Rename pos to position in user facing methods and variablesletheed2017-09-202-2/+2
* | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-182-19/+23
* | Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-6/+1
|\ \ | |/ |/|
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-6/+1
* | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-154-14/+14
|\ \
| * | Fix enums bindingsMaxim Sheronov2017-09-134-14/+14
* | | Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde2017-09-131-3/+6
| |/ |/|
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-137-15/+307
* | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-8/+6
* | HiDPI support on Windows.. yes this is all it took.Juan Linietsky2017-09-121-0/+22
|/
* Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-083-8/+23
* Fix files headerPoommetee Ketson2017-09-012-2/+2
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-273-1/+10
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2723-23/+23
* Free memory when Main::setup returns an errorWilson E. Alvarez2017-08-251-1/+6
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-222-6/+6
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-212-6/+6
* | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
|/
* Windows: Drop support for obsolete MinGWRémi Verschelde2017-08-181-35/+20
* Workaround missing WM_TOUCH on mingw-w64 < 4.0Rémi Verschelde2017-08-181-4/+3
* Windows: Drop support for Vista (0x0600)Rémi Verschelde2017-08-181-2/+4
* Removed unused variableWilson E. Alvarez2017-08-171-1/+0
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-4/+4
* Merge pull request #10264 from Rubonnek/use-const-referenceRémi Verschelde2017-08-164-4/+4
|\
| * Use const reference where favorableWilson E. Alvarez2017-08-144-4/+4
* | Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez2017-08-142-48/+96
|/
* Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde2017-08-072-2/+2
|\