summaryrefslogtreecommitdiffstats
path: root/platform/javascript
Commit message (Expand)AuthorAgeFilesLines
* Add override keywords.Marcel Admiraal2020-07-101-18/+18
* Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli2020-07-015-15/+40
* Limit FPS in JS by skipping iterations.Fabio Alessandrelli2020-07-012-0/+13
* [JS] Check canvas size each loop, force redraw.Fabio Alessandrelli2020-07-013-0/+26
* More static methods in DisplayServerJavaScript.Fabio Alessandrelli2020-07-012-9/+19
* Refactor canvas ID and locale handling.Fabio Alessandrelli2020-07-014-56/+45
* Fix FS error on JS startup due to existing folder.Fabio Alessandrelli2020-07-011-2/+5
* Immediately run first iteration after JS FS sync.Fabio Alessandrelli2020-06-141-4/+8
* Swtich HTML5 key detection from keyCode to code.Fabio Alessandrelli2020-06-042-394/+197
* Fix JS audioContext parameters.Fabio Alessandrelli2020-05-251-2/+2
* Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-181-2/+2
* AudioDriverJavaScript now compute buffer size.Fabio Alessandrelli2020-05-182-15/+35
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+14
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1412-144/+0
* Style: Fix missing/invalid copyright headersRémi Verschelde2020-05-141-0/+30
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-17/+9
* Update game controller enums.Marcel Admiraal2020-05-131-8/+1
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-122-4/+23
* Add drop files functionFabio Alessandrelli2020-05-104-2/+187
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-109-44/+73
* DisplayServerJavaScript implementation.Fabio Alessandrelli2020-05-1010-1208/+1538
* [HTML5] Locale, input fix, context, exit.Fabio Alessandrelli2020-05-104-91/+112
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-102-72/+149
* Merge pull request #37414 from Schroedi/fix_html_mouse_inputFabio Alessandrelli2020-05-011-1/+1
|\
| * Move mouse wheel handler from window to canvas element in HTMLChristoph Schröder2020-04-281-1/+1
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
|/
* Set the `title` tag in the HTML5 export immediatelyHugo Locurcio2020-04-221-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-027-24/+24
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-303-123/+122
* Renaming of servers for coherency.Juan Linietsky2020-03-272-4/+4
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-7/+7
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-3/+3
* [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-1113-482/+567
* AudioDriverJavascript uses IDHandler.Fabio Alessandrelli2020-03-112-40/+54
* OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli2020-03-081-1/+5
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-084-39/+20
* Merge pull request #36557 from Schroedi/fix_html_touchFabio Alessandrelli2020-03-031-4/+4
|\
| * Fixes touch events for HTMLChristoph Schroeder2020-02-261-4/+4
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-012-4/+5
|\ \
| * | Rename `scancode` to `keycode`.bruvzg2020-02-252-4/+5
* | | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-14/+13
| |/ |/|
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
|/
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-34/+34
* Remove incomplete battery status/power APIRémi Verschelde2020-02-142-22/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-132-43/+10
* Fix startGame's logic in engine.js.Relintai2020-02-121-4/+2
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1