godot/modules/gdscript
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
..
doc_classes Add a script method to get its class icon 2023-08-24 13:05:41 +02:00
editor Fix highlighting of hex numbers with separators 2023-08-28 09:52:40 +03:00
icons Optimize and fix up some SVGs 2023-08-13 17:48:17 +03:00
language_server Fixes LSP connection error when launched in a separate thread 2023-08-16 16:29:28 +03:00
tests Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types 2023-08-25 21:26:44 +02:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
gdscript_analyzer.cpp Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types 2023-08-25 21:26:44 +02:00
gdscript_analyzer.h GDScript: Fix lambda resolution with cyclic references 2023-08-25 16:29:11 +03:00
gdscript_byte_codegen.cpp GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
gdscript_byte_codegen.h GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
gdscript_cache.cpp GDScript: Add static analysis error reporting in GDScriptCache::get_full_script() 2023-07-07 11:16:22 -04:00
gdscript_cache.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_codegen.h GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
gdscript_compiler.cpp Add a script method to get its class icon 2023-08-24 13:05:41 +02:00
gdscript_compiler.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_disassembler.cpp GDScript: Optimize operators by assuming the types 2023-07-28 13:08:21 -03:00
gdscript_editor.cpp Fix completion option location not found 2023-08-05 02:15:45 +02:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_function.h Merge pull request #79990 from vnen/gdscript-assume-op-types 2023-08-01 17:25:52 +02:00
gdscript_lambda_callable.cpp Fix get_method from named lambda 2023-08-11 20:31:08 +07:00
gdscript_lambda_callable.h Fix get_method from named lambda 2023-08-11 20:31:08 +07:00
gdscript_parser.cpp Merge pull request #75656 from YuriSizov/core-iconic-builtins 2023-08-29 12:41:03 +02:00
gdscript_parser.h Merge pull request #75656 from YuriSizov/core-iconic-builtins 2023-08-29 12:41:03 +02:00
gdscript_rpc_callable.cpp Fix get_method from named lambda 2023-08-11 20:31:08 +07:00
gdscript_rpc_callable.h Fix get_method from named lambda 2023-08-11 20:31:08 +07:00
gdscript_tokenizer.cpp GDScript: Allow mixed indentation on blank lines 2023-08-17 10:54:43 +03:00
gdscript_tokenizer.h GDScript: Fix MIN_INT not representable as numeric literal 2023-02-15 17:41:46 +03:00
gdscript_utility_functions.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_utility_functions.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_vm.cpp Merge pull request #79990 from vnen/gdscript-assume-op-types 2023-08-01 17:25:52 +02:00
gdscript_warning.cpp GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
gdscript_warning.h GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
gdscript.cpp Fix Object::notification order 2023-08-30 00:15:55 +02:00
gdscript.h Fix Object::notification order 2023-08-30 00:15:55 +02:00
register_types.cpp Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00