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
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
188
-375
/
+375
*
Improve LTO build with MSVC
George Marques
2017-12-31
1
-1
/
+5
*
Add option to sign UWP exports with signtool
George Marques
2017-12-26
1
-1
/
+69
*
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
3
-12
/
+0
*
x11: Fix maximized splash-boot screen bug.
Enzo Nocera
2017-12-24
1
-0
/
+4
*
Do not require OpenMP for non-tools builds (export templates)
Rémi Verschelde
2017-12-22
3
-4
/
+4
*
Merge pull request #14794 from endragor/remove-debug-logs
Rémi Verschelde
2017-12-18
2
-5
/
+0
|
\
|
*
Remove debug logs that are of no use to end users
Ruslan Mustakov
2017-12-18
2
-5
/
+0
*
|
Cleanup some #if 0'd code
Rémi Verschelde
2017-12-17
1
-6
/
+0
*
|
Merge pull request #14764 from poke1024/android
Rémi Verschelde
2017-12-17
1
-1
/
+2
|
\
\
|
*
|
Increase sleep time for android export thread
Bernhard Liebl
2017-12-17
1
-1
/
+2
*
|
|
Fixed Android NDK unified header detection for python 3
Colin Kinloch
2017-12-17
1
-1
/
+1
|
/
/
*
|
Add support for whole program optimization on MSVC
George Marques
2017-12-16
1
-0
/
+3
*
|
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
6
-15
/
+15
*
|
Rename the debug symbol files to .debugsymbols
Hein-Pieter van Braam
2017-12-16
2
-4
/
+4
*
|
Merge pull request #14597 from NathanWarden/linux_extensions
Rémi Verschelde
2017-12-16
6
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
6
-7
/
+8
*
|
Merge pull request #14708 from Faless/get_packet_not_const_rebased
Rémi Verschelde
2017-12-16
10
-1093
/
+9
|
\
\
|
*
|
Move windows networking class to drivers/windows/
Fabio Alessandrelli
2017-12-15
10
-1093
/
+9
|
*
|
Remove "const" from PacketPeer get_packet/get_var
Fabio Alessandrelli
2017-12-15
2
-7
/
+7
*
|
|
Fix 32bit MingW build for thekla_altas
Hein-Pieter van Braam
2017-12-15
1
-1
/
+1
|
/
/
*
|
Fix javascript build error and improve #14604
Fabio Alessandrelli
2017-12-15
1
-3
/
+3
*
|
Remove debug printf on Windows
Rémi Verschelde
2017-12-15
1
-2
/
+0
*
|
Merge pull request #14604 from mhilbrunner/http-defaults
Rémi Verschelde
2017-12-15
1
-15
/
+20
|
\
\
|
*
|
HTTP cleanup & better defaults
mhilbrunner
2017-12-14
1
-15
/
+20
*
|
|
Merge pull request #14672 from akien-mga/openmp-linking
Rémi Verschelde
2017-12-14
1
-2
/
+1
|
\
\
\
|
*
|
|
openmp: Simplify linking on X11, fixing clang build
Rémi Verschelde
2017-12-14
1
-2
/
+1
*
|
|
|
Merge pull request #14667 from bruvzg/macports-clang-imp
Rémi Verschelde
2017-12-14
2
-11
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
MacPorts clang version selection, and OpenMP linking fix.
bruvzg
2017-12-14
2
-11
/
+12
*
|
|
|
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
6
-7
/
+6
|
/
/
/
*
|
|
openmp: Don't try to link GCC's implementation on Clang
Rémi Verschelde
2017-12-14
1
-2
/
+3
*
|
|
Merge pull request #14658 from bruvzg/macports-clang
Rémi Verschelde
2017-12-14
2
-1
/
+18
|
\
\
\
|
*
|
|
Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...
bruvzg
2017-12-14
2
-1
/
+18
*
|
|
|
Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...
Colin Kinloch
2017-12-14
2
-7
/
+7
|
/
/
/
*
/
/
-Add lightmapper
Juan Linietsky
2017-12-14
8
-0
/
+36
|
/
/
*
|
Merge pull request #14565 from bruvzg/mingw-specific-binutils
Rémi Verschelde
2017-12-12
1
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
Use MinGW specific binutils for debug symbols separation
bruvzg
2017-12-11
1
-3
/
+8
*
|
iOS: Drop obsolete code from never-public modules
Rémi Verschelde
2017-12-10
2
-138
/
+3
|
/
*
Merge pull request #14494 from RandomShaper/fix-mouse-x11
Rémi Verschelde
2017-12-10
1
-16
/
+17
|
\
|
*
Fix no mouse if touch device present in X11
Pedro J. Estébanez
2017-12-10
1
-16
/
+17
*
|
Merge pull request #14485 from RandomShaper/fix-android-export
Rémi Verschelde
2017-12-10
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix crash on Android export
Pedro J. Estébanez
2017-12-10
1
-4
/
+7
*
|
Style: Apply clang-format to Java files
Rémi Verschelde
2017-12-10
25
-1462
/
+1371
*
|
X11: Process entire event queue at startup.
Andreas Haas
2017-12-09
2
-7
/
+5
*
|
Merge pull request #14434 from Smjert/fix/13447/vsync
Rémi Verschelde
2017-12-09
5
-0
/
+8
|
\
\
|
*
|
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
5
-0
/
+8
*
|
|
Windows export: Use WINE to run rcedit on non-Windows host
Rémi Verschelde
2017-12-09
1
-8
/
+36
*
|
|
Merge pull request #14437 from vnen/rcedit
Rémi Verschelde
2017-12-09
1
-1
/
+97
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Call rcedit on export for Windows desktop
George Marques
2017-12-09
1
-1
/
+97
*
|
|
Fix Manage Export Templates link
MattUV
2017-12-08
2
-0
/
+2
[next]