Welcome to v5.0!
[ADDED] show_debug_resources() function. Show game resources usage (including memory) in a Debug View.
[ADDED] cryptography_xor() function.
[ADDED] string_contains() function. Returns a boolean indicating whether the substring was found within the string.
[ADDED] Suffix to string_limit() and string_limit_nonmono().
[ADDED] distance_to_line() funtion.
[FIXED] angle_get_portion() now works with negative angles.
[FIXED] string_proper_case() optimized.
[FIXED] Small fixes.
[CHANGED] Renamed angle_get_subimg() to angle_get_portion().
[CHANGED] Renamed rc4_cryptography() to cryptography_rc4().
[CHANGED] Renamed string_word_first_letter_upper_case() to string_proper_case();