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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
X11: Move audio driver finalize to the start of cleanup
Hein-Pieter van Braam
2017-02-17
1
-4
/
+4
*
X11: Finalize audiodrivers on exit
Hein-Pieter van Braam
2017-02-17
1
-1
/
+4
*
Fix missing semicolon in previous commit
Rémi Verschelde
2017-02-13
1
-1
/
+1
*
Fix for issue #7766
Brett-Mitchell
2017-02-13
1
-1
/
+2
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
7
-30
/
+30
*
Merge pull request #7581 from Faless/v6_wild_bind
Rémi Verschelde
2017-02-12
6
-31
/
+56
|
\
|
*
Fix buffer size check in UDP socket.
Fabio Alessandrelli
2017-01-23
1
-1
/
+1
|
*
Use default UDP ring buffer size of 65536 for clients
Fabio Alessandrelli
2017-01-23
1
-2
/
+2
|
*
Fix bug causing UDP socket to close after the first send if not listening
Fabio Alessandrelli
2017-01-23
1
-0
/
+1
|
*
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
2017-01-23
2
-10
/
+5
|
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
4
-9
/
+5
|
*
Implement UDP listen bind address
Fabio Alessandrelli
2017-01-23
2
-6
/
+23
|
*
Implement TCP Server bind address
Fabio Alessandrelli
2017-01-23
3
-6
/
+19
|
*
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-01-23
1
-1
/
+1
|
*
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2017-01-23
1
-0
/
+3
*
|
Merge pull request #7782 from SaracenOne/windows_relative_cursor_fix
Rémi Verschelde
2017-02-12
1
-2
/
+3
|
\
\
|
*
|
Fix glitches when sampling relative cursor data in CAPTURED mouse mode on Win...
Saracen
2017-02-11
1
-2
/
+3
*
|
|
Merge pull request #7771 from Limb/winaudiodriver
Rémi Verschelde
2017-02-12
1
-0
/
+5
|
\
\
\
|
*
|
|
Close out audio drivers when exiting.
Kenneth Lorthioir
2017-02-09
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #7770 from Limb/removedx9
Rémi Verschelde
2017-02-12
2
-8
/
+0
|
\
\
\
|
*
|
|
Removed DX9 Rasterizer in windows.
Kenneth Lorthioir
2017-02-09
2
-8
/
+0
|
|
/
/
*
/
/
Fixed compilation issues with Visual Studio
Kenneth Lorthioir
2017-02-08
2
-0
/
+7
|
/
/
*
|
Merge pull request #7578 from baekdahl/master
Rémi Verschelde
2017-02-02
1
-7
/
+0
|
\
\
|
*
|
x11: don't wait for window to be mapped
Jesper Bækdahl
2017-01-19
1
-7
/
+0
|
|
/
*
|
Merge pull request #7689 from eska014/webgl2
Rémi Verschelde
2017-02-02
7
-56
/
+23
|
\
\
|
*
|
Enable WebGL2 in web export, start fixing build
eska
2017-02-01
7
-56
/
+23
*
|
|
Merge pull request #7683 from marcelofg55/master
Rémi Verschelde
2017-02-02
1
-9
/
+27
|
\
\
\
|
*
|
|
Fix issues with set_window_resizable on x11
marcelofg55
2017-01-30
1
-9
/
+27
*
|
|
|
Merge pull request #7645 from tagcup/x11_optimization_flags_v2
Rémi Verschelde
2017-02-02
1
-9
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use -Ofast on x11. Also introduced use_lto option.
Ferenc Arn
2017-01-26
1
-9
/
+16
*
|
|
|
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
7
-6
/
+16
|
/
/
/
*
|
|
Added focus tracking in X11 and Windows classes, added new confined mouse mod...
Ilija Boshkov
2017-01-25
4
-31
/
+72
*
|
|
Fix resources for Android modules not being merged
Pedro J. Estébanez
2017-01-25
1
-2
/
+1
*
|
|
WIP new AudioServer, with buses, effects, etc.
Juan Linietsky
2017-01-21
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #7558 from Faless/fix_windows_output
Rémi Verschelde
2017-01-16
1
-10
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix gibberish output for windows/mingw.
Fabio Alessandrelli
2017-01-16
1
-10
/
+2
*
|
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
24
-280
/
+84
|
/
*
#7215 try to fix adb bad targeting user on device
Jerome67000
2017-01-16
1
-1
/
+1
*
Fix bug in windows TCP poll function
Fabio Alessandrelli
2017-01-16
1
-4
/
+1
*
Working on compile issues for iOS
BastiaanOlij
2017-01-16
12
-114
/
+66
*
Fix compile errors related to audio on OSX
BastiaanOlij
2017-01-16
4
-35
/
+6
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-01-16
7
-55
/
+68
*
Style: Prevent clang-format on JS code
Rémi Verschelde
2017-01-16
4
-89
/
+122
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
4
-5
/
+5
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
19
-73
/
+49
*
Merge pull request #7519 from eska014/web-presentation
Rémi Verschelde
2017-01-15
6
-184
/
+245
|
\
|
*
Improve usability and style in web export presentation
eska
2017-01-14
4
-183
/
+244
|
*
Relink web build when HTML shell changes
eska
2017-01-12
2
-1
/
+1
*
|
Merge pull request #7510 from Faless/tcp_connect
Rémi Verschelde
2017-01-15
2
-3
/
+8
|
\
\
|
*
|
TCP connect always opens correct socket type
Fabio Alessandrelli
2017-01-13
2
-3
/
+8
[next]