| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 4.4-alpha.2 | Spartan322 | 2024-10-14 | 1 | -0/+1 |
* | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -2/+10 |
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
* | Make sure huf_decompress is only applied to 64-bit x86. | MBCX | 2024-08-29 | 1 | -1/+1 |
* | SCons: Fix `mono` dependency | Thaddeus Crews | 2024-06-01 | 1 | -1/+1 |
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 1 | -7/+5 |
* | SCons: Fix generation of `disabled_classes.gen.h` after #91624 | scgm0 | 2024-05-13 | 1 | -1/+1 |
* | SCons: Generate all scripts natively | Thaddeus Crews | 2024-05-07 | 1 | -38/+91 |
* | SCons: Colorize warnings/errors during generation | Thaddeus Crews | 2024-04-28 | 1 | -2/+2 |
* | Replace Clipper1 library by Clipper2 library | Ricardo Buring | 2024-04-20 | 1 | -1/+0 |
* | SCons: unify code generations routine and minimize timestamp changes | Riteo | 2024-03-15 | 1 | -3/+6 |
* | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -1/+1 |
* | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -8/+4 |
* | Add 2D navigation mesh baking | smix8 | 2023-09-25 | 1 | -0/+18 |
* | FreeType: Update to version 2.13.1 | bruvzg | 2023-07-10 | 1 | -1/+0 |
* | Linux: Allow unbundling brotli to use system library | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Expose brotli decompression to the scripting API. | bruvzg | 2023-03-29 | 1 | -0/+25 |
* | SCons: Unify tools/target build type configuration | Rémi Verschelde | 2022-09-26 | 1 | -1/+1 |
* | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli | 2022-07-26 | 1 | -1/+0 |
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -1/+1 |
* | Add arch flag to assembler to fix build on ARM64 macOS / iOS. | bruvzg | 2022-07-01 | 1 | -2/+1 |
* | zstd: Update to upstream version 1.5.2 | Rémi Verschelde | 2022-06-28 | 1 | -0/+4 |
* | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde | 2022-02-09 | 1 | -0/+1 |
* | SCons: List `.gen.cpp` sources explicitly to avoid globbing errors | Rémi Verschelde | 2021-10-15 | 1 | -0/+1 |
* | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli | 2021-09-07 | 1 | -0/+1 |
* | Implement native extension system | reduz | 2021-06-25 | 1 | -0/+1 |
* | Implement shader caching | reduz | 2021-05-31 | 1 | -0/+1 |
* | Fixed build with SCRIPT_AES256_ENCRYPTION_KEY set | Marcus Brummer | 2021-05-14 | 1 | -1/+1 |
* | SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalid | Rémi Verschelde | 2021-05-14 | 1 | -7/+10 |
* | Update PolyPartition / Triangulator library | Aaron Franke | 2021-01-12 | 1 | -1/+1 |
* | SCons: Add explicit dependencies on thirdparty code in cloned env | Rémi Verschelde | 2020-12-18 | 1 | -5/+15 |
* | Don't handle BaseException in build scripts | Marcel Admiraal | 2020-12-12 | 1 | -1/+1 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+7 |
* | Refactor MethodBind to use variadic templates | reduz | 2020-10-18 | 1 | -19/+3 |
* | zstd: Update to upstream version 1.4.5 | Rémi Verschelde | 2020-09-18 | 1 | -0/+1 |
* | Remove unused Python imports. | Marcel Admiraal | 2020-09-10 | 1 | -1/+0 |
* | Fix new black style check failures in various files. | Marcel Admiraal | 2020-08-21 | 1 | -2/+6 |
* | SCons: Refactor running commands through builders | Andrii Doroshenko (Xrayez) | 2020-07-28 | 1 | -5/+11 |
* | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio | 2020-05-16 | 1 | -1/+0 |
* | thirdparty: Cleanup after #38386, document provenance and copyright | Rémi Verschelde | 2020-05-11 | 1 | -0/+1 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -49/+62 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -0/+1 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -0/+1 |
* | Update zstd to 1.4.3 | unknown | 2019-11-03 | 1 | -0/+2 |
* | Fix missing `z_verbose` and `z_error` symbols in debug iOS build. | bruvzg | 2019-10-25 | 1 | -0/+2 |
* | Move CryptoCore to it's own folder. | Fabio Alessandrelli | 2019-08-19 | 1 | -0/+1 |
* | Merge pull request #30188 from Andrettin/Method-Binding-Free-Function-Support | Rémi Verschelde | 2019-07-09 | 1 | -1/+1 |
|\ |
|
| * | Added support for passing functions pointers (with a class instance as the fi... | Andrettin | 2019-07-09 | 1 | -1/+1 |
* | | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde | 2019-07-03 | 1 | -2/+2 |
* | | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli | 2019-07-02 | 1 | -4/+0 |
|/ |
|