summaryrefslogtreecommitdiffstats
path: root/core/SCsub
Commit message (Expand)AuthorAgeFilesLines
* Add 2D navigation mesh bakingsmix82023-09-251-0/+18
* FreeType: Update to version 2.13.1bruvzg2023-07-101-1/+0
* Linux: Allow unbundling brotli to use system libraryRémi Verschelde2023-07-061-1/+1
* Expose brotli decompression to the scripting API.bruvzg2023-03-291-0/+25
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-1/+0
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* Add arch flag to assembler to fix build on ARM64 macOS / iOS.bruvzg2022-07-011-2/+1
* zstd: Update to upstream version 1.5.2Rémi Verschelde2022-06-281-0/+4
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-0/+1
* SCons: List `.gen.cpp` sources explicitly to avoid globbing errorsRémi Verschelde2021-10-151-0/+1
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-0/+1
* Implement native extension systemreduz2021-06-251-0/+1
* Implement shader cachingreduz2021-05-311-0/+1
* Fixed build with SCRIPT_AES256_ENCRYPTION_KEY setMarcus Brummer2021-05-141-1/+1
* SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalidRémi Verschelde2021-05-141-7/+10
* Update PolyPartition / Triangulator libraryAaron Franke2021-01-121-1/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-5/+15
* Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+7
* Refactor MethodBind to use variadic templatesreduz2020-10-181-19/+3
* zstd: Update to upstream version 1.4.5Rémi Verschelde2020-09-181-0/+1
* Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* Fix new black style check failures in various files.Marcel Admiraal2020-08-211-2/+6
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-5/+11
* Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio2020-05-161-1/+0
* thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde2020-05-111-0/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-49/+62
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+1
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-0/+1
* Update zstd to 1.4.3unknown2019-11-031-0/+2
* Fix missing `z_verbose` and `z_error` symbols in debug iOS build.bruvzg2019-10-251-0/+2
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-0/+1
* Merge pull request #30188 from Andrettin/Method-Binding-Free-Function-SupportRémi Verschelde2019-07-091-1/+1
|\
| * Added support for passing functions pointers (with a class instance as the fi...Andrettin2019-07-091-1/+1
* | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-2/+2
* | CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-4/+0
|/
* Build Clipper with `tools=no` and patch it to auto-disable exceptionsAndrii Doroshenko (Xrayez)2019-05-221-0/+1
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-4/+4
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-2/+2
* Update zstd to 1.3.8Guilherme Felipe2019-01-031-1/+5
* Core: Drop unused global_defaults logicRémi Verschelde2018-12-201-16/+0
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-0/+1
* SCons: Build core's thirdparty code in own environmentRémi Verschelde2018-09-281-13/+70
* Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.allkhor2018-09-231-1/+0
* Allow system certs file to be used by Editor.Fabio Alessandrelli2018-09-151-1/+1
* Bundle SSL certs with the templates.Fabio Alessandrelli2018-09-151-0/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-23/+25
* add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4