godot/platform
melquiadess 70ea3e22a6 Use ?. (and ?.let) safe operators instead of !!
This PR prevents potential NPEs, and follows Kotlin conventions more closely
by replacing the unsafe !! operator with safe ?. (or ?.let) (usually
!! would only be used very rarely, and with a good reason - there is one
place left in this PR where !! makes sense), and by replacing Java style
'if (x != null)' with Kotlin's '?.'
2024-03-28 23:36:38 +00:00
..
android Use ?. (and ?.let) safe operators instead of !! 2024-03-28 23:36:38 +00:00
ios [DisplayServer] Add separate feature flags for different native dialog types. 2024-03-26 15:18:06 +02:00
linuxbsd Merge pull request #89907 from bruvzg/nat_dlg_ftr_flags 2024-03-28 10:47:15 +01:00
macos Merge pull request #89953 from bruvzg/macos_menu_shortcuts 2024-03-28 10:47:34 +01:00
web Merge pull request #89907 from bruvzg/nat_dlg_ftr_flags 2024-03-28 10:47:15 +01:00
windows Merge pull request #89907 from bruvzg/nat_dlg_ftr_flags 2024-03-28 10:47:15 +01:00
register_platform_apis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Enforce \n eol for Python writes 2024-03-09 14:29:24 -06:00