index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
methods.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand env vars for `custom_modules` build option
Andrii Doroshenko (Xrayez)
2020-07-10
1
-2
/
+3
*
Merge pull request #37248 from Xrayez/env-dump
Rémi Verschelde
2020-06-10
1
-0
/
+11
|
\
|
*
SCons: Dump construction environment to a file
Andrii Doroshenko (Xrayez)
2020-06-10
1
-0
/
+11
*
|
SCons: Validate dependencies for linked multimedia modules
Rémi Verschelde
2020-06-03
1
-0
/
+24
*
|
Merge pull request #39125 from Xrayez/py-modules-order-4.0
Rémi Verschelde
2020-05-28
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
SCons: use `OrderedDict` to ensure insertion order of modules
Andrii Doroshenko (Xrayez)
2020-05-28
1
-1
/
+2
*
|
Merge pull request #37198 from Xrayez/progress-inside
Rémi Verschelde
2020-05-27
1
-0
/
+123
|
\
\
|
*
|
Moved to methods.py as a `show_progress` method.
Andrii Doroshenko (Xrayez)
2020-03-30
1
-0
/
+123
*
|
|
Do not rely on the existence of `config.py` while detecting modules
Andrii Doroshenko (Xrayez)
2020-05-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Add `custom_modules` build option to compile external user modules
Andrii Doroshenko (Xrayez)
2020-05-25
1
-24
/
+45
*
|
SCons: Expand CXX in check for vanilla Clang
Rémi Verschelde
2020-04-04
1
-1
/
+5
|
/
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-130
/
+191
*
SCons: Drop support for Python 2
Rémi Verschelde
2020-03-25
1
-6
/
+5
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+9
*
Remove the dead function win32_spawn from methods.py.
unknown
2020-03-18
1
-19
/
+0
*
SCons: Expand env variables to check compiler version
Rémi Verschelde
2020-03-04
1
-2
/
+5
*
SCons: Fix get_compiler_version() to return ints
Rémi Verschelde
2020-02-26
1
-7
/
+6
*
SCons: Re-allow upcoming GCC 8.4, fixes C++17 copy elision
Rémi Verschelde
2020-02-26
1
-1
/
+5
*
Scons: fixed build for vanilla clang in mac os x
Nickolai Korshunov
2020-02-24
1
-0
/
+7
*
SCons: Add GCC/Clang minimum version check
Rémi Verschelde
2020-02-23
1
-2
/
+4
*
Moved the shader source compilation code outside RenderingDevice and Vulkan
Juan Linietsky
2020-02-11
1
-1
/
+11
*
SCons: Split libmodules.a in folder-based libs
Rémi Verschelde
2020-02-07
1
-61
/
+0
*
SCons: Generate header with info on which modules are enabled
Rémi Verschelde
2020-02-07
1
-34
/
+9
*
PCK: Set VERSION_PATCH in header, factor out header magic
Joost Heitbrink
2020-01-06
1
-2
/
+1
*
Remove unused imports
unknown
2020-01-03
1
-2
/
+0
*
SCons: Add 'split_libmodules' option to workaround linker issue
Rémi Verschelde
2019-12-11
1
-7
/
+19
*
fix getting correct mingw-w64 version
santouits
2019-07-26
1
-1
/
+5
*
SCons: Fix uses of [].append instead of env.add_source_files()
Rémi Verschelde
2019-07-22
1
-8
/
+22
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-1
/
+1
*
some variables in methods.py are not used
hbina085
2019-06-29
1
-4
/
+4
*
Print engine version to stdout when starting Godot
Rémi Verschelde
2019-05-28
1
-0
/
+1
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-2
/
+2
*
Also disable C and C++ specific warnings in thirdparty code
Rémi Verschelde
2019-04-24
1
-1
/
+7
*
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-07
1
-64
/
+0
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
*
SCons: add `methods.using_clang` to check used compiler
Rémi Verschelde
2019-04-05
1
-1
/
+4
*
Move YEAR definition to version.py
Rémi Verschelde
2019-03-05
1
-1
/
+1
*
Come up with use_gcc.
marxin
2019-02-23
1
-0
/
+3
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-0
/
+7
*
Get Git commit hash when Godot is a submodule
George Marques
2019-02-08
1
-3
/
+11
*
[macOS] Fixed a problem sdk path could not be detected
Naoto Kondo
2018-11-26
1
-2
/
+2
*
Merge pull request #21339 from Placinta/master
Rémi Verschelde
2018-11-20
1
-0
/
+24
|
\
|
*
Pass -isysroot to compiler / linker when doing a macOS build
Alexandru Croitor
2018-08-27
1
-0
/
+24
*
|
Remove trailing whitespace
Rémi Verschelde
2018-11-20
1
-1
/
+1
*
|
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-1
/
+1
*
|
SCons: Add 'werror' opt-in to treat warning as errors
Rémi Verschelde
2018-10-04
1
-0
/
+4
*
|
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-0
/
+8
*
|
Fix #17843 inability to generate vs projects without being in a MSVC command ...
K. S. Ernest (iFire) Lee
2018-09-13
1
-0
/
+3
*
|
BuildSystem: Sort input file lists
Bernhard M. Wiedemann
2018-08-29
1
-1
/
+1
*
|
Do not record year of build
Bernhard M. Wiedemann
2018-08-29
1
-1
/
+1
|
/
[next]