summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2016-01-06Better fix for visual studio project generation.Peace Sells
2016-01-05define XUSER_MAX_COUNT if not presenthondres
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-26Fix joystick hotplugging on windows, using right indices nowHondres
2015-12-20windows resource version thingAriel Manzur
2015-12-20this failed on mingw on linux (but not on msvc) with 2 problems:Ariel Manzur
2015-12-18Use tabs instead of spaces for new gamepad codehondres
2015-12-18Better gamepad supporthondres
2015-12-13added binary API to StreamPeer, fixes #2863Juan Linietsky
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
2015-12-06some fixesJuan Linietsky
2015-11-27Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde
2015-11-250theora compilation fixesJuan Linietsky
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-11-19Merge pull request #2756 from trond/bugfix_udpJuan Linietsky
2015-11-19Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal
2015-11-19Added missing \n in script error output.ZuBsPaCe
2015-11-19Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe
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-09* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal
2015-11-09Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal
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