aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Fixed Windows ignoring minimized/maximized status set by userMarcelo Fernandez2018-03-011-1/+10
* Fix server build on FreeBSDFabio Alessandrelli2018-03-013-2/+15
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-03-011-4/+7
* Fix intermittent audio driver crash during startup on AndroidRuslan Mustakov2018-03-011-0/+1
* Android: Mark GLES3 as required in the manifestRémi Verschelde2018-02-271-1/+1
* Add missing return statements (iOS and server).bruvzg2018-02-271-0/+2
* Refactor version macros and fix related bugsRémi Verschelde2018-02-241-6/+4
* server: Add support for statically linking libgcc and libstdc++Rémi Verschelde2018-02-221-0/+5
* Fix typos with codespellluz.paz2018-02-225-8/+8
* Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee2018-02-211-2/+3
* Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli2018-02-213-2/+13
* server platform now compiles and run on linux.Fabio Alessandrelli2018-02-214-47/+147
* Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause2018-02-191-2/+0
* Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2018-02-192-0/+24
* Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause2018-02-191-0/+2
* Fix HTML5 HTTPClient response header retrievalLeon Krause2018-02-191-2/+4
* Fix HTML5 HTTPClient failure detectionLeon Krause2018-02-191-11/+7
* Remove window decorations for fullscreen on X11Pedro J. Estébanez2018-02-191-2/+9
* X11: Link libgcc statically with use_static_cpp optionRémi Verschelde2018-02-191-3/+3
* PEP3101 applied with changing old type string formatting as new onesBTaskaya2018-02-193-9/+9
* [X11] Improving error detection in move_to_trashIskustvo2018-02-191-18/+37
* Fix broken APK expansion due to missed option renamesRémi Verschelde2018-02-192-2/+2
* Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-196-0/+35
* Windows: Fix case of imm32 for case-sensitive MinGW buildRémi Verschelde2018-02-191-2/+2
* Windows: implement OS.get_unique_id and OS.set_ime_positiongeequlim2018-02-193-2/+15
* Fixed android arm64v8Colin Kinloch2018-02-191-6/+13
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-041-1/+1
* Implement OS::get_processor_count() for WindowsHein-Pieter van Braam2018-01-302-0/+33
* [macOS] Strip executable when `separate_debug_symbols` is set to yesbruvzg2018-01-301-0/+1
* Fix Copy/Paste problems on X11Hein-Pieter van Braam2018-01-301-11/+29
* Merge pull request #16081 from djgaspa/dll-directoryRémi Verschelde2018-01-271-2/+2
|\
| * Fix remove_dll_directory crash when cookie is nulldjgaspa2018-01-261-2/+2
* | Fix macOS build after #16092bruvzg2018-01-261-1/+1
* | Make separate debug symbols opt-inHein-Pieter van Braam2018-01-266-3/+6
* | Bullet: allow unbundling only if > 2.87Rémi Verschelde2018-01-262-6/+6
|/
* Merge pull request #16059 from eska014/html5-notlsRémi Verschelde2018-01-251-0/+5
|\
| * Disable OpenSSL module in HTML5 platform by defaultLeon Krause2018-01-251-0/+5
* | Silence verbose stderr info message on X11Rémi Verschelde2018-01-241-1/+1
* | Fix HTML5 JS API setResizeCanvasOnStartLeon Krause2018-01-241-8/+3
|/
* Fix horizontal scroll for windows platformbinbitten2018-01-201-1/+1
* HTML export: Make s3tc the standard Texture Formatx12122018-01-201-3/+3
* On macOS, prevent key_event_buffer overflowsBernhard Liebl2018-01-192-9/+14
* Fix Android onTextChanged crashRuslan Mustakov2018-01-171-4/+7
* Merge pull request #15773 from endragor/android-gdnative-remote-fsRémi Verschelde2018-01-161-10/+18
|\
| * Make remote FS work with GDNative on AndroidRuslan Mustakov2018-01-161-10/+18
* | Wrap Emscripten module into JS Engine singleton per SConsLeon Krause2018-01-131-6/+5
* | Merge pull request #15665 from endragor/fix-android-gdnativeRémi Verschelde2018-01-132-0/+13
|\ \
| * | Fix open_dynamic_library for AndroidRuslan Mustakov2018-01-132-0/+13
| |/
* / SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-132-0/+20
|/
* [macOS] Adds ability to open files with "Open With" or double-click from Finderbruvzg2018-01-123-1/+33