santouits
|
21297a533e
fix getting correct mingw-w64 version
|
6 years ago |
Rémi Verschelde
|
66d09a6b4c
SCons: Fix uses of [].append instead of env.add_source_files()
|
6 years ago |
Rémi Verschelde
|
b0d41847ed
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
|
6 years ago |
hbina085
|
f4e1ed7e63
some variables in methods.py are not used
|
6 years ago |
Rémi Verschelde
|
b10dd110e5
Print engine version to stdout when starting Godot
|
6 years ago |
Rémi Verschelde
|
c2a669a9f0
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
|
6 years ago |
Rémi Verschelde
|
8d867cf7c5
Also disable C and C++ specific warnings in thirdparty code
|
6 years ago |
Juan Linietsky
|
dd03dcbd5a
Android now (optionally) builds the template when exporting
|
6 years ago |
Hendrikto
|
49a81308c0
Remove unused imports
|
6 years ago |
Rémi Verschelde
|
e4a96164b6
SCons: add `methods.using_clang` to check used compiler
|
6 years ago |
Rémi Verschelde
|
195c5e0925
Move YEAR definition to version.py
|
6 years ago |
marxin
|
0d2a105e6b
Come up with use_gcc.
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
George Marques
|
874cbefa26
Get Git commit hash when Godot is a submodule
|
6 years ago |
Naoto Kondo
|
577e547b6a
[macOS] Fixed a problem sdk path could not be detected
|
6 years ago |
Rémi Verschelde
|
a2a5793e13
Merge pull request #21339 from Placinta/master
|
6 years ago |
Rémi Verschelde
|
173b342ca7
Remove trailing whitespace
|
6 years ago |
lupoDharkael
|
edcca5f7ad
Dont use equality operators with None singleton in python files
|
6 years ago |
Rémi Verschelde
|
2024666305
SCons: Add 'werror' opt-in to treat warning as errors
|
6 years ago |
Rémi Verschelde
|
3a2ca68af3
SCons: Build thirdparty code in own env, disable warnings
|
6 years ago |
K. S. Ernest (iFire) Lee
|
35e5ba84d3
Fix #17843 inability to generate vs projects without being in a MSVC command prompt by guessing variables.
|
7 years ago |
Bernhard M. Wiedemann
|
83b856c046
BuildSystem: Sort input file lists
|
7 years ago |
Bernhard M. Wiedemann
|
853d9c0807
Do not record year of build
|
7 years ago |
Alexandru Croitor
|
3624644630
Pass -isysroot to compiler / linker when doing a macOS build
|
7 years ago |
dragmz
|
8fd337e2df
fix windows build using python 3.7
|
7 years ago |
Viktor Ferenczi
|
c5bd0c37ce
Running builder (content generator) functions in subprocesses on Windows
|
7 years ago |
karroffel
|
b64171e79c
add initial GLES2 3D renderer
|
7 years ago |
Patrick Kaster
|
8bb90fd5f3
added 'android_add_asset_dir('...') method to Android module gradle build config
|
7 years ago |
Rhody Lugo
|
920224a535
add NoCache wrapper to Command
|
7 years ago |
Ibrahn Sahir
|
27310974e0
fixed building using scons with python3
|
7 years ago |