index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
Age
Commit message (
Expand
)
Author
2021-10-22
JS: Bump ansi-regex version for linter
Rémi Verschelde
2021-10-15
SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct
Rémi Verschelde
2021-10-14
SCons: Add `DEV_ENABLED` defines for `target=debug` builds
Rémi Verschelde
2021-10-12
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-05
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Ré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-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Merge pull request #52809 from selgesel/patch1
Fabio Alessandrelli
2021-09-29
HTML5: Fix minification error with Emscripten 1.39.9
Rémi Verschelde
2021-09-23
Release pressed events when the window is blurred on HTML5 platform
Selgesel
2021-09-21
Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_pr
Rémi Verschelde
2021-09-16
Merge pull request #52720 from Faless/js/4.x_fix_wheel
Rémi Verschelde
2021-09-15
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.
Fabio Alessandrelli
2021-09-15
Merge pull request #52695 from Faless/js/4.x_audio_mix_rate
Fabio 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-14
Merge pull request #52604 from Faless/js/4.x_input_fix
Fabio 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-11
Add logo attribution for Android, HTML5 and Linux platform icons
Hugo Locurcio
2021-08-31
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...
Fabio Alessandrelli
2021-08-19
HTML5: 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-16
Improve the generated ZIP archive name when using Download Project Source
Hugo Locurcio
2021-08-12
Split javascript export template into multiple files
Sergey Minakov
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-18
Optimize StringName usage
reduz
2021-07-16
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-15
[HTML5] Make threads build the default.
Fabio Alessandrelli
2021-07-15
[HTML5] Fix build (with module_webxr_enabled=no).
Fabio Alessandrelli
2021-07-15
Misc cleanup of header includes
Rémi Verschelde
2021-07-13
[HTML5] Raise default initial memory to 32 MiB.
Fabio Alessandrelli
2021-07-13
Implement the ability to disable classes
reduz
2021-07-07
[HTML5] Fix JavaScript string parsing with new interface.
Fabio Alessandrelli
2021-06-25
[HTML5] Add option to focus canvas on start.
Fabio Alessandrelli
2021-06-25
Strip query string when parsing HTTP request line for path
Haoyu Qiu
2021-06-23
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
[next]