summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-13Disable OpenGL warnings unless running with -v, closes #7171Juan Linietsky
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-11-02SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde
2017-10-29Disable logging until the logs location is sorted outRémi Verschelde
2017-10-27detect.py: Fix KeyError if using MinGW and LTOmhilbrunner
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-14Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)Indah Sylvia
2017-10-13Drop unusued LEGACYGL_ENABLED checkRémi Verschelde
2017-10-03OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson
2017-09-26Reduce gcc lto build time by telling the linker toFelix M. Cobos
2017-09-25FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez
2017-09-25Use BoolVariable in platform-specific options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Use EnumVariable for choice-based build options.Elliott Sales de Andrade
2017-09-25Extract logging logicRuslan Mustakov
2017-09-23Fix gcc ltoHein-Pieter van Braam
2017-09-21Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-18Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez
2017-09-17Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde
2017-09-16Create separate debug info files by defaultHein-Pieter van Braam
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-13Fix crash when no audio driver is availableMarcelo Fernandez
2017-09-13Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-13Style: Apply clang-format to @reduz's changesRémi Verschelde
2017-09-12HiDPI support on Windows.. yes this is all it took.Juan Linietsky
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Added new WASAPI driver for WindowsMarcelo Fernandez
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Free memory when Main::setup returns an errorWilson E. Alvarez
2017-08-22Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-18Windows: Drop support for obsolete MinGWRémi Verschelde
2017-08-18Workaround missing WM_TOUCH on mingw-w64 < 4.0Rémi Verschelde
2017-08-18Windows: Drop support for Vista (0x0600)Rémi Verschelde
2017-08-17Removed unused variableWilson E. Alvarez
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-16Merge pull request #10264 from Rubonnek/use-const-referenceRémi Verschelde
2017-08-14Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez
2017-08-14Use const reference where favorableWilson E. Alvarez