summaryrefslogtreecommitdiffstats
path: root/platform/javascript
Commit message (Expand)AuthorAgeFilesLines
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-2/+2
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-313-676/+4
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-303-6/+6
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+672
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* JS: Bump ansi-regex version for linterRémi Verschelde2021-10-221-3/+3
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-2/+3
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+2
* | [HTML5] Refactor JS library listeners to OS.Fabio Alessandrelli2021-10-054-70/+70
* | [HTML5] Refactor display/input JS library code.Fabio Alessandrelli2021-10-054-414/+435
* | [HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli2021-10-053-8/+37
* | [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-054-22/+12
* | [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-054-18/+22
* | [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-057-197/+259
* | Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* | Merge pull request #52809 from selgesel/patch1Fabio Alessandrelli2021-09-292-0/+9
|\ \
| * | Release pressed events when the window is blurred on HTML5 platformSelgesel2021-09-232-0/+9
* | | HTML5: Fix minification error with Emscripten 1.39.9Rémi Verschelde2021-09-292-1/+9
|/ /
* | Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_prRémi Verschelde2021-09-217-154/+339
|\ \
| * | [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli2021-09-157-154/+339
* | | Merge pull request #52720 from Faless/js/4.x_fix_wheelRémi Verschelde2021-09-161-5/+6
|\ \ \ | |/ / |/| |
| * | [HTML5] Fix wheel/touch callback modifying event after parse.Fabio Alessandrelli2021-09-151-5/+6
* | | Merge pull request #52695 from Faless/js/4.x_audio_mix_rateFabio Alessandrelli2021-09-153-7/+14
|\ \ \ | |/ / |/| |
| * | [HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli2021-09-153-7/+14
* | | [HTML5] Fix bug in AudioWorklet when reading output buffer.Fabio Alessandrelli2021-09-151-7/+7
|/ /
* | Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli2021-09-142-2/+23
|\ \
| * | [HTML5] Fix input not working when buffered.Fabio Alessandrelli2021-09-121-0/+21
| * | [HTML5] Fix build error due to missing string cast.Fabio Alessandrelli2021-09-121-2/+2
| |/
* / Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio2021-09-111-0/+15
|/
* Make platform feature tag names lowercaseHugo Locurcio2021-08-312-3/+3
* Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli2021-08-311-7/+25
|\
| * Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* | HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@Rémi Verschelde2021-08-191-1/+4
* | [CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli2021-08-181-1/+1
|/
* Split javascript export template into multiple filesSergey Minakov2021-08-125-964/+1081
* Use Key enum instead of plain integersAaron Franke2021-08-102-5/+5
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-224-5/+7
* Optimize StringName usagereduz2021-07-181-1/+1
* Modernize Display server to use override keywordHendrik Brucker2021-07-161-54/+54
* [HTML5] Make threads build the default.Fabio Alessandrelli2021-07-151-1/+1
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-153-12/+11
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+1
* [HTML5] Raise default initial memory to 32 MiB.Fabio Alessandrelli2021-07-131-2/+1
* Implement the ability to disable classesreduz2021-07-131-2/+2
* [HTML5] Fix JavaScript string parsing with new interface.Fabio Alessandrelli2021-07-071-1/+1