| Commit message (Expand) | Author | Age | Files | Lines |
| * | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde | 2017-03-26 | 1 | -2/+2 |
| * | Use -Ofast on x11. Also introduced use_lto option. | Ferenc Arn | 2017-01-26 | 1 | -9/+16 |
| * | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde | 2017-01-08 | 1 | -2/+13 |
| * | Remove bundled glew, obsoleted by glad | Rémi Verschelde | 2017-01-06 | 1 | -3/+0 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -3/+4 |
| |\ |
|
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -3/+3 |
| * | | png: Allow building shared freetype with bundled libpng | Rémi Verschelde | 2016-11-19 | 1 | -1/+0 |
| * | | Revert "libpng: Fix erroneously linking against libpng12 on old distros" | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | | libpng: Fix erroneously linking against libpng12 on old distros | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 1 | -20/+21 |
| * | | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -7/+3 |
| * | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -55/+55 |
| * | | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -163/+163 |
| * | | Merge pull request #6490 from zaps166/webm-pr | Rémi Verschelde | 2016-10-30 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Add WebM module | Błażej Szczygieł | 2016-10-23 | 1 | -0/+3 |
| * | | | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-17 | 1 | -4/+0 |
| |/ / |
|
| * | | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-16 | 1 | -1/+1 |
| * | | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-15 | 1 | -5/+6 |
| * | | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-15 | 1 | -1/+0 |
| * | | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-15 | 1 | -1/+3 |
| * | | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -0/+3 |
| * | | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -5/+12 |
| * | | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -2/+2 |
| * | | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-15 | 1 | -0/+11 |
| * | | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde | 2016-10-15 | 1 | -0/+3 |
| * | | enet: Split enet thirdparty files and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -1/+2 |
| * | | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -3/+5 |
| |/ |
|
| * | Use pkgconfig to locate ALSA libs (#6119) | romeojulietthotel | 2016-09-23 | 1 | -1/+1 |
| * | Code cleanup in platform/x11 | Mario Schlack | 2016-07-21 | 1 | -5/+0 |
| * | remove GLU dependency, closes #3787 | Juan Linietsky | 2016-07-18 | 1 | -1/+1 |
| * | Link libdl only on Linux, fix BSD build | eska | 2016-07-04 | 1 | -1/+3 |
| * | Fix compiling for X11 on non-86, this fixes #5444 | Ferdinand Thiessen | 2016-06-27 | 1 | -1/+3 |
| * | Merge pull request #4905 from Hinsbart/x11_dpi | Juan Linietsky | 2016-06-11 | 1 | -1/+7 |
| |\ |
|
| | * | x11: Implemented dpi detection | Andreas Haas | 2016-06-09 | 1 | -1/+7 |
| * | | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky | 2016-06-09 | 1 | -5/+2 |
| |/ |
|
| * | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde | 2016-06-08 | 1 | -1/+2 |
| * | Finalized DynamicFont implementation | Juan Linietsky | 2016-05-29 | 1 | -2/+2 |
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -8/+8 |
| * | x11: make dependancy on libudev optional | hondres | 2016-02-14 | 1 | -10/+8 |
| * | added option to link libstdc++ statically | Juan Linietsky | 2016-02-04 | 1 | -0/+4 |
| * | remove dependancy on libevdev | hondres | 2016-01-26 | 1 | -8/+4 |
| * | Enable ALSA driver in non-linux X11 when available | eska | 2016-01-10 | 1 | -1/+5 |
| * | Make joydev build using udev and evdev opt-out but blocking (linux) | Rémi Verschelde | 2016-01-06 | 1 | -11/+18 |
| * | Check pkg-config for libudev and enable gamepad code only if found. Linux onl... | hondres | 2015-12-21 | 1 | -6/+12 |
| * | -fixed build system to use pkg-config for evdev | Juan Linietsky | 2015-12-21 | 1 | -2/+7 |
| * | Better gamepad support | hondres | 2015-12-18 | 1 | -1/+1 |
| * | changed a bit to use system() | Juan Linietsky | 2015-12-08 | 1 | -1/+1 |
| * | improve detection of linux, fixes #3201 | Juan Linietsky | 2015-12-08 | 1 | -1/+1 |
| * | Merge pull request #2849 from a12n/compobsd2 | Juan Linietsky | 2015-12-08 | 1 | -2/+5 |
| |\ |
|
| | * | Enable ALSA only for Linux | Anton Yabchinskiy | 2015-11-20 | 1 | -2/+5 |