Age | Commit message (Expand) | Author |
2018-12-20 | Core: Drop unused global_defaults logic | Rémi Verschelde |
2018-11-18 | SCons: Corrects $LIBSUFFIXES environment variable for Windows | Erik |
2018-10-29 | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde |
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez |
2018-10-27 | Dont use equality operators with None singleton in python files | lupoDharkael |
2018-10-04 | SCons: Add 'werror' opt-in to treat warning as errors | Rémi Verschelde |
2018-10-04 | SCons: Set default warnings level to all (-Wall or /W3) | Rémi Verschelde |
2018-10-03 | Fix some warnings raised by MSVC 2017 | Rémi Verschelde |
2018-10-02 | Disable forced inline when building in debug. | Juan Linietsky |
2018-10-01 | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde |
2018-09-29 | Added xatlas as alternative to thekla, forced it on. | Juan Linietsky |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-15 | Allow system certs file to be used by Editor. | Fabio Alessandrelli |
2018-09-15 | Bundle SSL certs with the templates. | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-29 | BuildSystem: Sort input file lists | Bernhard M. Wiedemann |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-23 | SCons: Keep default platform lib extensions in LIBSUFFIXES | Rémi Verschelde |
2018-07-21 | SCons: Prevent using disable_3d or disable_advanced_gui with tools=yes | Rémi Verschelde |
2018-07-21 | -Fix disable_3d flag | Juan Linietsky |
2018-07-05 | added 'android_add_asset_dir('...') method to Android module gradle build config | Patrick Kaster |
2018-06-21 | add NoCache wrapper to Command | Rhody Lugo |
2018-06-07 | Tweak some help texts in the build system | Hugo Locurcio |
2018-06-07 | SCons: Allow unbundling libwebsockets and miniupnpc | Rémi Verschelde |
2018-06-07 | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli |
2018-06-07 | Add UPnP support (port forwarding, querying external IP) | mhilbrunner |
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde |
2018-03-26 | Refactor JavaScript platform build script | Leon Krause |
2018-03-14 | Merge pull request #17194 from garyo/scons_find_msvc | Rémi Verschelde |
2018-03-14 | SCons: Fix running 'scons' without platform argument | Rémi Verschelde |
2018-03-13 | Enable SCons to autodetect Windows MSVC compiler | Gary Oberbrunner |
2018-03-10 | Avoid confusing traceback on attempting build without platform option | Viktor Ferenczi |
2018-03-02 | prune cache only at the start and end of build | Rhody Lugo |
2018-03-01 | fix accidental SConstruct reverts | karroffel |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |
2018-02-22 | Abort compilation on missing return values (CGG/clang) | bruvzg |
2018-02-19 | SCons: Remove references to obsolete "fat" bits | Rémi Verschelde |
2018-02-15 | Disable GLES builders and source from server compilation | Fabio Alessandrelli |
2018-02-14 | Fixed small typos in the SConstruct file. | Michael Alexsander Silva Dias |
2018-02-14 | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli |
2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli |
2018-01-18 | Include .hpp files in VS scons builds. Fixed Typo. | Will Nations |
2018-01-18 | adding option to split modules library | Ariel Manzur |
2018-01-13 | Disable colored output and progress bar when building outside of a TTY | Hugo Locurcio |
2018-01-13 | SCons: Allow unbundling bullet on Linux (only 2.87+) | Rémi Verschelde |
2018-01-05 | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky |
2017-12-21 | Scons: Use module suffix only for final binary. | Andreas Haas |
2017-12-18 | sort by the most recently accessed files | Rhody Lugo |