summaryrefslogtreecommitdiffstats
path: root/core/SCsub
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-0/+13
* Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-131-6/+4
|\
| * Properly closing all files in Python codeViktor Ferenczi2018-03-111-6/+4
* | Build polygon clipper only in tools buildsLeon Krause2018-03-061-1/+0
|/
* Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-211-0/+1
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-1/+1
* Enable building against system zstd.Elliott Sales de Andrade2017-09-231-19/+2
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-2/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-3/+3
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-3/+3
* Add zstd compression support.Ferenc Arn2017-06-081-1/+20
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-281-1/+1
* Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde2017-04-281-0/+1
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-3/+42
* Implement single-field property change for multinode editPedro J. Estébanez2017-03-021-0/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-2/+2
* Move tests again from core to mainRémi Verschelde2017-01-081-1/+0