godot/platform/uwp
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 Move core thirdparty files to thirdparty/{minizip,misc} 2017-04-28 21:19:23 +02:00
app.cpp UWP: InputEvent: Renamed "pos" property to "position" 2017-06-12 11:49:28 -03:00
app.h Fix compilation for UWP 2017-04-29 20:15:59 -03:00
detect.py Buildsystem: Improve detect.py readability and fix issues 2017-07-01 08:20:51 +02:00
gl_context_egl.cpp Fix UWP compilation issues 2017-05-23 14:06:24 -03:00
gl_context_egl.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
joypad_uwp.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
joypad_uwp.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
logo.png Rename WinRT files to UWP 2016-11-03 14:51:08 -02:00
os_uwp.cpp Fix UWP compilation issues 2017-05-23 14:06:24 -03:00
os_uwp.h Fix UWP compilation issues 2017-05-23 14:06:24 -03:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_uwp.cpp Improve documentation of thirdparty code snippets 2017-05-07 11:42:37 +02:00
power_uwp.h Improve documentation of thirdparty code snippets 2017-05-07 11:42:37 +02:00
SCsub Fix compilation for UWP 2017-04-29 20:15:59 -03:00
thread_uwp.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
thread_uwp.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00