virtualx-engine/platform/iphone
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
..
globals Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
app_delegate.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
app_delegate.mm Merge pull request #8935 from volzhs/get-locale-master 2017-05-27 11:27:39 +02:00
audio_driver_iphone.cpp Fixed audio can not resume if it is interrupted cause by an incoming phone call 2017-05-26 15:29:00 +08:00
audio_driver_iphone.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
game_center.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
game_center.mm Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:44:52 +02:00
gl_view.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gl_view.mm Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:44:52 +02:00
godot_iphone.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
icloud.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
icloud.mm Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:44:52 +02:00
in_app_store.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
in_app_store.mm Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:44:52 +02:00
ios.h Implement OS.alert() for iOS 2017-05-25 17:33:40 +02:00
ios.mm Implement OS.alert() for iOS 2017-05-25 17:33:40 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
main.m Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:44:52 +02:00
os_iphone.cpp InputEvent: Renamed "pos" property to "position" 2017-06-03 11:26:39 +02:00
os_iphone.h Merge pull request #8912 from RandomShaper/ios-alert 2017-05-26 07:56:22 +02:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
platform_refcount.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_iphone.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_iphone.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Buildsystem: Improve detect.py readability and fix issues 2017-07-01 08:20:51 +02:00
sem_iphone.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sem_iphone.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
view_controller.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
view_controller.mm Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:44:52 +02:00