summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
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-08-29BuildSystem: Sort input file listsBernhard M. Wiedemann
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-07-23SCons: Keep default platform lib extensions in LIBSUFFIXESRémi Verschelde
2018-07-21SCons: Prevent using disable_3d or disable_advanced_gui with tools=yesRémi Verschelde
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-05added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-06-07SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde
2018-06-07Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli
2018-06-07Add UPnP support (port forwarding, querying external IP)mhilbrunner
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-03-26Refactor JavaScript platform build scriptLeon Krause
2018-03-14Merge pull request #17194 from garyo/scons_find_msvcRémi Verschelde
2018-03-14SCons: Fix running 'scons' without platform argumentRémi Verschelde
2018-03-13Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner
2018-03-10Avoid confusing traceback on attempting build without platform optionViktor Ferenczi
2018-03-02prune cache only at the start and end of buildRhody Lugo
2018-03-01fix accidental SConstruct revertskarroffel
2018-03-01add GLES 2 renderer for 2Dkarroffel
2018-02-22Abort compilation on missing return values (CGG/clang)bruvzg
2018-02-19SCons: Remove references to obsolete "fat" bitsRémi Verschelde
2018-02-15Disable GLES builders and source from server compilationFabio Alessandrelli
2018-02-14Fixed small typos in the SConstruct file.Michael Alexsander Silva Dias
2018-02-14Allow building with system wide mbedtls on X11Fabio Alessandrelli
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-01-18Include .hpp files in VS scons builds. Fixed Typo.Will Nations
2018-01-18adding option to split modules libraryAriel Manzur
2018-01-13Disable colored output and progress bar when building outside of a TTYHugo Locurcio
2018-01-13SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde
2018-01-05SCons: Fix usage of LD when we meant LINKRémi Verschelde
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-21Scons: Use module suffix only for final binary.Andreas Haas
2017-12-18sort by the most recently accessed filesRhody Lugo
2017-12-16Added custom editor splash (including sponsor logo).Juan Linietsky
2017-12-14MacPorts clang version selection, and OpenMP linking fix.bruvzg
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg
2017-12-14-Add lightmapperJuan Linietsky
2017-12-08Import thekla_atlasHein-Pieter van Braam
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27prune scons shared cacheRhody Lugo
2017-11-25add support for scons cache and enable it for appveyorRhody Lugo
2017-11-21Add explicit exception model flag for Visual C++Matthias Hoelzl
2017-11-19Add cpp.hint file to improve IntelliSenseMatthias Hoelzl
2017-11-19Merge pull request #12961 from eska014/platform-docRémi Verschelde
2017-11-18Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause