summaryrefslogtreecommitdiffstats
path: root/platform/web
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98931 from adamscott/fix-ime-web-issuesThaddeus Crews2024-11-121-38/+66
|\
| * Fix issue where focus timer would throw continuouslyAdam Scott2024-11-111-9/+32
| * Make IME code early return insteadAdam Scott2024-11-071-36/+41
* | Merge pull request #96625 from elpozewaunig/web_splash_colorThaddeus Crews2024-11-121-0/+1
|\ \
| * | Display correct splash color on web exportElias Pozewaunig2024-11-111-0/+1
* | | Merge pull request #95774 from Mickeon/documentation-miscellaneous-odditiesThaddeus Crews2024-11-121-4/+4
|\ \ \
| * | | Fix miscellaneous oddities around the class referenceMicky2024-08-181-4/+4
* | | | [Web] Remove warnings when setting vsync mode and screen keep onAdam Scott2024-11-071-0/+2
| |_|/ |/| |
* | | Merge pull request #98350 from syntaxerror247/android-native-filepickerThaddeus Crews2024-10-311-0/+1
|\ \ \
| * | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* | | | Remove duplicate of get_build_versionYevhen Babiichuk (DustDFG)2024-10-311-17/+3
|/ / /
* | | Merge pull request #97555 from dustdfg/platform_methods/extract_validate_archThaddeus Crews2024-10-251-6/+2
|\ \ \
| * | | Build System: Extract `validate_arch` helper functionYevhen Babiichuk (DustDFG)2024-10-061-6/+2
| | |/ | |/|
* | | Merge pull request #98431 from lodicolo/4.3-stable_GH_76825Thaddeus Crews2024-10-241-2/+14
|\ \ \ | |/ / |/| |
| * | Fix GodotFetch glue code for null response bodiesRobbie Lodico2024-10-231-2/+14
* | | [Web] Make audio bus fetching more resilient to errorsAdam Scott2024-10-021-7/+31
* | | Fix web export infinite reload issueAdam Scott2024-09-301-1/+7
* | | Merge pull request #96610 from adamscott/emscripten-minimum-requirementsRémi Verschelde2024-09-261-20/+9
|\ \ \
| * | | Update minimum requirements for emscripten to 3.1.62Adam Scott2024-09-261-20/+9
* | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ / /
* | | Add `JavaScriptBridge` buffer methodsAdam Scott2024-09-164-0/+67
* | | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* | | Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-062-2/+2
* | | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-032-2/+2
|\ \ \
| * | | StringName Dictionary keysrune-scape2024-08-292-2/+2
* | | | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-282-8/+7
|/ / /
* | | Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-2/+0
* | | Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_posti...Rémi Verschelde2024-08-262-4/+4
|\ \ \
| * | | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-202-4/+4
* | | | Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-203-4/+9
|/ / /
* | | Merge pull request #90352 from Faless/web/serve_fix_browser_orderRémi Verschelde2024-08-191-4/+16
|\ \ \ | |_|/ |/| |
| * | [Web] Fix browser opening too early with serve.pyFabio Alessandrelli2024-08-011-4/+16
* | | Merge pull request #95197 from yahkr/95128-audio-fixRémi Verschelde2024-08-168-3/+170
|\ \ \
| * | | Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-08-088-3/+170
* | | | Fix gamepad triggers not working on web exportsLisandro Lorea2024-08-141-2/+4
| |_|/ |/| |
* | | Add missing null check before disconnecting sourceAdam Scott2024-07-301-1/+3
* | | [Web] Gracefully handle non-finite audio volumesA Thousand Ships2024-07-291-1/+4
| |/ |/|
* | [Web] Enable the closure compiler in CIFabio Alessandrelli2024-07-261-13/+8
* | [Web] Add workaround for missing export in threaded buildsFabio Alessandrelli2024-07-261-0/+5
* | Fix audio samples not being able to be "finished"Adam Scott2024-07-171-13/+1
* | SCons: Default `optimize` to `auto`, fixing `target`/`dev_build` inference fo...Rémi Verschelde2024-07-091-0/+1
* | Merge pull request #94044 from adamscott/fix-web-sample-playback-finished-signalRémi Verschelde2024-07-074-2/+59
|\ \
| * | Fix Web samples finished missing signalAdam Scott2024-07-074-2/+59
* | | Fix IME blocking controlsAnni Ryynänen2024-07-071-0/+1
|/ /
* | Fix missing include in Web main after #93906Rémi Verschelde2024-07-051-0/+1
* | Fix preloading a zip in the web editorPaul Sinnett2024-07-041-1/+2
* | Merge pull request #93750 from adamscott/add-bigint-support-on-js-value-conve...Rémi Verschelde2024-07-041-4/+12
|\ \
| * | Add `bigint` support on JS value conversionAdam Scott2024-07-031-4/+12
| |/
* | Merge pull request #93853 from Faless/web/no_force_stdlibRémi Verschelde2024-07-021-2/+0
|\ \
| * | [Web] Remove unnecessary EMCC_FORCE_STDLIBS in dlink buildsFabio Alessandrelli2024-07-021-2/+0
| |/