Fabio Alessandrelli
|
ca34b5e57a
[HTML5] GDNative support via SIDE_MODULE.
|
4 years ago |
Fabio Alessandrelli
|
e2083871eb
[HTML5] Port JavaScript inline code to libraries.
|
4 years ago |
Fabio Alessandrelli
|
dccd71c7a3
JS synchronous start, better persistent FS sync.
|
4 years ago |
Fabio Alessandrelli
|
7d045b8543
Expose request_quit method to JS in HTML5 export.
|
5 years ago |
Rémi Verschelde
|
6e577a5b80
Merge pull request #40755 from Faless/js/fix_and_cancel_swap
|
5 years ago |
Fabio Alessandrelli
|
3e96ba220e
Correctly include <stdlib.h> in javascript main.
|
5 years ago |
RevoluPowered
|
579342810f
t Add unit testing to Godot using DocTest and added to GitHub Actions CI
|
5 years ago |
Fabio Alessandrelli
|
7a5e10b8a9
Use dummy driver when JS AudioContext is unavailable.
|
5 years ago |
Fabio Alessandrelli
|
1a637b07b1
Limit FPS in JS by skipping iterations.
|
5 years ago |
Fabio Alessandrelli
|
07d4513886
[JS] Check canvas size each loop, force redraw.
|
5 years ago |
Fabio Alessandrelli
|
fd92270b0a
Refactor canvas ID and locale handling.
|
5 years ago |
Fabio Alessandrelli
|
5b1cc2d1fc
Fix FS error on JS startup due to existing folder.
|
5 years ago |
Fabio Alessandrelli
|
5c75cb0133
Immediately run first iteration after JS FS sync.
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Fabio Alessandrelli
|
6a49b83e39
Add drop files function
|
5 years ago |
Fabio Alessandrelli
|
7411e7fd37
DisplayServerJavaScript implementation.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Leon Krause
|
b6ae2d8037
Refactor OS_JavaScript
|
7 years ago |
Max Hilbrunner
|
0c56e011ad
Javascript: Remove weird log
|
7 years ago |
Leon Krause
|
d8d9eea722
Refactor JavaScript platform build script
|
7 years ago |
Leon Krause
|
cf5b074a95
Fix internal Emscripten JS API calls
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Leon Krause
|
35adf718cf
Change HTML5 start-up API
|
7 years ago |
Leon Krause
|
7b23665e72
Add OS::is_userfs_persistent to check user:// persistence
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
L. Krause
|
847bd33fdf
Remove GLUT usage in HTML5 platform
|
8 years ago |
L. Krause
|
a99b6b2063
Reimplement HTML5 mouse input without GLUT
|
8 years ago |