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
/
detect.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not require OpenMP for non-tools builds (export templates)
Rémi Verschelde
2017-12-22
1
-2
/
+2
*
Add support for whole program optimization on MSVC
George Marques
2017-12-16
1
-0
/
+3
*
Fix 32bit MingW build for thekla_altas
Hein-Pieter van Braam
2017-12-15
1
-1
/
+1
*
Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...
Colin Kinloch
2017-12-14
1
-5
/
+5
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+7
*
Fix windows compilation when using MinGW
MrCdK
2017-12-07
1
-1
/
+1
*
Add build param for targeted Windows version
Pedro J. Estébanez
2017-12-06
1
-6
/
+5
*
SCons: make use_lto a global option and opt-in for iphone
Rémi Verschelde
2017-11-02
1
-1
/
+0
*
detect.py: Fix KeyError if using MinGW and LTO
mhilbrunner
2017-10-27
1
-4
/
+1
*
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-21
1
-1
/
+0
*
Reduce gcc lto build time by telling the linker to
Felix M. Cobos
2017-09-26
1
-1
/
+4
*
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
2017-09-25
1
-3
/
+3
*
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+2
*
Fix gcc lto
Hein-Pieter van Braam
2017-09-23
1
-2
/
+7
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
1
-1
/
+11
*
Buildsystem: Windows cross-compilation on Linux defaults to 64-bit
Rémi Verschelde
2017-09-13
1
-3
/
+6
*
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
1
-1
/
+1
*
Added new WASAPI driver for Windows
Marcelo Fernandez
2017-08-27
1
-1
/
+3
*
Windows: Drop support for obsolete MinGW
Rémi Verschelde
2017-08-18
1
-34
/
+19
*
Windows: Drop support for Vista (0x0600)
Rémi Verschelde
2017-08-18
1
-2
/
+4
*
Make MinGW test less verbose on non-Bash shells
Rémi Verschelde
2017-07-25
1
-9
/
+2
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-195
/
+77
*
-Fix eternal black screen on Windows
Juan Linietsky
2017-04-09
1
-1
/
+1
*
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-1
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-12
1
-1
/
+3
*
Merge pull request #7493 from neikeq/pr-mingw-bits
Rémi Verschelde
2017-01-10
1
-1
/
+1
|
\
|
*
Detect bits when building with MinGW
Ignacio Etcheverry
2017-01-10
1
-1
/
+1
*
|
Windows: Define _WIN32_WINRT to 0x0600 (Vista)
Rémi Verschelde
2017-01-08
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Godot works on Windows again..
reduz
2016-12-21
1
-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-01
1
-3
/
+3
*
|
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-10
/
+7
*
|
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-89
/
+89
*
|
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-218
/
+218
*
|
fix bug introduced by #6501
yg2f
2016-10-26
1
-13
/
+13
*
|
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Błażej Szczygieł
2016-10-16
1
-3
/
+3
*
|
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-15
1
-0
/
+1
*
|
glew: Split thirdparty files and isolate env
Rémi Verschelde
2016-10-15
1
-1
/
+0
|
/
*
scons detects standalone MSVC on Windows
yg2f
2016-09-16
1
-9
/
+16
*
Implement missing WinRT functions
George Marques
2016-09-03
1
-69
/
+9
*
fix to mingw build
Juan Linietsky
2016-08-20
1
-1
/
+1
*
ENet windows compilation fixes.
Juan Linietsky
2016-08-20
1
-3
/
+2
*
-make freetype build for all platforms the same, default as builtin except on...
Juan Linietsky
2016-06-09
1
-9
/
+0
*
GLEW: Define static + enabled and includes via SCons
Rémi Verschelde
2016-06-08
1
-2
/
+2
*
removed dependency on shcore.dll to get DPI
Juan Linietsky
2016-06-01
1
-1
/
+1
*
hidpi for now not available on mingw, sorry
Juan Linietsky
2016-05-29
1
-1
/
+1
*
DPI Detection support
Juan Linietsky
2016-05-29
1
-2
/
+2
*
fix freetype paths on osx and mingw
Juan Linietsky
2016-05-29
1
-2
/
+3
[next]