aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Update/fix Android buildPedro J. Estébanez2016-11-151-7/+7
* Make Android export quicker (especially on Windows)Pedro J. Estébanez2016-11-151-19/+19
* Fix Directory.dir_exist/get_current_dir for 'res://' on Androidvolzhs2016-11-152-2/+7
* vsnc --> vsyncISylvox2016-11-154-4/+4
* server: Allow building against system librariesRémi Verschelde2016-11-031-0/+36
* scons: Reorder options for clarityRémi Verschelde2016-11-036-27/+20
* Improve Android build (Clang + tidyness)Pedro J. Estébanez2016-11-021-87/+100
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-025-9/+9
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-0211-38/+47
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-0218-487/+487
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-0220-1216/+1216
* Fix extraneous NULL character on HTML exportGeorge Marques2016-10-301-2/+2
* Fix the hiding of mouse cursor before interactionGeorge Marques2016-10-301-2/+5
* SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-303-10/+0
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-3010-0/+20
* Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-304-7/+7
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-302-10/+5
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-309-5/+4
* glew: Split thirdparty files and isolate envRémi Verschelde2016-10-308-14/+8
* squish: Move to a module and split thirdparty libRémi Verschelde2016-10-302-2/+4
* mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde2016-10-301-1/+1
* theora: Move to a module and split thirdparty libRémi Verschelde2016-10-303-8/+14
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-301-2/+2
* ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-304-5/+19
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-301-0/+3
* png: Split library to thirdparty dir and allow unbundlingRémi Verschelde2016-10-301-3/+5
* Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-305-16/+2
* Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian2016-10-201-1/+1
* osx: Support gamepad input.Andreas Haas2016-10-186-3/+760
* Fix crash when using Directory.dir_exists(path) on Androidvolzhs2016-10-171-1/+0
* Correct OS architecture detectionAnthony Fieroni2016-10-171-8/+9
* Fix compile flags not getting to the Android buildPedro J. Estébanez2016-10-091-3/+3
* Improve debug focus behaviorPedro J. Estébanez2016-10-092-1/+7
* Windows: prevent huge prints from crashing the engineMarc Gilleron2016-10-091-2/+5
* removed confusing "if(true)" statement with empty "else" blocksyskrank2016-10-091-9/+4
* Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel2016-10-091-1/+1
* x11: Fix event.is_action() for release of modifier keysAndreas Haas2016-10-091-0/+13
* Fix manifest generation bug in Android exportPedro J. Estébanez2016-10-091-6/+4
* Fix (potentially) Android libs packaging issue (#5645)Pedro J. Estébanez2016-09-181-1/+0
* Move templates and distribution stuff to tools/distRémi Verschelde2016-09-1839-613/+0
* Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack2016-09-011-0/+2
* x11: Use proper sonames for loading libXrandr.Andreas Haas2016-09-011-3/+3
* Crashfix for OSX on Sierra betamarcelofg552016-08-091-3/+3
* Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit2016-08-081-1/+1
* Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit2016-08-081-0/+4
* Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit2016-08-081-0/+4
* Fix set_window_size not setting the correct size on OSXmarcelofg552016-08-031-0/+10
* Fix Windows resource scriptGeorge Marques2016-07-271-2/+2
* Improve Windows application detailsGeorge Marques2016-07-271-4/+10
* Windows: Make alert message box use MB_TASKMODALRémi Verschelde2016-07-261-1/+1