summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-03Fix files_dropped in HTML5 export.Luis Sanchez
2021-11-30[HTML5] Fix multi-touch input handling.Fabio Alessandrelli
2021-11-26[HTML5] Use absolute path for JS lib/pre/externs.Fabio Alessandrelli
2021-11-26[HTML5] Fix focus (again) in Firefox's iframes.Fabio Alessandrelli
2021-11-19[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli
2021-11-19Merge pull request #54499 from Faless/threads/4.x_work_pool_defaultRémi Verschelde
2021-11-19[HTML5] Add checks to Gamepad API events.Fabio Alessandrelli
2021-11-19[HTML5] Fix input not focusing canvas.Fabio Alessandrelli
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-02[OS] Add ThreadWorkPool default size to OS.Fabio Alessandrelli
2021-11-01Fix new projects always being created with OpenGLHugo Locurcio
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-22JS: Bump ansi-regex version for linterRémi Verschelde
2021-10-15SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde
2021-10-14SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-10-05[HTML5] Refactor JS library listeners to OS.Fabio Alessandrelli
2021-10-05[HTML5] Refactor display/input JS library code.Fabio Alessandrelli
2021-10-05[HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli
2021-10-05[HTML5] Implement window blur in JS library.Fabio Alessandrelli
2021-10-05[HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli
2021-10-05[HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Merge pull request #52809 from selgesel/patch1Fabio Alessandrelli
2021-09-29HTML5: Fix minification error with Emscripten 1.39.9Rémi Verschelde
2021-09-23Release pressed events when the window is blurred on HTML5 platformSelgesel
2021-09-21Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_prRémi Verschelde
2021-09-16Merge pull request #52720 from Faless/js/4.x_fix_wheelRémi Verschelde
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-09-15[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli
2021-09-15Merge pull request #52695 from Faless/js/4.x_audio_mix_rateFabio Alessandrelli
2021-09-15[HTML5] Fix wheel/touch callback modifying event after parse.Fabio Alessandrelli
2021-09-15[HTML5] Fix bug in AudioWorklet when reading output buffer.Fabio Alessandrelli
2021-09-15[HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli
2021-09-14Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli
2021-09-12[HTML5] Fix input not working when buffered.Fabio Alessandrelli
2021-09-12[HTML5] Fix build error due to missing string cast.Fabio Alessandrelli
2021-09-11Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-31Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli
2021-08-19HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@Rémi Verschelde
2021-08-18[CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli
2021-08-16Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio
2021-08-12Split javascript export template into multiple filesSergey Minakov