godot/platform/javascript
Rémi Verschelde e91a267a7c Buildsystem: Improve detect.py readability and fix issues
Tried to organize the configure(env) calls in sections, using the same order
for all platforms whenever possible.

Apart from cosmetic changes, the following issues were fixed:
- Android: cleanup linkage, remove GLESv1_CM and GLESv2
- iPhone: Remove obsolete "ios_gles22_override" option
- OSX:
  * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option
    (closes #9449)
  * Make "fat" bits argument explicit
- Server: sync with X11
- Windows: clean up old DirectX 9 stuff
- X11:
  * Do not require system OpenSSL for building (closes #9443)
  * Fix typo'ed use_leak_sanitizer option
  * Fix .llvm suffix overriding custom extra_suffix
2017-07-01 08:20:51 +02:00
..
export Hide HTML5 native-run icon without runnable preset 2017-06-27 21:06:43 +02:00
audio_driver_javascript.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_driver_javascript.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_server_javascript.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_server_javascript.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
detect.py Buildsystem: Improve detect.py readability and fix issues 2017-07-01 08:20:51 +02:00
dom_keys.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
godot_shell.html WebGL 2 export per WebAssembly or asm.js 2017-03-29 13:27:43 +02:00
javascript_eval.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
javascript_eval.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
javascript_main.cpp Remove GLUT usage in HTML5 platform 2017-04-28 21:54:44 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_javascript.cpp Update HTML5 platform for new InputEvents 2017-06-19 15:43:46 +02:00
os_javascript.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_javascript.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_javascript.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
run_icon.png Use custom native-run icons for Android and HTML5 2017-06-27 21:06:26 +02:00
SCsub Fix web export build 2017-03-10 05:09:54 +01:00