summaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp
AgeCommit message (Expand)Author
2021-02-03[HTML5] Make home path persistent in editor.Fabio Alessandrelli
2021-01-10Fix JavaScript platform after MainLoop methods rename.Fabio Alessandrelli
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-05[HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-09-23JS synchronous start, better persistent FS sync.Fabio Alessandrelli
2020-09-23Expose request_quit method to JS in HTML5 export.Fabio Alessandrelli
2020-07-27Merge pull request #40755 from Faless/js/fix_and_cancel_swapRémi Verschelde
2020-07-27Correctly include <stdlib.h> in javascript main.Fabio Alessandrelli
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
2020-07-01Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli
2020-07-01Limit FPS in JS by skipping iterations.Fabio Alessandrelli
2020-07-01[JS] Check canvas size each loop, force redraw.Fabio Alessandrelli
2020-07-01Refactor canvas ID and locale handling.Fabio Alessandrelli
2020-07-01Fix FS error on JS startup due to existing folder.Fabio Alessandrelli
2020-06-14Immediately run first iteration after JS FS sync.Fabio Alessandrelli
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Add drop files functionFabio Alessandrelli
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-10Refactor OS_JavaScriptLeon Krause
2018-05-24Javascript: Remove weird logMax Hilbrunner
2018-03-26Refactor JavaScript platform build scriptLeon Krause
2018-01-06Fix internal Emscripten JS API callsLeon Krause
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-19Change HTML5 start-up APILeon Krause
2017-10-02Add OS::is_userfs_persistent to check user:// persistenceLeon Krause
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-28Remove GLUT usage in HTML5 platformL. Krause
2017-04-25Reimplement HTML5 mouse input without GLUTL. Krause
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-29WebGL 2 export per WebAssembly or asm.jseska
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-22Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...Juan Linietsky
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-01-16Style: Prevent clang-format on JS codeRémi Verschelde
2017-01-15Merge pull request #7519 from eska014/web-presentationRémi Verschelde
2017-01-14Improve usability and style in web export presentationeska
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-30Fix some mouse bugs in WebAssembly/asm.jseska
2016-11-30OS additions and fixes for WebAssembly/asm.jseska
2016-04-19Reimplement key input events in Emscripten exporteska
2016-03-04html5: workaround for echo key events.hondres
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-09-12HTML5 exporter seems to be fully functionalJuan Linietsky
2015-09-10HTML5 exporter ImprovementsJuan Linietsky