| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework warning levels | Pedro J. Estébanez | 2017-05-27 | 1 | -10/+22 |
| * | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde | 2017-03-25 | 1 | -1/+13 |
| * | android: adding classpath and gradle plugins | Ramesh Mani Maran | 2017-03-19 | 1 | -0/+4 |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-18 | 1 | -2/+2 |
| * | Reorder the folders in tools to prepare moving tools/editor | Rémi Verschelde | 2017-03-18 | 1 | -2/+2 |
| * | Move core engine tests to main | Rémi Verschelde | 2017-01-12 | 1 | -1/+1 |
| * | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 1 | -31/+45 |
| * | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-02 | 1 | -11/+11 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -5/+0 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -149/+149 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-02 | 1 | -199/+199 |
| * | scons: Move lib splitting method to methods.py | Rémi Verschelde | 2016-10-31 | 1 | -0/+1 |
| * | "CCFLAGS" are for C and C++ compiler | Błażej Szczygieł | 2016-10-31 | 1 | -1/+1 |
| * | Fix output binary paths for VS project generation | George Marques | 2016-10-30 | 1 | -3/+3 |
| * | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-30 | 1 | -3/+5 |
| * | Disable asserts in release mode | Błażej Szczygieł | 2016-10-30 | 1 | -0/+2 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 1 | -0/+2 |
| * | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-30 | 1 | -3/+2 |
| * | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-30 | 1 | -9/+1 |
| * | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-30 | 1 | -4/+0 |
| * | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-30 | 1 | -0/+1 |
| * | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -4/+1 |
| * | mpc: Move to a module and split thirdparty libmpcdec | Rémi Verschelde | 2016-10-30 | 1 | -4/+1 |
| * | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -9/+1 |
| * | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -6/+1 |
| * | ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-30 | 1 | -10/+7 |
| * | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde | 2016-10-30 | 1 | -5/+1 |
| * | dds/etc1/pbm/pvr: Make those modules and split thirdparty files | Rémi Verschelde | 2016-10-30 | 1 | -11/+1 |
| * | jpg: Make it a module and split jpgd thirdparty files | Rémi Verschelde | 2016-10-30 | 1 | -3/+0 |
| * | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde | 2016-10-30 | 1 | -3/+1 |
| * | Fix Android build detection on Windows | George Marques | 2016-10-17 | 1 | -1/+1 |
| * | Add CC parameter to allow use of custom C compiler | Emmanuel Leblond | 2016-10-09 | 1 | -1/+2 |
| * | Add android_add_default_config for config.py | volzhs | 2016-07-07 | 1 | -0/+2 |
| * | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | 2016-06-28 | 1 | -0/+4 |
| * | Cleaner way to enable ptrcall | Juan Linietsky | 2016-06-26 | 1 | -1/+4 |
| * | added "arch" parameter, made iphone use it to build isim | Ariel Manzur | 2016-06-23 | 1 | -1/+4 |
| * | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky | 2016-06-09 | 1 | -1/+10 |
| * | Keep the default environment variables as set by SCons | Pedro J. Estébanez | 2016-06-06 | 1 | -8/+3 |
| * | Fix MS Visual Studio build settings | Aleksandar Danilovic | 2016-05-28 | 1 | -7/+18 |
| * | Added 'fat' option for bits param on scons for osx, this will produce a fat b... | marcelofg55 | 2016-05-20 | 1 | -1/+3 |
| * | cloning env for builtin_openssl _and_ openssl :) | Ariel Manzur | 2016-05-06 | 1 | -4/+4 |
| * | Ignore invalid folders in `platform` | Rémi Verschelde | 2016-04-29 | 1 | -1/+1 |
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -1/+1 |
| * | inherit PKG_CONFIG_PATH from environment | Maxwell Huang-Hobbs | 2016-03-30 | 1 | -1/+6 |
| * | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | 2016-01-25 | 1 | -0/+5 |
| * | -Removed ANT build system for Android, as it was deprecated by Google | Juan Linietsky | 2016-01-08 | 1 | -9/+16 |
| * | Merge pull request #2956 from est31/add_system_wide_export_path | Juan Linietsky | 2015-12-08 | 1 | -0/+1 |
| |\ |
|
| | * | Make the setting unix-only. | est31 | 2015-11-30 | 1 | -1/+1 |
| | * | Add way to look for templates at system wide level too | est31 | 2015-11-30 | 1 | -0/+1 |
| * | | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the proc... | Juan Linietsky | 2015-12-04 | 1 | -0/+1 |
| |/ |
|