Age | Commit message (Expand) | Author |
2020-11-23 | [HTML5] Enforce JavaScript style with eslint. | Fabio Alessandrelli |
2020-11-21 | [HTML5] Libraries refactor for linting. | Fabio Alessandrelli |
2020-11-20 | Export: Reorder options for consistency across platforms | Rémi Verschelde |
2020-11-19 | SCons: Remove unnecessary $LINK overrides | Rémi Verschelde |
2020-11-17 | Add missing javascript semi-colons. | Marcel Admiraal |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-10 | [HTML5] AudioWorklet API implementation. | Fabio Alessandrelli |
2020-11-10 | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli |
2020-11-10 | [HTML5] Update syntax for lto. | Fabio Alessandrelli |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-06 | [HTML5] Fix audio buffer size and latency hint. | Fabio Alessandrelli |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-14 | [HTML5] Add JavaScriptToolsEditorPlugin. | Fabio Alessandrelli |
2020-10-14 | Add JavaScript editor html file. | Fabio Alessandrelli |
2020-10-14 | [HTML5] Close IDBFS database on exit. | Fabio Alessandrelli |
2020-10-14 | [HTML5] Expose request_quit via Engine class. | Fabio Alessandrelli |
2020-10-14 | Increase HTML5 THREADPOOL size. | Fabio Alessandrelli |
2020-10-04 | [HTML5] Scons now expects "emcc" to be in PATH. | Fabio Alessandrelli |
2020-10-02 | [HTML5] Run Audio process in thread when available | Fabio Alessandrelli |
2020-10-02 | Add extra suffix for HTML5 thread builds. | Fabio Alessandrelli |
2020-10-02 | Add COOP/COEP headers to HTML5 "run" server. | Fabio Alessandrelli |
2020-09-23 | JS synchronous start, better persistent FS sync. | Fabio Alessandrelli |
2020-09-23 | Make canvas resize optional in HTML5. | Fabio Alessandrelli |
2020-09-23 | Better HiDPI support in HTML5. | Fabio Alessandrelli |
2020-09-23 | Window event listener do not use capture. | Fabio Alessandrelli |
2020-09-23 | Small refactor to JavaScript handlers. | Fabio Alessandrelli |
2020-09-23 | Expose request_quit method to JS in HTML5 export. | Fabio Alessandrelli |
2020-09-18 | [HTML5] Add override keyword, cleanup methods. | Fabio Alessandrelli |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-09 | Explicitly add implicitly added semicolons. | Marcel Admiraal |
2020-07-27 | Merge pull request #40755 from Faless/js/fix_and_cancel_swap | Rémi Verschelde |
2020-07-27 | Implement HTML5 cancel/ok button swap on Windows. | Fabio Alessandrelli |
2020-07-27 | Correctly include <stdlib.h> in javascript main. | Fabio Alessandrelli |
2020-07-27 | Properly set HTML5 DisplayServer init error value. | Fabio Alessandrelli |
2020-07-24 | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-01 | Use dummy driver when JS AudioContext is unavailable. | Fabio Alessandrelli |
2020-07-01 | Limit FPS in JS by skipping iterations. | Fabio Alessandrelli |
2020-07-01 | [JS] Check canvas size each loop, force redraw. | Fabio Alessandrelli |
2020-07-01 | More static methods in DisplayServerJavaScript. | Fabio Alessandrelli |
2020-07-01 | Refactor canvas ID and locale handling. | Fabio Alessandrelli |
2020-07-01 | Fix FS error on JS startup due to existing folder. | Fabio Alessandrelli |
2020-06-14 | Immediately run first iteration after JS FS sync. | Fabio Alessandrelli |
2020-06-04 | Swtich HTML5 key detection from keyCode to code. | Fabio Alessandrelli |
2020-05-25 | Fix JS audioContext parameters. | Fabio Alessandrelli |
2020-05-18 | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli |
2020-05-18 | AudioDriverJavaScript now compute buffer size. | Fabio Alessandrelli |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |