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
/
SConstruct
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port changes to the "raycast" module build files from 3.x
jfons
2021-05-04
1
-0
/
+1
*
Add option modules_enabled_by_default
totlmstr
2021-04-10
1
-10
/
+16
*
Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templates
Rémi Verschelde
2021-03-23
1
-4
/
+0
|
\
|
*
Add unit tests for export templates
Gordon MacPherson
2021-03-22
1
-4
/
+0
*
|
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
1
-1
/
+1
|
\
\
|
*
|
Allow to not optimize release build
Rafał Mikrut
2021-03-14
1
-1
/
+1
*
|
|
Merge pull request #46799 from goostengine/module-includes
Rémi Verschelde
2021-03-14
1
-4
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Provide additional include paths for custom modules
Andrii Doroshenko (Xrayez)
2021-03-08
1
-4
/
+7
*
|
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
|
|
SCons: Use default env["ENV"] and prepend PATH to it
Rémi Verschelde
2021-03-10
1
-2
/
+8
*
|
|
SCons: Propagate the user's OS environment in env["ENV"]
Rémi Verschelde
2021-03-09
1
-8
/
+3
*
|
|
SCons: Fix parsing PATH when constructing base environment
Rémi Verschelde
2021-03-07
1
-5
/
+8
*
|
|
SCons: Fix profile type. It is a string
Mateo Kuruk Miccino
2021-02-25
1
-1
/
+1
*
|
|
SCons: Properly handle overriding default values to bool options
Rémi Verschelde
2021-02-24
1
-9
/
+9
*
|
|
SCons: Make freetype module a mandatory editor dependency
Rémi Verschelde
2021-02-18
1
-1
/
+1
|
/
/
*
|
Merge pull request #43057 from Xrayez/custom_modules_recursive
Rémi Verschelde
2021-02-08
1
-1
/
+8
|
\
\
|
*
|
SCons: Add an option to detect C++ modules recursively
Andrii Doroshenko (Xrayez)
2020-10-24
1
-1
/
+8
*
|
|
SCons: Add `production=yes` option to use production defaults
Rémi Verschelde
2021-02-03
1
-11
/
+33
*
|
|
Fix incorrect version requirement in the SCons compilation DB comment
Hugo Locurcio
2021-02-01
1
-1
/
+1
|
|
/
|
/
|
*
|
SCons: Fix build with `p` alias or platform auto-detection
Rémi Verschelde
2020-12-17
1
-47
/
+51
*
|
SCons: Add only selected platform's opts to env
Rémi Verschelde
2020-12-16
1
-13
/
+11
*
|
Don't handle BaseException in build scripts
Marcel Admiraal
2020-12-12
1
-2
/
+2
*
|
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...
bruvzg
2020-11-26
1
-0
/
+3
*
|
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-25
1
-3
/
+0
|
/
*
SCons: Refactor and cleanup warnings definition
Rémi Verschelde
2020-10-08
1
-13
/
+10
*
Add all headers to VS Project
Bartłomiej T. Listwon
2020-09-27
1
-25
/
+4
*
Remove unused Python imports.
Marcel Admiraal
2020-09-10
1
-2
/
+0
*
Merge pull request #41219 from akien-mga/gles2-takes-holidays
Rémi Verschelde
2020-08-13
1
-8
/
+3
|
\
|
*
Remove obsolete GLES2 backend code
Rémi Verschelde
2020-08-13
1
-8
/
+3
*
|
update to use scons compile db tool
Gordon MacPherson
2020-08-12
1
-3
/
+4
|
/
*
SCons: Refactor running commands through builders
Andrii Doroshenko (Xrayez)
2020-07-28
1
-21
/
+19
*
CI: Install master version of psf/black
Rémi Verschelde
2020-07-26
1
-2
/
+3
*
SCons: Build tests/ and main/ in cloned environments
Rémi Verschelde
2020-07-26
1
-6
/
+0
*
Move `tests` to the top-level directory
Andrii Doroshenko (Xrayez)
2020-07-26
1
-3
/
+4
*
SCons: Add `tests` option to enable or disable unit tests
Andrii Doroshenko (Xrayez)
2020-07-25
1
-2
/
+12
*
t Add unit testing to Godot using DocTest and added to GitHub Actions CI
RevoluPowered
2020-07-24
1
-0
/
+3
*
SCons: Do not enable werror=yes by default
Rémi Verschelde
2020-07-14
1
-2
/
+1
*
Disable "misleading indentation" warning on GCC
Aaron Franke
2020-07-12
1
-0
/
+1
*
Merge pull request #37248 from Xrayez/env-dump
Rémi Verschelde
2020-06-10
1
-1
/
+4
|
\
|
*
SCons: Dump construction environment to a file
Andrii Doroshenko (Xrayez)
2020-06-10
1
-1
/
+4
*
|
SCons: Validate dependencies for linked multimedia modules
Rémi Verschelde
2020-06-03
1
-8
/
+7
*
|
Merge pull request #39137 from Xrayez/custom-modules-profile
Rémi Verschelde
2020-05-29
1
-4
/
+9
|
\
\
|
*
|
SCons: Allow to read `custom_modules` option via a file
Andrii Doroshenko (Xrayez)
2020-05-29
1
-4
/
+9
*
|
|
SCons: Prefer `Exit()` method over `sys.exit()`
Andrii Doroshenko (Xrayez)
2020-05-28
1
-12
/
+12
*
|
|
Merge pull request #39125 from Xrayez/py-modules-order-4.0
Rémi Verschelde
2020-05-28
1
-3
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
SCons: use `OrderedDict` to ensure insertion order of modules
Andrii Doroshenko (Xrayez)
2020-05-28
1
-3
/
+4
|
|
/
*
|
Merge pull request #37198 from Xrayez/progress-inside
Rémi Verschelde
2020-05-27
1
-117
/
+1
|
\
\
|
|
/
|
/
|
|
*
Moved to methods.py as a `show_progress` method.
Andrii Doroshenko (Xrayez)
2020-03-30
1
-117
/
+1
*
|
Add `custom_modules` build option to compile external user modules
Andrii Doroshenko (Xrayez)
2020-05-25
1
-23
/
+45
*
|
SCons: Improve registration of compilation_db tool, check version
Rémi Verschelde
2020-05-18
1
-7
/
+6
[next]