godot/tests/core
Markus Sauermann c4705a590b Fix Object::notification order
Previously the `p_reversed` parameter didn't influence the order
in a correct way.
Also script overridden _notification functions were not called in
the correct order.

To fix this some `notification` functions had to add a `p_reversed`
parameter.

This made it necessary to adjust cpp-bindings.

Co-authored-by: David Snopek <dsnopek@gmail.com>
2023-08-30 00:15:55 +02:00
..
config Fix ProjectSettings::localize_path for Windows paths 2023-07-26 16:18:31 +02:00
input Added tests to InputEvent 2023-07-17 17:48:34 +02:00
io SCons: Disable C++ exception handling 2023-08-16 10:23:34 +02:00
math Merge pull request #76936 from clayjohn/revert-hsl 2023-05-12 10:03:21 +02:00
object Fix Object::notification order 2023-08-30 00:15:55 +02:00
os
string Merge pull request #78529 from Chaosus/string_reverse 2023-08-16 16:53:40 +02:00
templates
threads Revert "Implement parallel foreach() for easier multithreading" 2023-07-27 13:41:27 +02:00
variant Fix range error for Array.slice 2023-07-07 23:19:42 +02:00
test_crypto.h
test_hashing_context.h
test_time.h