Rémi Verschelde
|
68eae6b6e9
Fix some URLs to use HTTPS when available
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Leon Krause
|
76522624cb
Use stdout/-err for all messages in HTML5 platform
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Alon Zakai (kripken)
|
71c03883b5
use console.warn instead of Module.printErr: emscripten no longer exports printErr by default, and instead err() should be used in code seen by the optimizer; however, as Godot only runs on the Web (and not in node.js or elsewhere), using console.warn directly is good enough, and will work in all versions if emscripten
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Leon Krause
|
2970061a73
Implement HTTPClient in HTML5 platform
|
7 years ago |