| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |\
| | |
| | |
| | | |
[Buildsystem] Prevent cache check mangling access time
|
| | |
| | |
| | |
| | |
| | | |
Checking for text files using `open` changes `atime`, which breaks cache
access sorting, this ensures the cache access time is preserved.
|
| |\ \
| | |/
| |/|
| | | |
Use scons to calculate all the sources needed for vsproj generation.
|
| | |
| | |
| | |
| | |
| | | |
Scons knows every file - sources, headers, etc - that the binary depends on,
and trying to figure that out manually is just too prone to error.
|
|\| | |
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
Buildsystem: Refactor compiler detection code
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Delete old check for gcc 8 as we support 9 or higher
* Flatten branches for clang and apple clang
* Renamed is_vanilla_clang to is_apple_clang to be more clear
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
| |/
| |
| |
| | |
• Implement caching via SCons arguments, rather than environment variables
|
| |\
| | |
| | |
| | | |
Delete old unused code for VS project generation
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also ensured that sorting of files for hashing actually happens
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
| |/
| |
| |
| |
| | |
SCons: 3.1.2 → 4.0
Python: 3.6 → 3.8
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This lonely dinosaur was overlooked by a meteor. Its family was
killed but it managed to survive until today. People noticed him
but they didn't understood he should be dead... So our dino even
got medicine on a level of all other animals of our zoo. Good bye!
All the CG and HLSL functions (except this) were removed years ago
when GLSL2 shaders support was added:
Look at: eac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
|\| |
|
| |
| |
| |
| | |
Visual Studio 2017 or later has been required to build Godot for a while now.
|
| |
| |
| |
| |
| |
| | |
Some parts of the buildsystem already were using it with `#` in path
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
The `env.disabled_modules` and `methods.disable_module` weren't used anywhere
so the first one was repurposed and the second just deleted
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Fix create_test.py missing Redot copyright reference
(cherry picked from commit 08b664511b0b984309dab13efc27ad2703d4ff18)
|
| |
| |
| |
| | |
(cherry picked from commit 41bcc4df41772cf7277f6fd949d66126401e1cf5)
|
| |
| |
| |
| | |
(cherry picked from commit cb0d3f7aa0c51edcf230a8fb8a53c8845f1335da)
|
| | |
|
| |
| |
| |
| |
| | |
Add status_version to version.py
Update Engine.xml example for get_godot_compatible_version_info
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add Linux Editor tests workflow matrix
Add Windows Editor w/ Mono workflow matrix
Add Generate Glue Code job to Windows workflow
Add Build GodotSharp job to Windows workflow
Add godot compatibility version references
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
Add Godot authors and donors to editor_about.cpp
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
• C standard now passed on msvc if the version is supported
|
|\
| |
| |
| | |
Remove `ARFLAGS` hack for Windows, replace with `TEMPFILE`
|
| |
| |
| |
| |
| | |
TEMPFILE is the built-in way of SCons to use a response file for command
lines that are too long.
|
|/
|
|
|
|
| |
Prevents cache issues by not purging cache before starting a build.
Splits cache purge related code from progress code and delays the purge
until after final build is done.
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
SCons: Fix output with `vsproj=yes`
|
| | |
|
|\ \
| | |
| | |
| | | |
Fix VS project generation with SCons 4.8.0+
|
| |/ |
|
|/ |
|
|
|
|
| |
Co-authored-by: ChristopheClaustre <christophe.claustre.31@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|