This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
adc0188d9facca0a85c7a956e33bb5ba48ee738d
godot
/
platform
/
javascript
History
elasota
35f6ba5c5d
BPTC support
2018-08-21 22:56:04 -04:00
..
api
…
export
BPTC support
2018-08-21 22:56:04 -04:00
audio_driver_javascript.cpp
…
audio_driver_javascript.h
…
detect.py
…
dom_keys.inc
Refactor OS_JavaScript
2018-07-10 16:57:56 +02:00
engine.js
…
http_client_javascript.cpp
…
http_client.h.inc
…
http_request.h
…
http_request.js
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
2018-08-11 09:49:19 -07:00
javascript_eval.cpp
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
2018-08-11 09:49:19 -07:00
javascript_main.cpp
Refactor OS_JavaScript
2018-07-10 16:57:56 +02:00
logo.png
Optimize images losslessly using
oxipng -o6 --strip all --zopfli
2018-06-28 19:17:41 +02:00
os_javascript.cpp
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
2018-08-11 09:49:19 -07:00
os_javascript.h
-Project/Editor settings now use new inspector
2018-07-19 19:02:04 -03:00
platform_config.h
…
pre.js
…
run_icon.png
Optimize images losslessly using
oxipng -o6 --strip all --zopfli
2018-06-28 19:17:41 +02:00
SCsub
…