summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde2017-09-2511-107/+112
|\
| * Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-257-46/+46
| * Use BoolVariable for module options.Elliott Sales de Andrade2017-09-253-4/+4
| * Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-253-49/+49
| * Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-257-8/+8
| * Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-255-5/+10
* | Enhance iOS exportRuslan Mustakov2017-09-261-22/+339
|/
* Merge pull request #11519 from hpvb/fix-gcc-ltoRémi Verschelde2017-09-242-2/+10
|\
| * Fix gcc ltoHein-Pieter van Braam2017-09-232-2/+10
* | Removed get_resource_dir from osx platformBastiaanOlij2017-09-242-24/+0
* | Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde2017-09-242-0/+6
|\ \
| * | Enable building against system zstd.Elliott Sales de Andrade2017-09-232-0/+6
| |/
* / Add support for OpenSSL 1.1.0.Elliott Sales de Andrade2017-09-242-18/+0
|/
* Comment out code that is causing project loading to fail on osxBastiaanOlij2017-09-221-0/+12
* UWP: Fix build issue about Object ambiguityGeorge Marques2017-09-211-18/+18
* Merge pull request #11458 from volzhs/fix-trustmanager-masterRémi Verschelde2017-09-211-16/+4
|\
| * Fix TrustManager for Androidvolzhs2017-09-211-16/+4
* | Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde2017-09-217-19/+65
|\ \
| * | Create separate debug info files by defaultHein-Pieter van Braam2017-09-167-19/+65
* | | Merge pull request #11141 from fcobos/x11_borderless_switch_fixRémi Verschelde2017-09-211-0/+10
|\ \ \ | |_|/ |/| |
| * | Adding borders back to a borderless window was not working.Felix M. Cobos2017-09-121-0/+10
* | | Rename pos to position in user facing methods and variablesletheed2017-09-2012-17/+17
* | | Merge pull request #11432 from endragor/min-sdk-version-18Rémi Verschelde2017-09-202-9/+9
|\ \ \
| * | | Set Android minSdkVersion to 18Ruslan Mustakov2017-09-202-9/+9
* | | | Return player ID after connecting to Game CenterRuslan Mustakov2017-09-201-0/+1
|/ / /
* | | Fix mouse button state in HTML5 platformLeon Krause2017-09-191-8/+8
* | | Fix crash handler not including stdlib.hMarcelo Fernandez2017-09-192-0/+2
* | | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-184-21/+25
* | | Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-1710-82/+8
|\ \ \
| * | | Fix crash when no audio driver is availableMarcelo Fernandez2017-09-1310-82/+8
* | | | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-171-0/+1
| |_|/ |/| |
* | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-1529-94/+98
|\ \ \
| * | | Fix enums bindingsMaxim Sheronov2017-09-1329-94/+98
* | | | X11: Fix gamepads not being added whith udev.Andreas Haas2017-09-141-1/+0
* | | | Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde2017-09-131-3/+6
| |/ / |/| |
* | | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-1319-23/+766
* | | Merge pull request #11062 from BastiaanOlij/osx_datapackRémi Verschelde2017-09-134-2/+32
|\ \ \
| * | | Fixed loading package from resource folder, exporting textures to bundle and ...BastiaanOlij2017-09-084-2/+32
| | |/ | |/|
* | | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-8/+6
* | | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-5/+6
* | | Merge pull request #11111 from marcelofg55/drive_funcs_osxHein-Pieter van Braam2017-09-122-1/+20
|\ \ \
| * | | Implemented DirAccess get_drive and get_drive_count for OS XMarcelo2017-09-112-1/+20
| |/ /
* | | HiDPI support on Windows.. yes this is all it took.Juan Linietsky2017-09-121-0/+22
* | | Merge pull request #11123 from fcobos/x11_bypass_compositorAndreas Haas2017-09-121-0/+11
|\ \ \ | |_|/ |/| |
| * | Hint the window manager to disable desktop compositing in fullscreen mode.Felix M. Cobos2017-09-091-0/+11
| |/
* | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-122-49/+10
|\ \
| * | Fix unused variable warningsHein-Pieter van Braam2017-09-082-49/+10
| |/
* | Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde2017-09-123-8/+23
|\ \
| * | Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-083-8/+23
| |/
* | Merge pull request #11154 from eska014/html5-startup-revampPoommetee Ketson2017-09-127-392/+392
|\ \ | |/ |/|