summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2015-11-19Set console background color on windows in SetConsoleTextAttribute, otherwise...ZuBsPaCe
2015-11-19Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe
2015-11-19Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe
2015-11-19Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-11-19Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky
2015-11-18Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-18Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky
2015-11-18Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky
2015-11-14windows crash and bind placeholder methodAriel Manzur
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-09change pe_bliss parent directory from /drivers to /toolsmasoud bh
2015-11-09Add icon to exe file in windows exportmasoud bh
2015-11-02Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-30Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe
2015-10-13REUSE_ADDR under windows platformsanikoyes
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-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky
2015-08-06Add OS.get_system_time_msecMaximillian
2015-06-08draw button focus before text and iconJuan Linietsky
2015-06-07Complete fix for windows compilabilityest31
2015-06-07Fix windows compilabilityest31
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
2015-06-06Use local time for both time and date on winest31
2015-05-26ability to run 2D physics in a threadJuan Linietsky
2015-05-17fix crash on help, closes #1873Juan Linietsky
2015-05-09Change windows build to use CFlag /Od so that you get the full debug experien...Antony
2015-05-04fixes issue #1693 winmain and main unicodeyg2f
2015-05-04Merge remote-tracking branch 'origin/master'Juan Linietsky
2015-05-04small unicode fixesJuan Linietsky
2015-05-03Merge pull request #1800 from antonyjones67/VSGeneratorJuan Linietsky
2015-05-03Added Visual Studio project generation. Use "vsproj=yes" in command line. Thi...Antony Jones
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-25add missing WM_RBUTTONDBLCLK messagesanikoyes
2015-03-23window managements functions workJuan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
2015-03-22Merge pull request #1432 from UsernameIsAReservedWord/fixes_platform_windows_...Juan Linietsky
2015-03-16New option to send canvas to render bufferJuan Linietsky
2015-03-02Merge pull request #1437 from Hinsbart/fix_win_joyJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-25fix get joystick name from registry on some systemsHinsbart
2015-02-24Update detect.pyUsernameIsAReservedWord
2015-02-24Update detect.pyUsernameIsAReservedWord
2015-02-24fixes platform/windows/detect.pyUsernameIsAReservedWord
2015-02-15begin new serialization frameworkJuan Linietsky