index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
javascript_main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-110
/
+0
*
HTML5: Fix build after #52742
Rémi Verschelde
2022-02-16
1
-1
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
[HTML5] Fix target_fps when window loses focus.
Fabio Alessandrelli
2021-05-07
1
-0
/
+5
*
[HTML5] Make home path persistent in editor.
Fabio Alessandrelli
2021-02-03
1
-0
/
+7
*
Fix JavaScript platform after MainLoop methods rename.
Fabio Alessandrelli
2021-01-10
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[HTML5] GDNative support via SIDE_MODULE.
Fabio Alessandrelli
2020-12-05
1
-1
/
+1
*
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-11-10
1
-75
/
+8
*
JS synchronous start, better persistent FS sync.
Fabio Alessandrelli
2020-09-23
1
-41
/
+31
*
Expose request_quit method to JS in HTML5 export.
Fabio Alessandrelli
2020-09-23
1
-0
/
+17
*
Merge pull request #40755 from Faless/js/fix_and_cancel_swap
Rémi Verschelde
2020-07-27
1
-0
/
+1
|
\
|
*
Correctly include <stdlib.h> in javascript main.
Fabio Alessandrelli
2020-07-27
1
-0
/
+1
*
|
t Add unit testing to Godot using DocTest and added to GitHub Actions CI
RevoluPowered
2020-07-24
1
-0
/
+4
|
/
*
Use dummy driver when JS AudioContext is unavailable.
Fabio Alessandrelli
2020-07-01
1
-1
/
+8
*
Limit FPS in JS by skipping iterations.
Fabio Alessandrelli
2020-07-01
1
-0
/
+10
*
[JS] Check canvas size each loop, force redraw.
Fabio Alessandrelli
2020-07-01
1
-0
/
+4
*
Refactor canvas ID and locale handling.
Fabio Alessandrelli
2020-07-01
1
-2
/
+20
*
Fix FS error on JS startup due to existing folder.
Fabio Alessandrelli
2020-07-01
1
-2
/
+5
*
Immediately run first iteration after JS FS sync.
Fabio Alessandrelli
2020-06-14
1
-4
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Add drop files function
Fabio Alessandrelli
2020-05-10
1
-0
/
+1
*
DisplayServerJavaScript implementation.
Fabio Alessandrelli
2020-05-10
1
-6
/
+43
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Refactor OS_JavaScript
Leon Krause
2018-07-10
1
-16
/
+11
*
Javascript: Remove weird log
Max Hilbrunner
2018-05-24
1
-2
/
+0
*
Refactor JavaScript platform build script
Leon Krause
2018-03-26
1
-1
/
+1
*
Fix internal Emscripten JS API calls
Leon Krause
2018-01-06
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Change HTML5 start-up API
Leon Krause
2017-11-19
1
-1
/
+0
*
Add OS::is_userfs_persistent to check user:// persistence
Leon Krause
2017-10-02
1
-9
/
+7
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Remove GLUT usage in HTML5 platform
L. Krause
2017-04-28
1
-60
/
+16
*
Reimplement HTML5 mouse input without GLUT
L. Krause
2017-04-25
1
-72
/
+0
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
WebGL 2 export per WebAssembly or asm.js
eska
2017-03-29
1
-9
/
+4
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-69
/
+56
*
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...
Juan Linietsky
2017-02-22
1
-1
/
+1
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-3
/
+2
*
Style: Prevent clang-format on JS code
Rémi Verschelde
2017-01-16
1
-0
/
+2
*
Merge pull request #7519 from eska014/web-presentation
Rémi Verschelde
2017-01-15
1
-22
/
+20
|
\
|
*
Improve usability and style in web export presentation
eska
2017-01-14
1
-22
/
+20
*
|
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-2
/
+2
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
Fix some mouse bugs in WebAssembly/asm.js
eska
2016-11-30
1
-3
/
+8
*
OS additions and fixes for WebAssembly/asm.js
eska
2016-11-30
1
-1
/
+1
[next]