diff --git a/.gitignore b/.gitignore index 11827c0..33fe5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ export.cfg # Logs *.log +/reports/ +/test_log.txt +/tests/validate_math_report.json # Python cache __pycache__/ diff --git a/tests/benchmark_remap.gd.uid b/tests/benchmark_remap.gd.uid new file mode 100644 index 0000000..ee6a116 --- /dev/null +++ b/tests/benchmark_remap.gd.uid @@ -0,0 +1 @@ +uid://1qufloj31ptk diff --git a/tools/godot_lint.log b/tools/godot_lint.log deleted file mode 100644 index 4818efa..0000000 --- a/tools/godot_lint.log +++ /dev/null @@ -1,6 +0,0 @@ -Godot Engine v4.2.2.stable.official.15073afe3 - https://godotengine.org - -WARNING: Custom cursor shape not supported by this display server. - at: cursor_set_custom_image (servers/display_server.cpp:505) -WARNING: Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported. - at: _editor_init (modules/gltf/register_types.cpp:63) diff --git a/tools/math_validation.log b/tools/math_validation.log deleted file mode 100644 index de3f9b2..0000000 --- a/tools/math_validation.log +++ /dev/null @@ -1,46 +0,0 @@ -Godot Engine v4.2.2.stable.official.15073afe3 - https://godotengine.org - - -=== EMBERFALL DETERMINISTIC MATH VALIDATION === - - -=== RESULTS === -Passed: 353 -Failed: 0 -ALL VALIDATION PASSED — math is deterministic. -ConfigLoader: loaded config from res://config/game_config.json -BurdenManager: loaded burden event config from res://config/burden_event_config.json -CaptionManager: CaptionManager ready -WARNING: AudioMiddleware: Bus 'BD-BASS' not found, using 'Master' - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: _StemPlayback: No AudioEffectSpectrumAnalyzer found on bus 'Master'. - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: AudioMiddleware: Bus 'BD-MECH' not found, using 'Master' - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: _StemPlayback: No AudioEffectSpectrumAnalyzer found on bus 'Master'. - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: AudioMiddleware: Bus 'BD-STRESS' not found, using 'Master' - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: _StemPlayback: No AudioEffectSpectrumAnalyzer found on bus 'Master'. - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: AudioMiddleware: Bus 'BD-CLIMB' not found, using 'Master' - at: push_warning (core/variant/variant_utility.cpp:1111) -WARNING: _StemPlayback: No AudioEffectSpectrumAnalyzer found on bus 'Master'. - at: push_warning (core/variant/variant_utility.cpp:1111) -AudioMiddleware: AudioMiddleware ready -BurdenCaptionDriver: BurdenCaptionDriver ready -BurdenEventCoordinator: BurdenEventCoordinator ready -BurdenManager: reset run-local state (persisted noun_index=0) -LayerManager: Initialized master post-process shader -LocalizationManager: Loaded translation: res://localization/ui_strings.fr.translation -LocalizationManager: Loaded translation: res://localization/ui_strings.de.translation -LocalizationManager: Loaded translation: res://localization/ui_strings.es.translation -LocalizationManager: Loaded translation: res://localization/ui_strings.en.translation -LocalizationManager: Loaded translation: res://assets/locales/ui_strings.en.translation -LocalizationManager: Locale set to: en -LocalizationManager: Initialized in 1ms -[SaveManager] SaveManager ready. Save path: user://save_state.json -WARNING: ObjectDB instances leaked at exit (run with --verbose for details). - at: cleanup (core/object/object.cpp:2209) -ERROR: Resources still in use at exit (run with --verbose for details). - at: clear (core/io/resource.cpp:492)