Rémi Verschelde
|
10f0be7719
SCons: Fix Godot detection in custom modules logic
|
4 년 전 |
Andrii Doroshenko (Xrayez)
|
65a2f0dfd4
SCons: Add an option to detect C++ modules recursively
|
4 년 전 |
Marcel Admiraal
|
e21adf2bc6
Don't handle BaseException in build scripts
|
4 년 전 |
bruvzg
|
b338ba1b27
[3.2] Do not raise exception if iOS SDK is not installed.
|
4 년 전 |
bruvzg
|
d44bc8d5bc
[3.2] Add iOS SDK version check.
|
4 년 전 |
Bartłomiej T. Listwon
|
858bdbacfd
Add all headers to VS Project
|
4 년 전 |
Bartłomiej T. Listwon
|
405412938a
Fix custom modules in Visual Studio
|
4 년 전 |
Rémi Verschelde
|
217dbdc9e7
SCons: Fix regression in Python 2 support
|
4 년 전 |
Andrii Doroshenko (Xrayez)
|
6122a504ee
Build the engine with custom modules in Visual Studio
|
5 년 전 |
Tomasz Chabora
|
7e1312055b
Fix emoji branch compilation error
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
670205a22f
Expand env vars for `custom_modules` build option
|
5 년 전 |
Rémi Verschelde
|
c87b4f9d71
SCons: Fix python2 compatibility after #37198 and #37248
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
23ef1e0f70
SCons: Dump construction environment to a file
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
bc21cd8592
Moved to methods.py as a `show_progress` method.
|
5 년 전 |
Rémi Verschelde
|
7bf9787921
SCons: Format buildsystem files with psf/black
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
d201163557
Do not rely on the existence of `config.py` while detecting modules
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
0138ba59ac
SCons: use `OrderedDict` to ensure insertion order of modules
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
133997654c
Add `custom_modules` build option to compile external user modules
|
5 년 전 |
unknown
|
6e6db2d9cb
Remove the dead function win32_spawn from methods.py.
|
5 년 전 |
Rémi Verschelde
|
75164169c4
SCons: Fix get_compiler_version() to return ints
|
5 년 전 |
Joost Heitbrink
|
dc61323b2c
PCK: Set VERSION_PATCH in header, factor out header magic
|
5 년 전 |
unknown
|
0ab7bd402a
Remove unused imports
|
5 년 전 |
Rémi Verschelde
|
c320a82213
SCons: Add 'split_libmodules' option to workaround linker issue
|
5 년 전 |
santouits
|
21297a533e
fix getting correct mingw-w64 version
|
6 년 전 |
Rémi Verschelde
|
66d09a6b4c
SCons: Fix uses of [].append instead of env.add_source_files()
|
6 년 전 |
Rémi Verschelde
|
b0d41847ed
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
|
6 년 전 |
hbina085
|
f4e1ed7e63
some variables in methods.py are not used
|
6 년 전 |
Rémi Verschelde
|
b10dd110e5
Print engine version to stdout when starting Godot
|
6 년 전 |
Rémi Verschelde
|
c2a669a9f0
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
|
6 년 전 |
Rémi Verschelde
|
8d867cf7c5
Also disable C and C++ specific warnings in thirdparty code
|
6 년 전 |