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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in windows TCP poll function
Fabio Alessandrelli
2017-01-16
1
-4
/
+1
*
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-12
1
-1
/
+3
*
Detect bits when building with MinGW
Ignacio Etcheverry
2017-01-12
1
-1
/
+1
*
Windows: Define _WIN32_WINRT to 0x0600 (Vista)
Rémi Verschelde
2017-01-12
5
-5
/
+6
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-12
21
-21
/
+21
*
Fix console output for MinGW compilers
Rémi Verschelde
2017-01-12
1
-2
/
+10
*
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2017-01-04
2
-9
/
+11
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2017-01-04
4
-5
/
+5
*
Move V6ONLY flag selection inside helpers
Fabio Alessandrelli
2017-01-04
2
-16
/
+0
*
Automatically map IPv4 address to IPv6 when needed
Fabio Alessandrelli
2017-01-04
2
-3
/
+3
*
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2017-01-04
6
-18
/
+22
*
Properly handle tcp connection failure
Fabio Alessandrelli
2017-01-04
1
-1
/
+6
*
[IPv6] Fix windows build script (link to ws2_32)
Fabio Alessandrelli
2016-12-11
1
-2
/
+2
*
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
2016-12-11
2
-3
/
+19
*
Fix windows debugger connection problems.
Fabio Alessandrelli
2016-12-11
3
-8
/
+4
*
TCPServer listen now default to IP type ANY (v6 socket with v4 support)
Fabio Alessandrelli
2016-12-11
1
-1
/
+1
*
Fix PacketPeerUDP get_packet_port()
Fabio Alessandrelli
2016-12-11
1
-2
/
+2
*
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
2016-12-11
3
-10
/
+10
*
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-12-11
5
-48
/
+79
*
vsnc --> vsync
ISylvox
2016-11-15
2
-2
/
+2
*
scons: Reorder options for clarity
Rémi Verschelde
2016-11-03
1
-2
/
+0
*
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-02
1
-3
/
+3
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-02
1
-11
/
+7
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-02
2
-102
/
+102
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-02
2
-283
/
+283
*
Fix the hiding of mouse cursor before interaction
George Marques
2016-10-30
1
-2
/
+5
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-30
1
-0
/
+2
*
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Błażej Szczygieł
2016-10-30
1
-4
/
+4
*
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-30
1
-0
/
+1
*
glew: Split thirdparty files and isolate env
Rémi Verschelde
2016-10-30
2
-4
/
+1
*
Drop nedmalloc which is apparently not used anymore
Rémi Verschelde
2016-10-30
1
-1
/
+0
*
Improve debug focus behavior
Pedro J. Estébanez
2016-10-09
2
-1
/
+7
*
Windows: prevent huge prints from crashing the engine
Marc Gilleron
2016-10-09
1
-2
/
+5
*
Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.
Mario Schlack
2016-09-01
1
-0
/
+2
*
Fix Windows resource script
George Marques
2016-07-27
1
-2
/
+2
*
Improve Windows application details
George Marques
2016-07-27
1
-4
/
+10
*
Windows: Make alert message box use MB_TASKMODAL
Rémi Verschelde
2016-07-26
1
-1
/
+1
*
Avoid changing position when the window is fullscreen
George Marques
2016-07-24
1
-0
/
+1
*
Merge pull request #5841 from vnen/fix-windows-wheel
Rémi Verschelde
2016-07-21
1
-4
/
+7
|
\
|
*
Fix mouse wheel event position on Windows
George Marques
2016-07-21
1
-4
/
+7
*
|
Merge pull request #5560 from vnen/os-request-attention
Rémi Verschelde
2016-07-21
2
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Add OS.request_attention() for Windows
George Marques
2016-07-05
2
-0
/
+12
*
|
Revert "Make editor compatible with Windows high contrast themes"
Rémi Verschelde
2016-07-18
2
-27
/
+0
*
|
Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant
Juan Linietsky
2016-07-10
2
-0
/
+63
|
\
\
|
|
/
|
/
|
|
*
windows get_latin_keyboard_variant() implementation and gdscript binding
SuperUserNameMan
2016-07-03
2
-0
/
+63
*
|
Windows: prevent freeze while moving or resizing the game window.
Andreas Haas
2016-07-01
2
-1
/
+17
|
/
*
fixes #5464 windows_joystick close_joystick bug
SuperUserNameMan
2016-06-29
1
-1
/
+1
*
Fix visual server error when minimizing the window
George Marques
2016-06-26
1
-2
/
+6
*
Merge pull request #5362 from J08nY/png
Rémi Verschelde
2016-06-23
1
-0
/
+0
|
\
|
*
Fixed iCCp chunk in pngs
J08nY
2016-06-22
1
-0
/
+0
[next]