aboutsummaryrefslogtreecommitdiff
path: root/platform/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2756 from trond/bugfix_udpJuan Linietsky2015-11-191-2/+19
|\
| * Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal2015-11-191-3/+1
| * * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal2015-11-091-2/+21
| * Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal2015-11-091-1/+1
* | Added missing \n in script error output.ZuBsPaCe2015-11-191-1/+1
* | Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe2015-11-191-9/+17
* | Set console background color on windows in SetConsoleTextAttribute, otherwise...ZuBsPaCe2015-11-191-5/+8
* | Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe2015-11-191-1/+1
* | Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe2015-11-191-6/+6
* | Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe2015-11-191-36/+37
* | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-192-3/+3
* | Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky2015-11-196-7/+439
|\ \
| * | change pe_bliss parent directory from /drivers to /toolsmasoud bh2015-11-092-114/+107
| * | Add icon to exe file in windows exportmasoud bh2015-11-096-8/+447
| |/
* | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky2015-11-181-2/+2
|\ \
| * | Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe2015-10-301-2/+2
| |/
* | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-1/+1
|\ \
| * | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-1/+1
| |/
* | Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky2015-11-181-1/+2
|\ \
| * | Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen2015-11-021-1/+2
| |/
* | Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky2015-11-181-7/+18
|\ \
| * | Fix error messages forcing a white font for subsequent messagesRémi Verschelde2015-11-101-6/+6
| * | Display error type (error, warning, script error) in OS::print_errorRémi Verschelde2015-11-101-7/+18
| |/
* / windows crash and bind placeholder methodAriel Manzur2015-11-141-3/+3
|/
* REUSE_ADDR under windows platformsanikoyes2015-10-131-0/+7
* -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
* Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-242-0/+11
* Add OS.get_system_time_msecMaximillian2015-08-062-1/+8
* draw button focus before text and iconJuan Linietsky2015-06-081-0/+6
* Complete fix for windows compilabilityest312015-06-071-1/+2
* Fix windows compilabilityest312015-06-072-17/+5
* Add OS.get_time_zone_info functionest312015-06-061-0/+30
* Add utc param to get_time and get_date methodsest312015-06-062-6/+12
* Use local time for both time and date on winest312015-06-061-1/+1
* ability to run 2D physics in a threadJuan Linietsky2015-05-262-2/+6
* fix crash on help, closes #1873Juan Linietsky2015-05-171-1/+6
* Change windows build to use CFlag /Od so that you get the full debug experien...Antony2015-05-091-1/+1
* fixes issue #1693 winmain and main unicodeyg2f2015-05-041-82/+25
* Merge remote-tracking branch 'origin/master'Juan Linietsky2015-05-0416-374/+387
|\
| * Merge pull request #1800 from antonyjones67/VSGeneratorJuan Linietsky2015-05-031-0/+6
| |\
| | * Added Visual Studio project generation. Use "vsproj=yes" in command line. Thi...Antony Jones2015-05-031-0/+6
| * | Updated copyright year in all headersJuan Linietsky2015-04-1814-373/+373
| |/
| * add missing WM_RBUTTONDBLCLK messagesanikoyes2015-03-251-1/+8
* | small unicode fixesJuan Linietsky2015-05-041-5/+6
|/
* window managements functions workJuan Linietsky2015-03-232-19/+102
* fixes to new window management APIJuan Linietsky2015-03-222-1/+223
* 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