summaryrefslogtreecommitdiffstats
path: root/platform/javascript/javascript_eval.cpp
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli2021-05-201-79/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-86/+19
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-5/+5
* 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-181-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Use stdout/-err for all messages in HTML5 platformLeon Krause2019-02-241-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix compiler warnings in HTML5 platformLeon Krause2018-10-021-1/+2
* use console.warn instead of Module.printErr: emscripten no longer exports pri...Alon Zakai (kripken)2018-08-111-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Remove contrived JavaScript.eval return typesLeon Krause2017-11-251-40/+8
* Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-22/+1
* Improve JavaScript callsLeon Krause2017-10-111-29/+53
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-13/+15
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-1/+1
* Enable WebGL2 in web export, start fixing buildeska2017-02-011-1/+1
* Style: Prevent clang-format on JS codeRémi Verschelde2017-01-161-2/+5
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add JavaScript eval interfaceeska2016-06-301-0/+169