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-05-19
[HTML5] Fix GDNative compilation with emcc 2.0.19+
Fabio Alessandrelli
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-12
CI: Update JavaScript linter deps with known security vulnerabilities
Rémi Verschelde
2021-05-08
Merge pull request #48543 from Faless/js/4.x_target_fps_fix
Fabio Alessandrelli
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
[HTML5] Fix target_fps when window loses focus.
Fabio Alessandrelli
2021-05-07
OS: Remove native video API only implemented on iOS
Rémi Verschelde
2021-05-06
[HTML5] Use 64KiB chunk size in JS HTTPClient.
Fabio Alessandrelli
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-30
[HTML5] Fix builds with recent emscripten versions
Fabio Alessandrelli
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
[HTML5] Export as Progressive Web App.
Fabio Alessandrelli
2021-04-27
[HTML5] HTTP server uses optional SSL.
Fabio Alessandrelli
2021-04-27
[HTML5] Optional icon generation, use export name for it.
Fabio Alessandrelli
2021-04-27
[HTML5] Debug HttpServer now runs in `web` cache subdir.
Fabio Alessandrelli
2021-04-20
[JS, Android] Re-add "no-exceptions" for export templates builds with ICU.
bruvzg
2021-04-06
[HTML5] Implement WebGL fallback.
Fabio Alessandrelli
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-03
[HTML5] Disable body_size in fetch.
Fabio Alessandrelli
2021-03-29
[HTML5] Fix WM notifications not being called.
Fabio Alessandrelli
2021-03-29
[HTML5] Fix Mono builds (old emcc?)
Fabio Alessandrelli
2021-03-28
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-23
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-20
Merge pull request #47191 from Faless/js/4.x_force_mime
Rémi Verschelde
2021-03-20
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
[HTML5] Fix editor version numbering.
Fabio Alessandrelli
2021-03-20
[HTML5] Fix loading when mime-type is missing.
Fabio Alessandrelli
2021-03-14
Allow to not optimize release build
Rafał Mikrut
2021-03-12
[HTML5] Drag and drop zip in project manager.
Fabio Alessandrelli
2021-03-11
[HTML5] Opt-in virtual keyboard support.
Fabio Alessandrelli
2021-03-10
[HTML5] Properly set canvas size during setup.
Fabio Alessandrelli
2021-03-08
[HTML5] Respect allow_hidpi option during setup
Fabio Alessandrelli
2021-03-08
[HTML5] Add PWA support to the editor page.
Fabio Alessandrelli
2021-03-08
[HTML5] Catch audio worklet errors on disconnect.
Fabio Alessandrelli
2021-03-06
[HTML5] Replace XMLHttpRequest with Fetch.
Fabio Alessandrelli
2021-03-05
[HTML5] Rename heapCopy to heapSlice.
Fabio Alessandrelli
2021-03-05
[HTML5] Export process writes sizes in template.
Fabio Alessandrelli
2021-03-05
[HTML5] Preloader fetch, streaming instantiation.
Fabio Alessandrelli
2021-02-26
Merge pull request #46446 from Faless/js/4.x_jsdoc
Rémi Verschelde
2021-02-26
[HTML5] Make editor HTML build tag scons4-proof.
Fabio Alessandrelli
2021-02-26
[HTML5] Add jsdoc2rst tool.
Fabio Alessandrelli
2021-02-26
[HTML5] Document Engine and EngineConfig (jsdoc).
Fabio Alessandrelli
2021-02-19
[HTML5] Better fullscreen, canvas resizing.
Fabio Alessandrelli
2021-02-19
[HTML5] Easier HTML templates, better deinit/cleanup.
Fabio Alessandrelli
2021-02-18
Reorganize Project Settings
reduz
2021-02-17
[HTML5] Implement get_processor_count.
Fabio Alessandrelli
[next]