summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [Windows, MSVC] Correctly set source file encoding.bruvzg2020-10-092-2/+2
* Merge pull request #42647 from nekomatata/x11-unfocus-crash-fixRémi Verschelde2020-10-081-16/+21
|\
| * Fix x11 display server crash when deleting popup window when unfocusedPouleyKetchoupp2020-10-081-16/+21
* | Fixed an issue in UWP export caused by duplicate entry for extensions in cont...unknown2020-10-081-1/+1
* | SCons: Refactor and cleanup warnings definitionRémi Verschelde2020-10-082-2/+5
* | SCons: Add windows_subsystem=default, restores original behaviorRémi Verschelde2020-10-061-1/+14
* | [HTML5] Scons now expects "emcc" to be in PATH.Fabio Alessandrelli2020-10-042-25/+6
* | Merge pull request #42505 from Faless/js/4.0_audio_threadsRémi Verschelde2020-10-027-185/+318
|\ \
| * | [HTML5] Run Audio process in thread when availableFabio Alessandrelli2020-10-025-185/+314
| * | Add extra suffix for HTML5 thread builds.Fabio Alessandrelli2020-10-021-0/+1
| * | Add COOP/COEP headers to HTML5 "run" server.Fabio Alessandrelli2020-10-021-0/+3
* | | iOS: Native video refactoringSergey Minakov2020-10-026-199/+324
* | | iOS: RefactoringSergey Minakov2020-10-0219-322/+298
* | | Fix `screen_get_dpi` on macOS for non fractional display scales and restore d...bruvzg2020-10-011-3/+10
* | | Merge pull request #40582 from PoqXert/game-center-4.0Rémi Verschelde2020-10-013-23/+8
|\ \ \ | |_|/ |/| |
| * | iOS GameCenter: Add authenticate methodPoq Xert2020-07-273-23/+8
* | | iOS: move touch delay to settingsSergey Minakov2020-10-013-5/+14
* | | Merge pull request #41910 from nekomatata/x11-inputs-lag-fixRémi Verschelde2020-09-302-126/+245
|\ \ \ | |_|/ |/| |
| * | Fix delay to process clipboard content from Godot in other programsPouleyKetchoupp2020-09-252-65/+80
| * | Fix general keyboard input lag on X11 display serverPouleyKetchoupp2020-09-242-61/+165
* | | Merge pull request #42381 from timothyqiu/osx-hiddenRémi Verschelde2020-09-292-0/+12
|\ \ \
| * | | Hides special folders in FileDialog for macOSHaoyu Qiu2020-09-282-0/+12
* | | | Merge pull request #41385 from m4gr3d/fix_splash_loading_masterRémi Verschelde2020-09-287-6/+115
|\ \ \ \
| * | | | Fix splash screen loading on AndroidFredia Huya-Kouadio2020-08-197-6/+115
* | | | | Merge pull request #42262 from akien-mga/ios-pvrtc-fixesRémi Verschelde2020-09-281-4/+3
|\ \ \ \ \
| * | | | | iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov2020-09-231-4/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #42327 from bruvzg/4_mac_captured_fixRémi Verschelde2020-09-281-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [macOS] Fix mouse position in captured mode.bruvzg2020-09-251-0/+6
| |/ / /
* / / / Add all headers to VS ProjectBartłomiej T. Listwon2020-09-271-3/+3
|/ / /
* | | Merge pull request #42178 from Faless/js/sync_fs_size_handlersRémi Verschelde2020-09-239-200/+264
|\ \ \
| * | | JS synchronous start, better persistent FS sync.Fabio Alessandrelli2020-09-235-73/+107
| * | | Make canvas resize optional in HTML5.Fabio Alessandrelli2020-09-231-0/+2
| * | | Better HiDPI support in HTML5.Fabio Alessandrelli2020-09-231-2/+6
| * | | Window event listener do not use capture.Fabio Alessandrelli2020-09-231-2/+5
| * | | Small refactor to JavaScript handlers.Fabio Alessandrelli2020-09-232-19/+51
| * | | Expose request_quit method to JS in HTML5 export.Fabio Alessandrelli2020-09-231-0/+17
| * | | [HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli2020-09-184-110/+82
* | | | Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio2020-09-181-2/+22
|/ / /
* | | Fix typos with codespellRémi Verschelde2020-09-183-3/+3
* | | X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't foundRémi Verschelde2020-09-181-1/+6
* | | Linux/BSD: Fix support for NetBSDRémi Verschelde2020-09-182-4/+21
* | | Add window click-through support.bruvzg2020-09-177-0/+111
* | | Only display the Windows toggle console option if it can actually be usedHugo Locurcio2020-09-142-0/+4
* | | Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* | | Explicitly add implicitly added semicolons.Marcel Admiraal2020-09-091-4/+4
* | | Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-053-5/+5
* | | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-0313-75/+69
* | | Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde2020-09-033-26/+19
|\ \ \
| * | | Add Windows Subsystem build option.bruvzg2020-08-171-5/+16
| * | | Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-173-27/+9