aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeLines
* Improved path CLI args + path caching setting hop3112023-11-07-0/+0
|
* Updated scripts + fixed GLI submodules Hop3112023-09-27-0/+0
|
* Move actions and scripts to separate reusable repos Spartan3222023-09-24-181/+0
| | | | Add `extension/deps/SCsub`
* Separate build functions from SConstruct Spartan3222023-07-21-0/+181
Placed in scripts/build Streamline scons options with OptionsClass in scripts/build/option_handler.py Move `show_progress` cache function to scripts/build/cache.py Move `GlobRecursive` function to scripts/build/glob_recursive.py Make environment clone of godot-cpp's build Prevents environment leakage into godot-cpp