summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-25Merge pull request #26160 from marxin/come-up-with-use_gccHein-Pieter van Braam
2019-02-23Come up with use_gcc.marxin
2019-02-23Add -Wwrite-strings into all and extra warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-10Merge pull request #25764 from akien-mga/scons-relative-importRémi Verschelde
2019-02-10SCons: Fix import clash between Godot and system modulesRémi Verschelde
2019-02-10SCons: Make MD5-timestamp decider and implicit_cache debug-onlyRémi Verschelde
2018-12-21Fix possible error in "disable_advanced_gui" flag's descriptionMichael Alexsander Silva Dias
2018-12-20Core: Drop unused global_defaults logicRémi Verschelde
2018-11-18SCons: Corrects $LIBSUFFIXES environment variable for WindowsErik
2018-10-29Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-04SCons: Add 'werror' opt-in to treat warning as errorsRémi Verschelde
2018-10-04SCons: Set default warnings level to all (-Wall or /W3)Rémi Verschelde
2018-10-03Fix some warnings raised by MSVC 2017Rémi Verschelde
2018-10-02Disable forced inline when building in debug.Juan Linietsky
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-29Added xatlas as alternative to thekla, forced it on.Juan Linietsky
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
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