pandemonium_engine/platform/iphone
Relintai 91e598aa7b Ported: SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines
- `_DEBUG` is MSVC specific so it didn't make much sense to define for
  Android and iOS builds.
- iOS was the only platform to define `DEBUG`. We don't use it anywhere
  outside thirdparty code, which we usually don't intend to debug, so it
  seems better to be consistent with other platforms.
- Consistently define `NDEBUG` to disable assert behavior in both `release`
  and `release_debug` targets. This used to be set for `release` for all
  platforms, and `release_debug` for Android and iOS only.
- Due to the above, I removed the only use we made of `assert()` in Godot
  code, which was only implemented for Unix anyway, should have been
  `DEV_ENABLED`, and is in PoolAllocator which we don't actually use.
- The denoise and recast modules keep defining `NDEBUG` even for the `debug`
  target as we don't want OIDN and Embree asserting all over the place.
- akien-mga
b0b759e6da
2022-12-22 17:42:54 +01:00
..
api
export Use image loader directly to avoid "resource as image file" errors. 2022-11-30 18:41:01 +01:00
plugin
app_delegate.h
app_delegate.mm
detect.py Ported: SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines 2022-12-22 17:42:54 +01:00
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
ios.h
ios.mm
joypad_iphone.h
joypad_iphone.mm
keyboard_input_view.h Ported: Add support for multiple virtual keyboard types - brianwinterpixel 2022-08-19 16:18:53 +02:00
keyboard_input_view.mm Ported: Add support for multiple virtual keyboard types - brianwinterpixel 2022-08-19 16:18:53 +02:00
logo.png
main.m
native_video_view.h
native_video_view.m
os_iphone.h Also renamed the files. 2022-08-19 21:24:36 +02:00
os_iphone.mm Ported: Add double_tap attribute to InputEventScreenTouch 2022-11-13 01:29:17 +01:00
pandemonium_app_delegate.h
pandemonium_app_delegate.m
pandemonium_iphone.mm
pandemonium_view_gesture_recognizer.h
pandemonium_view_gesture_recognizer.mm
pandemonium_view_renderer.h
pandemonium_view_renderer.mm
pandemonium_view.h
pandemonium_view.mm Add ProMotion Support to iOS Exports 2022-11-13 00:51:09 +01:00
platform_config.h Clean iOS platform config of long gone macro 2022-09-16 21:01:17 +02:00
power_iphone.cpp
power_iphone.h
SCsub
view_controller.h
view_controller.mm Add iOS UI Options 2022-11-13 00:50:47 +01:00