| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Build Clipper with `tools=no` and patch it to auto-disable exceptions | Andrii Doroshenko (Xrayez) | 2019-05-22 | 1 | -0/+1 |
* | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | 2019-04-30 | 1 | -4/+4 |
* | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde | 2019-04-24 | 1 | -2/+2 |
* | Update zstd to 1.3.8 | Guilherme Felipe | 2019-01-03 | 1 | -1/+5 |
* | Core: Drop unused global_defaults logic | Rémi Verschelde | 2018-12-20 | 1 | -16/+0 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -0/+1 |
* | SCons: Build core's thirdparty code in own environment | Rémi Verschelde | 2018-09-28 | 1 | -13/+70 |
* | Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351. | allkhor | 2018-09-23 | 1 | -1/+0 |
* | Allow system certs file to be used by Editor. | Fabio Alessandrelli | 2018-09-15 | 1 | -1/+1 |
* | Bundle SSL certs with the templates. | Fabio Alessandrelli | 2018-09-15 | 1 | -0/+3 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
* | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi | 2018-07-27 | 1 | -23/+25 |
* | add NoCache wrapper to Command | Rhody Lugo | 2018-06-21 | 1 | -4/+4 |
* | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir | 2018-05-19 | 1 | -0/+13 |
* | Merge pull request #17440 from viktor-ferenczi/issue-5042 | Rémi Verschelde | 2018-03-13 | 1 | -6/+4 |
|\ |
|
| * | Properly closing all files in Python code | Viktor Ferenczi | 2018-03-11 | 1 | -6/+4 |
* | | Build polygon clipper only in tools builds | Leon Krause | 2018-03-06 | 1 | -1/+0 |
|/ |
|