aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-7/+7
* Javascript: Remove weird logMax Hilbrunner2018-06-011-2/+0
* Increase versionCode range 3.0Dmitry Pupinin2018-06-011-1/+1
* Add back missing method from e10a2e5999bb646b0145f898328e8f01731ca854Hein-Pieter van Braam2018-05-141-0/+1
* Implement pull/18665 for 3.0Hein-Pieter van Braam2018-05-131-2/+8
* Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause2018-05-132-5/+9
* For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam2018-05-131-2/+2
* Fix relative mouse motion when captured in HTML5 platformLeon Krause2018-05-131-1/+1
* Fix custom cursor disappearing on osxGuilherme Felipe2018-05-131-5/+8
* Proper focus in/out handling on iOSRuslan Mustakov2018-05-131-12/+9
* Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-132-21/+59
* Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0Hein-Pieter van Braam2018-05-1311-202/+83
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-3011-202/+83
* | Android: Increase targetSdkVersion to 27Rémi Verschelde2018-05-081-1/+1
* | Fix: JAR files signed with the MD5 algorithm as unsignedRameshRavone2018-05-081-2/+2
* | Fix _export_begin not being called when exporting to androidIgnacio Etcheverry2018-04-291-0/+2
* | Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez2018-04-291-4/+6
* | Disable Emscripten assertions in release_debug buildsLeon Krause2018-04-291-1/+2
* | Fix IPhone and OSX cross compilationFabio Alessandrelli2018-04-292-1/+7
* | Fix Android input source checksRuslan Mustakov2018-04-281-2/+2
* | Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus2018-04-281-1/+1
* | Fix bug in HTML5 HTTPClient.Fabio Alessandrelli2018-04-281-1/+1
* | Add safety checks when handling Android inputRuslan Mustakov2018-04-281-5/+22
* | Fix engine.js startGame() when loading from directoryLeon Krause2018-04-281-3/+14
* | Allow custom path when using engine.js preloadFile() with URLLeon Krause2018-04-281-3/+3
* | Fix engine.js preloadFile() with directoriesLeon Krause2018-04-281-3/+13
* | Expose Emscripten libs to engine.js discreetlyLeon Krause2018-04-283-4/+6
* | Fix dragging window from non-retina to retina display.bruvzg2018-04-281-0/+1
* | Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-04-141-2/+2
* | Explicitly set OpenGL profile to core (X11, Windows).bruvzg2018-04-143-1/+4
* | iPhone X support and iOS-related fixesRuslan Mustakov2018-04-146-77/+117
* | Implement always-on-top for MacOSPedro J. Estébanez2018-04-142-0/+16
* | Add new window setting: always on topPedro J. Estébanez2018-04-144-0/+78
|/
* Fix getting Android device informationvolzhs2018-03-291-2/+8
* Prevent android to split-screenXavier Sellier2018-03-291-1/+2
* Modify OSX can_export logic to match the logic from EditorExportPlatformPC::c...Marcelo Fernandez2018-03-281-9/+15
* Hack to force macOS window activation for non-bundled app.bruvzg2018-03-281-1/+35
* add restore purchases for iOSJ Andrew Long2018-03-282-0/+15
* SCons: Fix linking system pcre2 on server platformRémi Verschelde2018-03-041-0/+5
* 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