summaryrefslogtreecommitdiffstats
path: root/platform/javascript/os_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix HTML5 gamepad inputLeon Krause2018-08-301-2/+5
* Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-14/+48
* Merge pull request #21330 from eska014/html5-canvas-resizeRémi Verschelde2018-08-231-55/+60
|\
| * Facilitate external modification of HTML5 canvas sizeLeon Krause2018-08-231-55/+60
* | use console.warn instead of Module.printErr: emscripten no longer exports pri...Alon Zakai (kripken)2018-08-111-1/+1
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+5
|/
* Refactor OS_JavaScriptLeon Krause2018-07-101-597/+560
* Added support for extra mouse buttons.unknown2018-07-091-1/+4
* Merge pull request #18753 from eska014/html5-iframefocusMax Hilbrunner2018-05-101-5/+5
|\
| * Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause2018-05-101-5/+5
* | Fix relative mouse motion when captured in HTML5 platformLeon Krause2018-05-101-1/+1
|/
* Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-35/+0
* Refactor JavaScript platform build scriptLeon Krause2018-03-261-8/+11
* Check only for WebGL 1.0, move test to HTML fileLeon Krause2018-03-151-0/+1
* Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause2018-03-071-6/+23
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-1/+2
* Fix HTML5 JS API setResizeCanvasOnStartLeon Krause2018-01-241-8/+3
* Fix HTML5 feature tagsLeon Krause2018-01-121-8/+19
* Merge pull request #15422 from eska014/html5-loggerRémi Verschelde2018-01-071-0/+5
|\
| * HTML5: Print without color control sequencesLeon Krause2018-01-071-0/+5
* | Fix internal Emscripten JS API callsLeon Krause2018-01-061-3/+3
|/
* Add missing method for javascriptGuilherme Silva2018-01-051-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-041-1/+1
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-2/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix inverted relative mouse motion in HTML5 exportLeon Krause2017-11-291-2/+2
* Return and repair file loggingRuslan Mustakov2017-11-211-4/+0
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-201-5/+5
|\
| * Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-5/+5
* | Merge pull request #13044 from eska014/enginejsRémi Verschelde2017-11-191-16/+14
|\ \
| * | Change HTML5 start-up APILeon Krause2017-11-191-16/+14
| |/
* / Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-5/+0
|/
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-3/+2
* Fix HTML5 mouse button release eventsLeon Krause2017-11-131-3/+4
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-5/+0
* Implemented physics plugAndreaCatania2017-11-041-5/+0
* Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-031-5/+16
|\
| * Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-021-5/+16
* | Extract logging logicRuslan Mustakov2017-09-251-0/+4
|/
* Fix mouse button state in HTML5 platformLeon Krause2017-09-191-8/+8
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-5/+1
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-5/+1
* | Fix enums bindingsMaxim Sheronov2017-09-131-1/+1
|/
* Merge pull request #10914 from eska014/html5-main-notifRémi Verschelde2017-09-031-15/+16
|\
| * HTML5: Prevent sending MainLoop notifications before initializedLeon Krause2017-09-031-15/+16
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-2/+0
* removed calls to cursor_set_visible on all platforms fixes #10167toger52017-08-081-1/+1
* Merge pull request #10105 from eska014/html5-touch-hintRémi Verschelde2017-08-071-1/+5
|\