index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2756 from trond/bugfix_udp
Juan Linietsky
2015-11-19
1
-2
/
+19
|
\
|
*
Fixed mistake where available buffer size would not be updated for each recvf...
Trond Abusdal
2015-11-19
1
-3
/
+1
|
*
* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...
Trond Abusdal
2015-11-09
1
-2
/
+21
|
*
Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...
Trond Abusdal
2015-11-09
1
-1
/
+1
*
|
Added missing \n in script error output.
ZuBsPaCe
2015-11-19
1
-1
/
+1
*
|
Nice error output padding. Code location behind " At: " is now aligned with t...
ZuBsPaCe
2015-11-19
1
-9
/
+17
*
|
Set console background color on windows in SetConsoleTextAttribute, otherwise...
ZuBsPaCe
2015-11-19
1
-5
/
+8
*
|
Set output color of ERR_SCRIPT messages to purple. Same as on linux.
ZuBsPaCe
2015-11-19
1
-1
/
+1
*
|
Removed ANSI error codes from windows terminal error output. Windows does not...
ZuBsPaCe
2015-11-19
1
-6
/
+6
*
|
Inconsistent code formatting in print_error (Newlines and spaces)
ZuBsPaCe
2015-11-19
1
-36
/
+37
*
|
-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260
Juan Linietsky
2015-11-19
2
-3
/
+3
*
|
Merge pull request #2518 from masoudbh3/godot-icons
Juan Linietsky
2015-11-19
6
-7
/
+439
|
\
\
|
*
|
change pe_bliss parent directory from /drivers to /tools
masoud bh
2015-11-09
2
-114
/
+107
|
*
|
Add icon to exe file in windows export
masoud bh
2015-11-09
6
-8
/
+447
|
|
/
*
|
Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilation
Juan Linietsky
2015-11-18
1
-2
/
+2
|
\
\
|
*
|
Fixes Visual Studio 2015 parallel builds (-j switch)
ZuBsPaCe
2015-10-30
1
-2
/
+2
|
|
/
*
|
Merge pull request #2707 from akien-mga/master
Juan Linietsky
2015-11-18
1
-1
/
+1
|
\
\
|
*
|
Cosmetic fixes to SCons buildsystem
Rémi Verschelde
2015-11-01
1
-1
/
+1
|
|
/
*
|
Merge pull request #2718 from SaracenOne/audio_system_crash_fix
Juan Linietsky
2015-11-18
1
-1
/
+2
|
\
\
|
*
|
Moved deleting sample player in OS finalize methods to before deleting audio ...
Saracen
2015-11-02
1
-1
/
+2
|
|
/
*
|
Merge pull request #2737 from akien-mga/type-specific-error-output
Juan Linietsky
2015-11-18
1
-7
/
+18
|
\
\
|
*
|
Fix error messages forcing a white font for subsequent messages
Rémi Verschelde
2015-11-10
1
-6
/
+6
|
*
|
Display error type (error, warning, script error) in OS::print_error
Rémi Verschelde
2015-11-10
1
-7
/
+18
|
|
/
*
/
windows crash and bind placeholder method
Ariel Manzur
2015-11-14
1
-3
/
+3
|
/
*
REUSE_ADDR under windows platform
sanikoyes
2015-10-13
1
-0
/
+7
*
-Added ability to use cubic interpolation on image resize (little more qualit...
Juan Linietsky
2015-10-01
1
-376
/
+376
*
Hide stderr when trying to detect mingw binaries on posix
Rémi Verschelde
2015-09-27
1
-3
/
+3
*
Added ability to set custom mouse cursors. Not hardware accelerated yet.
Juan Linietsky
2015-09-24
2
-0
/
+11
*
Add OS.get_system_time_msec
Maximillian
2015-08-06
2
-1
/
+8
*
draw button focus before text and icon
Juan Linietsky
2015-06-08
1
-0
/
+6
*
Complete fix for windows compilability
est31
2015-06-07
1
-1
/
+2
*
Fix windows compilability
est31
2015-06-07
2
-17
/
+5
*
Add OS.get_time_zone_info function
est31
2015-06-06
1
-0
/
+30
*
Add utc param to get_time and get_date methods
est31
2015-06-06
2
-6
/
+12
*
Use local time for both time and date on win
est31
2015-06-06
1
-1
/
+1
*
ability to run 2D physics in a thread
Juan Linietsky
2015-05-26
2
-2
/
+6
*
fix crash on help, closes #1873
Juan Linietsky
2015-05-17
1
-1
/
+6
*
Change windows build to use CFlag /Od so that you get the full debug experien...
Antony
2015-05-09
1
-1
/
+1
*
fixes issue #1693 winmain and main unicode
yg2f
2015-05-04
1
-82
/
+25
*
Merge remote-tracking branch 'origin/master'
Juan Linietsky
2015-05-04
16
-374
/
+387
|
\
|
*
Merge pull request #1800 from antonyjones67/VSGenerator
Juan Linietsky
2015-05-03
1
-0
/
+6
|
|
\
|
|
*
Added Visual Studio project generation. Use "vsproj=yes" in command line. Thi...
Antony Jones
2015-05-03
1
-0
/
+6
|
*
|
Updated copyright year in all headers
Juan Linietsky
2015-04-18
14
-373
/
+373
|
|
/
|
*
add missing WM_RBUTTONDBLCLK message
sanikoyes
2015-03-25
1
-1
/
+8
*
|
small unicode fixes
Juan Linietsky
2015-05-04
1
-5
/
+6
|
/
*
window managements functions work
Juan Linietsky
2015-03-23
2
-19
/
+102
*
fixes to new window management API
Juan Linietsky
2015-03-22
2
-1
/
+223
*
Merge pull request #1432 from UsernameIsAReservedWord/fixes_platform_windows_...
Juan Linietsky
2015-03-22
1
-45
/
+161
|
\
|
*
Update detect.py
UsernameIsAReservedWord
2015-02-24
1
-1
/
+1
|
*
Update detect.py
UsernameIsAReservedWord
2015-02-24
1
-1
/
+1
[next]