summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Fix possible error in "disable_advanced_gui" flag's descriptionMichael Alexsander Silva Dias2018-12-211-1/+1
* Core: Drop unused global_defaults logicRémi Verschelde2018-12-201-4/+0
* SCons: Corrects $LIBSUFFIXES environment variable for WindowsErik2018-11-181-2/+7
* Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde2018-10-291-1/+4
|\
| * Server platform works on OS X tooMarcelo Fernandez2018-10-291-1/+4
* | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-2/+2
|/
* SCons: Add 'werror' opt-in to treat warning as errorsRémi Verschelde2018-10-041-7/+13
* SCons: Set default warnings level to all (-Wall or /W3)Rémi Verschelde2018-10-041-6/+3
* Fix some warnings raised by MSVC 2017Rémi Verschelde2018-10-031-2/+2
* Disable forced inline when building in debug.Juan Linietsky2018-10-021-1/+2
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-5/+2
* Added xatlas as alternative to thekla, forced it on.Juan Linietsky2018-09-291-0/+1
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-0/+1
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-2/+3
* Allow system certs file to be used by Editor.Fabio Alessandrelli2018-09-151-0/+1
* Bundle SSL certs with the templates.Fabio Alessandrelli2018-09-151-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* BuildSystem: Sort input file listsBernhard M. Wiedemann2018-08-291-1/+1
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-2/+4
* SCons: Keep default platform lib extensions in LIBSUFFIXESRémi Verschelde2018-07-231-0/+5
* SCons: Prevent using disable_3d or disable_advanced_gui with tools=yesRémi Verschelde2018-07-211-2/+10
* -Fix disable_3d flagJuan Linietsky2018-07-211-0/+1
* added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-0/+2
* add NoCache wrapper to CommandRhody Lugo2018-06-211-0/+1
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-61/+33
* SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-071-2/+3
* Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli2018-06-071-0/+1
|\
| * Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-071-0/+1
* | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+11
|/
* Refactor JavaScript platform build scriptLeon Krause2018-03-261-5/+5
* Merge pull request #17194 from garyo/scons_find_msvcRémi Verschelde2018-03-141-20/+15
|\
| * Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner2018-03-131-20/+15
* | SCons: Fix running 'scons' without platform argumentRémi Verschelde2018-03-141-115/+113
|/
* Avoid confusing traceback on attempting build without platform optionViktor Ferenczi2018-03-101-0/+1
* prune cache only at the start and end of buildRhody Lugo2018-03-021-10/+2
* fix accidental SConstruct revertskarroffel2018-03-011-6/+4
* add GLES 2 renderer for 2Dkarroffel2018-03-011-5/+7
* Abort compilation on missing return values (CGG/clang)bruvzg2018-02-221-0/+1
* SCons: Remove references to obsolete "fat" bitsRémi Verschelde2018-02-191-3/+1
* Disable GLES builders and source from server compilationFabio Alessandrelli2018-02-151-1/+1
* Fixed small typos in the SConstruct file.Michael Alexsander Silva Dias2018-02-141-2/+2
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-0/+1
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-1/+0
* Include .hpp files in VS scons builds. Fixed Typo.Will Nations2018-01-181-0/+2
* adding option to split modules libraryAriel Manzur2018-01-181-0/+1
* Disable colored output and progress bar when building outside of a TTYHugo Locurcio2018-01-131-1/+6
* SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-131-0/+1
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-2/+4
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-1/+0
* Scons: Use module suffix only for final binary.Andreas Haas2017-12-211-3/+1