godot/platform
A Thousand Ships a0dbdcc3ab
Replace `find` with `contains/has` where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
android Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
ios Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
linuxbsd Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
macos Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
web Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
windows Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
SCsub SCons: unify code generations routine and minimize timestamp changes 2024-03-15 15:43:53 +01:00
register_platform_apis.h