summaryrefslogtreecommitdiff
path: root/core/SCsub
AgeCommit message (Expand)Author
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-01Add arch flag to assembler to fix build on ARM64 macOS / iOS.bruvzg
2022-06-28zstd: Update to upstream version 1.5.2Rémi Verschelde
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2021-10-15SCons: List `.gen.cpp` sources explicitly to avoid globbing errorsRémi Verschelde
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-06-25Implement native extension systemreduz
2021-05-31Implement shader cachingreduz
2021-05-14Fixed build with SCRIPT_AES256_ENCRYPTION_KEY setMarcus Brummer
2021-05-14SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalidRémi Verschelde
2021-01-12Update PolyPartition / Triangulator libraryAaron Franke
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-12Don't handle BaseException in build scriptsMarcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-18zstd: Update to upstream version 1.4.5Rémi Verschelde
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-08-21Fix new black style check failures in various files.Marcel Admiraal
2020-07-28SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)
2020-05-16Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio
2020-05-11thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2019-11-03Update zstd to 1.4.3unknown
2019-10-25Fix missing `z_verbose` and `z_error` symbols in debug iOS build.bruvzg
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-07-09Merge pull request #30188 from Andrettin/Method-Binding-Free-Function-SupportRémi Verschelde
2019-07-09Added support for passing functions pointers (with a class instance as the fi...Andrettin
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-07-02CryptoCore class to access to base crypto utils.Fabio Alessandrelli
2019-05-22Build Clipper with `tools=no` and patch it to auto-disable exceptionsAndrii Doroshenko (Xrayez)
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-01-03Update zstd to 1.3.8Guilherme Felipe
2018-12-20Core: Drop unused global_defaults logicRémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-28SCons: Build core's thirdparty code in own environmentRémi Verschelde
2018-09-23Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.allkhor
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-05-19GDScript access to copyright, license, author and donor information.Ibrahn Sahir
2018-03-13Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde
2018-03-11Properly closing all files in Python codeViktor Ferenczi
2018-03-06Build polygon clipper only in tools buildsLeon Krause