From ce883204599f9cc7c6d126d0671ba3421d02c639 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Fri, 6 Mar 2026 15:31:39 -0700 Subject: [PATCH] AeThex AI module architecture and cloud services integration --- engine/build_log.txt | Bin 0 -> 360 bytes engine/core/config/engine.cpp | 6 +- engine/core/config/engine.h | 6 +- engine/core/config/project_settings.cpp | 36 +- engine/core/config/project_settings.h | 6 +- engine/core/core_bind.cpp | 6 +- engine/core/core_bind.h | 6 +- engine/core/core_constants.cpp | 6 +- engine/core/core_constants.h | 6 +- engine/core/core_globals.h | 6 +- engine/core/core_string_names.h | 6 +- engine/core/crypto/aes_context.cpp | 6 +- engine/core/crypto/aes_context.h | 6 +- engine/core/crypto/crypto.cpp | 6 +- engine/core/crypto/crypto.h | 6 +- engine/core/crypto/crypto_core.cpp | 6 +- engine/core/crypto/crypto_core.h | 6 +- engine/core/crypto/hashing_context.cpp | 6 +- engine/core/crypto/hashing_context.h | 6 +- engine/core/debugger/debugger_marshalls.cpp | 6 +- engine/core/debugger/debugger_marshalls.h | 6 +- engine/core/debugger/engine_debugger.cpp | 6 +- engine/core/debugger/engine_debugger.h | 6 +- engine/core/debugger/engine_profiler.cpp | 6 +- engine/core/debugger/engine_profiler.h | 6 +- engine/core/debugger/local_debugger.cpp | 6 +- engine/core/debugger/local_debugger.h | 6 +- engine/core/debugger/remote_debugger.cpp | 6 +- engine/core/debugger/remote_debugger.h | 6 +- engine/core/debugger/remote_debugger_peer.cpp | 6 +- engine/core/debugger/remote_debugger_peer.h | 6 +- engine/core/debugger/script_debugger.cpp | 6 +- engine/core/debugger/script_debugger.h | 6 +- engine/core/doc_data.cpp | 6 +- engine/core/doc_data.h | 6 +- engine/core/error/error_list.cpp | 6 +- engine/core/error/error_list.h | 6 +- engine/core/error/error_macros.cpp | 6 +- engine/core/error/error_macros.h | 6 +- engine/core/extension/aethex_instance.cpp | 6 +- engine/core/extension/aethex_instance.h | 6 +- engine/core/extension/extension_api_dump.cpp | 6 +- engine/core/extension/extension_api_dump.h | 6 +- engine/core/extension/gdextension.cpp | 6 +- engine/core/extension/gdextension.h | 6 +- .../extension/gdextension_function_loader.cpp | 6 +- .../extension/gdextension_function_loader.h | 6 +- .../core/extension/gdextension_interface.cpp | 6 +- ...gdextension_interface_header_generator.cpp | 6 +- .../gdextension_interface_header_generator.h | 6 +- .../extension/gdextension_library_loader.cpp | 6 +- .../extension/gdextension_library_loader.h | 6 +- engine/core/extension/gdextension_loader.h | 6 +- engine/core/extension/gdextension_manager.cpp | 6 +- engine/core/extension/gdextension_manager.h | 6 +- .../gdextension_special_compat_hashes.cpp | 6 +- .../gdextension_special_compat_hashes.h | 6 +- engine/core/extension/libaethex.h | 6 +- .../core/input/default_controller_mappings.h | 6 +- engine/core/input/input.cpp | 6 +- engine/core/input/input.h | 6 +- engine/core/input/input_enums.h | 6 +- engine/core/input/input_event.cpp | 6 +- engine/core/input/input_event.h | 6 +- engine/core/input/input_event_codec.cpp | 6 +- engine/core/input/input_event_codec.h | 6 +- engine/core/input/input_map.cpp | 6 +- engine/core/input/input_map.h | 6 +- engine/core/input/shortcut.cpp | 6 +- engine/core/input/shortcut.h | 6 +- engine/core/io/compression.cpp | 6 +- engine/core/io/compression.h | 6 +- engine/core/io/config_file.cpp | 6 +- engine/core/io/config_file.h | 6 +- engine/core/io/delta_encoding.cpp | 6 +- engine/core/io/delta_encoding.h | 6 +- engine/core/io/dir_access.cpp | 6 +- engine/core/io/dir_access.h | 6 +- engine/core/io/dtls_server.cpp | 6 +- engine/core/io/dtls_server.h | 6 +- engine/core/io/file_access.cpp | 6 +- engine/core/io/file_access.h | 6 +- engine/core/io/file_access_compressed.cpp | 6 +- engine/core/io/file_access_compressed.h | 6 +- engine/core/io/file_access_encrypted.cpp | 6 +- engine/core/io/file_access_encrypted.h | 6 +- engine/core/io/file_access_memory.cpp | 6 +- engine/core/io/file_access_memory.h | 6 +- engine/core/io/file_access_pack.cpp | 6 +- engine/core/io/file_access_pack.h | 6 +- engine/core/io/file_access_patched.cpp | 6 +- engine/core/io/file_access_patched.h | 6 +- engine/core/io/file_access_zip.cpp | 6 +- engine/core/io/file_access_zip.h | 6 +- engine/core/io/http_client.cpp | 6 +- engine/core/io/http_client.h | 6 +- engine/core/io/http_client_tcp.cpp | 6 +- engine/core/io/http_client_tcp.h | 6 +- engine/core/io/image.cpp | 6 +- engine/core/io/image.h | 6 +- engine/core/io/image_loader.cpp | 6 +- engine/core/io/image_loader.h | 6 +- engine/core/io/ip.cpp | 6 +- engine/core/io/ip.h | 6 +- engine/core/io/ip_address.cpp | 6 +- engine/core/io/ip_address.h | 6 +- engine/core/io/json.cpp | 6 +- engine/core/io/json.h | 6 +- engine/core/io/logger.cpp | 6 +- engine/core/io/logger.h | 6 +- engine/core/io/marshalls.cpp | 6 +- engine/core/io/marshalls.h | 6 +- engine/core/io/missing_resource.cpp | 6 +- engine/core/io/missing_resource.h | 6 +- engine/core/io/net_socket.cpp | 6 +- engine/core/io/net_socket.h | 6 +- engine/core/io/packed_data_container.cpp | 6 +- engine/core/io/packed_data_container.h | 6 +- engine/core/io/packet_peer.cpp | 6 +- engine/core/io/packet_peer.h | 6 +- engine/core/io/packet_peer_dtls.cpp | 6 +- engine/core/io/packet_peer_dtls.h | 6 +- engine/core/io/packet_peer_udp.cpp | 6 +- engine/core/io/packet_peer_udp.h | 6 +- engine/core/io/pck_packer.cpp | 6 +- engine/core/io/pck_packer.h | 6 +- engine/core/io/plist.cpp | 6 +- engine/core/io/plist.h | 6 +- engine/core/io/remote_filesystem_client.cpp | 6 +- engine/core/io/remote_filesystem_client.h | 6 +- engine/core/io/resource.cpp | 6 +- engine/core/io/resource.h | 6 +- engine/core/io/resource_format_binary.cpp | 6 +- engine/core/io/resource_format_binary.h | 6 +- engine/core/io/resource_importer.cpp | 6 +- engine/core/io/resource_importer.h | 6 +- engine/core/io/resource_loader.cpp | 6 +- engine/core/io/resource_loader.h | 6 +- engine/core/io/resource_saver.cpp | 6 +- engine/core/io/resource_saver.h | 6 +- engine/core/io/resource_uid.cpp | 6 +- engine/core/io/resource_uid.h | 6 +- engine/core/io/socket_server.cpp | 6 +- engine/core/io/socket_server.h | 6 +- engine/core/io/stream_peer.cpp | 6 +- engine/core/io/stream_peer.h | 6 +- engine/core/io/stream_peer_gzip.cpp | 6 +- engine/core/io/stream_peer_gzip.h | 6 +- engine/core/io/stream_peer_socket.cpp | 6 +- engine/core/io/stream_peer_socket.h | 6 +- engine/core/io/stream_peer_tcp.cpp | 6 +- engine/core/io/stream_peer_tcp.h | 6 +- engine/core/io/stream_peer_tls.cpp | 6 +- engine/core/io/stream_peer_tls.h | 6 +- engine/core/io/stream_peer_uds.cpp | 6 +- engine/core/io/stream_peer_uds.h | 6 +- engine/core/io/tcp_server.cpp | 6 +- engine/core/io/tcp_server.h | 6 +- engine/core/io/translation_loader_po.cpp | 6 +- engine/core/io/translation_loader_po.h | 6 +- engine/core/io/udp_server.cpp | 6 +- engine/core/io/udp_server.h | 6 +- engine/core/io/uds_server.cpp | 6 +- engine/core/io/uds_server.h | 6 +- engine/core/io/xml_parser.cpp | 6 +- engine/core/io/xml_parser.h | 6 +- engine/core/io/zip_io.cpp | 6 +- engine/core/io/zip_io.h | 6 +- engine/core/math/a_star.cpp | 6 +- engine/core/math/a_star.h | 6 +- engine/core/math/a_star_grid_2d.cpp | 6 +- engine/core/math/a_star_grid_2d.h | 6 +- engine/core/math/aabb.cpp | 6 +- engine/core/math/aabb.h | 6 +- engine/core/math/audio_frame.h | 6 +- engine/core/math/basis.cpp | 6 +- engine/core/math/basis.h | 6 +- engine/core/math/bvh.h | 6 +- engine/core/math/bvh_abb.h | 6 +- engine/core/math/bvh_tree.h | 6 +- engine/core/math/color.cpp | 6 +- engine/core/math/color.h | 6 +- engine/core/math/convex_hull.cpp | 6 +- engine/core/math/convex_hull.h | 6 +- engine/core/math/delaunay_2d.h | 6 +- engine/core/math/delaunay_3d.h | 6 +- engine/core/math/disjoint_set.h | 6 +- engine/core/math/dynamic_bvh.cpp | 6 +- engine/core/math/dynamic_bvh.h | 6 +- engine/core/math/expression.cpp | 6 +- engine/core/math/expression.h | 6 +- engine/core/math/face3.cpp | 6 +- engine/core/math/face3.h | 6 +- engine/core/math/geometry_2d.cpp | 6 +- engine/core/math/geometry_2d.h | 6 +- engine/core/math/geometry_3d.cpp | 6 +- engine/core/math/geometry_3d.h | 6 +- engine/core/math/math_defs.h | 6 +- engine/core/math/math_fieldwise.cpp | 6 +- engine/core/math/math_fieldwise.h | 6 +- engine/core/math/math_funcs.cpp | 6 +- engine/core/math/math_funcs.h | 6 +- engine/core/math/math_funcs_binary.h | 6 +- engine/core/math/plane.cpp | 6 +- engine/core/math/plane.h | 6 +- engine/core/math/projection.cpp | 6 +- engine/core/math/projection.h | 6 +- engine/core/math/quaternion.cpp | 6 +- engine/core/math/quaternion.h | 6 +- engine/core/math/quick_hull.cpp | 6 +- engine/core/math/quick_hull.h | 6 +- engine/core/math/random_number_generator.cpp | 6 +- engine/core/math/random_number_generator.h | 6 +- engine/core/math/random_pcg.cpp | 6 +- engine/core/math/random_pcg.h | 6 +- engine/core/math/rect2.cpp | 6 +- engine/core/math/rect2.h | 6 +- engine/core/math/rect2i.cpp | 6 +- engine/core/math/rect2i.h | 6 +- engine/core/math/static_raycaster.cpp | 6 +- engine/core/math/static_raycaster.h | 6 +- engine/core/math/transform_2d.cpp | 6 +- engine/core/math/transform_2d.h | 6 +- engine/core/math/transform_3d.cpp | 6 +- engine/core/math/transform_3d.h | 6 +- engine/core/math/transform_interpolator.cpp | 6 +- engine/core/math/transform_interpolator.h | 6 +- engine/core/math/triangle_mesh.cpp | 6 +- engine/core/math/triangle_mesh.h | 6 +- engine/core/math/triangulate.cpp | 6 +- engine/core/math/triangulate.h | 6 +- engine/core/math/vector2.cpp | 6 +- engine/core/math/vector2.h | 6 +- engine/core/math/vector2i.cpp | 6 +- engine/core/math/vector2i.h | 6 +- engine/core/math/vector3.cpp | 6 +- engine/core/math/vector3.h | 6 +- engine/core/math/vector3i.cpp | 6 +- engine/core/math/vector3i.h | 6 +- engine/core/math/vector4.cpp | 6 +- engine/core/math/vector4.h | 6 +- engine/core/math/vector4i.cpp | 6 +- engine/core/math/vector4i.h | 6 +- .../core/object/callable_method_pointer.cpp | 6 +- engine/core/object/callable_method_pointer.h | 6 +- engine/core/object/class_db.cpp | 6 +- engine/core/object/class_db.h | 6 +- engine/core/object/gdtype.cpp | 6 +- engine/core/object/gdtype.h | 6 +- engine/core/object/message_queue.cpp | 6 +- engine/core/object/message_queue.h | 6 +- engine/core/object/method_bind.cpp | 6 +- engine/core/object/method_bind.h | 6 +- engine/core/object/object.cpp | 6 +- engine/core/object/object.h | 6 +- engine/core/object/object_id.h | 6 +- engine/core/object/ref_counted.cpp | 6 +- engine/core/object/ref_counted.h | 6 +- engine/core/object/script_backtrace.cpp | 6 +- engine/core/object/script_backtrace.h | 6 +- engine/core/object/script_instance.cpp | 6 +- engine/core/object/script_instance.h | 6 +- engine/core/object/script_language.cpp | 6 +- engine/core/object/script_language.h | 6 +- .../core/object/script_language_extension.cpp | 6 +- .../core/object/script_language_extension.h | 6 +- engine/core/object/undo_redo.cpp | 6 +- engine/core/object/undo_redo.h | 6 +- engine/core/object/worker_thread_pool.cpp | 6 +- engine/core/object/worker_thread_pool.h | 6 +- engine/core/os/condition_variable.h | 6 +- engine/core/os/keyboard.cpp | 6 +- engine/core/os/keyboard.h | 6 +- engine/core/os/main_loop.cpp | 6 +- engine/core/os/main_loop.h | 6 +- engine/core/os/memory.cpp | 6 +- engine/core/os/memory.h | 6 +- engine/core/os/midi_driver.cpp | 6 +- engine/core/os/midi_driver.h | 6 +- engine/core/os/mutex.cpp | 6 +- engine/core/os/mutex.h | 6 +- engine/core/os/os.cpp | 6 +- engine/core/os/os.h | 6 +- engine/core/os/rw_lock.h | 6 +- engine/core/os/safe_binary_mutex.h | 6 +- engine/core/os/semaphore.h | 6 +- engine/core/os/shared_object.h | 6 +- engine/core/os/spin_lock.h | 6 +- engine/core/os/thread.cpp | 6 +- engine/core/os/thread.h | 6 +- engine/core/os/thread_safe.cpp | 6 +- engine/core/os/thread_safe.h | 6 +- engine/core/os/time.cpp | 6 +- engine/core/os/time.h | 6 +- engine/core/os/time_enums.h | 6 +- engine/core/profiling/profiling.cpp | 6 +- engine/core/profiling/profiling.h | 6 +- engine/core/register_core_types.cpp | 6 +- engine/core/register_core_types.h | 6 +- engine/core/string/alt_codes.h | 6 +- engine/core/string/char_range.cpp | 6 +- engine/core/string/char_utils.h | 6 +- engine/core/string/fuzzy_search.cpp | 6 +- engine/core/string/fuzzy_search.h | 6 +- engine/core/string/locales.h | 6 +- engine/core/string/node_path.cpp | 6 +- engine/core/string/node_path.h | 6 +- engine/core/string/optimized_translation.cpp | 6 +- engine/core/string/optimized_translation.h | 6 +- engine/core/string/plural_rules.cpp | 6 +- engine/core/string/plural_rules.h | 6 +- engine/core/string/print_string.cpp | 6 +- engine/core/string/print_string.h | 6 +- engine/core/string/string_buffer.h | 6 +- engine/core/string/string_builder.cpp | 6 +- engine/core/string/string_builder.h | 6 +- engine/core/string/string_name.cpp | 6 +- engine/core/string/string_name.h | 6 +- engine/core/string/translation.cpp | 6 +- engine/core/string/translation.h | 6 +- engine/core/string/translation_domain.cpp | 6 +- engine/core/string/translation_domain.h | 6 +- engine/core/string/translation_server.cpp | 6 +- engine/core/string/translation_server.h | 6 +- engine/core/string/ucaps.h | 6 +- engine/core/string/ustring.cpp | 6 +- engine/core/string/ustring.h | 6 +- engine/core/templates/a_hash_map.cpp | 6 +- engine/core/templates/a_hash_map.h | 6 +- engine/core/templates/bin_sorted_array.h | 6 +- engine/core/templates/bit_field.h | 6 +- engine/core/templates/command_queue_mt.h | 6 +- engine/core/templates/cowdata.h | 6 +- engine/core/templates/fixed_vector.h | 6 +- engine/core/templates/hash_map.h | 6 +- engine/core/templates/hash_set.h | 6 +- engine/core/templates/hashfuncs.cpp | 6 +- engine/core/templates/hashfuncs.h | 6 +- .../core/templates/interpolated_property.cpp | 6 +- engine/core/templates/interpolated_property.h | 6 +- engine/core/templates/iterable.h | 6 +- engine/core/templates/list.h | 6 +- engine/core/templates/local_vector.h | 6 +- engine/core/templates/lru.h | 6 +- engine/core/templates/paged_allocator.h | 6 +- engine/core/templates/paged_array.h | 6 +- engine/core/templates/pair.h | 6 +- engine/core/templates/pass_func.h | 6 +- engine/core/templates/pooled_list.h | 6 +- engine/core/templates/rb_map.h | 6 +- engine/core/templates/rb_set.h | 6 +- engine/core/templates/rid.h | 6 +- engine/core/templates/rid_owner.h | 6 +- engine/core/templates/ring_buffer.h | 6 +- engine/core/templates/safe_list.h | 6 +- engine/core/templates/safe_refcount.h | 6 +- engine/core/templates/self_list.h | 6 +- engine/core/templates/simple_type.h | 6 +- engine/core/templates/sort_array.h | 6 +- engine/core/templates/sort_list.h | 6 +- engine/core/templates/span.h | 6 +- engine/core/templates/tuple.h | 6 +- engine/core/templates/vector.h | 6 +- engine/core/templates/vset.h | 6 +- engine/core/typedefs.h | 6 +- engine/core/variant/array.cpp | 6 +- engine/core/variant/array.h | 6 +- engine/core/variant/binder_common.h | 6 +- engine/core/variant/callable.cpp | 6 +- engine/core/variant/callable.h | 6 +- engine/core/variant/callable_bind.cpp | 6 +- engine/core/variant/callable_bind.h | 6 +- engine/core/variant/container_type_validate.h | 6 +- engine/core/variant/dictionary.cpp | 6 +- engine/core/variant/dictionary.h | 6 +- engine/core/variant/method_ptrcall.h | 6 +- engine/core/variant/native_ptr.h | 6 +- engine/core/variant/type_info.h | 6 +- engine/core/variant/typed_array.h | 6 +- engine/core/variant/typed_dictionary.h | 6 +- engine/core/variant/variant.cpp | 6 +- engine/core/variant/variant.h | 6 +- engine/core/variant/variant_call.cpp | 6 +- engine/core/variant/variant_callable.cpp | 6 +- engine/core/variant/variant_callable.h | 6 +- engine/core/variant/variant_construct.cpp | 6 +- engine/core/variant/variant_construct.h | 6 +- engine/core/variant/variant_deep_duplicate.h | 6 +- engine/core/variant/variant_destruct.cpp | 6 +- engine/core/variant/variant_destruct.h | 6 +- engine/core/variant/variant_internal.h | 6 +- engine/core/variant/variant_op.cpp | 6 +- engine/core/variant/variant_op.h | 6 +- engine/core/variant/variant_parser.cpp | 10 +- engine/core/variant/variant_parser.h | 6 +- engine/core/variant/variant_pools.cpp | 6 +- engine/core/variant/variant_pools.h | 6 +- engine/core/variant/variant_setget.cpp | 6 +- engine/core/variant/variant_setget.h | 6 +- engine/core/variant/variant_utility.cpp | 6 +- engine/core/variant/variant_utility.h | 6 +- engine/core/version.h | 2 +- engine/doc/tools/make_rst.py | 4 +- .../accessibility_driver_accesskit.cpp | 8 +- .../accessibility_driver_accesskit.h | 6 +- engine/drivers/alsa/audio_driver_alsa.cpp | 6 +- engine/drivers/alsa/audio_driver_alsa.h | 6 +- .../drivers/alsamidi/midi_driver_alsamidi.cpp | 6 +- .../drivers/alsamidi/midi_driver_alsamidi.h | 6 +- engine/drivers/apple/foundation_helpers.h | 6 +- engine/drivers/apple/os_log_logger.cpp | 6 +- engine/drivers/apple/os_log_logger.h | 8 +- engine/drivers/apple/thread_apple.cpp | 6 +- engine/drivers/apple/thread_apple.h | 6 +- .../apple_embedded/aethex_app_delegate.h | 6 +- .../aethex_keyboard_input_view.h | 6 +- .../aethex_view_apple_embedded.h | 6 +- .../apple_embedded/aethex_view_controller.h | 6 +- .../apple_embedded/aethex_view_renderer.h | 6 +- .../apple_embedded/app_delegate_service.h | 6 +- .../drivers/apple_embedded/apple_embedded.h | 6 +- .../bridging_header_apple_embedded.h | 6 +- .../display_layer_apple_embedded.h | 6 +- .../display_server_apple_embedded.h | 6 +- .../key_mapping_apple_embedded.h | 6 +- .../drivers/apple_embedded/main_utilities.h | 6 +- .../apple_embedded/os_apple_embedded.h | 6 +- .../drivers/apple_embedded/platform_config.h | 6 +- ...ing_context_driver_vulkan_apple_embedded.h | 6 +- .../apple_embedded/tts_apple_embedded.h | 6 +- .../coreaudio/audio_driver_coreaudio.h | 6 +- .../drivers/coremidi/midi_driver_coremidi.h | 6 +- .../drivers/d3d12/d3d12_aethex_nir_bridge.h | 6 +- engine/drivers/d3d12/d3d12_hooks.cpp | 6 +- engine/drivers/d3d12/d3d12_hooks.h | 6 +- engine/drivers/d3d12/dxil_hash.cpp | 6 +- engine/drivers/d3d12/dxil_hash.h | 6 +- .../d3d12/rendering_context_driver_d3d12.cpp | 6 +- .../d3d12/rendering_context_driver_d3d12.h | 6 +- .../d3d12/rendering_device_driver_d3d12.cpp | 6 +- .../d3d12/rendering_device_driver_d3d12.h | 6 +- .../rendering_shader_container_d3d12.cpp | 6 +- .../d3d12/rendering_shader_container_d3d12.h | 6 +- engine/drivers/egl/egl_manager.cpp | 6 +- engine/drivers/egl/egl_manager.h | 6 +- engine/drivers/gles3/effects/copy_effects.cpp | 6 +- engine/drivers/gles3/effects/copy_effects.h | 6 +- .../drivers/gles3/effects/cubemap_filter.cpp | 6 +- engine/drivers/gles3/effects/cubemap_filter.h | 6 +- engine/drivers/gles3/effects/feed_effects.cpp | 6 +- engine/drivers/gles3/effects/feed_effects.h | 6 +- engine/drivers/gles3/effects/glow.cpp | 6 +- engine/drivers/gles3/effects/glow.h | 6 +- engine/drivers/gles3/effects/post_effects.cpp | 6 +- engine/drivers/gles3/effects/post_effects.h | 6 +- engine/drivers/gles3/environment/fog.cpp | 6 +- engine/drivers/gles3/environment/fog.h | 6 +- engine/drivers/gles3/environment/gi.cpp | 6 +- engine/drivers/gles3/environment/gi.h | 6 +- .../drivers/gles3/rasterizer_canvas_gles3.cpp | 6 +- .../drivers/gles3/rasterizer_canvas_gles3.h | 6 +- engine/drivers/gles3/rasterizer_gles3.cpp | 6 +- engine/drivers/gles3/rasterizer_gles3.h | 6 +- .../drivers/gles3/rasterizer_scene_gles3.cpp | 6 +- engine/drivers/gles3/rasterizer_scene_gles3.h | 6 +- .../drivers/gles3/rasterizer_util_gles3.cpp | 6 +- engine/drivers/gles3/rasterizer_util_gles3.h | 6 +- engine/drivers/gles3/shader_gles3.cpp | 6 +- engine/drivers/gles3/shader_gles3.h | 6 +- engine/drivers/gles3/storage/config.cpp | 6 +- engine/drivers/gles3/storage/config.h | 6 +- .../drivers/gles3/storage/light_storage.cpp | 6 +- engine/drivers/gles3/storage/light_storage.h | 6 +- .../gles3/storage/material_storage.cpp | 6 +- .../drivers/gles3/storage/material_storage.h | 6 +- engine/drivers/gles3/storage/mesh_storage.cpp | 6 +- engine/drivers/gles3/storage/mesh_storage.h | 6 +- .../gles3/storage/particles_storage.cpp | 6 +- .../drivers/gles3/storage/particles_storage.h | 6 +- .../storage/render_scene_buffers_gles3.cpp | 6 +- .../storage/render_scene_buffers_gles3.h | 6 +- .../drivers/gles3/storage/texture_storage.cpp | 6 +- .../drivers/gles3/storage/texture_storage.h | 6 +- engine/drivers/gles3/storage/utilities.cpp | 6 +- engine/drivers/gles3/storage/utilities.h | 6 +- engine/drivers/metal/inflection_map.h | 6 +- engine/drivers/metal/metal3_objects.cpp | 6 +- engine/drivers/metal/metal3_objects.h | 6 +- engine/drivers/metal/metal_device_profile.cpp | 6 +- engine/drivers/metal/metal_device_profile.h | 6 +- .../drivers/metal/metal_device_properties.cpp | 6 +- .../drivers/metal/metal_device_properties.h | 6 +- engine/drivers/metal/metal_objects_shared.cpp | 6 +- engine/drivers/metal/metal_objects_shared.h | 6 +- engine/drivers/metal/metal_utils.h | 6 +- engine/drivers/metal/pixel_formats.cpp | 6 +- engine/drivers/metal/pixel_formats.h | 6 +- .../metal/rendering_context_driver_metal.cpp | 6 +- .../metal/rendering_context_driver_metal.h | 6 +- .../metal/rendering_device_driver_metal.cpp | 6 +- .../metal/rendering_device_driver_metal.h | 6 +- .../metal/rendering_device_driver_metal3.cpp | 6 +- .../metal/rendering_device_driver_metal3.h | 6 +- .../rendering_shader_container_metal.cpp | 6 +- .../metal/rendering_shader_container_metal.h | 6 +- engine/drivers/metal/sha256_digest.h | 6 +- engine/drivers/png/image_loader_png.cpp | 6 +- engine/drivers/png/image_loader_png.h | 6 +- engine/drivers/png/png_driver_common.cpp | 6 +- engine/drivers/png/png_driver_common.h | 6 +- engine/drivers/png/resource_saver_png.cpp | 6 +- engine/drivers/png/resource_saver_png.h | 6 +- .../pulseaudio/audio_driver_pulseaudio.cpp | 6 +- .../pulseaudio/audio_driver_pulseaudio.h | 6 +- engine/drivers/register_driver_types.cpp | 6 +- engine/drivers/register_driver_types.h | 6 +- engine/drivers/sdl/SDL_build_config_private.h | 6 +- engine/drivers/sdl/joypad_sdl.cpp | 6 +- engine/drivers/sdl/joypad_sdl.h | 6 +- engine/drivers/unix/dir_access_unix.cpp | 6 +- engine/drivers/unix/dir_access_unix.h | 6 +- engine/drivers/unix/file_access_unix.cpp | 6 +- engine/drivers/unix/file_access_unix.h | 6 +- engine/drivers/unix/file_access_unix_pipe.cpp | 6 +- engine/drivers/unix/file_access_unix_pipe.h | 6 +- engine/drivers/unix/ip_unix.cpp | 6 +- engine/drivers/unix/ip_unix.h | 6 +- engine/drivers/unix/net_socket_unix.cpp | 6 +- engine/drivers/unix/net_socket_unix.h | 6 +- engine/drivers/unix/os_unix.cpp | 6 +- engine/drivers/unix/os_unix.h | 6 +- engine/drivers/unix/syslog_logger.cpp | 6 +- engine/drivers/unix/syslog_logger.h | 6 +- engine/drivers/unix/thread_posix.cpp | 6 +- engine/drivers/unix/thread_posix.h | 6 +- engine/drivers/vulkan/aethex_vulkan.h | 6 +- .../rendering_context_driver_vulkan.cpp | 6 +- .../vulkan/rendering_context_driver_vulkan.h | 6 +- .../vulkan/rendering_device_driver_vulkan.cpp | 6 +- .../vulkan/rendering_device_driver_vulkan.h | 6 +- .../rendering_shader_container_vulkan.cpp | 6 +- .../rendering_shader_container_vulkan.h | 6 +- engine/drivers/vulkan/vulkan_hooks.cpp | 6 +- engine/drivers/vulkan/vulkan_hooks.h | 6 +- engine/drivers/wasapi/audio_driver_wasapi.cpp | 6 +- engine/drivers/wasapi/audio_driver_wasapi.h | 6 +- engine/drivers/windows/dir_access_windows.cpp | 6 +- engine/drivers/windows/dir_access_windows.h | 6 +- .../drivers/windows/file_access_windows.cpp | 6 +- engine/drivers/windows/file_access_windows.h | 6 +- .../windows/file_access_windows_pipe.cpp | 6 +- .../windows/file_access_windows_pipe.h | 6 +- engine/drivers/windows/ip_windows.cpp | 6 +- engine/drivers/windows/ip_windows.h | 6 +- engine/drivers/windows/net_socket_winsock.cpp | 6 +- engine/drivers/windows/net_socket_winsock.h | 6 +- engine/drivers/windows/thread_windows.cpp | 6 +- engine/drivers/windows/thread_windows.h | 6 +- .../drivers/winmidi/midi_driver_winmidi.cpp | 6 +- engine/drivers/winmidi/midi_driver_winmidi.h | 6 +- .../drivers/xaudio2/audio_driver_xaudio2.cpp | 6 +- engine/drivers/xaudio2/audio_driver_xaudio2.h | 6 +- .../animation/animation_bezier_editor.cpp | 6 +- .../animation/animation_bezier_editor.h | 6 +- .../animation_blend_space_1d_editor.cpp | 6 +- .../animation_blend_space_1d_editor.h | 6 +- .../animation_blend_space_2d_editor.cpp | 6 +- .../animation_blend_space_2d_editor.h | 6 +- .../animation_blend_tree_editor_plugin.cpp | 6 +- .../animation_blend_tree_editor_plugin.h | 6 +- .../animation/animation_library_editor.cpp | 6 +- .../animation/animation_library_editor.h | 6 +- .../animation_player_editor_plugin.cpp | 6 +- .../animation_player_editor_plugin.h | 6 +- .../animation_state_machine_editor.cpp | 6 +- .../animation_state_machine_editor.h | 6 +- .../animation/animation_track_editor.cpp | 6 +- .../editor/animation/animation_track_editor.h | 6 +- .../animation_track_editor_plugins.cpp | 6 +- .../animation_track_editor_plugins.h | 6 +- .../animation_tree_editor_plugin.cpp | 6 +- .../animation/animation_tree_editor_plugin.h | 6 +- .../asset_library_editor_plugin.cpp | 18 +- .../asset_library_editor_plugin.h | 6 +- .../asset_library/editor_asset_installer.cpp | 6 +- .../asset_library/editor_asset_installer.h | 6 +- .../audio/audio_stream_editor_plugin.cpp | 6 +- .../editor/audio/audio_stream_editor_plugin.h | 6 +- engine/editor/audio/audio_stream_preview.cpp | 6 +- engine/editor/audio/audio_stream_preview.h | 6 +- .../audio_stream_randomizer_editor_plugin.cpp | 6 +- .../audio_stream_randomizer_editor_plugin.h | 6 +- engine/editor/audio/editor_audio_buses.cpp | 6 +- engine/editor/audio/editor_audio_buses.h | 6 +- .../debug_adapter/debug_adapter_parser.cpp | 6 +- .../debug_adapter/debug_adapter_parser.h | 6 +- .../debug_adapter/debug_adapter_protocol.cpp | 6 +- .../debug_adapter/debug_adapter_protocol.h | 6 +- .../debug_adapter/debug_adapter_server.cpp | 6 +- .../debug_adapter/debug_adapter_server.h | 6 +- .../debug_adapter/debug_adapter_types.h | 6 +- .../debugger/debugger_editor_plugin.cpp | 6 +- .../editor/debugger/debugger_editor_plugin.h | 6 +- .../debugger/editor_debugger_inspector.cpp | 6 +- .../debugger/editor_debugger_inspector.h | 6 +- .../editor/debugger/editor_debugger_node.cpp | 6 +- engine/editor/debugger/editor_debugger_node.h | 6 +- .../debugger/editor_debugger_plugin.cpp | 6 +- .../editor/debugger/editor_debugger_plugin.h | 6 +- .../debugger/editor_debugger_server.cpp | 6 +- .../editor/debugger/editor_debugger_server.h | 6 +- .../editor/debugger/editor_debugger_tree.cpp | 6 +- engine/editor/debugger/editor_debugger_tree.h | 6 +- .../debugger/editor_expression_evaluator.cpp | 6 +- .../debugger/editor_expression_evaluator.h | 6 +- engine/editor/debugger/editor_file_server.cpp | 8 +- engine/editor/debugger/editor_file_server.h | 6 +- .../debugger/editor_performance_profiler.cpp | 6 +- .../debugger/editor_performance_profiler.h | 6 +- engine/editor/debugger/editor_profiler.cpp | 6 +- engine/editor/debugger/editor_profiler.h | 6 +- .../debugger/editor_visual_profiler.cpp | 6 +- .../editor/debugger/editor_visual_profiler.h | 6 +- .../debugger/script_editor_debugger.cpp | 6 +- .../editor/debugger/script_editor_debugger.h | 6 +- engine/editor/doc/doc_tools.cpp | 6 +- engine/editor/doc/doc_tools.h | 6 +- engine/editor/doc/editor_help.cpp | 6 +- engine/editor/doc/editor_help.h | 6 +- engine/editor/doc/editor_help_search.cpp | 6 +- engine/editor/doc/editor_help_search.h | 6 +- engine/editor/docks/dock_tab_container.cpp | 6 +- engine/editor/docks/dock_tab_container.h | 6 +- engine/editor/docks/editor_dock.cpp | 6 +- engine/editor/docks/editor_dock.h | 6 +- engine/editor/docks/editor_dock_manager.cpp | 8 +- engine/editor/docks/editor_dock_manager.h | 6 +- engine/editor/docks/filesystem_dock.cpp | 6 +- engine/editor/docks/filesystem_dock.h | 6 +- engine/editor/docks/groups_dock.cpp | 6 +- engine/editor/docks/groups_dock.h | 6 +- engine/editor/docks/groups_editor.cpp | 6 +- engine/editor/docks/groups_editor.h | 6 +- engine/editor/docks/history_dock.cpp | 6 +- engine/editor/docks/history_dock.h | 6 +- engine/editor/docks/import_dock.cpp | 6 +- engine/editor/docks/import_dock.h | 6 +- engine/editor/docks/inspector_dock.cpp | 6 +- engine/editor/docks/inspector_dock.h | 6 +- engine/editor/docks/scene_tree_dock.cpp | 6 +- engine/editor/docks/scene_tree_dock.h | 6 +- engine/editor/docks/signals_dock.cpp | 6 +- engine/editor/docks/signals_dock.h | 6 +- engine/editor/editor_data.cpp | 6 +- engine/editor/editor_data.h | 6 +- engine/editor/editor_interface.cpp | 6 +- engine/editor/editor_interface.h | 6 +- engine/editor/editor_log.cpp | 6 +- engine/editor/editor_log.h | 6 +- engine/editor/editor_main_screen.cpp | 6 +- engine/editor/editor_main_screen.h | 6 +- engine/editor/editor_node.cpp | 20 +- engine/editor/editor_node.h | 6 +- engine/editor/editor_string_names.h | 6 +- engine/editor/editor_undo_redo_manager.cpp | 6 +- engine/editor/editor_undo_redo_manager.h | 6 +- engine/editor/export/codesign.cpp | 6 +- engine/editor/export/codesign.h | 6 +- .../export/dedicated_server_export_plugin.cpp | 6 +- .../export/dedicated_server_export_plugin.h | 6 +- engine/editor/export/editor_export.cpp | 6 +- engine/editor/export/editor_export.h | 6 +- .../editor/export/editor_export_platform.cpp | 6 +- engine/editor/export/editor_export_platform.h | 6 +- .../editor_export_platform_apple_embedded.cpp | 6 +- .../editor_export_platform_apple_embedded.h | 6 +- .../editor_export_platform_extension.cpp | 6 +- .../export/editor_export_platform_extension.h | 6 +- .../export/editor_export_platform_pc.cpp | 6 +- .../editor/export/editor_export_platform_pc.h | 6 +- engine/editor/export/editor_export_plugin.cpp | 6 +- engine/editor/export/editor_export_plugin.h | 6 +- engine/editor/export/editor_export_preset.cpp | 6 +- engine/editor/export/editor_export_preset.h | 6 +- .../editor/export/export_template_manager.cpp | 8 +- .../editor/export/export_template_manager.h | 6 +- .../editor/export/gdextension_export_plugin.h | 6 +- engine/editor/export/lipo.cpp | 6 +- engine/editor/export/lipo.h | 6 +- engine/editor/export/macho.cpp | 6 +- engine/editor/export/macho.h | 6 +- .../export/plugin_config_apple_embedded.cpp | 6 +- .../export/plugin_config_apple_embedded.h | 6 +- engine/editor/export/project_export.cpp | 6 +- engine/editor/export/project_export.h | 6 +- engine/editor/export/project_zip_packer.cpp | 6 +- engine/editor/export/project_zip_packer.h | 6 +- engine/editor/export/register_exporters.h | 6 +- .../export/shader_baker_export_plugin.cpp | 6 +- .../export/shader_baker_export_plugin.h | 6 +- .../editor/file_system/dependency_editor.cpp | 6 +- engine/editor/file_system/dependency_editor.h | 6 +- .../editor/file_system/editor_file_system.cpp | 10 +- .../editor/file_system/editor_file_system.h | 6 +- engine/editor/file_system/editor_paths.cpp | 6 +- engine/editor/file_system/editor_paths.h | 6 +- engine/editor/file_system/file_info.cpp | 6 +- engine/editor/file_system/file_info.h | 6 +- engine/editor/gui/code_editor.cpp | 6 +- engine/editor/gui/code_editor.h | 6 +- engine/editor/gui/create_dialog.cpp | 6 +- engine/editor/gui/create_dialog.h | 6 +- engine/editor/gui/credits_roll.cpp | 8 +- engine/editor/gui/credits_roll.h | 6 +- engine/editor/gui/directory_create_dialog.cpp | 6 +- engine/editor/gui/directory_create_dialog.h | 6 +- engine/editor/gui/editor_about.cpp | 8 +- engine/editor/gui/editor_about.h | 6 +- engine/editor/gui/editor_bottom_panel.cpp | 6 +- engine/editor/gui/editor_bottom_panel.h | 6 +- engine/editor/gui/editor_dir_dialog.cpp | 6 +- engine/editor/gui/editor_dir_dialog.h | 6 +- engine/editor/gui/editor_file_dialog.cpp | 6 +- engine/editor/gui/editor_file_dialog.h | 6 +- engine/editor/gui/editor_object_selector.cpp | 6 +- engine/editor/gui/editor_object_selector.h | 6 +- .../editor/gui/editor_quick_open_dialog.cpp | 6 +- engine/editor/gui/editor_quick_open_dialog.h | 6 +- engine/editor/gui/editor_spin_slider.cpp | 6 +- engine/editor/gui/editor_spin_slider.h | 6 +- engine/editor/gui/editor_title_bar.cpp | 6 +- engine/editor/gui/editor_title_bar.h | 6 +- engine/editor/gui/editor_toaster.cpp | 6 +- engine/editor/gui/editor_toaster.h | 6 +- engine/editor/gui/editor_validation_panel.cpp | 6 +- engine/editor/gui/editor_validation_panel.h | 6 +- .../gui/editor_variant_type_selectors.cpp | 6 +- .../gui/editor_variant_type_selectors.h | 6 +- engine/editor/gui/editor_version_button.cpp | 6 +- engine/editor/gui/editor_version_button.h | 8 +- engine/editor/gui/editor_zoom_widget.cpp | 6 +- engine/editor/gui/editor_zoom_widget.h | 6 +- engine/editor/gui/filter_line_edit.cpp | 6 +- engine/editor/gui/filter_line_edit.h | 6 +- engine/editor/gui/progress_dialog.cpp | 6 +- engine/editor/gui/progress_dialog.h | 6 +- engine/editor/gui/touch_actions_panel.cpp | 6 +- engine/editor/gui/touch_actions_panel.h | 6 +- engine/editor/gui/window_wrapper.cpp | 6 +- engine/editor/gui/window_wrapper.h | 6 +- engine/editor/import/3d/collada.cpp | 6 +- engine/editor/import/3d/collada.h | 6 +- .../import/3d/editor_import_collada.cpp | 6 +- .../editor/import/3d/editor_import_collada.h | 6 +- .../post_import_plugin_skeleton_renamer.cpp | 6 +- .../3d/post_import_plugin_skeleton_renamer.h | 6 +- ...post_import_plugin_skeleton_rest_fixer.cpp | 6 +- .../post_import_plugin_skeleton_rest_fixer.h | 6 +- ...import_plugin_skeleton_track_organizer.cpp | 6 +- ...t_import_plugin_skeleton_track_organizer.h | 6 +- .../import/3d/resource_importer_obj.cpp | 6 +- .../editor/import/3d/resource_importer_obj.h | 6 +- .../import/3d/resource_importer_scene.cpp | 6 +- .../import/3d/resource_importer_scene.h | 6 +- .../import/3d/scene_import_settings.cpp | 6 +- .../editor/import/3d/scene_import_settings.h | 6 +- .../import/audio_stream_import_settings.cpp | 6 +- .../import/audio_stream_import_settings.h | 6 +- .../import/dynamic_font_import_settings.cpp | 6 +- .../import/dynamic_font_import_settings.h | 6 +- engine/editor/import/editor_atlas_packer.cpp | 6 +- engine/editor/import/editor_atlas_packer.h | 6 +- engine/editor/import/editor_import_plugin.cpp | 6 +- engine/editor/import/editor_import_plugin.h | 6 +- engine/editor/import/fbx_importer_manager.cpp | 8 +- engine/editor/import/fbx_importer_manager.h | 6 +- .../editor/import/import_defaults_editor.cpp | 6 +- engine/editor/import/import_defaults_editor.h | 6 +- .../import/resource_importer_bitmask.cpp | 6 +- .../editor/import/resource_importer_bitmask.h | 6 +- .../import/resource_importer_bmfont.cpp | 6 +- .../editor/import/resource_importer_bmfont.h | 6 +- .../resource_importer_csv_translation.cpp | 6 +- .../resource_importer_csv_translation.h | 6 +- .../import/resource_importer_dynamic_font.cpp | 6 +- .../import/resource_importer_dynamic_font.h | 6 +- .../editor/import/resource_importer_image.cpp | 6 +- .../editor/import/resource_importer_image.h | 6 +- .../import/resource_importer_imagefont.cpp | 6 +- .../import/resource_importer_imagefont.h | 6 +- .../resource_importer_layered_texture.cpp | 6 +- .../resource_importer_layered_texture.h | 6 +- .../import/resource_importer_shader_file.cpp | 6 +- .../import/resource_importer_shader_file.h | 6 +- .../editor/import/resource_importer_svg.cpp | 6 +- engine/editor/import/resource_importer_svg.h | 6 +- .../import/resource_importer_texture.cpp | 6 +- .../editor/import/resource_importer_texture.h | 6 +- .../resource_importer_texture_atlas.cpp | 6 +- .../import/resource_importer_texture_atlas.h | 6 +- .../resource_importer_texture_settings.cpp | 6 +- .../resource_importer_texture_settings.h | 6 +- .../editor/import/resource_importer_wav.cpp | 6 +- engine/editor/import/resource_importer_wav.h | 6 +- .../editor/inspector/add_metadata_dialog.cpp | 6 +- engine/editor/inspector/add_metadata_dialog.h | 6 +- .../inspector/editor_context_menu_plugin.cpp | 6 +- .../inspector/editor_context_menu_plugin.h | 6 +- engine/editor/inspector/editor_inspector.cpp | 6 +- engine/editor/inspector/editor_inspector.h | 6 +- .../inspector/editor_preview_plugins.cpp | 6 +- .../editor/inspector/editor_preview_plugins.h | 6 +- engine/editor/inspector/editor_properties.cpp | 6 +- engine/editor/inspector/editor_properties.h | 6 +- .../editor_properties_array_dict.cpp | 6 +- .../inspector/editor_properties_array_dict.h | 6 +- .../inspector/editor_properties_vector.cpp | 6 +- .../inspector/editor_properties_vector.h | 6 +- .../editor_property_name_processor.cpp | 6 +- .../editor_property_name_processor.h | 6 +- .../inspector/editor_resource_picker.cpp | 6 +- .../editor/inspector/editor_resource_picker.h | 6 +- .../inspector/editor_resource_preview.cpp | 6 +- .../inspector/editor_resource_preview.h | 6 +- .../editor_resource_tooltip_plugins.cpp | 6 +- .../editor_resource_tooltip_plugins.h | 6 +- .../inspector/editor_sectioned_inspector.cpp | 6 +- .../inspector/editor_sectioned_inspector.h | 6 +- .../inspector/input_event_editor_plugin.cpp | 6 +- .../inspector/input_event_editor_plugin.h | 6 +- engine/editor/inspector/multi_node_edit.cpp | 6 +- engine/editor/inspector/multi_node_edit.h | 6 +- engine/editor/inspector/property_selector.cpp | 6 +- engine/editor/inspector/property_selector.h | 6 +- .../sub_viewport_preview_editor_plugin.cpp | 6 +- .../sub_viewport_preview_editor_plugin.h | 6 +- .../inspector/tool_button_editor_plugin.cpp | 6 +- .../inspector/tool_button_editor_plugin.h | 6 +- engine/editor/plugins/editor_plugin.cpp | 6 +- engine/editor/plugins/editor_plugin.h | 6 +- engine/editor/plugins/editor_plugin_list.cpp | 6 +- engine/editor/plugins/editor_plugin_list.h | 6 +- .../editor/plugins/editor_plugin_settings.cpp | 6 +- .../editor/plugins/editor_plugin_settings.h | 6 +- .../editor_resource_conversion_plugin.cpp | 6 +- .../editor_resource_conversion_plugin.h | 6 +- .../editor/plugins/plugin_config_dialog.cpp | 6 +- engine/editor/plugins/plugin_config_dialog.h | 6 +- .../project_manager/engine_update_label.cpp | 9 +- .../project_manager/engine_update_label.h | 6 +- .../editor/project_manager/project_dialog.cpp | 32 +- .../editor/project_manager/project_dialog.h | 6 +- .../editor/project_manager/project_list.cpp | 14 +- engine/editor/project_manager/project_list.h | 6 +- .../project_manager/project_manager.cpp | 18 +- .../editor/project_manager/project_manager.h | 6 +- engine/editor/project_manager/project_tag.cpp | 6 +- engine/editor/project_manager/project_tag.h | 6 +- .../project_manager/quick_settings_dialog.cpp | 6 +- .../project_manager/quick_settings_dialog.h | 6 +- .../project_converter_3_to_4.cpp | 28 +- .../project_converter_3_to_4.h | 6 +- .../project_upgrade/project_upgrade_tool.cpp | 6 +- .../project_upgrade/project_upgrade_tool.h | 6 +- .../project_upgrade/renames_map_3_to_4.cpp | 10 +- .../project_upgrade/renames_map_3_to_4.h | 6 +- engine/editor/register_editor_types.cpp | 6 +- engine/editor/register_editor_types.h | 6 +- engine/editor/run/editor_run.cpp | 6 +- engine/editor/run/editor_run.h | 6 +- engine/editor/run/editor_run_bar.cpp | 6 +- engine/editor/run/editor_run_bar.h | 6 +- engine/editor/run/editor_run_native.cpp | 6 +- engine/editor/run/editor_run_native.h | 6 +- engine/editor/run/embedded_process.cpp | 6 +- engine/editor/run/embedded_process.h | 6 +- engine/editor/run/game_view_plugin.cpp | 8 +- engine/editor/run/game_view_plugin.h | 6 +- engine/editor/run/run_instances_dialog.cpp | 6 +- engine/editor/run/run_instances_dialog.h | 6 +- .../scene/2d/abstract_polygon_2d_editor.cpp | 6 +- .../scene/2d/abstract_polygon_2d_editor.h | 6 +- .../scene/2d/camera_2d_editor_plugin.cpp | 6 +- .../editor/scene/2d/camera_2d_editor_plugin.h | 6 +- .../2d/light_occluder_2d_editor_plugin.cpp | 6 +- .../2d/light_occluder_2d_editor_plugin.h | 6 +- .../editor/scene/2d/line_2d_editor_plugin.cpp | 6 +- .../editor/scene/2d/line_2d_editor_plugin.h | 6 +- .../2d/parallax_background_editor_plugin.cpp | 6 +- .../2d/parallax_background_editor_plugin.h | 6 +- .../scene/2d/particles_2d_editor_plugin.cpp | 6 +- .../scene/2d/particles_2d_editor_plugin.h | 6 +- .../editor/scene/2d/path_2d_editor_plugin.cpp | 6 +- .../editor/scene/2d/path_2d_editor_plugin.h | 6 +- .../2d/physics/cast_2d_editor_plugin.cpp | 6 +- .../scene/2d/physics/cast_2d_editor_plugin.h | 6 +- .../collision_polygon_2d_editor_plugin.cpp | 6 +- .../collision_polygon_2d_editor_plugin.h | 6 +- .../collision_shape_2d_editor_plugin.cpp | 6 +- .../collision_shape_2d_editor_plugin.h | 6 +- .../scene/2d/polygon_2d_editor_plugin.cpp | 6 +- .../scene/2d/polygon_2d_editor_plugin.h | 6 +- .../scene/2d/skeleton_2d_editor_plugin.cpp | 6 +- .../scene/2d/skeleton_2d_editor_plugin.h | 6 +- .../scene/2d/sprite_2d_editor_plugin.cpp | 6 +- .../editor/scene/2d/sprite_2d_editor_plugin.h | 6 +- .../scene/2d/tiles/atlas_merging_dialog.cpp | 6 +- .../scene/2d/tiles/atlas_merging_dialog.h | 6 +- .../editor/scene/2d/tiles/tile_atlas_view.cpp | 6 +- .../editor/scene/2d/tiles/tile_atlas_view.h | 6 +- .../scene/2d/tiles/tile_data_editors.cpp | 6 +- .../editor/scene/2d/tiles/tile_data_editors.h | 6 +- .../scene/2d/tiles/tile_map_layer_editor.cpp | 6 +- .../scene/2d/tiles/tile_map_layer_editor.h | 6 +- .../2d/tiles/tile_proxies_manager_dialog.cpp | 6 +- .../2d/tiles/tile_proxies_manager_dialog.h | 6 +- .../2d/tiles/tile_set_atlas_source_editor.cpp | 6 +- .../2d/tiles/tile_set_atlas_source_editor.h | 6 +- .../editor/scene/2d/tiles/tile_set_editor.cpp | 6 +- .../editor/scene/2d/tiles/tile_set_editor.h | 6 +- ...le_set_scenes_collection_source_editor.cpp | 6 +- ...tile_set_scenes_collection_source_editor.h | 6 +- .../scene/2d/tiles/tiles_editor_plugin.cpp | 6 +- .../scene/2d/tiles/tiles_editor_plugin.h | 6 +- .../scene/3d/bone_map_editor_plugin.cpp | 6 +- .../editor/scene/3d/bone_map_editor_plugin.h | 6 +- .../scene/3d/camera_3d_editor_plugin.cpp | 6 +- .../editor/scene/3d/camera_3d_editor_plugin.h | 6 +- .../gizmos/audio_listener_3d_gizmo_plugin.cpp | 6 +- .../gizmos/audio_listener_3d_gizmo_plugin.h | 6 +- .../audio_stream_player_3d_gizmo_plugin.cpp | 6 +- .../audio_stream_player_3d_gizmo_plugin.h | 6 +- .../3d/gizmos/camera_3d_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/camera_3d_gizmo_plugin.h | 6 +- .../3d/gizmos/chain_ik_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/chain_ik_3d_gizmo_plugin.h | 6 +- .../gizmos/cpu_particles_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/cpu_particles_3d_gizmo_plugin.h | 6 +- .../scene/3d/gizmos/decal_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/decal_gizmo_plugin.h | 6 +- .../3d/gizmos/fog_volume_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/fog_volume_gizmo_plugin.h | 6 +- .../geometry_instance_3d_gizmo_plugin.cpp | 6 +- .../geometry_instance_3d_gizmo_plugin.h | 6 +- .../scene/3d/gizmos/gizmo_3d_helper.cpp | 6 +- .../editor/scene/3d/gizmos/gizmo_3d_helper.h | 6 +- .../gizmos/gpu_particles_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/gpu_particles_3d_gizmo_plugin.h | 6 +- ...pu_particles_collision_3d_gizmo_plugin.cpp | 6 +- .../gpu_particles_collision_3d_gizmo_plugin.h | 6 +- .../scene/3d/gizmos/label_3d_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/label_3d_gizmo_plugin.h | 6 +- .../scene/3d/gizmos/light_3d_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/light_3d_gizmo_plugin.h | 6 +- .../3d/gizmos/lightmap_gi_gizmo_plugin.cpp | 6 +- .../3d/gizmos/lightmap_gi_gizmo_plugin.h | 6 +- .../3d/gizmos/lightmap_probe_gizmo_plugin.cpp | 6 +- .../3d/gizmos/lightmap_probe_gizmo_plugin.h | 6 +- .../3d/gizmos/marker_3d_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/marker_3d_gizmo_plugin.h | 6 +- .../gizmos/mesh_instance_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/mesh_instance_3d_gizmo_plugin.h | 6 +- .../occluder_instance_3d_gizmo_plugin.cpp | 6 +- .../occluder_instance_3d_gizmo_plugin.h | 6 +- ...rticles_3d_emission_shape_gizmo_plugin.cpp | 6 +- ...particles_3d_emission_shape_gizmo_plugin.h | 6 +- .../collision_object_3d_gizmo_plugin.cpp | 6 +- .../collision_object_3d_gizmo_plugin.h | 6 +- .../collision_polygon_3d_gizmo_plugin.cpp | 6 +- .../collision_polygon_3d_gizmo_plugin.h | 6 +- .../collision_shape_3d_gizmo_plugin.cpp | 6 +- .../physics/collision_shape_3d_gizmo_plugin.h | 6 +- .../gizmos/physics/joint_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/physics/joint_3d_gizmo_plugin.h | 6 +- .../physics/physics_bone_3d_gizmo_plugin.cpp | 6 +- .../physics/physics_bone_3d_gizmo_plugin.h | 6 +- .../physics/ray_cast_3d_gizmo_plugin.cpp | 6 +- .../gizmos/physics/ray_cast_3d_gizmo_plugin.h | 6 +- .../physics/shape_cast_3d_gizmo_plugin.cpp | 6 +- .../physics/shape_cast_3d_gizmo_plugin.h | 6 +- .../physics/soft_body_3d_gizmo_plugin.cpp | 6 +- .../physics/soft_body_3d_gizmo_plugin.h | 6 +- .../physics/spring_arm_3d_gizmo_plugin.cpp | 6 +- .../physics/spring_arm_3d_gizmo_plugin.h | 6 +- .../physics/vehicle_body_3d_gizmo_plugin.cpp | 6 +- .../physics/vehicle_body_3d_gizmo_plugin.h | 6 +- .../gizmos/reflection_probe_gizmo_plugin.cpp | 6 +- .../3d/gizmos/reflection_probe_gizmo_plugin.h | 6 +- .../3d/gizmos/spring_bone_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/spring_bone_3d_gizmo_plugin.h | 6 +- .../3d/gizmos/sprite_base_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/sprite_base_3d_gizmo_plugin.h | 6 +- .../3d/gizmos/two_bone_ik_3d_gizmo_plugin.cpp | 6 +- .../3d/gizmos/two_bone_ik_3d_gizmo_plugin.h | 6 +- ...ble_on_screen_notifier_3d_gizmo_plugin.cpp | 6 +- ...sible_on_screen_notifier_3d_gizmo_plugin.h | 6 +- .../scene/3d/gizmos/voxel_gi_gizmo_plugin.cpp | 6 +- .../scene/3d/gizmos/voxel_gi_gizmo_plugin.h | 6 +- ..._particles_collision_sdf_editor_plugin.cpp | 6 +- ...pu_particles_collision_sdf_editor_plugin.h | 6 +- .../scene/3d/lightmap_gi_editor_plugin.cpp | 6 +- .../scene/3d/lightmap_gi_editor_plugin.h | 6 +- .../3d/material_3d_conversion_plugins.cpp | 6 +- .../scene/3d/material_3d_conversion_plugins.h | 6 +- engine/editor/scene/3d/mesh_editor_plugin.cpp | 6 +- engine/editor/scene/3d/mesh_editor_plugin.h | 6 +- .../3d/mesh_instance_3d_editor_plugin.cpp | 6 +- .../scene/3d/mesh_instance_3d_editor_plugin.h | 6 +- .../scene/3d/mesh_library_editor_plugin.cpp | 6 +- .../scene/3d/mesh_library_editor_plugin.h | 6 +- .../scene/3d/multimesh_editor_plugin.cpp | 6 +- .../editor/scene/3d/multimesh_editor_plugin.h | 6 +- .../editor/scene/3d/node_3d_editor_gizmos.cpp | 6 +- .../editor/scene/3d/node_3d_editor_gizmos.h | 6 +- .../editor/scene/3d/node_3d_editor_plugin.cpp | 6 +- .../editor/scene/3d/node_3d_editor_plugin.h | 6 +- .../3d/occluder_instance_3d_editor_plugin.cpp | 6 +- .../3d/occluder_instance_3d_editor_plugin.h | 6 +- .../scene/3d/particles_3d_editor_plugin.cpp | 6 +- .../scene/3d/particles_3d_editor_plugin.h | 6 +- .../editor/scene/3d/path_3d_editor_plugin.cpp | 6 +- .../editor/scene/3d/path_3d_editor_plugin.h | 6 +- .../physical_bone_3d_editor_plugin.cpp | 6 +- .../physics/physical_bone_3d_editor_plugin.h | 6 +- .../scene/3d/polygon_3d_editor_plugin.cpp | 6 +- .../scene/3d/polygon_3d_editor_plugin.h | 6 +- .../scene/3d/root_motion_editor_plugin.cpp | 6 +- .../scene/3d/root_motion_editor_plugin.h | 6 +- .../scene/3d/skeleton_3d_editor_plugin.cpp | 6 +- .../scene/3d/skeleton_3d_editor_plugin.h | 6 +- .../scene/3d/skeleton_ik_3d_editor_plugin.cpp | 6 +- .../scene/3d/skeleton_ik_3d_editor_plugin.h | 6 +- .../scene/3d/voxel_gi_editor_plugin.cpp | 6 +- .../editor/scene/3d/voxel_gi_editor_plugin.h | 6 +- .../scene/canvas_item_editor_plugin.cpp | 6 +- .../editor/scene/canvas_item_editor_plugin.h | 6 +- engine/editor/scene/connections_dialog.cpp | 6 +- engine/editor/scene/connections_dialog.h | 6 +- engine/editor/scene/curve_editor_plugin.cpp | 6 +- engine/editor/scene/curve_editor_plugin.h | 6 +- engine/editor/scene/editor_scene_tabs.cpp | 6 +- engine/editor/scene/editor_scene_tabs.h | 6 +- .../editor/scene/gradient_editor_plugin.cpp | 6 +- engine/editor/scene/gradient_editor_plugin.h | 6 +- engine/editor/scene/group_settings_editor.cpp | 6 +- engine/editor/scene/group_settings_editor.h | 6 +- .../scene/gui/control_editor_plugin.cpp | 6 +- .../editor/scene/gui/control_editor_plugin.h | 6 +- .../editor/scene/gui/font_config_plugin.cpp | 6 +- engine/editor/scene/gui/font_config_plugin.h | 6 +- .../gui/margin_container_editor_plugin.cpp | 6 +- .../gui/margin_container_editor_plugin.h | 6 +- .../scene/gui/style_box_editor_plugin.cpp | 6 +- .../scene/gui/style_box_editor_plugin.h | 6 +- .../editor/scene/gui/theme_editor_plugin.cpp | 6 +- engine/editor/scene/gui/theme_editor_plugin.h | 6 +- .../editor/scene/gui/theme_editor_preview.cpp | 6 +- .../editor/scene/gui/theme_editor_preview.h | 6 +- .../gui/virtual_joystick_editor_plugin.cpp | 6 +- .../gui/virtual_joystick_editor_plugin.h | 6 +- .../editor/scene/material_editor_plugin.cpp | 6 +- engine/editor/scene/material_editor_plugin.h | 6 +- .../scene/packed_scene_editor_plugin.cpp | 6 +- .../editor/scene/packed_scene_editor_plugin.h | 6 +- ...article_process_material_editor_plugin.cpp | 6 +- .../particle_process_material_editor_plugin.h | 6 +- .../editor/scene/particles_editor_plugin.cpp | 6 +- engine/editor/scene/particles_editor_plugin.h | 6 +- engine/editor/scene/rename_dialog.cpp | 6 +- engine/editor/scene/rename_dialog.h | 6 +- engine/editor/scene/reparent_dialog.cpp | 6 +- engine/editor/scene/reparent_dialog.h | 6 +- .../resource_preloader_editor_plugin.cpp | 6 +- .../scene/resource_preloader_editor_plugin.h | 6 +- engine/editor/scene/scene_create_dialog.cpp | 6 +- engine/editor/scene/scene_create_dialog.h | 6 +- engine/editor/scene/scene_tree_editor.cpp | 6 +- engine/editor/scene/scene_tree_editor.h | 6 +- .../scene/sprite_frames_editor_plugin.cpp | 6 +- .../scene/sprite_frames_editor_plugin.h | 6 +- .../scene/texture/bit_map_editor_plugin.cpp | 6 +- .../scene/texture/bit_map_editor_plugin.h | 6 +- .../scene/texture/color_channel_selector.cpp | 6 +- .../scene/texture/color_channel_selector.h | 6 +- .../gradient_texture_2d_editor_plugin.cpp | 6 +- .../gradient_texture_2d_editor_plugin.h | 6 +- .../texture/texture_3d_editor_plugin.cpp | 6 +- .../scene/texture/texture_3d_editor_plugin.h | 6 +- .../scene/texture/texture_editor_plugin.cpp | 6 +- .../scene/texture/texture_editor_plugin.h | 6 +- .../texture/texture_layered_editor_plugin.cpp | 6 +- .../texture/texture_layered_editor_plugin.h | 6 +- .../texture/texture_region_editor_plugin.cpp | 6 +- .../texture/texture_region_editor_plugin.h | 6 +- engine/editor/script/editor_script.cpp | 6 +- engine/editor/script/editor_script.h | 6 +- engine/editor/script/editor_script_plugin.cpp | 6 +- engine/editor/script/editor_script_plugin.h | 6 +- engine/editor/script/find_in_files.cpp | 6 +- engine/editor/script/find_in_files.h | 6 +- engine/editor/script/script_create_dialog.cpp | 6 +- engine/editor/script/script_create_dialog.h | 6 +- engine/editor/script/script_editor_base.cpp | 6 +- engine/editor/script/script_editor_base.h | 6 +- engine/editor/script/script_editor_plugin.cpp | 8 +- engine/editor/script/script_editor_plugin.h | 6 +- engine/editor/script/script_text_editor.cpp | 6 +- engine/editor/script/script_text_editor.h | 6 +- engine/editor/script/syntax_highlighters.cpp | 6 +- engine/editor/script/syntax_highlighters.h | 8 +- engine/editor/script/text_editor.cpp | 6 +- engine/editor/script/text_editor.h | 6 +- engine/editor/settings/action_map_editor.cpp | 6 +- engine/editor/settings/action_map_editor.h | 6 +- .../settings/editor_autoload_settings.cpp | 6 +- .../settings/editor_autoload_settings.h | 6 +- .../editor/settings/editor_build_profile.cpp | 6 +- engine/editor/settings/editor_build_profile.h | 6 +- .../settings/editor_command_palette.cpp | 6 +- .../editor/settings/editor_command_palette.h | 6 +- .../settings/editor_event_search_bar.cpp | 6 +- .../editor/settings/editor_event_search_bar.h | 6 +- .../settings/editor_feature_profile.cpp | 6 +- .../editor/settings/editor_feature_profile.h | 6 +- engine/editor/settings/editor_folding.cpp | 6 +- engine/editor/settings/editor_folding.h | 6 +- .../editor/settings/editor_layouts_dialog.cpp | 6 +- .../editor/settings/editor_layouts_dialog.h | 6 +- engine/editor/settings/editor_settings.cpp | 6 +- engine/editor/settings/editor_settings.h | 6 +- .../settings/editor_settings_dialog.cpp | 6 +- .../editor/settings/editor_settings_dialog.h | 6 +- .../settings/event_listener_line_edit.cpp | 6 +- .../settings/event_listener_line_edit.h | 6 +- .../input_event_configuration_dialog.cpp | 6 +- .../input_event_configuration_dialog.h | 6 +- .../settings/project_settings_editor.cpp | 8 +- .../editor/settings/project_settings_editor.h | 6 +- ...editor_native_shader_source_visualizer.cpp | 6 +- .../editor_native_shader_source_visualizer.h | 6 +- .../shader/editor_shader_language_plugin.cpp | 6 +- .../shader/editor_shader_language_plugin.h | 6 +- ...der_baker_export_plugin_platform_d3d12.cpp | 6 +- ...hader_baker_export_plugin_platform_d3d12.h | 6 +- ...der_baker_export_plugin_platform_metal.cpp | 6 +- ...hader_baker_export_plugin_platform_metal.h | 6 +- ...er_baker_export_plugin_platform_vulkan.cpp | 6 +- ...ader_baker_export_plugin_platform_vulkan.h | 6 +- engine/editor/shader/shader_create_dialog.cpp | 6 +- engine/editor/shader/shader_create_dialog.h | 6 +- engine/editor/shader/shader_editor.h | 6 +- engine/editor/shader/shader_editor_plugin.cpp | 6 +- engine/editor/shader/shader_editor_plugin.h | 6 +- .../shader/shader_file_editor_plugin.cpp | 6 +- .../editor/shader/shader_file_editor_plugin.h | 6 +- .../editor/shader/shader_globals_editor.cpp | 6 +- engine/editor/shader/shader_globals_editor.h | 6 +- engine/editor/shader/text_shader_editor.cpp | 6 +- engine/editor/shader/text_shader_editor.h | 6 +- .../shader/text_shader_language_plugin.cpp | 6 +- .../shader/text_shader_language_plugin.h | 6 +- .../shader/visual_shader_editor_plugin.cpp | 6 +- .../shader/visual_shader_editor_plugin.h | 6 +- .../shader/visual_shader_language_plugin.cpp | 6 +- .../shader/visual_shader_language_plugin.h | 6 +- engine/editor/themes/editor_color_map.cpp | 6 +- engine/editor/themes/editor_color_map.h | 6 +- engine/editor/themes/editor_fonts.cpp | 6 +- engine/editor/themes/editor_fonts.h | 6 +- engine/editor/themes/editor_icons.cpp | 6 +- engine/editor/themes/editor_icons.h | 6 +- engine/editor/themes/editor_scale.cpp | 6 +- engine/editor/themes/editor_scale.h | 6 +- engine/editor/themes/editor_theme.cpp | 6 +- engine/editor/themes/editor_theme.h | 6 +- engine/editor/themes/editor_theme_manager.cpp | 6 +- engine/editor/themes/editor_theme_manager.h | 6 +- engine/editor/themes/theme_classic.cpp | 6 +- engine/editor/themes/theme_classic.h | 6 +- engine/editor/themes/theme_modern.cpp | 6 +- engine/editor/themes/theme_modern.h | 6 +- .../translations/editor_locale_dialog.cpp | 6 +- .../translations/editor_locale_dialog.h | 6 +- .../translations/editor_translation.cpp | 6 +- .../editor/translations/editor_translation.h | 6 +- .../editor_translation_parser.cpp | 6 +- .../translations/editor_translation_parser.h | 6 +- .../editor_translation_preview_button.cpp | 6 +- .../editor_translation_preview_button.h | 6 +- .../editor_translation_preview_menu.cpp | 6 +- .../editor_translation_preview_menu.h | 6 +- .../translations/localization_editor.cpp | 6 +- .../editor/translations/localization_editor.h | 6 +- ...packed_scene_translation_parser_plugin.cpp | 6 +- .../packed_scene_translation_parser_plugin.h | 6 +- .../translations/template_generator.cpp | 6 +- .../editor/translations/template_generator.h | 6 +- .../version_control/editor_vcs_interface.cpp | 6 +- .../version_control/editor_vcs_interface.h | 6 +- .../version_control_editor_plugin.cpp | 8 +- .../version_control_editor_plugin.h | 6 +- engine/main/main.cpp | 22 +- engine/main/main.h | 6 +- engine/main/main_timer_sync.cpp | 6 +- engine/main/main_timer_sync.h | 6 +- engine/main/performance.cpp | 6 +- engine/main/performance.h | 6 +- engine/main/steam_tracker.cpp | 6 +- engine/main/steam_tracker.h | 6 +- engine/methods.py | 6 +- .../aethex_apple_embedded/dummy.cpp | 6 +- .../aethex_apple_embedded/dummy.h | 6 +- engine/misc/dist/html/editor.html | 2 +- engine/misc/dist/windows/aethex.iss | 20 +- engine/misc/scripts/copyright_headers.py | 6 +- engine/modules/aethex_ai/register_types.h | 4 +- engine/modules/aethex_export/config.py | 2 +- engine/modules/aethex_kinect/README.md | 127 +++ engine/modules/aethex_kinect/SCsub | 16 + engine/modules/aethex_kinect/config.py | 18 + .../modules/aethex_kinect/kinect_bridge.cpp | 329 ++++++ engine/modules/aethex_kinect/kinect_bridge.h | 95 ++ .../aethex_kinect/kinect_gesture_detector.cpp | 374 +++++++ .../aethex_kinect/kinect_gesture_detector.h | 108 ++ .../modules/aethex_kinect/kinect_skeleton.cpp | 145 +++ .../modules/aethex_kinect/kinect_skeleton.h | 85 ++ .../modules/aethex_kinect/register_types.cpp | 39 + engine/modules/aethex_kinect/register_types.h | 19 + engine/modules/aethex_lang/aethex_script.cpp | 2 +- engine/modules/aethex_lang/aethex_script.h | 2 +- engine/modules/aethex_lang/config.py | 2 +- .../editor/aethex_editor_plugin.cpp | 231 +++++ .../aethex_lang/editor/aethex_editor_plugin.h | 67 ++ engine/modules/aethex_lang/register_types.cpp | 30 +- engine/modules/aethex_lang/register_types.h | 2 +- engine/modules/aethex_marketplace/config.py | 2 +- .../aethex_physics_2d/aethex_area_2d.cpp | 6 +- .../aethex_physics_2d/aethex_area_2d.h | 6 +- .../aethex_physics_2d/aethex_area_pair_2d.cpp | 6 +- .../aethex_physics_2d/aethex_area_pair_2d.h | 6 +- .../aethex_physics_2d/aethex_body_2d.cpp | 6 +- .../aethex_physics_2d/aethex_body_2d.h | 6 +- .../aethex_body_direct_state_2d.cpp | 6 +- .../aethex_body_direct_state_2d.h | 6 +- .../aethex_physics_2d/aethex_body_pair_2d.cpp | 6 +- .../aethex_physics_2d/aethex_body_pair_2d.h | 6 +- .../aethex_physics_2d/aethex_broad_phase_2d.h | 6 +- .../aethex_broad_phase_2d_bvh.cpp | 6 +- .../aethex_broad_phase_2d_bvh.h | 6 +- .../aethex_collision_object_2d.cpp | 6 +- .../aethex_collision_object_2d.h | 6 +- .../aethex_collision_solver_2d.cpp | 6 +- .../aethex_collision_solver_2d.h | 6 +- .../aethex_collision_solver_2d_sat.cpp | 6 +- .../aethex_collision_solver_2d_sat.h | 6 +- .../aethex_physics_2d/aethex_constraint_2d.h | 6 +- .../aethex_physics_2d/aethex_joints_2d.cpp | 6 +- .../aethex_physics_2d/aethex_joints_2d.h | 6 +- .../aethex_physics_server_2d.cpp | 6 +- .../aethex_physics_server_2d.h | 6 +- .../aethex_physics_2d/aethex_shape_2d.cpp | 6 +- .../aethex_physics_2d/aethex_shape_2d.h | 6 +- .../aethex_physics_2d/aethex_space_2d.cpp | 6 +- .../aethex_physics_2d/aethex_space_2d.h | 6 +- .../aethex_physics_2d/aethex_step_2d.cpp | 6 +- .../aethex_physics_2d/aethex_step_2d.h | 6 +- engine/modules/aethex_physics_2d/config.py | 2 +- .../aethex_physics_2d/register_types.cpp | 6 +- .../aethex_physics_2d/register_types.h | 6 +- .../aethex_physics_3d/aethex_area_3d.cpp | 6 +- .../aethex_physics_3d/aethex_area_3d.h | 6 +- .../aethex_physics_3d/aethex_area_pair_3d.cpp | 6 +- .../aethex_physics_3d/aethex_area_pair_3d.h | 6 +- .../aethex_physics_3d/aethex_body_3d.cpp | 6 +- .../aethex_physics_3d/aethex_body_3d.h | 6 +- .../aethex_body_direct_state_3d.cpp | 6 +- .../aethex_body_direct_state_3d.h | 6 +- .../aethex_physics_3d/aethex_body_pair_3d.cpp | 6 +- .../aethex_physics_3d/aethex_body_pair_3d.h | 6 +- .../aethex_physics_3d/aethex_broad_phase_3d.h | 6 +- .../aethex_broad_phase_3d_bvh.cpp | 6 +- .../aethex_broad_phase_3d_bvh.h | 6 +- .../aethex_collision_object_3d.cpp | 6 +- .../aethex_collision_object_3d.h | 6 +- .../aethex_collision_solver_3d.cpp | 6 +- .../aethex_collision_solver_3d.h | 6 +- .../aethex_collision_solver_3d_sat.cpp | 6 +- .../aethex_collision_solver_3d_sat.h | 6 +- .../aethex_physics_3d/aethex_constraint_3d.h | 6 +- .../aethex_physics_3d/aethex_joint_3d.h | 6 +- .../aethex_physics_server_3d.cpp | 6 +- .../aethex_physics_server_3d.h | 6 +- .../aethex_physics_3d/aethex_shape_3d.cpp | 6 +- .../aethex_physics_3d/aethex_shape_3d.h | 6 +- .../aethex_physics_3d/aethex_soft_body_3d.cpp | 6 +- .../aethex_physics_3d/aethex_soft_body_3d.h | 6 +- .../aethex_physics_3d/aethex_space_3d.cpp | 6 +- .../aethex_physics_3d/aethex_space_3d.h | 6 +- .../aethex_physics_3d/aethex_step_3d.cpp | 6 +- .../aethex_physics_3d/aethex_step_3d.h | 6 +- engine/modules/aethex_physics_3d/config.py | 2 +- engine/modules/aethex_physics_3d/gjk_epa.cpp | 6 +- engine/modules/aethex_physics_3d/gjk_epa.h | 6 +- .../joints/aethex_cone_twist_joint_3d.cpp | 6 +- .../joints/aethex_cone_twist_joint_3d.h | 6 +- .../joints/aethex_generic_6dof_joint_3d.cpp | 6 +- .../joints/aethex_generic_6dof_joint_3d.h | 6 +- .../joints/aethex_hinge_joint_3d.cpp | 6 +- .../joints/aethex_hinge_joint_3d.h | 6 +- .../joints/aethex_jacobian_entry_3d.h | 6 +- .../joints/aethex_pin_joint_3d.cpp | 6 +- .../joints/aethex_pin_joint_3d.h | 6 +- .../joints/aethex_slider_joint_3d.cpp | 6 +- .../joints/aethex_slider_joint_3d.h | 6 +- .../aethex_physics_3d/register_types.cpp | 6 +- .../aethex_physics_3d/register_types.h | 6 +- engine/modules/aethex_templates/config.py | 2 +- .../editor/template_wizard.cpp | 43 +- .../aethex_templates/template_data.cpp | 10 +- .../modules/aethex_templates/template_data.h | 6 +- .../aethex_templates/template_manager.cpp | 114 ++- .../aethex_templates/template_manager.h | 19 +- .../astcenc/image_compress_astcenc.cpp | 6 +- .../modules/astcenc/image_compress_astcenc.h | 6 +- engine/modules/astcenc/register_types.cpp | 6 +- engine/modules/astcenc/register_types.h | 6 +- .../basis_universal/image_compress_basisu.cpp | 6 +- .../basis_universal/image_compress_basisu.h | 6 +- .../basis_universal/register_types.cpp | 6 +- .../modules/basis_universal/register_types.h | 6 +- .../modules/bcdec/image_decompress_bcdec.cpp | 6 +- engine/modules/bcdec/image_decompress_bcdec.h | 6 +- engine/modules/bcdec/register_types.cpp | 6 +- engine/modules/bcdec/register_types.h | 6 +- engine/modules/betsy/betsy_bc1.h | 6 +- engine/modules/betsy/image_compress_betsy.cpp | 6 +- engine/modules/betsy/image_compress_betsy.h | 6 +- engine/modules/betsy/register_types.cpp | 6 +- engine/modules/betsy/register_types.h | 6 +- engine/modules/bmp/image_loader_bmp.cpp | 6 +- engine/modules/bmp/image_loader_bmp.h | 6 +- engine/modules/bmp/register_types.cpp | 6 +- engine/modules/bmp/register_types.h | 6 +- engine/modules/camera/buffer_decoder.cpp | 6 +- engine/modules/camera/buffer_decoder.h | 6 +- engine/modules/camera/camera_android.cpp | 6 +- engine/modules/camera/camera_android.h | 6 +- engine/modules/camera/camera_feed_linux.cpp | 6 +- engine/modules/camera/camera_feed_linux.h | 6 +- engine/modules/camera/camera_linux.cpp | 6 +- engine/modules/camera/camera_linux.h | 6 +- engine/modules/camera/camera_macos.h | 6 +- engine/modules/camera/camera_win.cpp | 6 +- engine/modules/camera/camera_win.h | 6 +- engine/modules/camera/register_types.cpp | 6 +- engine/modules/camera/register_types.h | 6 +- engine/modules/csg/csg.cpp | 6 +- engine/modules/csg/csg.h | 6 +- engine/modules/csg/csg_shape.cpp | 6 +- engine/modules/csg/csg_shape.h | 6 +- engine/modules/csg/editor/csg_gizmos.cpp | 6 +- engine/modules/csg/editor/csg_gizmos.h | 6 +- engine/modules/csg/register_types.cpp | 6 +- engine/modules/csg/register_types.h | 6 +- engine/modules/csg/tests/test_csg.h | 6 +- engine/modules/cvtt/image_compress_cvtt.cpp | 6 +- engine/modules/cvtt/image_compress_cvtt.h | 6 +- engine/modules/cvtt/register_types.cpp | 6 +- engine/modules/cvtt/register_types.h | 6 +- engine/modules/dds/dds_enums.h | 6 +- engine/modules/dds/image_saver_dds.cpp | 6 +- engine/modules/dds/image_saver_dds.h | 6 +- engine/modules/dds/register_types.cpp | 6 +- engine/modules/dds/register_types.h | 6 +- engine/modules/dds/tests/test_dds.h | 6 +- engine/modules/dds/texture_loader_dds.cpp | 6 +- engine/modules/dds/texture_loader_dds.h | 6 +- engine/modules/enet/enet_connection.cpp | 6 +- engine/modules/enet/enet_connection.h | 6 +- engine/modules/enet/enet_multiplayer_peer.cpp | 6 +- engine/modules/enet/enet_multiplayer_peer.h | 6 +- engine/modules/enet/enet_packet_peer.cpp | 6 +- engine/modules/enet/enet_packet_peer.h | 6 +- engine/modules/enet/register_types.cpp | 6 +- engine/modules/enet/register_types.h | 6 +- .../modules/etcpak/image_compress_etcpak.cpp | 6 +- engine/modules/etcpak/image_compress_etcpak.h | 6 +- .../etcpak/image_decompress_etcpak.cpp | 6 +- .../modules/etcpak/image_decompress_etcpak.h | 6 +- engine/modules/etcpak/register_types.cpp | 6 +- engine/modules/etcpak/register_types.h | 6 +- .../editor/editor_scene_importer_fbx2gltf.cpp | 6 +- .../editor/editor_scene_importer_fbx2gltf.h | 6 +- .../fbx/editor/editor_scene_importer_ufbx.cpp | 6 +- .../fbx/editor/editor_scene_importer_ufbx.h | 6 +- engine/modules/fbx/fbx_document.cpp | 6 +- engine/modules/fbx/fbx_document.h | 6 +- engine/modules/fbx/fbx_state.cpp | 6 +- engine/modules/fbx/fbx_state.h | 6 +- engine/modules/fbx/register_types.cpp | 6 +- engine/modules/fbx/register_types.h | 6 +- engine/modules/freetype/register_types.h | 6 +- .../gdscript/editor/gdscript_docgen.cpp | 6 +- .../modules/gdscript/editor/gdscript_docgen.h | 6 +- .../gdscript/editor/gdscript_highlighter.cpp | 6 +- .../gdscript/editor/gdscript_highlighter.h | 6 +- .../gdscript_translation_parser_plugin.cpp | 6 +- .../gdscript_translation_parser_plugin.h | 6 +- engine/modules/gdscript/gdscript.cpp | 6 +- engine/modules/gdscript/gdscript.h | 6 +- engine/modules/gdscript/gdscript_analyzer.cpp | 6 +- engine/modules/gdscript/gdscript_analyzer.h | 6 +- .../gdscript/gdscript_byte_codegen.cpp | 6 +- .../modules/gdscript/gdscript_byte_codegen.h | 6 +- engine/modules/gdscript/gdscript_cache.cpp | 6 +- engine/modules/gdscript/gdscript_cache.h | 6 +- engine/modules/gdscript/gdscript_codegen.h | 6 +- engine/modules/gdscript/gdscript_compiler.cpp | 6 +- engine/modules/gdscript/gdscript_compiler.h | 6 +- .../gdscript/gdscript_disassembler.cpp | 6 +- engine/modules/gdscript/gdscript_editor.cpp | 6 +- engine/modules/gdscript/gdscript_function.cpp | 6 +- engine/modules/gdscript/gdscript_function.h | 6 +- .../gdscript/gdscript_lambda_callable.cpp | 6 +- .../gdscript/gdscript_lambda_callable.h | 6 +- engine/modules/gdscript/gdscript_parser.cpp | 8 +- engine/modules/gdscript/gdscript_parser.h | 6 +- .../gdscript/gdscript_rpc_callable.cpp | 6 +- .../modules/gdscript/gdscript_rpc_callable.h | 6 +- .../modules/gdscript/gdscript_tokenizer.cpp | 6 +- engine/modules/gdscript/gdscript_tokenizer.h | 6 +- .../gdscript/gdscript_tokenizer_buffer.cpp | 6 +- .../gdscript/gdscript_tokenizer_buffer.h | 6 +- .../gdscript/gdscript_utility_callable.cpp | 6 +- .../gdscript/gdscript_utility_callable.h | 6 +- .../gdscript/gdscript_utility_functions.cpp | 6 +- .../gdscript/gdscript_utility_functions.h | 6 +- engine/modules/gdscript/gdscript_vm.cpp | 6 +- engine/modules/gdscript/gdscript_warning.cpp | 6 +- engine/modules/gdscript/gdscript_warning.h | 6 +- .../gdscript/language_server/aethex_lsp.h | 6 +- .../gdscript_extend_parser.cpp | 6 +- .../language_server/gdscript_extend_parser.h | 6 +- .../gdscript_language_protocol.cpp | 6 +- .../gdscript_language_protocol.h | 6 +- .../gdscript_language_server.cpp | 6 +- .../gdscript_language_server.h | 6 +- .../gdscript_text_document.cpp | 6 +- .../language_server/gdscript_text_document.h | 6 +- .../language_server/gdscript_workspace.cpp | 6 +- .../language_server/gdscript_workspace.h | 6 +- .../gdscript/language_server/scene_cache.cpp | 6 +- .../gdscript/language_server/scene_cache.h | 6 +- engine/modules/gdscript/register_types.cpp | 6 +- engine/modules/gdscript/register_types.h | 6 +- .../gdscript/tests/gdscript_test_runner.cpp | 6 +- .../gdscript/tests/gdscript_test_runner.h | 6 +- .../tests/gdscript_test_runner_suite.h | 6 +- .../modules/gdscript/tests/test_completion.h | 6 +- .../modules/gdscript/tests/test_gdscript.cpp | 6 +- engine/modules/gdscript/tests/test_gdscript.h | 6 +- engine/modules/gdscript/tests/test_lsp.h | 18 +- engine/modules/glslang/register_types.cpp | 6 +- engine/modules/glslang/register_types.h | 6 +- engine/modules/glslang/shader_compile.h | 6 +- .../editor/editor_import_blend_runner.cpp | 6 +- .../gltf/editor/editor_import_blend_runner.h | 6 +- .../editor_scene_exporter_gltf_plugin.cpp | 6 +- .../editor_scene_exporter_gltf_plugin.h | 6 +- .../editor_scene_exporter_gltf_settings.cpp | 6 +- .../editor_scene_exporter_gltf_settings.h | 6 +- .../editor/editor_scene_importer_blend.cpp | 6 +- .../gltf/editor/editor_scene_importer_blend.h | 6 +- .../editor/editor_scene_importer_gltf.cpp | 6 +- .../gltf/editor/editor_scene_importer_gltf.h | 6 +- .../extensions/gltf_document_extension.cpp | 6 +- .../gltf/extensions/gltf_document_extension.h | 6 +- ...cument_extension_convert_importer_mesh.cpp | 6 +- ...document_extension_convert_importer_mesh.h | 6 +- .../gltf_document_extension_texture_ktx.cpp | 6 +- .../gltf_document_extension_texture_ktx.h | 6 +- .../gltf_document_extension_texture_webp.cpp | 6 +- .../gltf_document_extension_texture_webp.h | 6 +- engine/modules/gltf/extensions/gltf_light.cpp | 6 +- engine/modules/gltf/extensions/gltf_light.h | 6 +- .../gltf/extensions/gltf_spec_gloss.cpp | 6 +- .../modules/gltf/extensions/gltf_spec_gloss.h | 6 +- .../gltf_document_extension_physics.cpp | 6 +- .../physics/gltf_document_extension_physics.h | 6 +- .../extensions/physics/gltf_physics_body.cpp | 6 +- .../extensions/physics/gltf_physics_body.h | 6 +- .../extensions/physics/gltf_physics_shape.cpp | 6 +- .../extensions/physics/gltf_physics_shape.h | 6 +- engine/modules/gltf/gltf_defines.h | 6 +- engine/modules/gltf/gltf_document.cpp | 8 +- engine/modules/gltf/gltf_document.h | 6 +- engine/modules/gltf/gltf_state.cpp | 6 +- engine/modules/gltf/gltf_state.h | 6 +- engine/modules/gltf/gltf_template_convert.h | 6 +- engine/modules/gltf/register_types.cpp | 6 +- engine/modules/gltf/register_types.h | 6 +- engine/modules/gltf/skin_tool.cpp | 6 +- engine/modules/gltf/skin_tool.h | 6 +- .../modules/gltf/structures/gltf_accessor.cpp | 6 +- .../modules/gltf/structures/gltf_accessor.h | 6 +- .../gltf/structures/gltf_animation.cpp | 6 +- .../modules/gltf/structures/gltf_animation.h | 6 +- .../gltf/structures/gltf_buffer_view.cpp | 6 +- .../gltf/structures/gltf_buffer_view.h | 6 +- .../modules/gltf/structures/gltf_camera.cpp | 6 +- engine/modules/gltf/structures/gltf_camera.h | 6 +- engine/modules/gltf/structures/gltf_mesh.cpp | 6 +- engine/modules/gltf/structures/gltf_mesh.h | 6 +- engine/modules/gltf/structures/gltf_node.cpp | 6 +- engine/modules/gltf/structures/gltf_node.h | 6 +- .../structures/gltf_object_model_property.cpp | 6 +- .../structures/gltf_object_model_property.h | 6 +- .../modules/gltf/structures/gltf_skeleton.cpp | 6 +- .../modules/gltf/structures/gltf_skeleton.h | 6 +- engine/modules/gltf/structures/gltf_skin.cpp | 6 +- engine/modules/gltf/structures/gltf_skin.h | 6 +- .../modules/gltf/structures/gltf_texture.cpp | 6 +- engine/modules/gltf/structures/gltf_texture.h | 6 +- .../gltf/structures/gltf_texture_sampler.cpp | 6 +- .../gltf/structures/gltf_texture_sampler.h | 6 +- engine/modules/gltf/tests/test_gltf.h | 6 +- .../modules/gltf/tests/test_gltf_emissive.h | 6 +- engine/modules/gltf/tests/test_gltf_extras.h | 6 +- engine/modules/gltf/tests/test_gltf_images.h | 6 +- .../gridmap/editor/grid_map_editor_plugin.cpp | 6 +- .../gridmap/editor/grid_map_editor_plugin.h | 6 +- engine/modules/gridmap/grid_map.cpp | 6 +- engine/modules/gridmap/grid_map.h | 6 +- engine/modules/gridmap/register_types.cpp | 6 +- engine/modules/gridmap/register_types.h | 6 +- engine/modules/hdr/image_loader_hdr.cpp | 6 +- engine/modules/hdr/image_loader_hdr.h | 6 +- engine/modules/hdr/register_types.cpp | 6 +- engine/modules/hdr/register_types.h | 6 +- .../audio_stream_interactive.cpp | 6 +- .../audio_stream_interactive.h | 6 +- .../audio_stream_playlist.cpp | 6 +- .../interactive_music/audio_stream_playlist.h | 6 +- .../audio_stream_synchronized.cpp | 6 +- .../audio_stream_synchronized.h | 6 +- ...audio_stream_interactive_editor_plugin.cpp | 6 +- .../audio_stream_interactive_editor_plugin.h | 6 +- .../interactive_music/register_types.cpp | 6 +- .../interactive_music/register_types.h | 6 +- .../joints/jolt_cone_twist_joint_3d.cpp | 6 +- .../joints/jolt_cone_twist_joint_3d.h | 6 +- .../joints/jolt_generic_6dof_joint_3d.cpp | 6 +- .../joints/jolt_generic_6dof_joint_3d.h | 6 +- .../joints/jolt_hinge_joint_3d.cpp | 6 +- .../jolt_physics/joints/jolt_hinge_joint_3d.h | 6 +- .../jolt_physics/joints/jolt_joint_3d.cpp | 6 +- .../jolt_physics/joints/jolt_joint_3d.h | 6 +- .../jolt_physics/joints/jolt_pin_joint_3d.cpp | 6 +- .../jolt_physics/joints/jolt_pin_joint_3d.h | 6 +- .../joints/jolt_slider_joint_3d.cpp | 6 +- .../joints/jolt_slider_joint_3d.h | 6 +- engine/modules/jolt_physics/jolt_globals.cpp | 6 +- engine/modules/jolt_physics/jolt_globals.h | 6 +- .../jolt_physics/jolt_physics_server_3d.cpp | 6 +- .../jolt_physics/jolt_physics_server_3d.h | 6 +- .../jolt_physics/jolt_project_settings.cpp | 6 +- .../jolt_physics/jolt_project_settings.h | 6 +- .../jolt_physics/misc/jolt_math_funcs.cpp | 6 +- .../jolt_physics/misc/jolt_math_funcs.h | 6 +- .../jolt_physics/misc/jolt_stream_wrappers.h | 6 +- .../jolt_physics/misc/jolt_type_conversions.h | 6 +- .../jolt_physics/objects/jolt_area_3d.cpp | 6 +- .../jolt_physics/objects/jolt_area_3d.h | 6 +- .../jolt_physics/objects/jolt_body_3d.cpp | 6 +- .../jolt_physics/objects/jolt_body_3d.h | 6 +- .../objects/jolt_group_filter.cpp | 6 +- .../jolt_physics/objects/jolt_group_filter.h | 6 +- .../jolt_physics/objects/jolt_object_3d.cpp | 6 +- .../jolt_physics/objects/jolt_object_3d.h | 6 +- .../jolt_physics_direct_body_state_3d.cpp | 6 +- .../jolt_physics_direct_body_state_3d.h | 6 +- .../objects/jolt_shaped_object_3d.cpp | 6 +- .../objects/jolt_shaped_object_3d.h | 6 +- .../objects/jolt_soft_body_3d.cpp | 6 +- .../jolt_physics/objects/jolt_soft_body_3d.h | 6 +- .../modules/jolt_physics/register_types.cpp | 6 +- engine/modules/jolt_physics/register_types.h | 6 +- .../jolt_physics/shapes/jolt_box_shape_3d.cpp | 6 +- .../jolt_physics/shapes/jolt_box_shape_3d.h | 6 +- .../shapes/jolt_capsule_shape_3d.cpp | 6 +- .../shapes/jolt_capsule_shape_3d.h | 6 +- .../shapes/jolt_concave_polygon_shape_3d.cpp | 6 +- .../shapes/jolt_concave_polygon_shape_3d.h | 6 +- .../shapes/jolt_convex_polygon_shape_3d.cpp | 6 +- .../shapes/jolt_convex_polygon_shape_3d.h | 6 +- .../shapes/jolt_custom_decorated_shape.h | 6 +- .../shapes/jolt_custom_double_sided_shape.cpp | 6 +- .../shapes/jolt_custom_double_sided_shape.h | 6 +- .../shapes/jolt_custom_motion_shape.cpp | 6 +- .../shapes/jolt_custom_motion_shape.h | 6 +- .../shapes/jolt_custom_ray_shape.cpp | 6 +- .../shapes/jolt_custom_ray_shape.h | 6 +- .../shapes/jolt_custom_shape_type.h | 6 +- .../shapes/jolt_custom_user_data_shape.cpp | 6 +- .../shapes/jolt_custom_user_data_shape.h | 6 +- .../shapes/jolt_cylinder_shape_3d.cpp | 6 +- .../shapes/jolt_cylinder_shape_3d.h | 6 +- .../shapes/jolt_height_map_shape_3d.cpp | 6 +- .../shapes/jolt_height_map_shape_3d.h | 6 +- .../shapes/jolt_separation_ray_shape_3d.cpp | 6 +- .../shapes/jolt_separation_ray_shape_3d.h | 6 +- .../jolt_physics/shapes/jolt_shape_3d.cpp | 6 +- .../jolt_physics/shapes/jolt_shape_3d.h | 6 +- .../shapes/jolt_shape_instance_3d.cpp | 6 +- .../shapes/jolt_shape_instance_3d.h | 6 +- .../shapes/jolt_sphere_shape_3d.cpp | 6 +- .../shapes/jolt_sphere_shape_3d.h | 6 +- .../shapes/jolt_world_boundary_shape_3d.cpp | 6 +- .../shapes/jolt_world_boundary_shape_3d.h | 6 +- .../jolt_body_activation_listener_3d.cpp | 6 +- .../spaces/jolt_body_activation_listener_3d.h | 6 +- .../spaces/jolt_broad_phase_layer.h | 6 +- .../spaces/jolt_contact_listener_3d.cpp | 6 +- .../spaces/jolt_contact_listener_3d.h | 6 +- .../jolt_physics/spaces/jolt_job_system.cpp | 6 +- .../jolt_physics/spaces/jolt_job_system.h | 6 +- .../jolt_physics/spaces/jolt_layers.cpp | 6 +- .../modules/jolt_physics/spaces/jolt_layers.h | 6 +- .../spaces/jolt_motion_filter_3d.cpp | 6 +- .../spaces/jolt_motion_filter_3d.h | 6 +- .../jolt_physics_direct_space_state_3d.cpp | 6 +- .../jolt_physics_direct_space_state_3d.h | 6 +- .../spaces/jolt_query_collectors.h | 6 +- .../spaces/jolt_query_filter_3d.cpp | 6 +- .../spaces/jolt_query_filter_3d.h | 6 +- .../jolt_physics/spaces/jolt_space_3d.cpp | 6 +- .../jolt_physics/spaces/jolt_space_3d.h | 6 +- .../spaces/jolt_temp_allocator.cpp | 6 +- .../jolt_physics/spaces/jolt_temp_allocator.h | 6 +- .../jpg/image_loader_libjpeg_turbo.cpp | 6 +- .../modules/jpg/image_loader_libjpeg_turbo.h | 6 +- engine/modules/jpg/movie_writer_mjpeg.cpp | 6 +- engine/modules/jpg/movie_writer_mjpeg.h | 6 +- engine/modules/jpg/register_types.cpp | 6 +- engine/modules/jpg/register_types.h | 6 +- engine/modules/jsonrpc/jsonrpc.cpp | 6 +- engine/modules/jsonrpc/jsonrpc.h | 6 +- engine/modules/jsonrpc/register_types.cpp | 6 +- engine/modules/jsonrpc/register_types.h | 6 +- engine/modules/jsonrpc/tests/test_jsonrpc.cpp | 6 +- engine/modules/jsonrpc/tests/test_jsonrpc.h | 6 +- engine/modules/ktx/register_types.cpp | 6 +- engine/modules/ktx/register_types.h | 6 +- engine/modules/ktx/texture_loader_ktx.cpp | 6 +- engine/modules/ktx/texture_loader_ktx.h | 6 +- .../modules/lightmapper_rd/lightmapper_rd.cpp | 6 +- .../modules/lightmapper_rd/lightmapper_rd.h | 6 +- .../modules/lightmapper_rd/register_types.cpp | 6 +- .../modules/lightmapper_rd/register_types.h | 6 +- engine/modules/mbedtls/crypto_mbedtls.cpp | 6 +- engine/modules/mbedtls/crypto_mbedtls.h | 6 +- .../modules/mbedtls/dtls_server_mbedtls.cpp | 6 +- engine/modules/mbedtls/dtls_server_mbedtls.h | 6 +- .../modules/mbedtls/packet_peer_mbed_dtls.cpp | 6 +- .../modules/mbedtls/packet_peer_mbed_dtls.h | 6 +- engine/modules/mbedtls/register_types.cpp | 6 +- engine/modules/mbedtls/register_types.h | 6 +- .../modules/mbedtls/stream_peer_mbedtls.cpp | 6 +- engine/modules/mbedtls/stream_peer_mbedtls.h | 6 +- .../mbedtls/tests/test_crypto_mbedtls.cpp | 6 +- .../mbedtls/tests/test_crypto_mbedtls.h | 6 +- .../modules/mbedtls/tls_context_mbedtls.cpp | 6 +- engine/modules/mbedtls/tls_context_mbedtls.h | 6 +- .../modules/meshoptimizer/register_types.cpp | 6 +- engine/modules/meshoptimizer/register_types.h | 6 +- .../modules/mobile_vr/mobile_vr_interface.cpp | 6 +- .../modules/mobile_vr/mobile_vr_interface.h | 6 +- engine/modules/mobile_vr/register_types.cpp | 6 +- engine/modules/mobile_vr/register_types.h | 6 +- engine/modules/mono/aethexsharp_defs.h | 14 +- engine/modules/mono/aethexsharp_dirs.cpp | 40 +- engine/modules/mono/aethexsharp_dirs.h | 12 +- engine/modules/mono/class_db_api_json.cpp | 6 +- engine/modules/mono/class_db_api_json.h | 6 +- engine/modules/mono/csharp_script.cpp | 44 +- engine/modules/mono/csharp_script.h | 12 +- .../CSharpAnalyzerVerifier.cs | 2 +- .../CSharpCodeFixVerifier.cs | 2 +- .../CSharpSourceGeneratorVerifier.cs | 2 +- .../Godot.SourceGenerators.Tests/Constants.cs | 2 +- .../ClassPartialModifierAnalyzer.cs | 2 +- .../ExtensionMethods.cs | 4 +- .../GlobalClassAnalyzer.cs | 2 +- .../GodotPluginsInitializerGenerator.cs | 2 +- .../Godot.SourceGenerators/MarshalUtils.cs | 6 +- .../ScriptPropertiesGenerator.cs | 4 +- .../ScriptPropertyDefValGenerator.cs | 8 +- .../GodotTools/GodotTools/Build/BuildInfo.cs | 2 +- .../GodotTools/Build/BuildManager.cs | 14 +- .../GodotTools/Build/BuildProblemsView.cs | 8 +- .../GodotTools/Build/BuildSystem.cs | 12 +- .../GodotTools/Build/MSBuildPanel.cs | 12 +- .../GodotTools/CsTranslationParserPlugin.cs | 4 +- .../GodotTools/Export/ExportPlugin.cs | 20 +- .../GodotTools/GodotTools/GodotSharpEditor.cs | 42 +- .../GodotTools/Ides/GodotIdeManager.cs | 10 +- .../GodotTools/Ides/MessagingServer.cs | 4 +- .../GodotTools/Internals/GodotSharpDirs.cs | 14 +- .../GodotTools/Internals/Internal.cs | 10 +- .../mono/editor/bindings_generator.cpp | 16 +- .../modules/mono/editor/bindings_generator.h | 6 +- .../modules/mono/editor/code_completion.cpp | 6 +- engine/modules/mono/editor/code_completion.h | 6 +- .../mono/editor/editor_internal_calls.cpp | 40 +- .../mono/editor/editor_internal_calls.h | 8 +- .../modules/mono/editor/hostfxr_resolver.cpp | 16 +- engine/modules/mono/editor/hostfxr_resolver.h | 10 +- engine/modules/mono/editor/semver.cpp | 12 +- engine/modules/mono/editor/semver.h | 10 +- .../mono/glue/GodotSharp/GodotPlugins/Main.cs | 6 +- .../glue/GodotSharp/GodotSharp/Core/Array.cs | 92 +- .../Core/Bridge/CSharpInstanceBridge.cs | 8 +- .../Core/Bridge/GodotSerializationInfo.cs | 4 +- .../Core/Bridge/ScriptManagerBridge.cs | 66 +- .../GodotSharp/GodotSharp/Core/Callable.cs | 4 +- .../glue/GodotSharp/GodotSharp/Core/Color.cs | 8 +- .../GodotSharp/Core/DebuggingUtils.cs | 4 +- .../GodotSharp/Core/DelegateUtils.cs | 10 +- .../GodotSharp/GodotSharp/Core/Dictionary.cs | 86 +- .../Core/Extensions/GodotObjectExtensions.cs | 4 +- .../glue/GodotSharp/GodotSharp/Core/GD.cs | 52 +- .../GodotSharp/Core/GodotObject.base.cs | 16 +- .../Core/NativeInterop/ExceptionUtils.cs | 6 +- .../Core/NativeInterop/InteropStructs.cs | 62 +- .../Core/NativeInterop/InteropUtils.cs | 14 +- .../Core/NativeInterop/Marshaling.cs | 42 +- .../Core/NativeInterop/NativeFuncs.cs | 474 ++++----- .../NativeInterop/NativeFuncs.extended.cs | 36 +- .../Core/NativeInterop/VariantUtils.cs | 150 +-- .../NativeInterop/VariantUtils.generic.cs | 2 +- .../GodotSharp/GodotSharp/Core/NodePath.cs | 24 +- .../GodotSharp/Core/SignalAwaiter.cs | 4 +- .../GodotSharp/Core/StringExtensions.cs | 12 +- .../GodotSharp/GodotSharp/Core/StringName.cs | 4 +- .../GodotSharp/GodotSharp/Core/Variant.cs | 4 +- .../GodotSharp/Properties/AssemblyInfo.cs | 2 +- engine/modules/mono/glue/runtime_interop.cpp | 960 +++++++++--------- engine/modules/mono/glue/runtime_interop.h | 8 +- engine/modules/mono/interop_types.h | 6 +- engine/modules/mono/managed_callable.cpp | 6 +- engine/modules/mono/managed_callable.h | 6 +- engine/modules/mono/mono_gc_handle.cpp | 6 +- engine/modules/mono/mono_gc_handle.h | 6 +- engine/modules/mono/mono_gd/gd_mono.cpp | 70 +- engine/modules/mono/mono_gd/gd_mono.h | 20 +- engine/modules/mono/mono_gd/gd_mono_cache.cpp | 6 +- engine/modules/mono/mono_gd/gd_mono_cache.h | 10 +- engine/modules/mono/register_types.cpp | 14 +- engine/modules/mono/register_types.h | 6 +- engine/modules/mono/signal_awaiter_utils.cpp | 6 +- engine/modules/mono/signal_awaiter_utils.h | 6 +- engine/modules/mono/utils/macos_utils.cpp | 6 +- engine/modules/mono/utils/macos_utils.h | 6 +- engine/modules/mono/utils/macros.h | 6 +- engine/modules/mono/utils/naming_utils.cpp | 6 +- engine/modules/mono/utils/naming_utils.h | 6 +- engine/modules/mono/utils/path_utils.cpp | 8 +- engine/modules/mono/utils/path_utils.h | 6 +- engine/modules/mono/utils/string_utils.cpp | 6 +- engine/modules/mono/utils/string_utils.h | 6 +- engine/modules/mp3/audio_stream_mp3.cpp | 6 +- engine/modules/mp3/audio_stream_mp3.h | 6 +- engine/modules/mp3/register_types.cpp | 6 +- engine/modules/mp3/register_types.h | 6 +- engine/modules/mp3/resource_importer_mp3.cpp | 6 +- engine/modules/mp3/resource_importer_mp3.h | 6 +- engine/modules/msdfgen/register_types.h | 6 +- .../editor/editor_network_profiler.cpp | 6 +- .../editor/editor_network_profiler.h | 6 +- .../editor/multiplayer_editor_plugin.cpp | 6 +- .../editor/multiplayer_editor_plugin.h | 6 +- .../multiplayer/editor/replication_editor.cpp | 6 +- .../multiplayer/editor/replication_editor.h | 6 +- .../multiplayer/multiplayer_debugger.cpp | 6 +- .../multiplayer/multiplayer_debugger.h | 6 +- .../multiplayer/multiplayer_spawner.cpp | 6 +- .../modules/multiplayer/multiplayer_spawner.h | 6 +- .../multiplayer/multiplayer_synchronizer.cpp | 6 +- .../multiplayer/multiplayer_synchronizer.h | 6 +- engine/modules/multiplayer/register_types.cpp | 6 +- engine/modules/multiplayer/register_types.h | 6 +- .../multiplayer/scene_cache_interface.cpp | 6 +- .../multiplayer/scene_cache_interface.h | 6 +- .../modules/multiplayer/scene_multiplayer.cpp | 6 +- .../modules/multiplayer/scene_multiplayer.h | 6 +- .../multiplayer/scene_replication_config.cpp | 6 +- .../multiplayer/scene_replication_config.h | 6 +- .../scene_replication_interface.cpp | 6 +- .../multiplayer/scene_replication_interface.h | 6 +- .../multiplayer/scene_rpc_interface.cpp | 6 +- .../modules/multiplayer/scene_rpc_interface.h | 6 +- .../tests/test_multiplayer_spawner.h | 6 +- .../tests/test_scene_multiplayer.h | 6 +- .../2d/aethex_navigation_server_2d.cpp | 6 +- .../2d/aethex_navigation_server_2d.h | 6 +- .../navigation_2d/2d/nav_base_iteration_2d.h | 6 +- .../navigation_2d/2d/nav_map_builder_2d.cpp | 6 +- .../navigation_2d/2d/nav_map_builder_2d.h | 6 +- .../navigation_2d/2d/nav_map_iteration_2d.h | 6 +- .../2d/nav_mesh_generator_2d.cpp | 6 +- .../navigation_2d/2d/nav_mesh_generator_2d.h | 6 +- .../navigation_2d/2d/nav_mesh_queries_2d.cpp | 6 +- .../navigation_2d/2d/nav_mesh_queries_2d.h | 6 +- .../2d/nav_region_builder_2d.cpp | 6 +- .../navigation_2d/2d/nav_region_builder_2d.h | 6 +- .../2d/nav_region_iteration_2d.h | 6 +- .../navigation_link_2d_editor_plugin.cpp | 6 +- .../editor/navigation_link_2d_editor_plugin.h | 6 +- .../navigation_obstacle_2d_editor_plugin.cpp | 6 +- .../navigation_obstacle_2d_editor_plugin.h | 6 +- .../navigation_region_2d_editor_plugin.cpp | 6 +- .../navigation_region_2d_editor_plugin.h | 6 +- engine/modules/navigation_2d/nav_agent_2d.cpp | 6 +- engine/modules/navigation_2d/nav_agent_2d.h | 6 +- engine/modules/navigation_2d/nav_base_2d.h | 6 +- engine/modules/navigation_2d/nav_link_2d.cpp | 6 +- engine/modules/navigation_2d/nav_link_2d.h | 6 +- engine/modules/navigation_2d/nav_map_2d.cpp | 6 +- engine/modules/navigation_2d/nav_map_2d.h | 6 +- .../modules/navigation_2d/nav_obstacle_2d.cpp | 6 +- .../modules/navigation_2d/nav_obstacle_2d.h | 6 +- .../modules/navigation_2d/nav_region_2d.cpp | 6 +- engine/modules/navigation_2d/nav_region_2d.h | 6 +- engine/modules/navigation_2d/nav_rid_2d.h | 6 +- engine/modules/navigation_2d/nav_utils_2d.h | 6 +- .../modules/navigation_2d/register_types.cpp | 6 +- engine/modules/navigation_2d/register_types.h | 6 +- engine/modules/navigation_2d/triangle2.cpp | 6 +- engine/modules/navigation_2d/triangle2.h | 6 +- .../3d/aethex_navigation_server_3d.cpp | 6 +- .../3d/aethex_navigation_server_3d.h | 6 +- .../navigation_3d/3d/nav_base_iteration_3d.h | 6 +- .../navigation_3d/3d/nav_map_builder_3d.cpp | 6 +- .../navigation_3d/3d/nav_map_builder_3d.h | 6 +- .../navigation_3d/3d/nav_map_iteration_3d.h | 6 +- .../3d/nav_mesh_generator_3d.cpp | 6 +- .../navigation_3d/3d/nav_mesh_generator_3d.h | 6 +- .../navigation_3d/3d/nav_mesh_queries_3d.cpp | 6 +- .../navigation_3d/3d/nav_mesh_queries_3d.h | 6 +- .../3d/nav_region_builder_3d.cpp | 6 +- .../navigation_3d/3d/nav_region_builder_3d.h | 6 +- .../3d/nav_region_iteration_3d.h | 6 +- .../3d/navigation_mesh_generator.cpp | 6 +- .../3d/navigation_mesh_generator.h | 6 +- .../navigation_link_3d_editor_plugin.cpp | 6 +- .../editor/navigation_link_3d_editor_plugin.h | 6 +- .../navigation_link_3d_gizmo_plugin.cpp | 6 +- .../editor/navigation_link_3d_gizmo_plugin.h | 6 +- .../navigation_obstacle_3d_editor_plugin.cpp | 6 +- .../navigation_obstacle_3d_editor_plugin.h | 6 +- .../navigation_region_3d_editor_plugin.cpp | 6 +- .../navigation_region_3d_editor_plugin.h | 6 +- .../navigation_region_3d_gizmo_plugin.cpp | 6 +- .../navigation_region_3d_gizmo_plugin.h | 6 +- engine/modules/navigation_3d/nav_agent_3d.cpp | 6 +- engine/modules/navigation_3d/nav_agent_3d.h | 6 +- engine/modules/navigation_3d/nav_base_3d.h | 6 +- engine/modules/navigation_3d/nav_link_3d.cpp | 6 +- engine/modules/navigation_3d/nav_link_3d.h | 6 +- engine/modules/navigation_3d/nav_map_3d.cpp | 6 +- engine/modules/navigation_3d/nav_map_3d.h | 6 +- .../modules/navigation_3d/nav_obstacle_3d.cpp | 6 +- .../modules/navigation_3d/nav_obstacle_3d.h | 6 +- .../modules/navigation_3d/nav_region_3d.cpp | 6 +- engine/modules/navigation_3d/nav_region_3d.h | 6 +- engine/modules/navigation_3d/nav_rid_3d.h | 6 +- engine/modules/navigation_3d/nav_utils_3d.h | 6 +- .../modules/navigation_3d/register_types.cpp | 6 +- engine/modules/navigation_3d/register_types.h | 6 +- .../noise/editor/noise_editor_plugin.cpp | 6 +- .../noise/editor/noise_editor_plugin.h | 6 +- engine/modules/noise/fastnoise_lite.cpp | 6 +- engine/modules/noise/fastnoise_lite.h | 6 +- engine/modules/noise/noise.cpp | 6 +- engine/modules/noise/noise.h | 6 +- engine/modules/noise/noise_texture_2d.cpp | 6 +- engine/modules/noise/noise_texture_2d.h | 6 +- engine/modules/noise/noise_texture_3d.cpp | 6 +- engine/modules/noise/noise_texture_3d.h | 6 +- engine/modules/noise/register_types.cpp | 6 +- engine/modules/noise/register_types.h | 6 +- .../modules/noise/tests/test_fastnoise_lite.h | 6 +- .../noise/tests/test_noise_texture_2d.h | 6 +- .../noise/tests/test_noise_texture_3d.h | 6 +- .../editor/data_viewers/class_view.cpp | 6 +- .../editor/data_viewers/class_view.h | 6 +- .../editor/data_viewers/node_view.cpp | 6 +- .../editor/data_viewers/node_view.h | 6 +- .../editor/data_viewers/object_view.cpp | 6 +- .../editor/data_viewers/object_view.h | 6 +- .../editor/data_viewers/refcounted_view.cpp | 6 +- .../editor/data_viewers/refcounted_view.h | 6 +- .../editor/data_viewers/shared_controls.cpp | 6 +- .../editor/data_viewers/shared_controls.h | 6 +- .../editor/data_viewers/snapshot_view.cpp | 6 +- .../editor/data_viewers/snapshot_view.h | 6 +- .../editor/data_viewers/summary_view.cpp | 6 +- .../editor/data_viewers/summary_view.h | 6 +- .../editor/objectdb_profiler_panel.cpp | 6 +- .../editor/objectdb_profiler_panel.h | 6 +- .../editor/objectdb_profiler_plugin.cpp | 6 +- .../editor/objectdb_profiler_plugin.h | 6 +- .../editor/snapshot_data.cpp | 6 +- .../objectdb_profiler/editor/snapshot_data.h | 6 +- .../objectdb_profiler/register_types.cpp | 6 +- .../objectdb_profiler/register_types.h | 6 +- .../objectdb_profiler/snapshot_collector.cpp | 6 +- .../objectdb_profiler/snapshot_collector.h | 6 +- engine/modules/ogg/ogg_packet_sequence.cpp | 6 +- engine/modules/ogg/ogg_packet_sequence.h | 6 +- engine/modules/ogg/register_types.cpp | 6 +- engine/modules/ogg/register_types.h | 6 +- .../openxr/action_map/openxr_action.cpp | 6 +- .../modules/openxr/action_map/openxr_action.h | 6 +- .../openxr/action_map/openxr_action_map.cpp | 6 +- .../openxr/action_map/openxr_action_map.h | 6 +- .../openxr/action_map/openxr_action_set.cpp | 6 +- .../openxr/action_map/openxr_action_set.h | 6 +- .../action_map/openxr_binding_modifier.cpp | 6 +- .../action_map/openxr_binding_modifier.h | 6 +- .../action_map/openxr_haptic_feedback.cpp | 6 +- .../action_map/openxr_haptic_feedback.h | 6 +- .../action_map/openxr_interaction_profile.cpp | 6 +- .../action_map/openxr_interaction_profile.h | 6 +- .../openxr_interaction_profile_metadata.cpp | 6 +- .../openxr_interaction_profile_metadata.h | 6 +- .../openxr/editor/openxr_action_editor.cpp | 6 +- .../openxr/editor/openxr_action_editor.h | 6 +- .../editor/openxr_action_map_editor.cpp | 6 +- .../openxr/editor/openxr_action_map_editor.h | 6 +- .../editor/openxr_action_set_editor.cpp | 6 +- .../openxr/editor/openxr_action_set_editor.h | 6 +- .../editor/openxr_binding_modifier_editor.cpp | 6 +- .../editor/openxr_binding_modifier_editor.h | 6 +- .../openxr_binding_modifiers_dialog.cpp | 6 +- .../editor/openxr_binding_modifiers_dialog.h | 6 +- .../openxr/editor/openxr_editor_plugin.cpp | 6 +- .../openxr/editor/openxr_editor_plugin.h | 6 +- .../openxr_interaction_profile_editor.cpp | 6 +- .../openxr_interaction_profile_editor.h | 6 +- .../editor/openxr_select_action_dialog.cpp | 6 +- .../editor/openxr_select_action_dialog.h | 6 +- ...enxr_select_interaction_profile_dialog.cpp | 6 +- ...openxr_select_interaction_profile_dialog.h | 6 +- .../openxr/editor/openxr_select_runtime.cpp | 6 +- .../openxr/editor/openxr_select_runtime.h | 6 +- ...enxr_android_thread_settings_extension.cpp | 6 +- ...openxr_android_thread_settings_extension.h | 6 +- ...enxr_composition_layer_depth_extension.cpp | 6 +- ...openxr_composition_layer_depth_extension.h | 6 +- .../openxr_composition_layer_extension.cpp | 6 +- .../openxr_composition_layer_extension.h | 6 +- .../openxr_debug_utils_extension.cpp | 6 +- .../extensions/openxr_debug_utils_extension.h | 6 +- .../openxr_dpad_binding_extension.cpp | 6 +- .../openxr_dpad_binding_extension.h | 6 +- .../extensions/openxr_extension_wrapper.cpp | 6 +- .../extensions/openxr_extension_wrapper.h | 6 +- .../openxr_extension_wrapper_extension.h | 6 +- .../openxr_eye_gaze_interaction.cpp | 6 +- .../extensions/openxr_eye_gaze_interaction.h | 6 +- ...enxr_fb_display_refresh_rate_extension.cpp | 6 +- ...openxr_fb_display_refresh_rate_extension.h | 6 +- .../openxr_fb_foveation_extension.cpp | 6 +- .../openxr_fb_foveation_extension.h | 6 +- .../openxr_fb_update_swapchain_extension.cpp | 6 +- .../openxr_fb_update_swapchain_extension.h | 6 +- .../openxr_frame_synthesis_extension.cpp | 6 +- .../openxr_frame_synthesis_extension.h | 6 +- .../extensions/openxr_future_extension.cpp | 6 +- .../extensions/openxr_future_extension.h | 6 +- .../openxr_hand_interaction_extension.cpp | 6 +- .../openxr_hand_interaction_extension.h | 6 +- .../openxr_hand_tracking_extension.cpp | 6 +- .../openxr_hand_tracking_extension.h | 6 +- .../openxr_htc_controller_extension.cpp | 6 +- .../openxr_htc_controller_extension.h | 6 +- .../openxr_htc_vive_tracker_extension.cpp | 6 +- .../openxr_htc_vive_tracker_extension.h | 6 +- .../openxr_huawei_controller_extension.cpp | 6 +- .../openxr_huawei_controller_extension.h | 6 +- .../openxr_local_floor_extension.cpp | 6 +- .../extensions/openxr_local_floor_extension.h | 6 +- .../openxr_meta_controller_extension.cpp | 6 +- .../openxr_meta_controller_extension.h | 6 +- .../openxr_ml2_controller_extension.cpp | 6 +- .../openxr_ml2_controller_extension.h | 6 +- .../extensions/openxr_mxink_extension.cpp | 6 +- .../extensions/openxr_mxink_extension.h | 6 +- .../extensions/openxr_palm_pose_extension.cpp | 6 +- .../extensions/openxr_palm_pose_extension.h | 6 +- .../openxr_performance_settings_extension.cpp | 6 +- .../openxr_performance_settings_extension.h | 6 +- .../openxr_pico_controller_extension.cpp | 6 +- .../openxr_pico_controller_extension.h | 6 +- .../openxr_render_model_extension.cpp | 6 +- .../openxr_render_model_extension.h | 6 +- .../openxr_user_presence_extension.cpp | 6 +- .../openxr_user_presence_extension.h | 6 +- ...penxr_valve_analog_threshold_extension.cpp | 6 +- .../openxr_valve_analog_threshold_extension.h | 6 +- .../openxr_valve_controller_extension.cpp | 6 +- .../openxr_valve_controller_extension.h | 6 +- .../openxr_visibility_mask_extension.cpp | 6 +- .../openxr_visibility_mask_extension.h | 6 +- .../openxr_wmr_controller_extension.cpp | 6 +- .../openxr_wmr_controller_extension.h | 6 +- .../platform/openxr_android_extension.cpp | 6 +- .../platform/openxr_android_extension.h | 6 +- .../platform/openxr_d3d12_extension.cpp | 6 +- .../platform/openxr_d3d12_extension.h | 6 +- .../platform/openxr_metal_extension.h | 6 +- .../platform/openxr_opengl_extension.cpp | 6 +- .../platform/openxr_opengl_extension.h | 6 +- .../platform/openxr_vulkan_extension.cpp | 6 +- .../platform/openxr_vulkan_extension.h | 6 +- .../openxr_spatial_anchor.cpp | 6 +- .../spatial_entities/openxr_spatial_anchor.h | 6 +- .../openxr_spatial_entities.cpp | 6 +- .../openxr_spatial_entities.h | 6 +- .../openxr_spatial_entity_extension.cpp | 6 +- .../openxr_spatial_entity_extension.h | 6 +- .../openxr_spatial_marker_tracking.cpp | 6 +- .../openxr_spatial_marker_tracking.h | 6 +- .../openxr_spatial_plane_tracking.cpp | 6 +- .../openxr_spatial_plane_tracking.h | 6 +- engine/modules/openxr/openxr_api.cpp | 10 +- engine/modules/openxr/openxr_api.h | 6 +- .../modules/openxr/openxr_api_extension.cpp | 6 +- engine/modules/openxr/openxr_api_extension.h | 6 +- engine/modules/openxr/openxr_interface.cpp | 6 +- engine/modules/openxr/openxr_interface.h | 6 +- engine/modules/openxr/openxr_platform_inc.h | 6 +- engine/modules/openxr/openxr_structure.cpp | 6 +- engine/modules/openxr/openxr_structure.h | 6 +- engine/modules/openxr/openxr_util.cpp | 6 +- engine/modules/openxr/openxr_util.h | 6 +- engine/modules/openxr/openxr_uuid.h | 6 +- engine/modules/openxr/register_types.cpp | 6 +- engine/modules/openxr/register_types.h | 6 +- .../openxr/scene/openxr_composition_layer.cpp | 6 +- .../openxr/scene/openxr_composition_layer.h | 6 +- .../openxr_composition_layer_cylinder.cpp | 6 +- .../scene/openxr_composition_layer_cylinder.h | 6 +- .../openxr_composition_layer_equirect.cpp | 6 +- .../scene/openxr_composition_layer_equirect.h | 6 +- .../scene/openxr_composition_layer_quad.cpp | 6 +- .../scene/openxr_composition_layer_quad.h | 6 +- engine/modules/openxr/scene/openxr_hand.cpp | 6 +- engine/modules/openxr/scene/openxr_hand.h | 6 +- .../openxr/scene/openxr_render_model.cpp | 6 +- .../openxr/scene/openxr_render_model.h | 6 +- .../scene/openxr_render_model_manager.cpp | 6 +- .../scene/openxr_render_model_manager.h | 6 +- .../openxr/scene/openxr_visibility_mask.cpp | 6 +- .../openxr/scene/openxr_visibility_mask.h | 6 +- engine/modules/openxr/util.h | 6 +- .../raycast/lightmap_raycaster_embree.cpp | 6 +- .../raycast/lightmap_raycaster_embree.h | 6 +- .../raycast/raycast_occlusion_cull.cpp | 6 +- .../modules/raycast/raycast_occlusion_cull.h | 6 +- engine/modules/raycast/register_types.cpp | 6 +- engine/modules/raycast/register_types.h | 6 +- .../raycast/static_raycaster_embree.cpp | 6 +- .../modules/raycast/static_raycaster_embree.h | 6 +- engine/modules/regex/regex.cpp | 6 +- engine/modules/regex/regex.h | 6 +- engine/modules/regex/register_types.cpp | 6 +- engine/modules/regex/register_types.h | 6 +- engine/modules/regex/tests/test_regex.h | 14 +- engine/modules/register_module_types.h | 6 +- engine/modules/svg/image_loader_svg.cpp | 6 +- engine/modules/svg/image_loader_svg.h | 6 +- engine/modules/svg/register_types.cpp | 6 +- engine/modules/svg/register_types.h | 6 +- .../text_server_adv/icu_data/icudata_stub.cpp | 6 +- .../text_server_adv/register_types.cpp | 6 +- .../modules/text_server_adv/register_types.h | 6 +- .../text_server_adv/script_iterator.cpp | 6 +- .../modules/text_server_adv/script_iterator.h | 6 +- .../text_server_adv/text_server_adv.cpp | 6 +- .../modules/text_server_adv/text_server_adv.h | 6 +- .../text_server_adv/thorvg_svg_in_ot.cpp | 6 +- .../text_server_adv/thorvg_svg_in_ot.h | 6 +- .../modules/text_server_fb/register_types.cpp | 6 +- .../modules/text_server_fb/register_types.h | 6 +- .../modules/text_server_fb/text_server_fb.cpp | 6 +- .../modules/text_server_fb/text_server_fb.h | 6 +- .../text_server_fb/thorvg_svg_in_ot.cpp | 6 +- .../modules/text_server_fb/thorvg_svg_in_ot.h | 6 +- engine/modules/tga/image_loader_tga.cpp | 6 +- engine/modules/tga/image_loader_tga.h | 6 +- engine/modules/tga/register_types.cpp | 6 +- engine/modules/tga/register_types.h | 6 +- .../theora/editor/movie_writer_ogv.cpp | 6 +- .../modules/theora/editor/movie_writer_ogv.h | 6 +- engine/modules/theora/editor/rgb2yuv.h | 6 +- engine/modules/theora/register_types.cpp | 6 +- engine/modules/theora/register_types.h | 6 +- engine/modules/theora/video_stream_theora.cpp | 6 +- engine/modules/theora/video_stream_theora.h | 6 +- .../modules/tinyexr/image_loader_tinyexr.cpp | 6 +- engine/modules/tinyexr/image_loader_tinyexr.h | 6 +- .../modules/tinyexr/image_saver_tinyexr.cpp | 6 +- engine/modules/tinyexr/image_saver_tinyexr.h | 6 +- engine/modules/tinyexr/register_types.cpp | 6 +- engine/modules/tinyexr/register_types.h | 6 +- engine/modules/upnp/register_types.cpp | 6 +- engine/modules/upnp/register_types.h | 6 +- engine/modules/upnp/upnp.cpp | 6 +- engine/modules/upnp/upnp.h | 6 +- engine/modules/upnp/upnp_device.cpp | 6 +- engine/modules/upnp/upnp_device.h | 6 +- engine/modules/upnp/upnp_device_miniupnp.cpp | 6 +- engine/modules/upnp/upnp_device_miniupnp.h | 6 +- engine/modules/upnp/upnp_miniupnp.cpp | 6 +- engine/modules/upnp/upnp_miniupnp.h | 6 +- engine/modules/vhacd/register_types.cpp | 6 +- engine/modules/vhacd/register_types.h | 6 +- .../vorbis/audio_stream_ogg_vorbis.cpp | 6 +- .../modules/vorbis/audio_stream_ogg_vorbis.h | 6 +- engine/modules/vorbis/register_types.cpp | 6 +- engine/modules/vorbis/register_types.h | 6 +- .../vorbis/resource_importer_ogg_vorbis.cpp | 6 +- .../vorbis/resource_importer_ogg_vorbis.h | 6 +- engine/modules/webp/image_loader_webp.cpp | 6 +- engine/modules/webp/image_loader_webp.h | 6 +- engine/modules/webp/register_types.cpp | 6 +- engine/modules/webp/register_types.h | 6 +- engine/modules/webp/resource_saver_webp.cpp | 6 +- engine/modules/webp/resource_saver_webp.h | 6 +- engine/modules/webp/webp_common.cpp | 6 +- engine/modules/webp/webp_common.h | 6 +- engine/modules/webrtc/register_types.cpp | 6 +- engine/modules/webrtc/register_types.h | 6 +- engine/modules/webrtc/webrtc_data_channel.cpp | 6 +- engine/modules/webrtc/webrtc_data_channel.h | 6 +- .../webrtc/webrtc_data_channel_extension.cpp | 6 +- .../webrtc/webrtc_data_channel_extension.h | 6 +- .../modules/webrtc/webrtc_data_channel_js.cpp | 6 +- .../modules/webrtc/webrtc_data_channel_js.h | 6 +- .../webrtc/webrtc_multiplayer_peer.cpp | 6 +- .../modules/webrtc/webrtc_multiplayer_peer.h | 6 +- .../modules/webrtc/webrtc_peer_connection.cpp | 6 +- .../modules/webrtc/webrtc_peer_connection.h | 6 +- .../webrtc_peer_connection_extension.cpp | 6 +- .../webrtc/webrtc_peer_connection_extension.h | 6 +- .../webrtc/webrtc_peer_connection_js.cpp | 6 +- .../webrtc/webrtc_peer_connection_js.h | 6 +- .../editor_debugger_server_websocket.cpp | 6 +- .../editor/editor_debugger_server_websocket.h | 6 +- engine/modules/websocket/emws_peer.cpp | 6 +- engine/modules/websocket/emws_peer.h | 6 +- engine/modules/websocket/packet_buffer.h | 6 +- engine/modules/websocket/register_types.cpp | 6 +- engine/modules/websocket/register_types.h | 6 +- .../remote_debugger_peer_websocket.cpp | 6 +- .../remote_debugger_peer_websocket.h | 6 +- .../websocket/websocket_multiplayer_peer.cpp | 6 +- .../websocket/websocket_multiplayer_peer.h | 6 +- engine/modules/websocket/websocket_peer.cpp | 6 +- engine/modules/websocket/websocket_peer.h | 6 +- engine/modules/websocket/wsl_peer.cpp | 6 +- engine/modules/websocket/wsl_peer.h | 6 +- engine/modules/webxr/aethex_webxr.h | 6 +- engine/modules/webxr/register_types.cpp | 6 +- engine/modules/webxr/register_types.h | 6 +- engine/modules/webxr/webxr_interface.cpp | 6 +- engine/modules/webxr/webxr_interface.h | 6 +- engine/modules/webxr/webxr_interface_js.cpp | 6 +- engine/modules/webxr/webxr_interface_js.h | 6 +- .../modules/xatlas_unwrap/register_types.cpp | 6 +- engine/modules/xatlas_unwrap/register_types.h | 6 +- engine/modules/zip/register_types.cpp | 6 +- engine/modules/zip/register_types.h | 6 +- engine/modules/zip/tests/test_zip.cpp | 6 +- engine/modules/zip/tests/test_zip.h | 6 +- engine/modules/zip/zip_packer.cpp | 6 +- engine/modules/zip/zip_packer.h | 6 +- engine/modules/zip/zip_reader.cpp | 6 +- engine/modules/zip/zip_reader.h | 6 +- .../android/android_input_handler.cpp | 6 +- .../platform/android/android_input_handler.h | 6 +- .../platform/android/android_keys_utils.cpp | 6 +- engine/platform/android/android_keys_utils.h | 6 +- engine/platform/android/api/api.cpp | 6 +- engine/platform/android/api/api.h | 6 +- .../platform/android/api/java_class_wrapper.h | 6 +- engine/platform/android/api/jni_singleton.h | 6 +- .../platform/android/audio_driver_opensl.cpp | 6 +- engine/platform/android/audio_driver_opensl.h | 6 +- engine/platform/android/dialog_utils_jni.cpp | 6 +- engine/platform/android/dialog_utils_jni.h | 6 +- .../platform/android/dir_access_jandroid.cpp | 6 +- engine/platform/android/dir_access_jandroid.h | 6 +- .../android/display_server_android.cpp | 6 +- .../platform/android/display_server_android.h | 6 +- .../android/editor/editor_utils_jni.cpp | 6 +- .../android/editor/editor_utils_jni.h | 6 +- .../android/editor/game_menu_utils_jni.cpp | 6 +- .../android/editor/game_menu_utils_jni.h | 6 +- .../android/export/aethex_plugin_config.cpp | 6 +- .../android/export/aethex_plugin_config.h | 6 +- .../export/android_editor_gradle_runner.cpp | 6 +- .../export/android_editor_gradle_runner.h | 6 +- engine/platform/android/export/export.cpp | 6 +- engine/platform/android/export/export.h | 6 +- .../platform/android/export/export_plugin.cpp | 8 +- .../platform/android/export/export_plugin.h | 6 +- .../android/export/gradle_export_util.cpp | 6 +- .../android/export/gradle_export_util.h | 6 +- .../platform/android/file_access_android.cpp | 6 +- engine/platform/android/file_access_android.h | 6 +- .../file_access_filesystem_jandroid.cpp | 6 +- .../android/file_access_filesystem_jandroid.h | 6 +- .../android/java_aethex_io_wrapper.cpp | 6 +- .../platform/android/java_aethex_io_wrapper.h | 6 +- .../platform/android/java_aethex_lib_jni.cpp | 6 +- engine/platform/android/java_aethex_lib_jni.h | 6 +- .../android/java_aethex_view_wrapper.cpp | 6 +- .../android/java_aethex_view_wrapper.h | 6 +- .../platform/android/java_aethex_wrapper.cpp | 6 +- engine/platform/android/java_aethex_wrapper.h | 6 +- .../platform/android/java_class_wrapper.cpp | 6 +- engine/platform/android/jni_utils.cpp | 6 +- engine/platform/android/jni_utils.h | 6 +- .../platform/android/net_socket_android.cpp | 6 +- engine/platform/android/net_socket_android.h | 6 +- engine/platform/android/os_android.cpp | 6 +- engine/platform/android/os_android.h | 6 +- engine/platform/android/platform_config.h | 6 +- engine/platform/android/platform_gl.h | 6 +- .../android/plugin/aethex_plugin_jni.cpp | 6 +- .../android/plugin/aethex_plugin_jni.h | 6 +- ...endering_context_driver_vulkan_android.cpp | 6 +- .../rendering_context_driver_vulkan_android.h | 6 +- engine/platform/android/thread_jandroid.cpp | 6 +- engine/platform/android/thread_jandroid.h | 6 +- engine/platform/android/tts_android.cpp | 6 +- engine/platform/android/tts_android.h | 6 +- .../platform/android/variant/callable_jni.cpp | 6 +- .../platform/android/variant/callable_jni.h | 6 +- engine/platform/ios/aethex_view_ios.h | 6 +- engine/platform/ios/api/api.cpp | 6 +- engine/platform/ios/api/api.h | 6 +- engine/platform/ios/device_metrics.h | 6 +- engine/platform/ios/display_layer_ios.h | 6 +- engine/platform/ios/display_server_ios.h | 6 +- engine/platform/ios/export/export.cpp | 6 +- engine/platform/ios/export/export.h | 6 +- engine/platform/ios/export/export_plugin.cpp | 6 +- engine/platform/ios/export/export_plugin.h | 6 +- engine/platform/ios/ios.h | 6 +- engine/platform/ios/os_ios.h | 6 +- engine/platform/ios/platform_config.h | 6 +- engine/platform/ios/platform_gl.h | 6 +- engine/platform/ios/platform_thread.h | 6 +- engine/platform/linuxbsd/aethex_linuxbsd.cpp | 14 +- .../linuxbsd/crash_handler_linuxbsd.cpp | 6 +- .../linuxbsd/crash_handler_linuxbsd.h | 6 +- engine/platform/linuxbsd/export/export.cpp | 6 +- engine/platform/linuxbsd/export/export.h | 6 +- .../linuxbsd/export/export_plugin.cpp | 6 +- .../platform/linuxbsd/export/export_plugin.h | 6 +- .../linuxbsd/freedesktop_at_spi_monitor.cpp | 6 +- .../linuxbsd/freedesktop_at_spi_monitor.h | 6 +- .../linuxbsd/freedesktop_portal_desktop.cpp | 8 +- .../linuxbsd/freedesktop_portal_desktop.h | 6 +- .../linuxbsd/freedesktop_screensaver.cpp | 10 +- .../linuxbsd/freedesktop_screensaver.h | 6 +- .../platform/linuxbsd/libaethex_linuxbsd.cpp | 8 +- engine/platform/linuxbsd/os_linuxbsd.cpp | 6 +- engine/platform/linuxbsd/os_linuxbsd.h | 6 +- engine/platform/linuxbsd/platform_config.h | 6 +- engine/platform/linuxbsd/platform_gl.h | 6 +- engine/platform/linuxbsd/tts_linux.cpp | 6 +- engine/platform/linuxbsd/tts_linux.h | 6 +- .../linuxbsd/wayland/detect_prime_egl.cpp | 6 +- .../linuxbsd/wayland/detect_prime_egl.h | 6 +- .../wayland/display_server_wayland.cpp | 6 +- .../linuxbsd/wayland/display_server_wayland.h | 6 +- .../linuxbsd/wayland/egl_manager_wayland.cpp | 6 +- .../linuxbsd/wayland/egl_manager_wayland.h | 6 +- .../wayland/egl_manager_wayland_gles.cpp | 6 +- .../wayland/egl_manager_wayland_gles.h | 6 +- .../linuxbsd/wayland/key_mapping_xkb.cpp | 6 +- .../linuxbsd/wayland/key_mapping_xkb.h | 6 +- ...endering_context_driver_vulkan_wayland.cpp | 6 +- .../rendering_context_driver_vulkan_wayland.h | 6 +- .../linuxbsd/wayland/wayland_embedder.cpp | 6 +- .../linuxbsd/wayland/wayland_embedder.h | 6 +- .../linuxbsd/wayland/wayland_thread.cpp | 6 +- .../linuxbsd/wayland/wayland_thread.h | 6 +- .../linuxbsd/x11/detect_prime_x11.cpp | 6 +- .../platform/linuxbsd/x11/detect_prime_x11.h | 6 +- .../linuxbsd/x11/display_server_x11.cpp | 6 +- .../linuxbsd/x11/display_server_x11.h | 6 +- .../platform/linuxbsd/x11/gl_manager_x11.cpp | 6 +- engine/platform/linuxbsd/x11/gl_manager_x11.h | 6 +- .../linuxbsd/x11/gl_manager_x11_egl.cpp | 6 +- .../linuxbsd/x11/gl_manager_x11_egl.h | 6 +- .../platform/linuxbsd/x11/key_mapping_x11.cpp | 6 +- .../platform/linuxbsd/x11/key_mapping_x11.h | 6 +- .../rendering_context_driver_vulkan_x11.cpp | 6 +- .../x11/rendering_context_driver_vulkan_x11.h | 6 +- engine/platform/macos/aethex_application.h | 6 +- .../macos/aethex_application_delegate.h | 6 +- engine/platform/macos/aethex_button_view.h | 6 +- engine/platform/macos/aethex_content_view.h | 6 +- engine/platform/macos/aethex_core_cursor.h | 6 +- engine/platform/macos/aethex_menu_delegate.h | 6 +- engine/platform/macos/aethex_menu_item.h | 6 +- .../macos/aethex_open_save_delegate.h | 6 +- engine/platform/macos/aethex_progress_view.h | 6 +- engine/platform/macos/aethex_status_item.h | 6 +- engine/platform/macos/aethex_window.h | 6 +- .../platform/macos/aethex_window_delegate.h | 6 +- engine/platform/macos/crash_handler_macos.h | 6 +- engine/platform/macos/dir_access_macos.h | 6 +- .../platform/macos/display_server_embedded.h | 6 +- engine/platform/macos/display_server_macos.h | 6 +- engine/platform/macos/display_server_macos.mm | 2 +- .../macos/display_server_macos_base.h | 6 +- .../macos/editor/embedded_game_view_plugin.h | 6 +- .../macos/editor/embedded_process_macos.h | 6 +- engine/platform/macos/embedded_debugger.h | 6 +- engine/platform/macos/embedded_gl_manager.h | 6 +- engine/platform/macos/export/export.cpp | 6 +- engine/platform/macos/export/export.h | 6 +- .../platform/macos/export/export_plugin.cpp | 6 +- engine/platform/macos/export/export_plugin.h | 6 +- .../platform/macos/gl_manager_macos_angle.h | 6 +- .../platform/macos/gl_manager_macos_legacy.h | 6 +- engine/platform/macos/key_mapping_macos.h | 6 +- engine/platform/macos/macos_quartz_core_spi.h | 6 +- engine/platform/macos/native_menu_macos.h | 6 +- engine/platform/macos/os_macos.h | 6 +- engine/platform/macos/platform_config.h | 6 +- engine/platform/macos/platform_gl.h | 6 +- engine/platform/macos/platform_thread.h | 6 +- .../rendering_context_driver_vulkan_macos.h | 6 +- engine/platform/macos/tts_macos.h | 6 +- engine/platform/register_platform_apis.h | 6 +- .../platform/visionos/aethex_view_visionos.h | 6 +- engine/platform/visionos/api/api.cpp | 6 +- engine/platform/visionos/api/api.h | 6 +- .../visionos/display_layer_visionos.h | 6 +- .../visionos/display_server_visionos.h | 6 +- engine/platform/visionos/export/export.cpp | 6 +- engine/platform/visionos/export/export.h | 6 +- .../visionos/export/export_plugin.cpp | 6 +- .../platform/visionos/export/export_plugin.h | 6 +- engine/platform/visionos/os_visionos.h | 6 +- engine/platform/visionos/platform_config.h | 6 +- engine/platform/visionos/platform_thread.h | 6 +- engine/platform/visionos/visionos.h | 6 +- engine/platform/web/aethex_audio.h | 6 +- engine/platform/web/aethex_js.h | 6 +- engine/platform/web/aethex_midi.h | 6 +- engine/platform/web/aethex_webgl2.h | 6 +- engine/platform/web/api/api.cpp | 6 +- engine/platform/web/api/api.h | 6 +- .../web/api/javascript_bridge_singleton.h | 6 +- engine/platform/web/audio_driver_web.cpp | 6 +- engine/platform/web/audio_driver_web.h | 6 +- engine/platform/web/display_server_web.cpp | 6 +- engine/platform/web/display_server_web.h | 6 +- .../web/editor/web_tools_editor_plugin.cpp | 6 +- .../web/editor/web_tools_editor_plugin.h | 6 +- .../web/export/editor_http_server.cpp | 6 +- .../platform/web/export/editor_http_server.h | 6 +- engine/platform/web/export/export.cpp | 6 +- engine/platform/web/export/export.h | 6 +- engine/platform/web/export/export_plugin.cpp | 6 +- engine/platform/web/export/export_plugin.h | 6 +- engine/platform/web/http_client_web.cpp | 6 +- engine/platform/web/http_client_web.h | 6 +- engine/platform/web/ip_web.h | 6 +- .../web/javascript_bridge_singleton.cpp | 6 +- engine/platform/web/net_socket_web.h | 6 +- engine/platform/web/os_web.cpp | 6 +- engine/platform/web/os_web.h | 6 +- engine/platform/web/platform_config.h | 6 +- engine/platform/web/platform_gl.h | 6 +- engine/platform/web/web_main.cpp | 6 +- engine/platform/web/web_runtime.cpp | 6 +- engine/platform/web/webmidi_driver.cpp | 6 +- engine/platform/web/webmidi_driver.h | 6 +- engine/platform/windows/aethex_windows.cpp | 6 +- .../windows/console_wrapper_windows.cpp | 6 +- .../platform/windows/cpu_feature_validation.c | 2 +- .../platform/windows/crash_handler_windows.h | 6 +- .../windows/crash_handler_windows_seh.cpp | 6 +- .../windows/crash_handler_windows_signal.cpp | 6 +- .../windows/display_server_windows.cpp | 8 +- .../platform/windows/display_server_windows.h | 6 +- .../platform/windows/drop_target_windows.cpp | 6 +- engine/platform/windows/drop_target_windows.h | 6 +- engine/platform/windows/export/export.cpp | 6 +- engine/platform/windows/export/export.h | 6 +- .../platform/windows/export/export_plugin.cpp | 6 +- .../platform/windows/export/export_plugin.h | 6 +- .../windows/export/template_modifier.cpp | 6 +- .../windows/export/template_modifier.h | 6 +- .../windows/gl_manager_windows_angle.cpp | 6 +- .../windows/gl_manager_windows_angle.h | 6 +- .../windows/gl_manager_windows_native.cpp | 6 +- .../windows/gl_manager_windows_native.h | 6 +- .../platform/windows/key_mapping_windows.cpp | 6 +- engine/platform/windows/key_mapping_windows.h | 6 +- engine/platform/windows/lang_table.h | 6 +- engine/platform/windows/libaethex_windows.cpp | 8 +- .../platform/windows/native_menu_windows.cpp | 6 +- engine/platform/windows/native_menu_windows.h | 6 +- engine/platform/windows/os_windows.cpp | 6 +- engine/platform/windows/os_windows.h | 6 +- engine/platform/windows/platform_config.h | 6 +- engine/platform/windows/platform_gl.h | 6 +- ...endering_context_driver_vulkan_windows.cpp | 6 +- .../rendering_context_driver_vulkan_windows.h | 6 +- engine/platform/windows/tts_windows.cpp | 6 +- engine/platform/windows/tts_windows.h | 6 +- .../platform/windows/wgl_detect_version.cpp | 6 +- engine/platform/windows/wgl_detect_version.h | 6 +- .../windows/windows_terminal_logger.cpp | 6 +- .../windows/windows_terminal_logger.h | 6 +- engine/platform/windows/windows_utils.cpp | 6 +- engine/platform/windows/windows_utils.h | 6 +- engine/scene/2d/animated_sprite_2d.cpp | 6 +- engine/scene/2d/animated_sprite_2d.h | 6 +- engine/scene/2d/audio_listener_2d.cpp | 6 +- engine/scene/2d/audio_listener_2d.h | 6 +- engine/scene/2d/audio_stream_player_2d.cpp | 6 +- engine/scene/2d/audio_stream_player_2d.h | 6 +- engine/scene/2d/back_buffer_copy.cpp | 6 +- engine/scene/2d/back_buffer_copy.h | 6 +- engine/scene/2d/camera_2d.cpp | 6 +- engine/scene/2d/camera_2d.h | 6 +- engine/scene/2d/canvas_group.cpp | 6 +- engine/scene/2d/canvas_group.h | 6 +- engine/scene/2d/canvas_modulate.cpp | 6 +- engine/scene/2d/canvas_modulate.h | 6 +- engine/scene/2d/cpu_particles_2d.cpp | 6 +- engine/scene/2d/cpu_particles_2d.h | 6 +- engine/scene/2d/gpu_particles_2d.cpp | 6 +- engine/scene/2d/gpu_particles_2d.h | 6 +- engine/scene/2d/light_2d.cpp | 6 +- engine/scene/2d/light_2d.h | 6 +- engine/scene/2d/light_occluder_2d.cpp | 6 +- engine/scene/2d/light_occluder_2d.h | 6 +- engine/scene/2d/line_2d.cpp | 6 +- engine/scene/2d/line_2d.h | 6 +- engine/scene/2d/line_builder.cpp | 6 +- engine/scene/2d/line_builder.h | 6 +- engine/scene/2d/marker_2d.cpp | 6 +- engine/scene/2d/marker_2d.h | 6 +- engine/scene/2d/mesh_instance_2d.cpp | 6 +- engine/scene/2d/mesh_instance_2d.h | 6 +- engine/scene/2d/multimesh_instance_2d.cpp | 6 +- engine/scene/2d/multimesh_instance_2d.h | 6 +- .../2d/navigation/navigation_agent_2d.cpp | 6 +- .../scene/2d/navigation/navigation_agent_2d.h | 6 +- .../2d/navigation/navigation_link_2d.cpp | 6 +- .../scene/2d/navigation/navigation_link_2d.h | 6 +- .../2d/navigation/navigation_obstacle_2d.cpp | 6 +- .../2d/navigation/navigation_obstacle_2d.h | 6 +- .../2d/navigation/navigation_region_2d.cpp | 6 +- .../2d/navigation/navigation_region_2d.h | 6 +- engine/scene/2d/node_2d.cpp | 6 +- engine/scene/2d/node_2d.h | 6 +- engine/scene/2d/parallax_2d.cpp | 6 +- engine/scene/2d/parallax_2d.h | 6 +- engine/scene/2d/parallax_background.cpp | 6 +- engine/scene/2d/parallax_background.h | 6 +- engine/scene/2d/parallax_layer.cpp | 6 +- engine/scene/2d/parallax_layer.h | 6 +- engine/scene/2d/path_2d.cpp | 6 +- engine/scene/2d/path_2d.h | 6 +- .../scene/2d/physics/animatable_body_2d.cpp | 6 +- engine/scene/2d/physics/animatable_body_2d.h | 6 +- engine/scene/2d/physics/area_2d.cpp | 6 +- engine/scene/2d/physics/area_2d.h | 6 +- engine/scene/2d/physics/character_body_2d.cpp | 6 +- engine/scene/2d/physics/character_body_2d.h | 6 +- .../scene/2d/physics/collision_object_2d.cpp | 6 +- engine/scene/2d/physics/collision_object_2d.h | 6 +- .../scene/2d/physics/collision_polygon_2d.cpp | 6 +- .../scene/2d/physics/collision_polygon_2d.h | 6 +- .../scene/2d/physics/collision_shape_2d.cpp | 6 +- engine/scene/2d/physics/collision_shape_2d.h | 6 +- .../physics/joints/damped_spring_joint_2d.cpp | 6 +- .../physics/joints/damped_spring_joint_2d.h | 6 +- .../2d/physics/joints/groove_joint_2d.cpp | 6 +- .../scene/2d/physics/joints/groove_joint_2d.h | 6 +- engine/scene/2d/physics/joints/joint_2d.cpp | 6 +- engine/scene/2d/physics/joints/joint_2d.h | 6 +- .../scene/2d/physics/joints/pin_joint_2d.cpp | 6 +- engine/scene/2d/physics/joints/pin_joint_2d.h | 6 +- .../2d/physics/kinematic_collision_2d.cpp | 6 +- .../scene/2d/physics/kinematic_collision_2d.h | 6 +- engine/scene/2d/physics/physical_bone_2d.cpp | 6 +- engine/scene/2d/physics/physical_bone_2d.h | 6 +- engine/scene/2d/physics/physics_body_2d.cpp | 6 +- engine/scene/2d/physics/physics_body_2d.h | 6 +- engine/scene/2d/physics/ray_cast_2d.cpp | 6 +- engine/scene/2d/physics/ray_cast_2d.h | 6 +- engine/scene/2d/physics/rigid_body_2d.cpp | 6 +- engine/scene/2d/physics/rigid_body_2d.h | 6 +- engine/scene/2d/physics/shape_cast_2d.cpp | 6 +- engine/scene/2d/physics/shape_cast_2d.h | 6 +- engine/scene/2d/physics/static_body_2d.cpp | 6 +- engine/scene/2d/physics/static_body_2d.h | 6 +- .../scene/2d/physics/touch_screen_button.cpp | 6 +- engine/scene/2d/physics/touch_screen_button.h | 6 +- engine/scene/2d/polygon_2d.cpp | 6 +- engine/scene/2d/polygon_2d.h | 6 +- engine/scene/2d/remote_transform_2d.cpp | 6 +- engine/scene/2d/remote_transform_2d.h | 6 +- engine/scene/2d/skeleton_2d.cpp | 6 +- engine/scene/2d/skeleton_2d.h | 6 +- engine/scene/2d/sprite_2d.cpp | 6 +- engine/scene/2d/sprite_2d.h | 6 +- engine/scene/2d/tile_map.cpp | 6 +- engine/scene/2d/tile_map.h | 6 +- engine/scene/2d/tile_map_layer.cpp | 6 +- engine/scene/2d/tile_map_layer.h | 6 +- .../2d/visible_on_screen_notifier_2d.cpp | 6 +- .../scene/2d/visible_on_screen_notifier_2d.h | 6 +- engine/scene/3d/aim_modifier_3d.cpp | 6 +- engine/scene/3d/aim_modifier_3d.h | 6 +- engine/scene/3d/audio_listener_3d.cpp | 6 +- engine/scene/3d/audio_listener_3d.h | 6 +- engine/scene/3d/audio_stream_player_3d.cpp | 6 +- engine/scene/3d/audio_stream_player_3d.h | 6 +- engine/scene/3d/bone_attachment_3d.cpp | 6 +- engine/scene/3d/bone_attachment_3d.h | 6 +- engine/scene/3d/bone_constraint_3d.cpp | 6 +- engine/scene/3d/bone_constraint_3d.h | 6 +- engine/scene/3d/bone_twist_disperser_3d.cpp | 6 +- engine/scene/3d/bone_twist_disperser_3d.h | 6 +- engine/scene/3d/camera_3d.cpp | 6 +- engine/scene/3d/camera_3d.h | 6 +- engine/scene/3d/ccd_ik_3d.cpp | 6 +- engine/scene/3d/ccd_ik_3d.h | 6 +- engine/scene/3d/chain_ik_3d.cpp | 6 +- engine/scene/3d/chain_ik_3d.h | 6 +- .../3d/convert_transform_modifier_3d.cpp | 6 +- .../scene/3d/convert_transform_modifier_3d.h | 6 +- .../scene/3d/copy_transform_modifier_3d.cpp | 6 +- engine/scene/3d/copy_transform_modifier_3d.h | 6 +- engine/scene/3d/cpu_particles_3d.cpp | 6 +- engine/scene/3d/cpu_particles_3d.h | 6 +- engine/scene/3d/decal.cpp | 6 +- engine/scene/3d/decal.h | 6 +- engine/scene/3d/fabr_ik_3d.cpp | 6 +- engine/scene/3d/fabr_ik_3d.h | 6 +- engine/scene/3d/fog_volume.cpp | 6 +- engine/scene/3d/fog_volume.h | 6 +- engine/scene/3d/gpu_particles_3d.cpp | 6 +- engine/scene/3d/gpu_particles_3d.h | 6 +- .../scene/3d/gpu_particles_collision_3d.cpp | 6 +- engine/scene/3d/gpu_particles_collision_3d.h | 6 +- engine/scene/3d/ik_modifier_3d.cpp | 6 +- engine/scene/3d/ik_modifier_3d.h | 6 +- engine/scene/3d/importer_mesh_instance_3d.cpp | 6 +- engine/scene/3d/importer_mesh_instance_3d.h | 6 +- engine/scene/3d/iterate_ik_3d.cpp | 6 +- engine/scene/3d/iterate_ik_3d.h | 6 +- engine/scene/3d/jacobian_ik_3d.cpp | 6 +- engine/scene/3d/jacobian_ik_3d.h | 6 +- engine/scene/3d/label_3d.cpp | 6 +- engine/scene/3d/label_3d.h | 6 +- engine/scene/3d/light_3d.cpp | 6 +- engine/scene/3d/light_3d.h | 6 +- engine/scene/3d/lightmap_gi.cpp | 6 +- engine/scene/3d/lightmap_gi.h | 6 +- engine/scene/3d/lightmap_probe.cpp | 6 +- engine/scene/3d/lightmap_probe.h | 6 +- engine/scene/3d/lightmapper.cpp | 6 +- engine/scene/3d/lightmapper.h | 6 +- .../3d/limit_angular_velocity_modifier_3d.cpp | 6 +- .../3d/limit_angular_velocity_modifier_3d.h | 6 +- engine/scene/3d/look_at_modifier_3d.cpp | 6 +- engine/scene/3d/look_at_modifier_3d.h | 6 +- engine/scene/3d/marker_3d.cpp | 6 +- engine/scene/3d/marker_3d.h | 6 +- engine/scene/3d/mesh_instance_3d.cpp | 6 +- engine/scene/3d/mesh_instance_3d.h | 6 +- engine/scene/3d/modifier_bone_target_3d.cpp | 6 +- engine/scene/3d/modifier_bone_target_3d.h | 6 +- engine/scene/3d/multimesh_instance_3d.cpp | 6 +- engine/scene/3d/multimesh_instance_3d.h | 6 +- .../3d/navigation/navigation_agent_3d.cpp | 6 +- .../scene/3d/navigation/navigation_agent_3d.h | 6 +- .../3d/navigation/navigation_link_3d.cpp | 6 +- .../scene/3d/navigation/navigation_link_3d.h | 6 +- .../3d/navigation/navigation_obstacle_3d.cpp | 6 +- .../3d/navigation/navigation_obstacle_3d.h | 6 +- .../3d/navigation/navigation_region_3d.cpp | 6 +- .../3d/navigation/navigation_region_3d.h | 6 +- engine/scene/3d/node_3d.cpp | 6 +- engine/scene/3d/node_3d.h | 6 +- engine/scene/3d/occluder_instance_3d.cpp | 6 +- engine/scene/3d/occluder_instance_3d.h | 6 +- engine/scene/3d/path_3d.cpp | 6 +- engine/scene/3d/path_3d.h | 6 +- .../scene/3d/physics/animatable_body_3d.cpp | 6 +- engine/scene/3d/physics/animatable_body_3d.h | 6 +- engine/scene/3d/physics/area_3d.cpp | 6 +- engine/scene/3d/physics/area_3d.h | 6 +- engine/scene/3d/physics/character_body_3d.cpp | 6 +- engine/scene/3d/physics/character_body_3d.h | 6 +- .../scene/3d/physics/collision_object_3d.cpp | 6 +- engine/scene/3d/physics/collision_object_3d.h | 6 +- .../scene/3d/physics/collision_polygon_3d.cpp | 6 +- .../scene/3d/physics/collision_polygon_3d.h | 6 +- .../scene/3d/physics/collision_shape_3d.cpp | 6 +- engine/scene/3d/physics/collision_shape_3d.h | 6 +- .../3d/physics/joints/cone_twist_joint_3d.cpp | 6 +- .../3d/physics/joints/cone_twist_joint_3d.h | 6 +- .../physics/joints/generic_6dof_joint_3d.cpp | 6 +- .../3d/physics/joints/generic_6dof_joint_3d.h | 6 +- .../3d/physics/joints/hinge_joint_3d.cpp | 6 +- .../scene/3d/physics/joints/hinge_joint_3d.h | 6 +- engine/scene/3d/physics/joints/joint_3d.cpp | 6 +- engine/scene/3d/physics/joints/joint_3d.h | 6 +- .../scene/3d/physics/joints/pin_joint_3d.cpp | 6 +- engine/scene/3d/physics/joints/pin_joint_3d.h | 6 +- .../3d/physics/joints/slider_joint_3d.cpp | 6 +- .../scene/3d/physics/joints/slider_joint_3d.h | 6 +- .../3d/physics/kinematic_collision_3d.cpp | 6 +- .../scene/3d/physics/kinematic_collision_3d.h | 6 +- engine/scene/3d/physics/physical_bone_3d.cpp | 6 +- engine/scene/3d/physics/physical_bone_3d.h | 6 +- .../3d/physics/physical_bone_simulator_3d.cpp | 6 +- .../3d/physics/physical_bone_simulator_3d.h | 6 +- engine/scene/3d/physics/physics_body_3d.cpp | 6 +- engine/scene/3d/physics/physics_body_3d.h | 6 +- engine/scene/3d/physics/ray_cast_3d.cpp | 6 +- engine/scene/3d/physics/ray_cast_3d.h | 6 +- engine/scene/3d/physics/rigid_body_3d.cpp | 6 +- engine/scene/3d/physics/rigid_body_3d.h | 6 +- engine/scene/3d/physics/shape_cast_3d.cpp | 6 +- engine/scene/3d/physics/shape_cast_3d.h | 6 +- engine/scene/3d/physics/soft_body_3d.cpp | 6 +- engine/scene/3d/physics/soft_body_3d.h | 6 +- engine/scene/3d/physics/spring_arm_3d.cpp | 6 +- engine/scene/3d/physics/spring_arm_3d.h | 6 +- engine/scene/3d/physics/static_body_3d.cpp | 6 +- engine/scene/3d/physics/static_body_3d.h | 6 +- engine/scene/3d/physics/vehicle_body_3d.cpp | 6 +- engine/scene/3d/physics/vehicle_body_3d.h | 6 +- engine/scene/3d/reflection_probe.cpp | 6 +- engine/scene/3d/reflection_probe.h | 6 +- engine/scene/3d/remote_transform_3d.cpp | 6 +- engine/scene/3d/remote_transform_3d.h | 6 +- engine/scene/3d/retarget_modifier_3d.cpp | 6 +- engine/scene/3d/retarget_modifier_3d.h | 6 +- engine/scene/3d/skeleton_3d.cpp | 6 +- engine/scene/3d/skeleton_3d.h | 6 +- engine/scene/3d/skeleton_ik_3d.cpp | 6 +- engine/scene/3d/skeleton_ik_3d.h | 6 +- engine/scene/3d/skeleton_modifier_3d.cpp | 6 +- engine/scene/3d/skeleton_modifier_3d.h | 6 +- engine/scene/3d/spline_ik_3d.cpp | 6 +- engine/scene/3d/spline_ik_3d.h | 6 +- engine/scene/3d/spring_bone_collision_3d.cpp | 6 +- engine/scene/3d/spring_bone_collision_3d.h | 6 +- .../3d/spring_bone_collision_capsule_3d.cpp | 6 +- .../3d/spring_bone_collision_capsule_3d.h | 6 +- .../3d/spring_bone_collision_plane_3d.cpp | 6 +- .../scene/3d/spring_bone_collision_plane_3d.h | 6 +- .../3d/spring_bone_collision_sphere_3d.cpp | 6 +- .../3d/spring_bone_collision_sphere_3d.h | 6 +- engine/scene/3d/spring_bone_simulator_3d.cpp | 6 +- engine/scene/3d/spring_bone_simulator_3d.h | 6 +- engine/scene/3d/sprite_3d.cpp | 6 +- engine/scene/3d/sprite_3d.h | 6 +- engine/scene/3d/two_bone_ik_3d.cpp | 6 +- engine/scene/3d/two_bone_ik_3d.h | 6 +- engine/scene/3d/velocity_tracker_3d.cpp | 6 +- engine/scene/3d/velocity_tracker_3d.h | 6 +- .../3d/visible_on_screen_notifier_3d.cpp | 6 +- .../scene/3d/visible_on_screen_notifier_3d.h | 6 +- engine/scene/3d/visual_instance_3d.cpp | 6 +- engine/scene/3d/visual_instance_3d.h | 6 +- engine/scene/3d/voxel_gi.cpp | 6 +- engine/scene/3d/voxel_gi.h | 6 +- engine/scene/3d/voxelizer.cpp | 6 +- engine/scene/3d/voxelizer.h | 6 +- engine/scene/3d/world_environment.cpp | 6 +- engine/scene/3d/world_environment.h | 6 +- engine/scene/3d/xr/xr_body_modifier_3d.cpp | 6 +- engine/scene/3d/xr/xr_body_modifier_3d.h | 6 +- engine/scene/3d/xr/xr_face_modifier_3d.cpp | 6 +- engine/scene/3d/xr/xr_face_modifier_3d.h | 6 +- engine/scene/3d/xr/xr_hand_modifier_3d.cpp | 6 +- engine/scene/3d/xr/xr_hand_modifier_3d.h | 6 +- engine/scene/3d/xr/xr_nodes.cpp | 6 +- engine/scene/3d/xr/xr_nodes.h | 6 +- .../animation/animation_blend_space_1d.cpp | 6 +- .../animation/animation_blend_space_1d.h | 6 +- .../animation/animation_blend_space_2d.cpp | 6 +- .../animation/animation_blend_space_2d.h | 6 +- .../scene/animation/animation_blend_tree.cpp | 6 +- engine/scene/animation/animation_blend_tree.h | 6 +- engine/scene/animation/animation_mixer.cpp | 6 +- engine/scene/animation/animation_mixer.h | 6 +- .../animation/animation_node_extension.cpp | 6 +- .../animation/animation_node_extension.h | 6 +- .../animation_node_state_machine.cpp | 6 +- .../animation/animation_node_state_machine.h | 6 +- engine/scene/animation/animation_player.cpp | 6 +- engine/scene/animation/animation_player.h | 6 +- engine/scene/animation/animation_tree.cpp | 6 +- engine/scene/animation/animation_tree.h | 6 +- engine/scene/animation/easing_equations.h | 6 +- engine/scene/animation/root_motion_view.cpp | 6 +- engine/scene/animation/root_motion_view.h | 6 +- engine/scene/animation/tween.cpp | 6 +- engine/scene/animation/tween.h | 6 +- engine/scene/audio/audio_stream_player.cpp | 6 +- engine/scene/audio/audio_stream_player.h | 6 +- .../audio/audio_stream_player_internal.cpp | 6 +- .../audio/audio_stream_player_internal.h | 6 +- engine/scene/debugger/runtime_node_select.cpp | 6 +- engine/scene/debugger/runtime_node_select.h | 6 +- engine/scene/debugger/scene_debugger.cpp | 6 +- engine/scene/debugger/scene_debugger.h | 6 +- .../scene/debugger/scene_debugger_object.cpp | 6 +- engine/scene/debugger/scene_debugger_object.h | 6 +- engine/scene/gui/aspect_ratio_container.cpp | 6 +- engine/scene/gui/aspect_ratio_container.h | 6 +- engine/scene/gui/base_button.cpp | 6 +- engine/scene/gui/base_button.h | 6 +- engine/scene/gui/box_container.cpp | 6 +- engine/scene/gui/box_container.h | 6 +- engine/scene/gui/button.cpp | 6 +- engine/scene/gui/button.h | 6 +- engine/scene/gui/center_container.cpp | 6 +- engine/scene/gui/center_container.h | 6 +- engine/scene/gui/check_box.cpp | 6 +- engine/scene/gui/check_box.h | 6 +- engine/scene/gui/check_button.cpp | 6 +- engine/scene/gui/check_button.h | 6 +- engine/scene/gui/code_edit.cpp | 6 +- engine/scene/gui/code_edit.h | 6 +- engine/scene/gui/color_mode.cpp | 6 +- engine/scene/gui/color_mode.h | 6 +- engine/scene/gui/color_picker.cpp | 6 +- engine/scene/gui/color_picker.h | 6 +- engine/scene/gui/color_picker_shape.cpp | 6 +- engine/scene/gui/color_picker_shape.h | 6 +- engine/scene/gui/color_rect.cpp | 6 +- engine/scene/gui/color_rect.h | 6 +- engine/scene/gui/container.cpp | 6 +- engine/scene/gui/container.h | 6 +- engine/scene/gui/control.cpp | 6 +- engine/scene/gui/control.h | 6 +- engine/scene/gui/dialogs.cpp | 6 +- engine/scene/gui/dialogs.h | 6 +- engine/scene/gui/file_dialog.cpp | 6 +- engine/scene/gui/file_dialog.h | 6 +- engine/scene/gui/flow_container.cpp | 6 +- engine/scene/gui/flow_container.h | 6 +- engine/scene/gui/foldable_container.cpp | 6 +- engine/scene/gui/foldable_container.h | 6 +- engine/scene/gui/graph_edit.cpp | 6 +- engine/scene/gui/graph_edit.h | 6 +- engine/scene/gui/graph_edit_arranger.cpp | 6 +- engine/scene/gui/graph_edit_arranger.h | 6 +- engine/scene/gui/graph_element.cpp | 6 +- engine/scene/gui/graph_element.h | 6 +- engine/scene/gui/graph_frame.cpp | 6 +- engine/scene/gui/graph_frame.h | 6 +- engine/scene/gui/graph_node.cpp | 6 +- engine/scene/gui/graph_node.h | 6 +- engine/scene/gui/grid_container.cpp | 6 +- engine/scene/gui/grid_container.h | 6 +- engine/scene/gui/item_list.cpp | 6 +- engine/scene/gui/item_list.h | 6 +- engine/scene/gui/label.cpp | 6 +- engine/scene/gui/label.h | 6 +- engine/scene/gui/line_edit.cpp | 6 +- engine/scene/gui/line_edit.h | 6 +- engine/scene/gui/link_button.cpp | 6 +- engine/scene/gui/link_button.h | 6 +- engine/scene/gui/margin_container.cpp | 6 +- engine/scene/gui/margin_container.h | 6 +- engine/scene/gui/menu_bar.cpp | 6 +- engine/scene/gui/menu_bar.h | 6 +- engine/scene/gui/menu_button.cpp | 6 +- engine/scene/gui/menu_button.h | 6 +- engine/scene/gui/nine_patch_rect.cpp | 6 +- engine/scene/gui/nine_patch_rect.h | 6 +- engine/scene/gui/option_button.cpp | 6 +- engine/scene/gui/option_button.h | 6 +- engine/scene/gui/panel.cpp | 6 +- engine/scene/gui/panel.h | 6 +- engine/scene/gui/panel_container.cpp | 6 +- engine/scene/gui/panel_container.h | 6 +- engine/scene/gui/popup.cpp | 6 +- engine/scene/gui/popup.h | 6 +- engine/scene/gui/popup_menu.cpp | 6 +- engine/scene/gui/popup_menu.h | 6 +- engine/scene/gui/progress_bar.cpp | 6 +- engine/scene/gui/progress_bar.h | 6 +- engine/scene/gui/range.cpp | 6 +- engine/scene/gui/range.h | 6 +- engine/scene/gui/reference_rect.cpp | 6 +- engine/scene/gui/reference_rect.h | 6 +- engine/scene/gui/rich_text_effect.cpp | 6 +- engine/scene/gui/rich_text_effect.h | 6 +- engine/scene/gui/rich_text_label.cpp | 6 +- engine/scene/gui/rich_text_label.h | 6 +- engine/scene/gui/scroll_bar.cpp | 6 +- engine/scene/gui/scroll_bar.h | 6 +- engine/scene/gui/scroll_container.cpp | 6 +- engine/scene/gui/scroll_container.h | 6 +- engine/scene/gui/separator.cpp | 6 +- engine/scene/gui/separator.h | 6 +- engine/scene/gui/slider.cpp | 6 +- engine/scene/gui/slider.h | 6 +- engine/scene/gui/spin_box.cpp | 6 +- engine/scene/gui/spin_box.h | 6 +- engine/scene/gui/split_container.cpp | 6 +- engine/scene/gui/split_container.h | 6 +- engine/scene/gui/subviewport_container.cpp | 6 +- engine/scene/gui/subviewport_container.h | 6 +- engine/scene/gui/tab_bar.cpp | 6 +- engine/scene/gui/tab_bar.h | 6 +- engine/scene/gui/tab_container.cpp | 6 +- engine/scene/gui/tab_container.h | 6 +- engine/scene/gui/text_edit.cpp | 6 +- engine/scene/gui/text_edit.h | 6 +- engine/scene/gui/texture_button.cpp | 6 +- engine/scene/gui/texture_button.h | 6 +- engine/scene/gui/texture_progress_bar.cpp | 6 +- engine/scene/gui/texture_progress_bar.h | 6 +- engine/scene/gui/texture_rect.cpp | 6 +- engine/scene/gui/texture_rect.h | 6 +- engine/scene/gui/tree.cpp | 6 +- engine/scene/gui/tree.h | 6 +- engine/scene/gui/video_stream_player.cpp | 6 +- engine/scene/gui/video_stream_player.h | 6 +- engine/scene/gui/view_panner.cpp | 6 +- engine/scene/gui/view_panner.h | 6 +- engine/scene/gui/virtual_joystick.cpp | 6 +- engine/scene/gui/virtual_joystick.h | 6 +- engine/scene/main/canvas_item.cpp | 6 +- engine/scene/main/canvas_item.h | 6 +- engine/scene/main/canvas_layer.cpp | 6 +- engine/scene/main/canvas_layer.h | 6 +- engine/scene/main/http_request.cpp | 6 +- engine/scene/main/http_request.h | 6 +- engine/scene/main/instance_placeholder.cpp | 6 +- engine/scene/main/instance_placeholder.h | 6 +- engine/scene/main/missing_node.cpp | 6 +- engine/scene/main/missing_node.h | 6 +- engine/scene/main/multiplayer_api.cpp | 6 +- engine/scene/main/multiplayer_api.h | 6 +- engine/scene/main/multiplayer_peer.cpp | 6 +- engine/scene/main/multiplayer_peer.h | 6 +- engine/scene/main/node.cpp | 6 +- engine/scene/main/node.h | 6 +- engine/scene/main/resource_preloader.cpp | 6 +- engine/scene/main/resource_preloader.h | 6 +- engine/scene/main/scene_tree.cpp | 6 +- engine/scene/main/scene_tree.h | 6 +- engine/scene/main/scene_tree_fti.cpp | 6 +- engine/scene/main/scene_tree_fti.h | 6 +- engine/scene/main/scene_tree_fti_tests.cpp | 6 +- engine/scene/main/scene_tree_fti_tests.h | 6 +- engine/scene/main/shader_globals_override.cpp | 6 +- engine/scene/main/shader_globals_override.h | 6 +- engine/scene/main/status_indicator.cpp | 6 +- engine/scene/main/status_indicator.h | 6 +- engine/scene/main/timer.cpp | 6 +- engine/scene/main/timer.h | 6 +- engine/scene/main/viewport.cpp | 6 +- engine/scene/main/viewport.h | 6 +- engine/scene/main/window.cpp | 6 +- engine/scene/main/window.h | 6 +- engine/scene/property_list_helper.cpp | 6 +- engine/scene/property_list_helper.h | 6 +- engine/scene/property_utils.cpp | 6 +- engine/scene/property_utils.h | 6 +- engine/scene/register_scene_types.cpp | 6 +- engine/scene/register_scene_types.h | 6 +- .../scene/resources/2d/capsule_shape_2d.cpp | 6 +- engine/scene/resources/2d/capsule_shape_2d.h | 6 +- engine/scene/resources/2d/circle_shape_2d.cpp | 6 +- engine/scene/resources/2d/circle_shape_2d.h | 6 +- .../resources/2d/concave_polygon_shape_2d.cpp | 6 +- .../resources/2d/concave_polygon_shape_2d.h | 6 +- .../resources/2d/convex_polygon_shape_2d.cpp | 6 +- .../resources/2d/convex_polygon_shape_2d.h | 6 +- ...avigation_mesh_source_geometry_data_2d.cpp | 6 +- .../navigation_mesh_source_geometry_data_2d.h | 6 +- .../scene/resources/2d/navigation_polygon.cpp | 6 +- .../scene/resources/2d/navigation_polygon.h | 6 +- .../resources/2d/polygon_path_finder.cpp | 6 +- .../scene/resources/2d/polygon_path_finder.h | 6 +- .../scene/resources/2d/rectangle_shape_2d.cpp | 6 +- .../scene/resources/2d/rectangle_shape_2d.h | 6 +- .../scene/resources/2d/segment_shape_2d.cpp | 6 +- engine/scene/resources/2d/segment_shape_2d.h | 6 +- .../resources/2d/separation_ray_shape_2d.cpp | 6 +- .../resources/2d/separation_ray_shape_2d.h | 6 +- engine/scene/resources/2d/shape_2d.cpp | 6 +- engine/scene/resources/2d/shape_2d.h | 6 +- .../2d/skeleton/skeleton_modification_2d.cpp | 6 +- .../2d/skeleton/skeleton_modification_2d.h | 6 +- .../skeleton_modification_2d_ccdik.cpp | 6 +- .../skeleton/skeleton_modification_2d_ccdik.h | 6 +- .../skeleton_modification_2d_fabrik.cpp | 6 +- .../skeleton_modification_2d_fabrik.h | 6 +- .../skeleton_modification_2d_jiggle.cpp | 6 +- .../skeleton_modification_2d_jiggle.h | 6 +- .../skeleton_modification_2d_lookat.cpp | 6 +- .../skeleton_modification_2d_lookat.h | 6 +- ...skeleton_modification_2d_physicalbones.cpp | 6 +- .../skeleton_modification_2d_physicalbones.h | 6 +- .../skeleton_modification_2d_stackholder.cpp | 6 +- .../skeleton_modification_2d_stackholder.h | 6 +- .../skeleton_modification_2d_twoboneik.cpp | 6 +- .../skeleton_modification_2d_twoboneik.h | 6 +- .../skeleton_modification_stack_2d.cpp | 6 +- .../skeleton/skeleton_modification_stack_2d.h | 6 +- engine/scene/resources/2d/tile_set.cpp | 6 +- engine/scene/resources/2d/tile_set.h | 6 +- .../resources/2d/world_boundary_shape_2d.cpp | 6 +- .../resources/2d/world_boundary_shape_2d.h | 6 +- engine/scene/resources/3d/box_shape_3d.cpp | 6 +- engine/scene/resources/3d/box_shape_3d.h | 6 +- .../scene/resources/3d/capsule_shape_3d.cpp | 6 +- engine/scene/resources/3d/capsule_shape_3d.h | 6 +- .../resources/3d/concave_polygon_shape_3d.cpp | 6 +- .../resources/3d/concave_polygon_shape_3d.h | 6 +- .../resources/3d/convex_polygon_shape_3d.cpp | 6 +- .../resources/3d/convex_polygon_shape_3d.h | 6 +- .../scene/resources/3d/cylinder_shape_3d.cpp | 6 +- engine/scene/resources/3d/cylinder_shape_3d.h | 6 +- engine/scene/resources/3d/fog_material.cpp | 6 +- engine/scene/resources/3d/fog_material.h | 6 +- .../resources/3d/height_map_shape_3d.cpp | 6 +- .../scene/resources/3d/height_map_shape_3d.h | 6 +- engine/scene/resources/3d/importer_mesh.cpp | 6 +- engine/scene/resources/3d/importer_mesh.h | 6 +- .../resources/3d/joint_limitation_3d.cpp | 6 +- .../scene/resources/3d/joint_limitation_3d.h | 6 +- .../resources/3d/joint_limitation_cone_3d.cpp | 6 +- .../resources/3d/joint_limitation_cone_3d.h | 6 +- engine/scene/resources/3d/mesh_library.cpp | 6 +- engine/scene/resources/3d/mesh_library.h | 6 +- ...avigation_mesh_source_geometry_data_3d.cpp | 6 +- .../navigation_mesh_source_geometry_data_3d.h | 6 +- .../scene/resources/3d/primitive_meshes.cpp | 6 +- engine/scene/resources/3d/primitive_meshes.h | 6 +- .../resources/3d/separation_ray_shape_3d.cpp | 6 +- .../resources/3d/separation_ray_shape_3d.h | 6 +- engine/scene/resources/3d/shape_3d.cpp | 6 +- engine/scene/resources/3d/shape_3d.h | 6 +- engine/scene/resources/3d/skin.cpp | 6 +- engine/scene/resources/3d/skin.h | 6 +- engine/scene/resources/3d/sky_material.cpp | 6 +- engine/scene/resources/3d/sky_material.h | 6 +- engine/scene/resources/3d/sphere_shape_3d.cpp | 6 +- engine/scene/resources/3d/sphere_shape_3d.h | 6 +- engine/scene/resources/3d/world_3d.cpp | 6 +- engine/scene/resources/3d/world_3d.h | 6 +- .../resources/3d/world_boundary_shape_3d.cpp | 6 +- .../resources/3d/world_boundary_shape_3d.h | 6 +- engine/scene/resources/animated_texture.cpp | 6 +- engine/scene/resources/animated_texture.h | 6 +- engine/scene/resources/animation.cpp | 6 +- engine/scene/resources/animation.h | 6 +- engine/scene/resources/animation_library.cpp | 6 +- engine/scene/resources/animation_library.h | 6 +- engine/scene/resources/atlas_texture.cpp | 6 +- engine/scene/resources/atlas_texture.h | 6 +- .../resources/audio_stream_polyphonic.cpp | 6 +- .../scene/resources/audio_stream_polyphonic.h | 6 +- engine/scene/resources/audio_stream_wav.cpp | 6 +- engine/scene/resources/audio_stream_wav.h | 6 +- engine/scene/resources/bit_map.cpp | 6 +- engine/scene/resources/bit_map.h | 6 +- engine/scene/resources/blit_material.cpp | 6 +- engine/scene/resources/blit_material.h | 6 +- engine/scene/resources/bone_map.cpp | 6 +- engine/scene/resources/bone_map.h | 6 +- engine/scene/resources/camera_attributes.cpp | 6 +- engine/scene/resources/camera_attributes.h | 6 +- engine/scene/resources/camera_texture.cpp | 6 +- engine/scene/resources/camera_texture.h | 6 +- .../scene/resources/canvas_item_material.cpp | 6 +- engine/scene/resources/canvas_item_material.h | 6 +- engine/scene/resources/color_palette.cpp | 6 +- engine/scene/resources/color_palette.h | 6 +- engine/scene/resources/compositor.cpp | 6 +- engine/scene/resources/compositor.h | 6 +- engine/scene/resources/compressed_texture.cpp | 6 +- engine/scene/resources/compressed_texture.h | 6 +- engine/scene/resources/curve.cpp | 6 +- engine/scene/resources/curve.h | 6 +- engine/scene/resources/curve_texture.cpp | 6 +- engine/scene/resources/curve_texture.h | 6 +- engine/scene/resources/dpi_texture.cpp | 6 +- engine/scene/resources/dpi_texture.h | 6 +- .../scene/resources/drawable_texture_2d.cpp | 6 +- engine/scene/resources/drawable_texture_2d.h | 6 +- engine/scene/resources/environment.cpp | 6 +- engine/scene/resources/environment.h | 6 +- engine/scene/resources/external_texture.cpp | 6 +- engine/scene/resources/external_texture.h | 6 +- engine/scene/resources/font.cpp | 6 +- engine/scene/resources/font.h | 6 +- engine/scene/resources/gradient.cpp | 6 +- engine/scene/resources/gradient.h | 6 +- engine/scene/resources/gradient_texture.cpp | 6 +- engine/scene/resources/gradient_texture.h | 6 +- engine/scene/resources/image_texture.cpp | 6 +- engine/scene/resources/image_texture.h | 6 +- engine/scene/resources/immediate_mesh.cpp | 6 +- engine/scene/resources/immediate_mesh.h | 6 +- engine/scene/resources/label_settings.cpp | 6 +- engine/scene/resources/label_settings.h | 6 +- engine/scene/resources/material.cpp | 6 +- engine/scene/resources/material.h | 6 +- engine/scene/resources/mesh.cpp | 6 +- engine/scene/resources/mesh.h | 6 +- engine/scene/resources/mesh_data_tool.cpp | 6 +- engine/scene/resources/mesh_data_tool.h | 6 +- engine/scene/resources/mesh_texture.cpp | 6 +- engine/scene/resources/mesh_texture.h | 6 +- engine/scene/resources/multimesh.cpp | 6 +- engine/scene/resources/multimesh.h | 6 +- engine/scene/resources/navigation_mesh.cpp | 6 +- engine/scene/resources/navigation_mesh.h | 6 +- engine/scene/resources/packed_scene.cpp | 6 +- engine/scene/resources/packed_scene.h | 6 +- .../resources/particle_process_material.cpp | 6 +- .../resources/particle_process_material.h | 6 +- engine/scene/resources/physics_material.cpp | 6 +- engine/scene/resources/physics_material.h | 6 +- .../scene/resources/placeholder_textures.cpp | 6 +- engine/scene/resources/placeholder_textures.h | 6 +- .../resources/portable_compressed_texture.cpp | 6 +- .../resources/portable_compressed_texture.h | 6 +- .../scene/resources/resource_format_text.cpp | 6 +- engine/scene/resources/resource_format_text.h | 6 +- engine/scene/resources/shader.cpp | 6 +- engine/scene/resources/shader.h | 6 +- engine/scene/resources/shader_include.cpp | 6 +- engine/scene/resources/shader_include.h | 6 +- engine/scene/resources/skeleton_profile.cpp | 6 +- engine/scene/resources/skeleton_profile.h | 6 +- engine/scene/resources/sky.cpp | 6 +- engine/scene/resources/sky.h | 6 +- engine/scene/resources/sprite_frames.cpp | 6 +- engine/scene/resources/sprite_frames.h | 6 +- engine/scene/resources/style_box.cpp | 6 +- engine/scene/resources/style_box.h | 6 +- engine/scene/resources/style_box_flat.cpp | 6 +- engine/scene/resources/style_box_flat.h | 6 +- engine/scene/resources/style_box_line.cpp | 6 +- engine/scene/resources/style_box_line.h | 6 +- engine/scene/resources/style_box_texture.cpp | 6 +- engine/scene/resources/style_box_texture.h | 6 +- engine/scene/resources/surface_tool.cpp | 6 +- engine/scene/resources/surface_tool.h | 6 +- engine/scene/resources/syntax_highlighter.cpp | 6 +- engine/scene/resources/syntax_highlighter.h | 6 +- engine/scene/resources/text_file.cpp | 6 +- engine/scene/resources/text_file.h | 6 +- engine/scene/resources/text_line.cpp | 6 +- engine/scene/resources/text_line.h | 6 +- engine/scene/resources/text_paragraph.cpp | 6 +- engine/scene/resources/text_paragraph.h | 6 +- engine/scene/resources/texture.cpp | 6 +- engine/scene/resources/texture.h | 6 +- engine/scene/resources/texture_rd.cpp | 6 +- engine/scene/resources/texture_rd.h | 6 +- engine/scene/resources/theme.cpp | 6 +- engine/scene/resources/theme.h | 6 +- engine/scene/resources/video_stream.cpp | 6 +- engine/scene/resources/video_stream.h | 6 +- engine/scene/resources/visual_shader.cpp | 6 +- engine/scene/resources/visual_shader.h | 6 +- .../scene/resources/visual_shader_nodes.cpp | 6 +- engine/scene/resources/visual_shader_nodes.h | 6 +- .../visual_shader_particle_nodes.cpp | 6 +- .../resources/visual_shader_particle_nodes.h | 6 +- .../resources/visual_shader_sdf_nodes.cpp | 6 +- .../scene/resources/visual_shader_sdf_nodes.h | 6 +- engine/scene/resources/world_2d.cpp | 6 +- engine/scene/resources/world_2d.h | 6 +- engine/scene/scene_string_names.h | 6 +- engine/scene/theme/default_theme.cpp | 6 +- engine/scene/theme/default_theme.h | 6 +- engine/scene/theme/theme_db.cpp | 6 +- engine/scene/theme/theme_db.h | 6 +- engine/scene/theme/theme_owner.cpp | 6 +- engine/scene/theme/theme_owner.h | 6 +- engine/servers/audio/audio_driver_dummy.cpp | 6 +- engine/servers/audio/audio_driver_dummy.h | 6 +- engine/servers/audio/audio_effect.cpp | 6 +- engine/servers/audio/audio_effect.h | 6 +- engine/servers/audio/audio_filter_sw.cpp | 6 +- engine/servers/audio/audio_filter_sw.h | 6 +- engine/servers/audio/audio_rb_resampler.cpp | 6 +- engine/servers/audio/audio_rb_resampler.h | 6 +- engine/servers/audio/audio_server.cpp | 6 +- engine/servers/audio/audio_server.h | 6 +- engine/servers/audio/audio_stream.cpp | 6 +- engine/servers/audio/audio_stream.h | 6 +- .../audio/effects/audio_effect_amplify.cpp | 6 +- .../audio/effects/audio_effect_amplify.h | 6 +- .../audio/effects/audio_effect_capture.cpp | 6 +- .../audio/effects/audio_effect_capture.h | 6 +- .../audio/effects/audio_effect_chorus.cpp | 6 +- .../audio/effects/audio_effect_chorus.h | 6 +- .../audio/effects/audio_effect_compressor.cpp | 6 +- .../audio/effects/audio_effect_compressor.h | 6 +- .../audio/effects/audio_effect_delay.cpp | 6 +- .../audio/effects/audio_effect_delay.h | 6 +- .../audio/effects/audio_effect_distortion.cpp | 6 +- .../audio/effects/audio_effect_distortion.h | 6 +- .../servers/audio/effects/audio_effect_eq.cpp | 6 +- .../servers/audio/effects/audio_effect_eq.h | 6 +- .../audio/effects/audio_effect_filter.cpp | 6 +- .../audio/effects/audio_effect_filter.h | 6 +- .../effects/audio_effect_hard_limiter.cpp | 6 +- .../audio/effects/audio_effect_hard_limiter.h | 6 +- .../audio/effects/audio_effect_limiter.cpp | 6 +- .../audio/effects/audio_effect_limiter.h | 6 +- .../audio/effects/audio_effect_panner.cpp | 6 +- .../audio/effects/audio_effect_panner.h | 6 +- .../audio/effects/audio_effect_phaser.cpp | 6 +- .../audio/effects/audio_effect_phaser.h | 6 +- .../effects/audio_effect_pitch_shift.cpp | 6 +- .../audio/effects/audio_effect_pitch_shift.h | 6 +- .../audio/effects/audio_effect_record.cpp | 6 +- .../audio/effects/audio_effect_record.h | 6 +- .../audio/effects/audio_effect_reverb.cpp | 6 +- .../audio/effects/audio_effect_reverb.h | 6 +- .../audio_effect_spectrum_analyzer.cpp | 6 +- .../effects/audio_effect_spectrum_analyzer.h | 6 +- .../effects/audio_effect_stereo_enhance.cpp | 6 +- .../effects/audio_effect_stereo_enhance.h | 6 +- .../audio/effects/audio_stream_generator.cpp | 6 +- .../audio/effects/audio_stream_generator.h | 6 +- engine/servers/audio/effects/eq_filter.cpp | 6 +- engine/servers/audio/effects/eq_filter.h | 6 +- .../servers/audio/effects/reverb_filter.cpp | 6 +- engine/servers/audio/effects/reverb_filter.h | 6 +- engine/servers/camera/camera_feed.cpp | 6 +- engine/servers/camera/camera_feed.h | 6 +- engine/servers/camera/camera_server.cpp | 6 +- engine/servers/camera/camera_server.h | 6 +- engine/servers/debugger/servers_debugger.cpp | 6 +- engine/servers/debugger/servers_debugger.h | 6 +- engine/servers/display/display_server.cpp | 6 +- engine/servers/display/display_server.h | 6 +- .../display/display_server_headless.cpp | 6 +- .../servers/display/display_server_headless.h | 6 +- engine/servers/display/native_menu.cpp | 6 +- engine/servers/display/native_menu.h | 6 +- engine/servers/movie_writer/movie_writer.cpp | 6 +- engine/servers/movie_writer/movie_writer.h | 6 +- .../movie_writer/movie_writer_pngwav.cpp | 6 +- .../movie_writer/movie_writer_pngwav.h | 6 +- engine/servers/nav_heap.h | 6 +- .../navigation_2d/navigation_constants_2d.h | 6 +- .../navigation_path_query_parameters_2d.cpp | 6 +- .../navigation_path_query_parameters_2d.h | 6 +- .../navigation_path_query_result_2d.cpp | 6 +- .../navigation_path_query_result_2d.h | 6 +- .../navigation_2d/navigation_server_2d.cpp | 6 +- .../navigation_2d/navigation_server_2d.h | 6 +- .../navigation_server_2d_dummy.h | 6 +- .../navigation_3d/navigation_constants_3d.h | 6 +- .../navigation_path_query_parameters_3d.cpp | 6 +- .../navigation_path_query_parameters_3d.h | 6 +- .../navigation_path_query_result_3d.cpp | 6 +- .../navigation_path_query_result_3d.h | 6 +- .../navigation_3d/navigation_server_3d.cpp | 6 +- .../navigation_3d/navigation_server_3d.h | 6 +- .../navigation_server_3d_dummy.h | 6 +- .../servers/physics_2d/physics_server_2d.cpp | 6 +- engine/servers/physics_2d/physics_server_2d.h | 6 +- .../physics_2d/physics_server_2d_dummy.h | 6 +- .../physics_server_2d_extension.cpp | 6 +- .../physics_2d/physics_server_2d_extension.h | 6 +- .../physics_2d/physics_server_2d_wrap_mt.cpp | 6 +- .../physics_2d/physics_server_2d_wrap_mt.h | 6 +- .../servers/physics_3d/physics_server_3d.cpp | 6 +- engine/servers/physics_3d/physics_server_3d.h | 6 +- .../physics_3d/physics_server_3d_dummy.h | 6 +- .../physics_server_3d_extension.cpp | 6 +- .../physics_3d/physics_server_3d_extension.h | 6 +- .../physics_3d/physics_server_3d_wrap_mt.cpp | 6 +- .../physics_3d/physics_server_3d_wrap_mt.h | 6 +- engine/servers/register_server_types.cpp | 6 +- engine/servers/register_server_types.h | 6 +- .../servers/rendering/dummy/environment/fog.h | 6 +- .../servers/rendering/dummy/environment/gi.h | 6 +- .../rendering/dummy/rasterizer_canvas_dummy.h | 6 +- .../rendering/dummy/rasterizer_dummy.h | 6 +- .../rendering/dummy/rasterizer_scene_dummy.h | 6 +- .../rendering/dummy/storage/light_storage.cpp | 6 +- .../rendering/dummy/storage/light_storage.h | 6 +- .../dummy/storage/material_storage.cpp | 6 +- .../dummy/storage/material_storage.h | 6 +- .../rendering/dummy/storage/mesh_storage.cpp | 6 +- .../rendering/dummy/storage/mesh_storage.h | 6 +- .../dummy/storage/particles_storage.h | 6 +- .../rendering/dummy/storage/texture_storage.h | 6 +- .../rendering/dummy/storage/utilities.cpp | 6 +- .../rendering/dummy/storage/utilities.h | 6 +- .../rendering/environment/renderer_fog.h | 6 +- .../rendering/environment/renderer_gi.h | 6 +- .../servers/rendering/instance_uniforms.cpp | 6 +- engine/servers/rendering/instance_uniforms.h | 6 +- engine/servers/rendering/multi_uma_buffer.h | 6 +- .../rendering/renderer_canvas_cull.cpp | 6 +- .../servers/rendering/renderer_canvas_cull.h | 6 +- .../rendering/renderer_canvas_render.cpp | 6 +- .../rendering/renderer_canvas_render.h | 6 +- .../servers/rendering/renderer_compositor.cpp | 6 +- .../servers/rendering/renderer_compositor.h | 6 +- .../rendering/renderer_geometry_instance.cpp | 6 +- .../rendering/renderer_geometry_instance.h | 6 +- .../renderer_rd/cluster_builder_rd.cpp | 6 +- .../renderer_rd/cluster_builder_rd.h | 6 +- .../renderer_rd/effects/bokeh_dof.cpp | 6 +- .../rendering/renderer_rd/effects/bokeh_dof.h | 6 +- .../renderer_rd/effects/copy_effects.cpp | 6 +- .../renderer_rd/effects/copy_effects.h | 6 +- .../renderer_rd/effects/debug_effects.cpp | 6 +- .../renderer_rd/effects/debug_effects.h | 6 +- .../rendering/renderer_rd/effects/fsr.cpp | 6 +- .../rendering/renderer_rd/effects/fsr.h | 6 +- .../rendering/renderer_rd/effects/fsr2.cpp | 6 +- .../rendering/renderer_rd/effects/fsr2.h | 6 +- .../renderer_rd/effects/luminance.cpp | 6 +- .../rendering/renderer_rd/effects/luminance.h | 6 +- .../renderer_rd/effects/metal_fx.cpp | 6 +- .../rendering/renderer_rd/effects/metal_fx.h | 6 +- .../effects/motion_vectors_store.cpp | 6 +- .../effects/motion_vectors_store.h | 6 +- .../rendering/renderer_rd/effects/resolve.cpp | 6 +- .../rendering/renderer_rd/effects/resolve.h | 6 +- .../renderer_rd/effects/roughness_limiter.cpp | 6 +- .../renderer_rd/effects/roughness_limiter.h | 6 +- .../rendering/renderer_rd/effects/smaa.cpp | 6 +- .../rendering/renderer_rd/effects/smaa.h | 6 +- .../renderer_rd/effects/sort_effects.cpp | 6 +- .../renderer_rd/effects/sort_effects.h | 6 +- .../renderer_rd/effects/spatial_upscaler.h | 6 +- .../renderer_rd/effects/ss_effects.cpp | 6 +- .../renderer_rd/effects/ss_effects.h | 6 +- .../rendering/renderer_rd/effects/taa.cpp | 6 +- .../rendering/renderer_rd/effects/taa.h | 6 +- .../renderer_rd/effects/tone_mapper.cpp | 6 +- .../renderer_rd/effects/tone_mapper.h | 6 +- .../rendering/renderer_rd/effects/vrs.cpp | 6 +- .../rendering/renderer_rd/effects/vrs.h | 6 +- .../rendering/renderer_rd/environment/fog.cpp | 6 +- .../rendering/renderer_rd/environment/fog.h | 6 +- .../rendering/renderer_rd/environment/gi.cpp | 6 +- .../rendering/renderer_rd/environment/gi.h | 6 +- .../rendering/renderer_rd/environment/sky.cpp | 6 +- .../rendering/renderer_rd/environment/sky.h | 6 +- .../render_forward_clustered.cpp | 6 +- .../render_forward_clustered.h | 6 +- .../scene_shader_forward_clustered.cpp | 6 +- .../scene_shader_forward_clustered.h | 6 +- .../forward_mobile/render_forward_mobile.cpp | 6 +- .../forward_mobile/render_forward_mobile.h | 6 +- .../scene_shader_forward_mobile.cpp | 6 +- .../scene_shader_forward_mobile.h | 6 +- .../renderer_rd/framebuffer_cache_rd.cpp | 6 +- .../renderer_rd/framebuffer_cache_rd.h | 6 +- .../renderer_rd/pipeline_cache_rd.cpp | 6 +- .../rendering/renderer_rd/pipeline_cache_rd.h | 6 +- .../renderer_rd/pipeline_deferred_rd.h | 6 +- .../renderer_rd/pipeline_hash_map_rd.h | 6 +- .../renderer_rd/renderer_canvas_render_rd.cpp | 6 +- .../renderer_rd/renderer_canvas_render_rd.h | 6 +- .../renderer_rd/renderer_compositor_rd.cpp | 6 +- .../renderer_rd/renderer_compositor_rd.h | 6 +- .../renderer_rd/renderer_scene_render_rd.cpp | 6 +- .../renderer_rd/renderer_scene_render_rd.h | 6 +- .../rendering/renderer_rd/shader_rd.cpp | 6 +- .../servers/rendering/renderer_rd/shader_rd.h | 6 +- .../storage_rd/forward_id_storage.h | 6 +- .../renderer_rd/storage_rd/light_storage.cpp | 6 +- .../renderer_rd/storage_rd/light_storage.h | 6 +- .../storage_rd/material_storage.cpp | 6 +- .../renderer_rd/storage_rd/material_storage.h | 6 +- .../renderer_rd/storage_rd/mesh_storage.cpp | 6 +- .../renderer_rd/storage_rd/mesh_storage.h | 6 +- .../storage_rd/particles_storage.cpp | 6 +- .../storage_rd/particles_storage.h | 6 +- .../storage_rd/render_buffer_custom_data_rd.h | 6 +- .../renderer_rd/storage_rd/render_data_rd.h | 6 +- .../storage_rd/render_scene_buffers_rd.cpp | 6 +- .../storage_rd/render_scene_buffers_rd.h | 6 +- .../storage_rd/render_scene_data_rd.cpp | 6 +- .../storage_rd/render_scene_data_rd.h | 6 +- .../storage_rd/texture_storage.cpp | 6 +- .../renderer_rd/storage_rd/texture_storage.h | 6 +- .../renderer_rd/storage_rd/utilities.cpp | 6 +- .../renderer_rd/storage_rd/utilities.h | 6 +- .../renderer_rd/uniform_set_cache_rd.cpp | 6 +- .../renderer_rd/uniform_set_cache_rd.h | 6 +- .../servers/rendering/renderer_scene_cull.cpp | 6 +- .../servers/rendering/renderer_scene_cull.h | 6 +- .../renderer_scene_occlusion_cull.cpp | 6 +- .../rendering/renderer_scene_occlusion_cull.h | 6 +- .../rendering/renderer_scene_render.cpp | 6 +- .../servers/rendering/renderer_scene_render.h | 6 +- .../servers/rendering/renderer_viewport.cpp | 6 +- engine/servers/rendering/renderer_viewport.h | 6 +- .../rendering/rendering_context_driver.cpp | 6 +- .../rendering/rendering_context_driver.h | 6 +- engine/servers/rendering/rendering_device.cpp | 6 +- engine/servers/rendering/rendering_device.h | 6 +- .../rendering/rendering_device_binds.cpp | 6 +- .../rendering/rendering_device_binds.h | 6 +- .../rendering/rendering_device_commons.cpp | 6 +- .../rendering/rendering_device_commons.h | 6 +- .../rendering/rendering_device_driver.cpp | 6 +- .../rendering/rendering_device_driver.h | 6 +- .../rendering/rendering_device_enums.h | 6 +- .../rendering/rendering_device_graph.cpp | 6 +- .../rendering/rendering_device_graph.h | 6 +- .../rendering/rendering_light_culler.cpp | 6 +- .../rendering/rendering_light_culler.h | 6 +- engine/servers/rendering/rendering_method.h | 6 +- engine/servers/rendering/rendering_server.cpp | 6 +- engine/servers/rendering/rendering_server.h | 6 +- .../rendering/rendering_server_constants.h | 6 +- .../rendering/rendering_server_default.cpp | 6 +- .../rendering/rendering_server_default.h | 6 +- .../rendering/rendering_server_globals.h | 6 +- .../rendering/rendering_shader_container.cpp | 6 +- .../rendering/rendering_shader_container.h | 6 +- .../rendering/rendering_shader_library.h | 6 +- engine/servers/rendering/shader_compiler.cpp | 6 +- engine/servers/rendering/shader_compiler.h | 6 +- .../servers/rendering/shader_include_db.cpp | 6 +- engine/servers/rendering/shader_include_db.h | 6 +- engine/servers/rendering/shader_language.cpp | 6 +- engine/servers/rendering/shader_language.h | 6 +- .../servers/rendering/shader_preprocessor.cpp | 6 +- .../servers/rendering/shader_preprocessor.h | 6 +- engine/servers/rendering/shader_types.cpp | 6 +- engine/servers/rendering/shader_types.h | 6 +- engine/servers/rendering/shader_warnings.cpp | 6 +- engine/servers/rendering/shader_warnings.h | 6 +- .../storage/camera_attributes_storage.cpp | 6 +- .../storage/camera_attributes_storage.h | 6 +- .../rendering/storage/compositor_storage.cpp | 6 +- .../rendering/storage/compositor_storage.h | 6 +- .../rendering/storage/environment_storage.cpp | 6 +- .../rendering/storage/environment_storage.h | 6 +- .../servers/rendering/storage/light_storage.h | 6 +- .../rendering/storage/material_storage.h | 6 +- .../rendering/storage/mesh_storage.cpp | 6 +- .../servers/rendering/storage/mesh_storage.h | 6 +- .../rendering/storage/particles_storage.h | 6 +- .../servers/rendering/storage/render_data.cpp | 6 +- .../servers/rendering/storage/render_data.h | 6 +- .../storage/render_scene_buffers.cpp | 6 +- .../rendering/storage/render_scene_buffers.h | 6 +- .../rendering/storage/render_scene_data.cpp | 6 +- .../rendering/storage/render_scene_data.h | 6 +- .../rendering/storage/texture_storage.h | 6 +- .../servers/rendering/storage/utilities.cpp | 6 +- engine/servers/rendering/storage/utilities.h | 6 +- .../rendering/storage/variant_converters.h | 6 +- engine/servers/server_wrap_mt_common.h | 6 +- engine/servers/text/text_server.cpp | 6 +- engine/servers/text/text_server.h | 6 +- engine/servers/text/text_server_dummy.h | 6 +- engine/servers/text/text_server_extension.cpp | 6 +- engine/servers/text/text_server_extension.h | 6 +- engine/servers/xr/xr_body_tracker.cpp | 6 +- engine/servers/xr/xr_body_tracker.h | 6 +- engine/servers/xr/xr_controller_tracker.h | 6 +- engine/servers/xr/xr_face_tracker.cpp | 6 +- engine/servers/xr/xr_face_tracker.h | 6 +- engine/servers/xr/xr_hand_tracker.cpp | 6 +- engine/servers/xr/xr_hand_tracker.h | 6 +- engine/servers/xr/xr_interface.cpp | 6 +- engine/servers/xr/xr_interface.h | 6 +- engine/servers/xr/xr_interface_extension.cpp | 6 +- engine/servers/xr/xr_interface_extension.h | 6 +- engine/servers/xr/xr_pose.cpp | 6 +- engine/servers/xr/xr_pose.h | 6 +- engine/servers/xr/xr_positional_tracker.cpp | 6 +- engine/servers/xr/xr_positional_tracker.h | 6 +- engine/servers/xr/xr_server.cpp | 6 +- engine/servers/xr/xr_server.h | 6 +- engine/servers/xr/xr_tracker.cpp | 6 +- engine/servers/xr/xr_tracker.h | 6 +- engine/servers/xr/xr_vrs.cpp | 6 +- engine/servers/xr/xr_vrs.h | 6 +- .../compatibility_test/src/compat_checker.h | 6 +- .../core/config/test_project_settings.cpp | 6 +- engine/tests/core/input/test_input_event.cpp | 6 +- .../tests/core/input/test_input_event_key.cpp | 6 +- .../core/input/test_input_event_mouse.cpp | 6 +- engine/tests/core/input/test_shortcut.cpp | 6 +- engine/tests/core/io/test_config_file.cpp | 6 +- engine/tests/core/io/test_file_access.cpp | 6 +- engine/tests/core/io/test_http_client.cpp | 6 +- engine/tests/core/io/test_image.cpp | 6 +- engine/tests/core/io/test_ip.cpp | 6 +- engine/tests/core/io/test_ip_address.cpp | 6 +- engine/tests/core/io/test_json.cpp | 10 +- engine/tests/core/io/test_json_native.cpp | 6 +- engine/tests/core/io/test_logger.cpp | 6 +- engine/tests/core/io/test_marshalls.cpp | 6 +- engine/tests/core/io/test_packet_peer.cpp | 6 +- engine/tests/core/io/test_pck_packer.cpp | 6 +- engine/tests/core/io/test_resource.cpp | 6 +- engine/tests/core/io/test_resource_uid.cpp | 6 +- engine/tests/core/io/test_stream_peer.cpp | 6 +- .../tests/core/io/test_stream_peer_buffer.cpp | 6 +- .../tests/core/io/test_stream_peer_gzip.cpp | 6 +- engine/tests/core/io/test_stream_peer_tcp.cpp | 6 +- engine/tests/core/io/test_tcp_server.cpp | 6 +- engine/tests/core/io/test_udp_server.cpp | 6 +- engine/tests/core/io/test_uds_server.cpp | 6 +- engine/tests/core/io/test_xml_parser.cpp | 6 +- engine/tests/core/math/test_aabb.cpp | 6 +- engine/tests/core/math/test_astar.cpp | 6 +- engine/tests/core/math/test_basis.cpp | 6 +- engine/tests/core/math/test_color.cpp | 6 +- engine/tests/core/math/test_expression.cpp | 6 +- engine/tests/core/math/test_geometry_2d.cpp | 6 +- engine/tests/core/math/test_geometry_3d.cpp | 6 +- engine/tests/core/math/test_math_funcs.cpp | 6 +- engine/tests/core/math/test_plane.cpp | 6 +- engine/tests/core/math/test_projection.cpp | 6 +- engine/tests/core/math/test_quaternion.cpp | 6 +- .../math/test_random_number_generator.cpp | 6 +- engine/tests/core/math/test_rect2.cpp | 6 +- engine/tests/core/math/test_rect2i.cpp | 6 +- engine/tests/core/math/test_transform_2d.cpp | 6 +- engine/tests/core/math/test_transform_3d.cpp | 6 +- engine/tests/core/math/test_triangle_mesh.cpp | 6 +- engine/tests/core/math/test_vector2.cpp | 6 +- engine/tests/core/math/test_vector2i.cpp | 6 +- engine/tests/core/math/test_vector3.cpp | 6 +- engine/tests/core/math/test_vector3i.cpp | 6 +- engine/tests/core/math/test_vector4.cpp | 6 +- engine/tests/core/math/test_vector4i.cpp | 6 +- engine/tests/core/object/test_class_db.cpp | 6 +- engine/tests/core/object/test_method_bind.cpp | 6 +- engine/tests/core/object/test_object.cpp | 6 +- engine/tests/core/object/test_undo_redo.cpp | 6 +- engine/tests/core/os/test_os.cpp | 6 +- .../tests/core/string/test_fuzzy_search.cpp | 6 +- engine/tests/core/string/test_node_path.cpp | 6 +- engine/tests/core/string/test_string.cpp | 30 +- engine/tests/core/string/test_translation.cpp | 6 +- .../core/string/test_translation_server.cpp | 6 +- .../tests/core/templates/test_a_hash_map.cpp | 6 +- .../core/templates/test_command_queue.cpp | 6 +- .../core/templates/test_fixed_vector.cpp | 6 +- engine/tests/core/templates/test_hash_map.cpp | 6 +- engine/tests/core/templates/test_hash_set.cpp | 6 +- engine/tests/core/templates/test_list.cpp | 6 +- .../core/templates/test_local_vector.cpp | 6 +- engine/tests/core/templates/test_lru.cpp | 6 +- .../tests/core/templates/test_paged_array.cpp | 6 +- engine/tests/core/templates/test_rid.cpp | 6 +- .../tests/core/templates/test_self_list.cpp | 6 +- engine/tests/core/templates/test_span.cpp | 6 +- engine/tests/core/templates/test_vector.cpp | 6 +- engine/tests/core/templates/test_vset.cpp | 6 +- engine/tests/core/test_crypto.cpp | 6 +- engine/tests/core/test_hashing_context.cpp | 6 +- engine/tests/core/test_time.cpp | 6 +- engine/tests/core/test_validate_testing.cpp | 6 +- .../core/threads/test_worker_thread_pool.cpp | 6 +- engine/tests/core/variant/test_array.cpp | 6 +- engine/tests/core/variant/test_callable.cpp | 6 +- engine/tests/core/variant/test_dictionary.cpp | 6 +- engine/tests/core/variant/test_variant.cpp | 6 +- .../core/variant/test_variant_utility.cpp | 6 +- engine/tests/create_test.py | 6 +- engine/tests/display_server_mock.cpp | 6 +- engine/tests/display_server_mock.h | 6 +- engine/tests/scene/test_animation.cpp | 6 +- .../tests/scene/test_animation_blend_tree.cpp | 6 +- engine/tests/scene/test_animation_player.cpp | 6 +- engine/tests/scene/test_arraymesh.cpp | 6 +- engine/tests/scene/test_audio_stream_wav.cpp | 6 +- engine/tests/scene/test_bit_map.cpp | 6 +- engine/tests/scene/test_button.cpp | 6 +- engine/tests/scene/test_camera_2d.cpp | 6 +- engine/tests/scene/test_camera_3d.cpp | 6 +- engine/tests/scene/test_code_edit.cpp | 6 +- engine/tests/scene/test_color_picker.cpp | 6 +- engine/tests/scene/test_control.cpp | 6 +- .../test_convert_transform_modifier_3d.cpp | 6 +- .../scene/test_copy_transform_modifier_3d.cpp | 6 +- engine/tests/scene/test_curve.cpp | 6 +- engine/tests/scene/test_curve_2d.cpp | 6 +- engine/tests/scene/test_curve_3d.cpp | 6 +- engine/tests/scene/test_decal.cpp | 6 +- engine/tests/scene/test_fontfile.cpp | 6 +- engine/tests/scene/test_gltf_document.cpp | 6 +- engine/tests/scene/test_gradient.cpp | 6 +- engine/tests/scene/test_gradient_texture.cpp | 6 +- engine/tests/scene/test_graph_node.cpp | 6 +- .../tests/scene/test_height_map_shape_3d.cpp | 6 +- engine/tests/scene/test_image_texture.cpp | 6 +- engine/tests/scene/test_image_texture_3d.cpp | 6 +- .../tests/scene/test_instance_placeholder.cpp | 6 +- .../tests/scene/test_navigation_agent_2d.cpp | 6 +- .../tests/scene/test_navigation_agent_3d.cpp | 6 +- .../scene/test_navigation_obstacle_2d.cpp | 6 +- .../scene/test_navigation_obstacle_3d.cpp | 6 +- .../tests/scene/test_navigation_region_2d.cpp | 6 +- .../tests/scene/test_navigation_region_3d.cpp | 6 +- engine/tests/scene/test_node.cpp | 6 +- engine/tests/scene/test_node_2d.cpp | 6 +- engine/tests/scene/test_option_button.cpp | 6 +- engine/tests/scene/test_packed_scene.cpp | 6 +- engine/tests/scene/test_parallax_2d.cpp | 6 +- engine/tests/scene/test_path_2d.cpp | 6 +- engine/tests/scene/test_path_3d.cpp | 6 +- engine/tests/scene/test_path_follow_2d.cpp | 6 +- engine/tests/scene/test_path_follow_3d.cpp | 6 +- engine/tests/scene/test_physics_material.cpp | 6 +- engine/tests/scene/test_primitives.cpp | 6 +- engine/tests/scene/test_skeleton_3d.cpp | 6 +- engine/tests/scene/test_sky.cpp | 6 +- engine/tests/scene/test_split_container.cpp | 6 +- engine/tests/scene/test_sprite_2d.cpp | 6 +- engine/tests/scene/test_sprite_frames.cpp | 6 +- engine/tests/scene/test_style_box_texture.cpp | 6 +- engine/tests/scene/test_tab_bar.cpp | 6 +- engine/tests/scene/test_tab_container.cpp | 6 +- engine/tests/scene/test_text_edit.cpp | 8 +- .../tests/scene/test_texture_progress_bar.cpp | 6 +- engine/tests/scene/test_theme.cpp | 6 +- engine/tests/scene/test_timer.cpp | 6 +- engine/tests/scene/test_tree.cpp | 6 +- engine/tests/scene/test_viewport.cpp | 6 +- engine/tests/scene/test_visual_shader.cpp | 6 +- engine/tests/scene/test_window.cpp | 6 +- .../rendering/test_shader_preprocessor.cpp | 6 +- engine/tests/servers/test_nav_heap.cpp | 6 +- .../servers/test_navigation_server_2d.cpp | 6 +- .../servers/test_navigation_server_3d.cpp | 6 +- engine/tests/servers/test_text_server.cpp | 6 +- engine/tests/servers/test_triangle2.cpp | 6 +- engine/tests/signal_watcher.cpp | 6 +- engine/tests/signal_watcher.h | 6 +- engine/tests/test_macros.cpp | 6 +- engine/tests/test_macros.h | 6 +- engine/tests/test_main.cpp | 6 +- engine/tests/test_main.h | 6 +- engine/tests/test_tools.h | 6 +- engine/tests/test_utils.cpp | 6 +- engine/tests/test_utils.h | 6 +- engine/thirdparty/dr_libs/dr_bridge.h | 6 +- engine/thirdparty/enet/enet/enet_aethex.h | 6 +- engine/thirdparty/enet/enet/enet_aethex_ext.h | 6 +- engine/thirdparty/enet/enet_aethex.cpp | 6 +- .../include/aethex_core_mbedtls_config.h | 6 +- .../include/aethex_module_mbedtls_config.h | 6 +- engine/thirdparty/metal-cpp/metal_cpp.cpp | 6 +- .../miniupnpc/src/miniupnpcstrings.h | 2 +- rebrand.ps1 | 26 + 3592 files changed, 13793 insertions(+), 12045 deletions(-) create mode 100644 engine/build_log.txt create mode 100644 engine/modules/aethex_kinect/README.md create mode 100644 engine/modules/aethex_kinect/SCsub create mode 100644 engine/modules/aethex_kinect/config.py create mode 100644 engine/modules/aethex_kinect/kinect_bridge.cpp create mode 100644 engine/modules/aethex_kinect/kinect_bridge.h create mode 100644 engine/modules/aethex_kinect/kinect_gesture_detector.cpp create mode 100644 engine/modules/aethex_kinect/kinect_gesture_detector.h create mode 100644 engine/modules/aethex_kinect/kinect_skeleton.cpp create mode 100644 engine/modules/aethex_kinect/kinect_skeleton.h create mode 100644 engine/modules/aethex_kinect/register_types.cpp create mode 100644 engine/modules/aethex_kinect/register_types.h create mode 100644 engine/modules/aethex_lang/editor/aethex_editor_plugin.cpp create mode 100644 engine/modules/aethex_lang/editor/aethex_editor_plugin.h create mode 100644 rebrand.ps1 diff --git a/engine/build_log.txt b/engine/build_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..f370edd3084526448400c4acd32595e514b0c440 GIT binary patch literal 360 zcmb7=%?iRW5QOI}_zse@coGqh`Ud&{rKCR!T1%T!pI-g47PRO^LXyqw?CfkF_f}q4 zRcf`-Onc=@mFWah@;+!cWW5^DS^=~mI>T&<7q+IFXsgcfcXdH+1E+?aQu%scK%9E( zk-_NEahijsu)U6C0_vW#1Idkl(^@Mf?B&1?#xKc7PmViw4%XA*Dta1E7rRxa7ghh6 O^OxH9yq}K7fAa(tbUup! literal 0 HcmV?d00001 diff --git a/engine/core/config/engine.cpp b/engine/core/config/engine.cpp index 35839b07..94256926 100644 --- a/engine/core/config/engine.cpp +++ b/engine/core/config/engine.cpp @@ -2,10 +2,10 @@ /* engine.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/config/engine.h b/engine/core/config/engine.h index 9e5e2f72..9d02b394 100644 --- a/engine/core/config/engine.h +++ b/engine/core/config/engine.h @@ -2,10 +2,10 @@ /* engine.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/config/project_settings.cpp b/engine/core/config/project_settings.cpp index 15fbed33..b06c1e95 100644 --- a/engine/core/config/project_settings.cpp +++ b/engine/core/config/project_settings.cpp @@ -2,10 +2,10 @@ /* project_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -644,7 +644,7 @@ void ProjectSettings::_convert_to_last_version(int p_from_version) { } /* - * This method is responsible for loading a project.godot file and/or data file + * This method is responsible for loading a project.aethex file and/or data file * using the following merit order: * - If using NetworkClient, try to lookup project file or fail. * - If --main-pack was passed by the user (`p_main_pack`), load it or fail. @@ -685,7 +685,7 @@ Error ProjectSettings::_setup(const String &p_path, const String &p_main_pack, b bool ok = _load_resource_pack(p_main_pack, false, 0, true); ERR_FAIL_COND_V_MSG(!ok, ERR_CANT_OPEN, vformat("Cannot open resource pack '%s'.", p_main_pack)); - Error err = _load_settings_text_or_binary("res://project.godot", "res://project.binary"); + Error err = _load_settings_text_or_binary("res://project.aethex", "res://project.binary"); #ifdef OVERRIDE_ENABLED if (err == OK && !p_ignore_override) { // Load override from location of the main pack @@ -740,7 +740,7 @@ Error ProjectSettings::_setup(const String &p_path, const String &p_main_pack, b // If we opened our package, try and load our project. if (found) { - Error err = _load_settings_text_or_binary("res://project.godot", "res://project.binary"); + Error err = _load_settings_text_or_binary("res://project.aethex", "res://project.binary"); #ifdef OVERRIDE_ENABLED if (err == OK && !p_ignore_override) { // Load overrides from the PCK and the executable location. @@ -765,7 +765,7 @@ Error ProjectSettings::_setup(const String &p_path, const String &p_main_pack, b // (Only Android -when reading from PCK-.) if (!OS::get_singleton()->get_resource_dir().is_empty()) { - Error err = _load_settings_text_or_binary("res://project.godot", "res://project.binary"); + Error err = _load_settings_text_or_binary("res://project.aethex", "res://project.binary"); #ifdef OVERRIDE_ENABLED if (err == OK && !p_ignore_override) { // Optional, we don't mind if it fails. @@ -791,7 +791,7 @@ Error ProjectSettings::_setup(const String &p_path, const String &p_main_pack, b Error err; - err = _load_settings_text_or_binary(resource_path.path_join("project.godot"), resource_path.path_join("project.binary")); + err = _load_settings_text_or_binary(resource_path.path_join("project.aethex"), resource_path.path_join("project.binary")); if (err == OK && !p_ignore_override) { // Optional, we don't mind if it fails. #ifdef OVERRIDE_ENABLED @@ -820,7 +820,7 @@ Error ProjectSettings::_setup(const String &p_path, const String &p_main_pack, b // Set the resource path early so things can be resolved when loading. resource_path = current_dir; resource_path = resource_path.replace_char('\\', '/'); // Windows path to Unix path just in case. - err = _load_settings_text_or_binary(current_dir.path_join("project.godot"), current_dir.path_join("project.binary")); + err = _load_settings_text_or_binary(current_dir.path_join("project.aethex"), current_dir.path_join("project.binary")); if (err == OK) { #ifdef OVERRIDE_ENABLED if (!p_ignore_override) { @@ -964,10 +964,10 @@ Error ProjectSettings::_load_settings_text(const String &p_path) { err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, nullptr, true); if (err == ERR_FILE_EOF) { - // If we're loading a project.godot from source code, we can operate some + // If we're loading a project.aethex from source code, we can operate some // ProjectSettings conversions if need be. _convert_to_last_version(config_version); - last_save_time = FileAccess::get_modified_time(get_resource_path().path_join("project.godot")); + last_save_time = FileAccess::get_modified_time(get_resource_path().path_join("project.aethex")); return OK; } ERR_FAIL_COND_V_MSG(err != OK, err, vformat("Error parsing '%s' at line %d: %s File might be corrupted.", p_path, lines, error_text)); @@ -990,7 +990,7 @@ Error ProjectSettings::_load_settings_text(const String &p_path) { } Error ProjectSettings::_load_settings_text_or_binary(const String &p_text_path, const String &p_bin_path) { - // Attempt first to load the binary project.godot file. + // Attempt first to load the binary project.aethex file. Error err = _load_settings_binary(p_bin_path); if (err == OK) { return OK; @@ -999,7 +999,7 @@ Error ProjectSettings::_load_settings_text_or_binary(const String &p_text_path, ERR_PRINT(vformat("Couldn't load file '%s', error code %d.", p_bin_path, err)); } - // Fallback to text-based project.godot file if binary was not found. + // Fallback to text-based project.aethex file if binary was not found. err = _load_settings_text(p_text_path); if (err == OK) { #ifndef DISABLE_DEPRECATED @@ -1061,9 +1061,9 @@ void ProjectSettings::clear(const String &p_name) { } Error ProjectSettings::save() { - Error error = save_custom(get_resource_path().path_join("project.godot")); + Error error = save_custom(get_resource_path().path_join("project.aethex")); if (error == OK) { - last_save_time = FileAccess::get_modified_time(get_resource_path().path_join("project.godot")); + last_save_time = FileAccess::get_modified_time(get_resource_path().path_join("project.aethex")); } return error; } @@ -1141,7 +1141,7 @@ Error ProjectSettings::_save_settings_text(const String &p_file, const RBMap file = FileAccess::open(p_file, FileAccess::WRITE, &err); - ERR_FAIL_COND_V_MSG(err != OK, err, vformat("Couldn't save project.godot - %s.", p_file)); + ERR_FAIL_COND_V_MSG(err != OK, err, vformat("Couldn't save project.aethex - %s.", p_file)); file->store_line("; Engine configuration file."); file->store_line("; It's best edited using the editor UI and not directly,"); @@ -1309,7 +1309,7 @@ Error ProjectSettings::save_custom(const String &p_path, const CustomMap &p_cust save_features += f; } - if (p_path.ends_with(".godot") || p_path.ends_with("override.cfg")) { + if (p_path.ends_with(".aethex") || p_path.ends_with(".godot") || p_path.ends_with("override.cfg")) { return _save_settings_text(p_path, save_props, p_custom, save_features); } else if (p_path.ends_with(".binary")) { return _save_settings_binary(p_path, save_props, p_custom, save_features); @@ -1664,7 +1664,7 @@ void ProjectSettings::_add_builtin_input_map() { ProjectSettings::ProjectSettings() { // Initialization of engine variables should be done in the setup() method, - // so that the values can be overridden from project.godot or project.binary. + // so that the values can be overridden from project.aethex or project.binary. CRASH_COND_MSG(singleton != nullptr, "Instantiating a new ProjectSettings singleton is not supported."); singleton = this; diff --git a/engine/core/config/project_settings.h b/engine/core/config/project_settings.h index 6b30ab06..11fa4d66 100644 --- a/engine/core/config/project_settings.h +++ b/engine/core/config/project_settings.h @@ -2,10 +2,10 @@ /* project_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/core_bind.cpp b/engine/core/core_bind.cpp index 2fd854f4..416989bb 100644 --- a/engine/core/core_bind.cpp +++ b/engine/core/core_bind.cpp @@ -2,10 +2,10 @@ /* core_bind.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/core_bind.h b/engine/core/core_bind.h index 9848393e..370d2967 100644 --- a/engine/core/core_bind.h +++ b/engine/core/core_bind.h @@ -2,10 +2,10 @@ /* core_bind.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/core_constants.cpp b/engine/core/core_constants.cpp index 7c6d99c1..d87fb448 100644 --- a/engine/core/core_constants.cpp +++ b/engine/core/core_constants.cpp @@ -2,10 +2,10 @@ /* core_constants.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/core_constants.h b/engine/core/core_constants.h index 8e58241c..e88fbdae 100644 --- a/engine/core/core_constants.h +++ b/engine/core/core_constants.h @@ -2,10 +2,10 @@ /* core_constants.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/core_globals.h b/engine/core/core_globals.h index a5aae961..691ade33 100644 --- a/engine/core/core_globals.h +++ b/engine/core/core_globals.h @@ -2,10 +2,10 @@ /* core_globals.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/core_string_names.h b/engine/core/core_string_names.h index 3a45152f..6dc2becb 100644 --- a/engine/core/core_string_names.h +++ b/engine/core/core_string_names.h @@ -2,10 +2,10 @@ /* core_string_names.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/aes_context.cpp b/engine/core/crypto/aes_context.cpp index 53ca6502..f3bdf59f 100644 --- a/engine/core/crypto/aes_context.cpp +++ b/engine/core/crypto/aes_context.cpp @@ -2,10 +2,10 @@ /* aes_context.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/aes_context.h b/engine/core/crypto/aes_context.h index bc13485e..77eb557e 100644 --- a/engine/core/crypto/aes_context.h +++ b/engine/core/crypto/aes_context.h @@ -2,10 +2,10 @@ /* aes_context.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/crypto.cpp b/engine/core/crypto/crypto.cpp index 2f0c5476..be0819e2 100644 --- a/engine/core/crypto/crypto.cpp +++ b/engine/core/crypto/crypto.cpp @@ -2,10 +2,10 @@ /* crypto.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/crypto.h b/engine/core/crypto/crypto.h index 48bf589a..311cc01d 100644 --- a/engine/core/crypto/crypto.h +++ b/engine/core/crypto/crypto.h @@ -2,10 +2,10 @@ /* crypto.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/crypto_core.cpp b/engine/core/crypto/crypto_core.cpp index 9d2c346e..c0ffd255 100644 --- a/engine/core/crypto/crypto_core.cpp +++ b/engine/core/crypto/crypto_core.cpp @@ -2,10 +2,10 @@ /* crypto_core.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/crypto_core.h b/engine/core/crypto/crypto_core.h index 8ef50fbc..00d6f078 100644 --- a/engine/core/crypto/crypto_core.h +++ b/engine/core/crypto/crypto_core.h @@ -2,10 +2,10 @@ /* crypto_core.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/hashing_context.cpp b/engine/core/crypto/hashing_context.cpp index 01acbdbc..3bc64332 100644 --- a/engine/core/crypto/hashing_context.cpp +++ b/engine/core/crypto/hashing_context.cpp @@ -2,10 +2,10 @@ /* hashing_context.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/crypto/hashing_context.h b/engine/core/crypto/hashing_context.h index c441da50..f811a2ee 100644 --- a/engine/core/crypto/hashing_context.h +++ b/engine/core/crypto/hashing_context.h @@ -2,10 +2,10 @@ /* hashing_context.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/debugger_marshalls.cpp b/engine/core/debugger/debugger_marshalls.cpp index 55b61f1c..4ea63fe7 100644 --- a/engine/core/debugger/debugger_marshalls.cpp +++ b/engine/core/debugger/debugger_marshalls.cpp @@ -2,10 +2,10 @@ /* debugger_marshalls.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/debugger_marshalls.h b/engine/core/debugger/debugger_marshalls.h index c0f604d4..8185121f 100644 --- a/engine/core/debugger/debugger_marshalls.h +++ b/engine/core/debugger/debugger_marshalls.h @@ -2,10 +2,10 @@ /* debugger_marshalls.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/engine_debugger.cpp b/engine/core/debugger/engine_debugger.cpp index ee0a06a0..2267bae5 100644 --- a/engine/core/debugger/engine_debugger.cpp +++ b/engine/core/debugger/engine_debugger.cpp @@ -2,10 +2,10 @@ /* engine_debugger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/engine_debugger.h b/engine/core/debugger/engine_debugger.h index 95b64458..156372e6 100644 --- a/engine/core/debugger/engine_debugger.h +++ b/engine/core/debugger/engine_debugger.h @@ -2,10 +2,10 @@ /* engine_debugger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/engine_profiler.cpp b/engine/core/debugger/engine_profiler.cpp index abe0a4df..7e755fd6 100644 --- a/engine/core/debugger/engine_profiler.cpp +++ b/engine/core/debugger/engine_profiler.cpp @@ -2,10 +2,10 @@ /* engine_profiler.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/engine_profiler.h b/engine/core/debugger/engine_profiler.h index 42d4452f..b990396c 100644 --- a/engine/core/debugger/engine_profiler.h +++ b/engine/core/debugger/engine_profiler.h @@ -2,10 +2,10 @@ /* engine_profiler.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/local_debugger.cpp b/engine/core/debugger/local_debugger.cpp index e9c02b94..7462c869 100644 --- a/engine/core/debugger/local_debugger.cpp +++ b/engine/core/debugger/local_debugger.cpp @@ -2,10 +2,10 @@ /* local_debugger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/local_debugger.h b/engine/core/debugger/local_debugger.h index 5c603e5f..0952738e 100644 --- a/engine/core/debugger/local_debugger.h +++ b/engine/core/debugger/local_debugger.h @@ -2,10 +2,10 @@ /* local_debugger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/remote_debugger.cpp b/engine/core/debugger/remote_debugger.cpp index 3442176e..3db6f554 100644 --- a/engine/core/debugger/remote_debugger.cpp +++ b/engine/core/debugger/remote_debugger.cpp @@ -2,10 +2,10 @@ /* remote_debugger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/remote_debugger.h b/engine/core/debugger/remote_debugger.h index 8dfc3cec..2e14010b 100644 --- a/engine/core/debugger/remote_debugger.h +++ b/engine/core/debugger/remote_debugger.h @@ -2,10 +2,10 @@ /* remote_debugger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/remote_debugger_peer.cpp b/engine/core/debugger/remote_debugger_peer.cpp index 759394a2..b0bea01d 100644 --- a/engine/core/debugger/remote_debugger_peer.cpp +++ b/engine/core/debugger/remote_debugger_peer.cpp @@ -2,10 +2,10 @@ /* remote_debugger_peer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/remote_debugger_peer.h b/engine/core/debugger/remote_debugger_peer.h index 6942c09b..ad8a4835 100644 --- a/engine/core/debugger/remote_debugger_peer.h +++ b/engine/core/debugger/remote_debugger_peer.h @@ -2,10 +2,10 @@ /* remote_debugger_peer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/script_debugger.cpp b/engine/core/debugger/script_debugger.cpp index 777cfe70..bc83450d 100644 --- a/engine/core/debugger/script_debugger.cpp +++ b/engine/core/debugger/script_debugger.cpp @@ -2,10 +2,10 @@ /* script_debugger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/debugger/script_debugger.h b/engine/core/debugger/script_debugger.h index 6f2d052f..9c8f0ce1 100644 --- a/engine/core/debugger/script_debugger.h +++ b/engine/core/debugger/script_debugger.h @@ -2,10 +2,10 @@ /* script_debugger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/doc_data.cpp b/engine/core/doc_data.cpp index 92de0a80..ed6aeda4 100644 --- a/engine/core/doc_data.cpp +++ b/engine/core/doc_data.cpp @@ -2,10 +2,10 @@ /* doc_data.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/doc_data.h b/engine/core/doc_data.h index 80b7fa23..b914ce31 100644 --- a/engine/core/doc_data.h +++ b/engine/core/doc_data.h @@ -2,10 +2,10 @@ /* doc_data.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/error/error_list.cpp b/engine/core/error/error_list.cpp index 5a6ad0c6..74e95faa 100644 --- a/engine/core/error/error_list.cpp +++ b/engine/core/error/error_list.cpp @@ -2,10 +2,10 @@ /* error_list.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/error/error_list.h b/engine/core/error/error_list.h index 002e80cb..860a4eef 100644 --- a/engine/core/error/error_list.h +++ b/engine/core/error/error_list.h @@ -2,10 +2,10 @@ /* error_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/error/error_macros.cpp b/engine/core/error/error_macros.cpp index 9734c797..bef810bc 100644 --- a/engine/core/error/error_macros.cpp +++ b/engine/core/error/error_macros.cpp @@ -2,10 +2,10 @@ /* error_macros.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/error/error_macros.h b/engine/core/error/error_macros.h index e4c34a26..66273e6b 100644 --- a/engine/core/error/error_macros.h +++ b/engine/core/error/error_macros.h @@ -2,10 +2,10 @@ /* error_macros.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/aethex_instance.cpp b/engine/core/extension/aethex_instance.cpp index fab06e82..a6a1818b 100644 --- a/engine/core/extension/aethex_instance.cpp +++ b/engine/core/extension/aethex_instance.cpp @@ -2,10 +2,10 @@ /* godot_instance.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/aethex_instance.h b/engine/core/extension/aethex_instance.h index 7fae2bc8..3093db20 100644 --- a/engine/core/extension/aethex_instance.h +++ b/engine/core/extension/aethex_instance.h @@ -2,10 +2,10 @@ /* aethex_instance.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/extension_api_dump.cpp b/engine/core/extension/extension_api_dump.cpp index 000f9fea..b03c548e 100644 --- a/engine/core/extension/extension_api_dump.cpp +++ b/engine/core/extension/extension_api_dump.cpp @@ -2,10 +2,10 @@ /* extension_api_dump.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/extension_api_dump.h b/engine/core/extension/extension_api_dump.h index 027a8d91..493ebb0b 100644 --- a/engine/core/extension/extension_api_dump.h +++ b/engine/core/extension/extension_api_dump.h @@ -2,10 +2,10 @@ /* extension_api_dump.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension.cpp b/engine/core/extension/gdextension.cpp index 61210127..cd313625 100644 --- a/engine/core/extension/gdextension.cpp +++ b/engine/core/extension/gdextension.cpp @@ -2,10 +2,10 @@ /* gdextension.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension.h b/engine/core/extension/gdextension.h index 2f0835a0..ee373ca4 100644 --- a/engine/core/extension/gdextension.h +++ b/engine/core/extension/gdextension.h @@ -2,10 +2,10 @@ /* gdextension.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_function_loader.cpp b/engine/core/extension/gdextension_function_loader.cpp index afe55eb9..6896a2c8 100644 --- a/engine/core/extension/gdextension_function_loader.cpp +++ b/engine/core/extension/gdextension_function_loader.cpp @@ -2,10 +2,10 @@ /* gdextension_function_loader.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_function_loader.h b/engine/core/extension/gdextension_function_loader.h index febda097..45c67838 100644 --- a/engine/core/extension/gdextension_function_loader.h +++ b/engine/core/extension/gdextension_function_loader.h @@ -2,10 +2,10 @@ /* gdextension_function_loader.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_interface.cpp b/engine/core/extension/gdextension_interface.cpp index 46b48297..4e40d75e 100644 --- a/engine/core/extension/gdextension_interface.cpp +++ b/engine/core/extension/gdextension_interface.cpp @@ -2,10 +2,10 @@ /* gdextension_interface.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_interface_header_generator.cpp b/engine/core/extension/gdextension_interface_header_generator.cpp index 31f1150c..e7a4b648 100644 --- a/engine/core/extension/gdextension_interface_header_generator.cpp +++ b/engine/core/extension/gdextension_interface_header_generator.cpp @@ -2,10 +2,10 @@ /* gdextension_interface_header_generator.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_interface_header_generator.h b/engine/core/extension/gdextension_interface_header_generator.h index 3132bd11..5a493c99 100644 --- a/engine/core/extension/gdextension_interface_header_generator.h +++ b/engine/core/extension/gdextension_interface_header_generator.h @@ -2,10 +2,10 @@ /* gdextension_interface_header_generator.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_library_loader.cpp b/engine/core/extension/gdextension_library_loader.cpp index 8db6ef39..539e4181 100644 --- a/engine/core/extension/gdextension_library_loader.cpp +++ b/engine/core/extension/gdextension_library_loader.cpp @@ -2,10 +2,10 @@ /* gdextension_library_loader.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_library_loader.h b/engine/core/extension/gdextension_library_loader.h index d416c83d..c6fad857 100644 --- a/engine/core/extension/gdextension_library_loader.h +++ b/engine/core/extension/gdextension_library_loader.h @@ -2,10 +2,10 @@ /* gdextension_library_loader.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_loader.h b/engine/core/extension/gdextension_loader.h index 77cab6f8..46cd472f 100644 --- a/engine/core/extension/gdextension_loader.h +++ b/engine/core/extension/gdextension_loader.h @@ -2,10 +2,10 @@ /* gdextension_loader.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_manager.cpp b/engine/core/extension/gdextension_manager.cpp index 3c998ffe..d6e7b594 100644 --- a/engine/core/extension/gdextension_manager.cpp +++ b/engine/core/extension/gdextension_manager.cpp @@ -2,10 +2,10 @@ /* gdextension_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_manager.h b/engine/core/extension/gdextension_manager.h index 8fe4213a..251f1cf2 100644 --- a/engine/core/extension/gdextension_manager.h +++ b/engine/core/extension/gdextension_manager.h @@ -2,10 +2,10 @@ /* gdextension_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_special_compat_hashes.cpp b/engine/core/extension/gdextension_special_compat_hashes.cpp index 9698748e..22d2a646 100644 --- a/engine/core/extension/gdextension_special_compat_hashes.cpp +++ b/engine/core/extension/gdextension_special_compat_hashes.cpp @@ -2,10 +2,10 @@ /* gdextension_special_compat_hashes.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/gdextension_special_compat_hashes.h b/engine/core/extension/gdextension_special_compat_hashes.h index e3ac9d6b..5dc93d07 100644 --- a/engine/core/extension/gdextension_special_compat_hashes.h +++ b/engine/core/extension/gdextension_special_compat_hashes.h @@ -2,10 +2,10 @@ /* gdextension_special_compat_hashes.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/extension/libaethex.h b/engine/core/extension/libaethex.h index 65856ff1..3108f275 100644 --- a/engine/core/extension/libaethex.h +++ b/engine/core/extension/libaethex.h @@ -2,10 +2,10 @@ /* libaethex.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/default_controller_mappings.h b/engine/core/input/default_controller_mappings.h index 6d7c807a..282aaffc 100644 --- a/engine/core/input/default_controller_mappings.h +++ b/engine/core/input/default_controller_mappings.h @@ -2,10 +2,10 @@ /* default_controller_mappings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input.cpp b/engine/core/input/input.cpp index c18e1a2d..8fc1416f 100644 --- a/engine/core/input/input.cpp +++ b/engine/core/input/input.cpp @@ -2,10 +2,10 @@ /* input.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input.h b/engine/core/input/input.h index 4fe7662a..7f0d853a 100644 --- a/engine/core/input/input.h +++ b/engine/core/input/input.h @@ -2,10 +2,10 @@ /* input.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_enums.h b/engine/core/input/input_enums.h index b0bd1540..54f62865 100644 --- a/engine/core/input/input_enums.h +++ b/engine/core/input/input_enums.h @@ -2,10 +2,10 @@ /* input_enums.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_event.cpp b/engine/core/input/input_event.cpp index cf73f5ef..09059561 100644 --- a/engine/core/input/input_event.cpp +++ b/engine/core/input/input_event.cpp @@ -2,10 +2,10 @@ /* input_event.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_event.h b/engine/core/input/input_event.h index 2a59d581..f04a7f0c 100644 --- a/engine/core/input/input_event.h +++ b/engine/core/input/input_event.h @@ -2,10 +2,10 @@ /* input_event.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_event_codec.cpp b/engine/core/input/input_event_codec.cpp index 85c0416a..6be6895e 100644 --- a/engine/core/input/input_event_codec.cpp +++ b/engine/core/input/input_event_codec.cpp @@ -2,10 +2,10 @@ /* input_event_codec.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_event_codec.h b/engine/core/input/input_event_codec.h index 438ca91a..28e3bc80 100644 --- a/engine/core/input/input_event_codec.h +++ b/engine/core/input/input_event_codec.h @@ -2,10 +2,10 @@ /* input_event_codec.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_map.cpp b/engine/core/input/input_map.cpp index f0a050e8..0f5966ba 100644 --- a/engine/core/input/input_map.cpp +++ b/engine/core/input/input_map.cpp @@ -2,10 +2,10 @@ /* input_map.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/input_map.h b/engine/core/input/input_map.h index d7259040..cd8ea7db 100644 --- a/engine/core/input/input_map.h +++ b/engine/core/input/input_map.h @@ -2,10 +2,10 @@ /* input_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/shortcut.cpp b/engine/core/input/shortcut.cpp index 72646262..4bb60d45 100644 --- a/engine/core/input/shortcut.cpp +++ b/engine/core/input/shortcut.cpp @@ -2,10 +2,10 @@ /* shortcut.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/input/shortcut.h b/engine/core/input/shortcut.h index 80c80bcd..68b2d749 100644 --- a/engine/core/input/shortcut.h +++ b/engine/core/input/shortcut.h @@ -2,10 +2,10 @@ /* shortcut.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/compression.cpp b/engine/core/io/compression.cpp index aeed0d27..011f09f7 100644 --- a/engine/core/io/compression.cpp +++ b/engine/core/io/compression.cpp @@ -2,10 +2,10 @@ /* compression.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/compression.h b/engine/core/io/compression.h index bb3f81f5..71d00a93 100644 --- a/engine/core/io/compression.h +++ b/engine/core/io/compression.h @@ -2,10 +2,10 @@ /* compression.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/config_file.cpp b/engine/core/io/config_file.cpp index 79328707..5a778b33 100644 --- a/engine/core/io/config_file.cpp +++ b/engine/core/io/config_file.cpp @@ -2,10 +2,10 @@ /* config_file.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/config_file.h b/engine/core/io/config_file.h index 518361f4..3dda7859 100644 --- a/engine/core/io/config_file.h +++ b/engine/core/io/config_file.h @@ -2,10 +2,10 @@ /* config_file.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/delta_encoding.cpp b/engine/core/io/delta_encoding.cpp index 9b5242a6..87d3a817 100644 --- a/engine/core/io/delta_encoding.cpp +++ b/engine/core/io/delta_encoding.cpp @@ -2,10 +2,10 @@ /* delta_encoding.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/delta_encoding.h b/engine/core/io/delta_encoding.h index 835f1e84..8820c895 100644 --- a/engine/core/io/delta_encoding.h +++ b/engine/core/io/delta_encoding.h @@ -2,10 +2,10 @@ /* delta_encoding.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/dir_access.cpp b/engine/core/io/dir_access.cpp index fde1fbb7..3fad8540 100644 --- a/engine/core/io/dir_access.cpp +++ b/engine/core/io/dir_access.cpp @@ -2,10 +2,10 @@ /* dir_access.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/dir_access.h b/engine/core/io/dir_access.h index 8d9ee95c..80f0a8f2 100644 --- a/engine/core/io/dir_access.h +++ b/engine/core/io/dir_access.h @@ -2,10 +2,10 @@ /* dir_access.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/dtls_server.cpp b/engine/core/io/dtls_server.cpp index cdb2235b..c60d1a2a 100644 --- a/engine/core/io/dtls_server.cpp +++ b/engine/core/io/dtls_server.cpp @@ -2,10 +2,10 @@ /* dtls_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/dtls_server.h b/engine/core/io/dtls_server.h index 10965b3b..4845d86d 100644 --- a/engine/core/io/dtls_server.h +++ b/engine/core/io/dtls_server.h @@ -2,10 +2,10 @@ /* dtls_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access.cpp b/engine/core/io/file_access.cpp index aa4651a2..5e670e99 100644 --- a/engine/core/io/file_access.cpp +++ b/engine/core/io/file_access.cpp @@ -2,10 +2,10 @@ /* file_access.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access.h b/engine/core/io/file_access.h index 77fbc999..b6f1bf53 100644 --- a/engine/core/io/file_access.h +++ b/engine/core/io/file_access.h @@ -2,10 +2,10 @@ /* file_access.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_compressed.cpp b/engine/core/io/file_access_compressed.cpp index 7b020e14..5d11ddfe 100644 --- a/engine/core/io/file_access_compressed.cpp +++ b/engine/core/io/file_access_compressed.cpp @@ -2,10 +2,10 @@ /* file_access_compressed.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_compressed.h b/engine/core/io/file_access_compressed.h index 3b6af39d..92726f6b 100644 --- a/engine/core/io/file_access_compressed.h +++ b/engine/core/io/file_access_compressed.h @@ -2,10 +2,10 @@ /* file_access_compressed.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_encrypted.cpp b/engine/core/io/file_access_encrypted.cpp index 270b3dcd..8b817573 100644 --- a/engine/core/io/file_access_encrypted.cpp +++ b/engine/core/io/file_access_encrypted.cpp @@ -2,10 +2,10 @@ /* file_access_encrypted.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_encrypted.h b/engine/core/io/file_access_encrypted.h index 304b9393..ad7ede5e 100644 --- a/engine/core/io/file_access_encrypted.h +++ b/engine/core/io/file_access_encrypted.h @@ -2,10 +2,10 @@ /* file_access_encrypted.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_memory.cpp b/engine/core/io/file_access_memory.cpp index a9e5aece..be9e567e 100644 --- a/engine/core/io/file_access_memory.cpp +++ b/engine/core/io/file_access_memory.cpp @@ -2,10 +2,10 @@ /* file_access_memory.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_memory.h b/engine/core/io/file_access_memory.h index 8fb4af8f..c445a680 100644 --- a/engine/core/io/file_access_memory.h +++ b/engine/core/io/file_access_memory.h @@ -2,10 +2,10 @@ /* file_access_memory.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_pack.cpp b/engine/core/io/file_access_pack.cpp index 9e9e5e74..75934993 100644 --- a/engine/core/io/file_access_pack.cpp +++ b/engine/core/io/file_access_pack.cpp @@ -2,10 +2,10 @@ /* file_access_pack.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_pack.h b/engine/core/io/file_access_pack.h index 3e43b741..67d799ff 100644 --- a/engine/core/io/file_access_pack.h +++ b/engine/core/io/file_access_pack.h @@ -2,10 +2,10 @@ /* file_access_pack.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_patched.cpp b/engine/core/io/file_access_patched.cpp index 8c520b68..96606b3e 100644 --- a/engine/core/io/file_access_patched.cpp +++ b/engine/core/io/file_access_patched.cpp @@ -2,10 +2,10 @@ /* file_access_patched.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_patched.h b/engine/core/io/file_access_patched.h index 62cfb7b8..f7cf584a 100644 --- a/engine/core/io/file_access_patched.h +++ b/engine/core/io/file_access_patched.h @@ -2,10 +2,10 @@ /* file_access_patched.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_zip.cpp b/engine/core/io/file_access_zip.cpp index 33bceee5..de6b9bc3 100644 --- a/engine/core/io/file_access_zip.cpp +++ b/engine/core/io/file_access_zip.cpp @@ -2,10 +2,10 @@ /* file_access_zip.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/file_access_zip.h b/engine/core/io/file_access_zip.h index a3523228..437169a2 100644 --- a/engine/core/io/file_access_zip.h +++ b/engine/core/io/file_access_zip.h @@ -2,10 +2,10 @@ /* file_access_zip.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/http_client.cpp b/engine/core/io/http_client.cpp index a5c4826c..62f32a58 100644 --- a/engine/core/io/http_client.cpp +++ b/engine/core/io/http_client.cpp @@ -2,10 +2,10 @@ /* http_client.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/http_client.h b/engine/core/io/http_client.h index 54a3d9c4..b1bf1b30 100644 --- a/engine/core/io/http_client.h +++ b/engine/core/io/http_client.h @@ -2,10 +2,10 @@ /* http_client.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/http_client_tcp.cpp b/engine/core/io/http_client_tcp.cpp index bf7aff15..44baeabd 100644 --- a/engine/core/io/http_client_tcp.cpp +++ b/engine/core/io/http_client_tcp.cpp @@ -2,10 +2,10 @@ /* http_client_tcp.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/http_client_tcp.h b/engine/core/io/http_client_tcp.h index 84f9bcc1..8c63b430 100644 --- a/engine/core/io/http_client_tcp.h +++ b/engine/core/io/http_client_tcp.h @@ -2,10 +2,10 @@ /* http_client_tcp.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/image.cpp b/engine/core/io/image.cpp index 75dea84f..c3888179 100644 --- a/engine/core/io/image.cpp +++ b/engine/core/io/image.cpp @@ -2,10 +2,10 @@ /* image.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/image.h b/engine/core/io/image.h index 933478e4..97a17e60 100644 --- a/engine/core/io/image.h +++ b/engine/core/io/image.h @@ -2,10 +2,10 @@ /* image.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/image_loader.cpp b/engine/core/io/image_loader.cpp index df36c515..6e35fb64 100644 --- a/engine/core/io/image_loader.cpp +++ b/engine/core/io/image_loader.cpp @@ -2,10 +2,10 @@ /* image_loader.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/image_loader.h b/engine/core/io/image_loader.h index 5a638747..bca7667a 100644 --- a/engine/core/io/image_loader.h +++ b/engine/core/io/image_loader.h @@ -2,10 +2,10 @@ /* image_loader.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/ip.cpp b/engine/core/io/ip.cpp index 0436e30b..c72e1de2 100644 --- a/engine/core/io/ip.cpp +++ b/engine/core/io/ip.cpp @@ -2,10 +2,10 @@ /* ip.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/ip.h b/engine/core/io/ip.h index bab9625c..01671ba8 100644 --- a/engine/core/io/ip.h +++ b/engine/core/io/ip.h @@ -2,10 +2,10 @@ /* ip.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/ip_address.cpp b/engine/core/io/ip_address.cpp index 2918f51f..4a5dc1d2 100644 --- a/engine/core/io/ip_address.cpp +++ b/engine/core/io/ip_address.cpp @@ -2,10 +2,10 @@ /* ip_address.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/ip_address.h b/engine/core/io/ip_address.h index 6f85b5cc..5ca9a1e6 100644 --- a/engine/core/io/ip_address.h +++ b/engine/core/io/ip_address.h @@ -2,10 +2,10 @@ /* ip_address.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/json.cpp b/engine/core/io/json.cpp index 18d4c37f..947adafa 100644 --- a/engine/core/io/json.cpp +++ b/engine/core/io/json.cpp @@ -2,10 +2,10 @@ /* json.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/json.h b/engine/core/io/json.h index 34a27f30..c13c207f 100644 --- a/engine/core/io/json.h +++ b/engine/core/io/json.h @@ -2,10 +2,10 @@ /* json.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/logger.cpp b/engine/core/io/logger.cpp index c9625354..ef6ccb17 100644 --- a/engine/core/io/logger.cpp +++ b/engine/core/io/logger.cpp @@ -2,10 +2,10 @@ /* logger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/logger.h b/engine/core/io/logger.h index 6fa0cc24..97fcb7db 100644 --- a/engine/core/io/logger.h +++ b/engine/core/io/logger.h @@ -2,10 +2,10 @@ /* logger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/marshalls.cpp b/engine/core/io/marshalls.cpp index a7260a3a..20b722e6 100644 --- a/engine/core/io/marshalls.cpp +++ b/engine/core/io/marshalls.cpp @@ -2,10 +2,10 @@ /* marshalls.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/marshalls.h b/engine/core/io/marshalls.h index f6e79a4f..c6ea64a3 100644 --- a/engine/core/io/marshalls.h +++ b/engine/core/io/marshalls.h @@ -2,10 +2,10 @@ /* marshalls.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/missing_resource.cpp b/engine/core/io/missing_resource.cpp index 3bb7c8e9..714e9cd6 100644 --- a/engine/core/io/missing_resource.cpp +++ b/engine/core/io/missing_resource.cpp @@ -2,10 +2,10 @@ /* missing_resource.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/missing_resource.h b/engine/core/io/missing_resource.h index 3d14a742..f31f2864 100644 --- a/engine/core/io/missing_resource.h +++ b/engine/core/io/missing_resource.h @@ -2,10 +2,10 @@ /* missing_resource.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/net_socket.cpp b/engine/core/io/net_socket.cpp index f7a2c5e3..3d47b2a8 100644 --- a/engine/core/io/net_socket.cpp +++ b/engine/core/io/net_socket.cpp @@ -2,10 +2,10 @@ /* net_socket.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/net_socket.h b/engine/core/io/net_socket.h index 3ee3d284..3c7bf657 100644 --- a/engine/core/io/net_socket.h +++ b/engine/core/io/net_socket.h @@ -2,10 +2,10 @@ /* net_socket.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packed_data_container.cpp b/engine/core/io/packed_data_container.cpp index 222e1679..c7240daa 100644 --- a/engine/core/io/packed_data_container.cpp +++ b/engine/core/io/packed_data_container.cpp @@ -2,10 +2,10 @@ /* packed_data_container.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packed_data_container.h b/engine/core/io/packed_data_container.h index e0dbd10a..9d162266 100644 --- a/engine/core/io/packed_data_container.h +++ b/engine/core/io/packed_data_container.h @@ -2,10 +2,10 @@ /* packed_data_container.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packet_peer.cpp b/engine/core/io/packet_peer.cpp index 418c90b2..f8464de1 100644 --- a/engine/core/io/packet_peer.cpp +++ b/engine/core/io/packet_peer.cpp @@ -2,10 +2,10 @@ /* packet_peer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packet_peer.h b/engine/core/io/packet_peer.h index c9a7d0ed..fcdb3c7d 100644 --- a/engine/core/io/packet_peer.h +++ b/engine/core/io/packet_peer.h @@ -2,10 +2,10 @@ /* packet_peer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packet_peer_dtls.cpp b/engine/core/io/packet_peer_dtls.cpp index b37b7991..cc77cba3 100644 --- a/engine/core/io/packet_peer_dtls.cpp +++ b/engine/core/io/packet_peer_dtls.cpp @@ -2,10 +2,10 @@ /* packet_peer_dtls.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packet_peer_dtls.h b/engine/core/io/packet_peer_dtls.h index fcc9cd86..54ceeba3 100644 --- a/engine/core/io/packet_peer_dtls.h +++ b/engine/core/io/packet_peer_dtls.h @@ -2,10 +2,10 @@ /* packet_peer_dtls.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packet_peer_udp.cpp b/engine/core/io/packet_peer_udp.cpp index 61357cc6..78938ebd 100644 --- a/engine/core/io/packet_peer_udp.cpp +++ b/engine/core/io/packet_peer_udp.cpp @@ -2,10 +2,10 @@ /* packet_peer_udp.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/packet_peer_udp.h b/engine/core/io/packet_peer_udp.h index 1c909860..88ed05db 100644 --- a/engine/core/io/packet_peer_udp.h +++ b/engine/core/io/packet_peer_udp.h @@ -2,10 +2,10 @@ /* packet_peer_udp.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/pck_packer.cpp b/engine/core/io/pck_packer.cpp index b6cae153..78a52822 100644 --- a/engine/core/io/pck_packer.cpp +++ b/engine/core/io/pck_packer.cpp @@ -2,10 +2,10 @@ /* pck_packer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/pck_packer.h b/engine/core/io/pck_packer.h index a2726bde..72593451 100644 --- a/engine/core/io/pck_packer.h +++ b/engine/core/io/pck_packer.h @@ -2,10 +2,10 @@ /* pck_packer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/plist.cpp b/engine/core/io/plist.cpp index 219926da..18fa20ac 100644 --- a/engine/core/io/plist.cpp +++ b/engine/core/io/plist.cpp @@ -2,10 +2,10 @@ /* plist.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/plist.h b/engine/core/io/plist.h index f2c35eb9..e8c477ee 100644 --- a/engine/core/io/plist.h +++ b/engine/core/io/plist.h @@ -2,10 +2,10 @@ /* plist.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/remote_filesystem_client.cpp b/engine/core/io/remote_filesystem_client.cpp index e5421115..0dc47ac5 100644 --- a/engine/core/io/remote_filesystem_client.cpp +++ b/engine/core/io/remote_filesystem_client.cpp @@ -2,10 +2,10 @@ /* remote_filesystem_client.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/remote_filesystem_client.h b/engine/core/io/remote_filesystem_client.h index 6b4db9b5..ec3c931f 100644 --- a/engine/core/io/remote_filesystem_client.h +++ b/engine/core/io/remote_filesystem_client.h @@ -2,10 +2,10 @@ /* remote_filesystem_client.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource.cpp b/engine/core/io/resource.cpp index 2d3ab2ae..07c2a60b 100644 --- a/engine/core/io/resource.cpp +++ b/engine/core/io/resource.cpp @@ -2,10 +2,10 @@ /* resource.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource.h b/engine/core/io/resource.h index 5a071b13..71ed1def 100644 --- a/engine/core/io/resource.h +++ b/engine/core/io/resource.h @@ -2,10 +2,10 @@ /* resource.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_format_binary.cpp b/engine/core/io/resource_format_binary.cpp index 8446e104..8301b5ea 100644 --- a/engine/core/io/resource_format_binary.cpp +++ b/engine/core/io/resource_format_binary.cpp @@ -2,10 +2,10 @@ /* resource_format_binary.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_format_binary.h b/engine/core/io/resource_format_binary.h index 35e66e73..07797c5e 100644 --- a/engine/core/io/resource_format_binary.h +++ b/engine/core/io/resource_format_binary.h @@ -2,10 +2,10 @@ /* resource_format_binary.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_importer.cpp b/engine/core/io/resource_importer.cpp index fc36e5e1..4f119db1 100644 --- a/engine/core/io/resource_importer.cpp +++ b/engine/core/io/resource_importer.cpp @@ -2,10 +2,10 @@ /* resource_importer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_importer.h b/engine/core/io/resource_importer.h index 5572aacf..aa289557 100644 --- a/engine/core/io/resource_importer.h +++ b/engine/core/io/resource_importer.h @@ -2,10 +2,10 @@ /* resource_importer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_loader.cpp b/engine/core/io/resource_loader.cpp index 1f63b868..289d6d5b 100644 --- a/engine/core/io/resource_loader.cpp +++ b/engine/core/io/resource_loader.cpp @@ -2,10 +2,10 @@ /* resource_loader.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_loader.h b/engine/core/io/resource_loader.h index a822cd3c..9428c0ce 100644 --- a/engine/core/io/resource_loader.h +++ b/engine/core/io/resource_loader.h @@ -2,10 +2,10 @@ /* resource_loader.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_saver.cpp b/engine/core/io/resource_saver.cpp index be58564a..6c9962f6 100644 --- a/engine/core/io/resource_saver.cpp +++ b/engine/core/io/resource_saver.cpp @@ -2,10 +2,10 @@ /* resource_saver.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_saver.h b/engine/core/io/resource_saver.h index 9a4a3587..cdd1e464 100644 --- a/engine/core/io/resource_saver.h +++ b/engine/core/io/resource_saver.h @@ -2,10 +2,10 @@ /* resource_saver.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_uid.cpp b/engine/core/io/resource_uid.cpp index e8b82594..40e434e1 100644 --- a/engine/core/io/resource_uid.cpp +++ b/engine/core/io/resource_uid.cpp @@ -2,10 +2,10 @@ /* resource_uid.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/resource_uid.h b/engine/core/io/resource_uid.h index 3832d25d..d6b00e6c 100644 --- a/engine/core/io/resource_uid.h +++ b/engine/core/io/resource_uid.h @@ -2,10 +2,10 @@ /* resource_uid.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/socket_server.cpp b/engine/core/io/socket_server.cpp index 6929f675..397fedc7 100644 --- a/engine/core/io/socket_server.cpp +++ b/engine/core/io/socket_server.cpp @@ -2,10 +2,10 @@ /* socket_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/socket_server.h b/engine/core/io/socket_server.h index f51029c3..67c3d43a 100644 --- a/engine/core/io/socket_server.h +++ b/engine/core/io/socket_server.h @@ -2,10 +2,10 @@ /* socket_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer.cpp b/engine/core/io/stream_peer.cpp index 2f2c1d30..e3b4d0e7 100644 --- a/engine/core/io/stream_peer.cpp +++ b/engine/core/io/stream_peer.cpp @@ -2,10 +2,10 @@ /* stream_peer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer.h b/engine/core/io/stream_peer.h index af503b7d..fe160a46 100644 --- a/engine/core/io/stream_peer.h +++ b/engine/core/io/stream_peer.h @@ -2,10 +2,10 @@ /* stream_peer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_gzip.cpp b/engine/core/io/stream_peer_gzip.cpp index 907e3eed..734774bb 100644 --- a/engine/core/io/stream_peer_gzip.cpp +++ b/engine/core/io/stream_peer_gzip.cpp @@ -2,10 +2,10 @@ /* stream_peer_gzip.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_gzip.h b/engine/core/io/stream_peer_gzip.h index e712253c..cdd2667f 100644 --- a/engine/core/io/stream_peer_gzip.h +++ b/engine/core/io/stream_peer_gzip.h @@ -2,10 +2,10 @@ /* stream_peer_gzip.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_socket.cpp b/engine/core/io/stream_peer_socket.cpp index a60ea118..dcfa5728 100644 --- a/engine/core/io/stream_peer_socket.cpp +++ b/engine/core/io/stream_peer_socket.cpp @@ -2,10 +2,10 @@ /* stream_peer_socket.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_socket.h b/engine/core/io/stream_peer_socket.h index 2b3c7d14..c20c15fa 100644 --- a/engine/core/io/stream_peer_socket.h +++ b/engine/core/io/stream_peer_socket.h @@ -2,10 +2,10 @@ /* stream_peer_socket.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_tcp.cpp b/engine/core/io/stream_peer_tcp.cpp index d5b5f34c..9472f565 100644 --- a/engine/core/io/stream_peer_tcp.cpp +++ b/engine/core/io/stream_peer_tcp.cpp @@ -2,10 +2,10 @@ /* stream_peer_tcp.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_tcp.h b/engine/core/io/stream_peer_tcp.h index e472a46c..70deaf73 100644 --- a/engine/core/io/stream_peer_tcp.h +++ b/engine/core/io/stream_peer_tcp.h @@ -2,10 +2,10 @@ /* stream_peer_tcp.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_tls.cpp b/engine/core/io/stream_peer_tls.cpp index f04e217a..b094e0b0 100644 --- a/engine/core/io/stream_peer_tls.cpp +++ b/engine/core/io/stream_peer_tls.cpp @@ -2,10 +2,10 @@ /* stream_peer_tls.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_tls.h b/engine/core/io/stream_peer_tls.h index c15b8766..4abcf414 100644 --- a/engine/core/io/stream_peer_tls.h +++ b/engine/core/io/stream_peer_tls.h @@ -2,10 +2,10 @@ /* stream_peer_tls.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_uds.cpp b/engine/core/io/stream_peer_uds.cpp index 70e3220d..229640cb 100644 --- a/engine/core/io/stream_peer_uds.cpp +++ b/engine/core/io/stream_peer_uds.cpp @@ -2,10 +2,10 @@ /* stream_peer_uds.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/stream_peer_uds.h b/engine/core/io/stream_peer_uds.h index 529c78f7..45b551cf 100644 --- a/engine/core/io/stream_peer_uds.h +++ b/engine/core/io/stream_peer_uds.h @@ -2,10 +2,10 @@ /* stream_peer_uds.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/tcp_server.cpp b/engine/core/io/tcp_server.cpp index e8728bd9..f15a4268 100644 --- a/engine/core/io/tcp_server.cpp +++ b/engine/core/io/tcp_server.cpp @@ -2,10 +2,10 @@ /* tcp_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/tcp_server.h b/engine/core/io/tcp_server.h index 4e3248a8..a9f1e01f 100644 --- a/engine/core/io/tcp_server.h +++ b/engine/core/io/tcp_server.h @@ -2,10 +2,10 @@ /* tcp_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/translation_loader_po.cpp b/engine/core/io/translation_loader_po.cpp index a5d94b7c..92a62abc 100644 --- a/engine/core/io/translation_loader_po.cpp +++ b/engine/core/io/translation_loader_po.cpp @@ -2,10 +2,10 @@ /* translation_loader_po.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/translation_loader_po.h b/engine/core/io/translation_loader_po.h index 87d70736..2a2b88ac 100644 --- a/engine/core/io/translation_loader_po.h +++ b/engine/core/io/translation_loader_po.h @@ -2,10 +2,10 @@ /* translation_loader_po.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/udp_server.cpp b/engine/core/io/udp_server.cpp index ada0e09a..1061f57d 100644 --- a/engine/core/io/udp_server.cpp +++ b/engine/core/io/udp_server.cpp @@ -2,10 +2,10 @@ /* udp_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/udp_server.h b/engine/core/io/udp_server.h index 9edf4318..ddb24111 100644 --- a/engine/core/io/udp_server.h +++ b/engine/core/io/udp_server.h @@ -2,10 +2,10 @@ /* udp_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/uds_server.cpp b/engine/core/io/uds_server.cpp index e93262a0..9c44c3cb 100644 --- a/engine/core/io/uds_server.cpp +++ b/engine/core/io/uds_server.cpp @@ -2,10 +2,10 @@ /* uds_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/uds_server.h b/engine/core/io/uds_server.h index aa359f21..4cb6f1b7 100644 --- a/engine/core/io/uds_server.h +++ b/engine/core/io/uds_server.h @@ -2,10 +2,10 @@ /* uds_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/xml_parser.cpp b/engine/core/io/xml_parser.cpp index a50a1723..9697af68 100644 --- a/engine/core/io/xml_parser.cpp +++ b/engine/core/io/xml_parser.cpp @@ -2,10 +2,10 @@ /* xml_parser.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/xml_parser.h b/engine/core/io/xml_parser.h index 911d2b11..2931125a 100644 --- a/engine/core/io/xml_parser.h +++ b/engine/core/io/xml_parser.h @@ -2,10 +2,10 @@ /* xml_parser.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/zip_io.cpp b/engine/core/io/zip_io.cpp index 4de4710d..4128d7b7 100644 --- a/engine/core/io/zip_io.cpp +++ b/engine/core/io/zip_io.cpp @@ -2,10 +2,10 @@ /* zip_io.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/io/zip_io.h b/engine/core/io/zip_io.h index 82004d9c..edcc7bf4 100644 --- a/engine/core/io/zip_io.h +++ b/engine/core/io/zip_io.h @@ -2,10 +2,10 @@ /* zip_io.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/a_star.cpp b/engine/core/math/a_star.cpp index df0db9a1..af3aca7f 100644 --- a/engine/core/math/a_star.cpp +++ b/engine/core/math/a_star.cpp @@ -2,10 +2,10 @@ /* a_star.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/a_star.h b/engine/core/math/a_star.h index 8e643f45..cc27fc4f 100644 --- a/engine/core/math/a_star.h +++ b/engine/core/math/a_star.h @@ -2,10 +2,10 @@ /* a_star.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/a_star_grid_2d.cpp b/engine/core/math/a_star_grid_2d.cpp index e840030f..1537d6c2 100644 --- a/engine/core/math/a_star_grid_2d.cpp +++ b/engine/core/math/a_star_grid_2d.cpp @@ -2,10 +2,10 @@ /* a_star_grid_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/a_star_grid_2d.h b/engine/core/math/a_star_grid_2d.h index 14f8ccc8..6ce0da88 100644 --- a/engine/core/math/a_star_grid_2d.h +++ b/engine/core/math/a_star_grid_2d.h @@ -2,10 +2,10 @@ /* a_star_grid_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/aabb.cpp b/engine/core/math/aabb.cpp index 4d28d12d..bf64ecb0 100644 --- a/engine/core/math/aabb.cpp +++ b/engine/core/math/aabb.cpp @@ -2,10 +2,10 @@ /* aabb.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/aabb.h b/engine/core/math/aabb.h index 5f0ba8a0..7c51a2d0 100644 --- a/engine/core/math/aabb.h +++ b/engine/core/math/aabb.h @@ -2,10 +2,10 @@ /* aabb.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/audio_frame.h b/engine/core/math/audio_frame.h index 7037b7e7..ca18bd7d 100644 --- a/engine/core/math/audio_frame.h +++ b/engine/core/math/audio_frame.h @@ -2,10 +2,10 @@ /* audio_frame.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/basis.cpp b/engine/core/math/basis.cpp index 5931ecb2..6a35ef97 100644 --- a/engine/core/math/basis.cpp +++ b/engine/core/math/basis.cpp @@ -2,10 +2,10 @@ /* basis.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/basis.h b/engine/core/math/basis.h index 4271b94e..5fd96aec 100644 --- a/engine/core/math/basis.h +++ b/engine/core/math/basis.h @@ -2,10 +2,10 @@ /* basis.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/bvh.h b/engine/core/math/bvh.h index 5f0bf23f..afcac6df 100644 --- a/engine/core/math/bvh.h +++ b/engine/core/math/bvh.h @@ -2,10 +2,10 @@ /* bvh.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/bvh_abb.h b/engine/core/math/bvh_abb.h index b96ea085..5f1215e6 100644 --- a/engine/core/math/bvh_abb.h +++ b/engine/core/math/bvh_abb.h @@ -2,10 +2,10 @@ /* bvh_abb.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/bvh_tree.h b/engine/core/math/bvh_tree.h index d33b8608..75988cba 100644 --- a/engine/core/math/bvh_tree.h +++ b/engine/core/math/bvh_tree.h @@ -2,10 +2,10 @@ /* bvh_tree.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/color.cpp b/engine/core/math/color.cpp index bda3e2f9..52ddb060 100644 --- a/engine/core/math/color.cpp +++ b/engine/core/math/color.cpp @@ -2,10 +2,10 @@ /* color.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/color.h b/engine/core/math/color.h index 5b5fd495..4a16d035 100644 --- a/engine/core/math/color.h +++ b/engine/core/math/color.h @@ -2,10 +2,10 @@ /* color.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/convex_hull.cpp b/engine/core/math/convex_hull.cpp index 926fb0d2..a0e69dd3 100644 --- a/engine/core/math/convex_hull.cpp +++ b/engine/core/math/convex_hull.cpp @@ -2,10 +2,10 @@ /* convex_hull.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/convex_hull.h b/engine/core/math/convex_hull.h index 9af39790..42b1eeaf 100644 --- a/engine/core/math/convex_hull.h +++ b/engine/core/math/convex_hull.h @@ -2,10 +2,10 @@ /* convex_hull.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/delaunay_2d.h b/engine/core/math/delaunay_2d.h index cb0eca2b..6379d5a1 100644 --- a/engine/core/math/delaunay_2d.h +++ b/engine/core/math/delaunay_2d.h @@ -2,10 +2,10 @@ /* delaunay_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/delaunay_3d.h b/engine/core/math/delaunay_3d.h index 7acf8cbc..2c298ce3 100644 --- a/engine/core/math/delaunay_3d.h +++ b/engine/core/math/delaunay_3d.h @@ -2,10 +2,10 @@ /* delaunay_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/disjoint_set.h b/engine/core/math/disjoint_set.h index 9345375f..c19f45b0 100644 --- a/engine/core/math/disjoint_set.h +++ b/engine/core/math/disjoint_set.h @@ -2,10 +2,10 @@ /* disjoint_set.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/dynamic_bvh.cpp b/engine/core/math/dynamic_bvh.cpp index 1195072a..502ee64e 100644 --- a/engine/core/math/dynamic_bvh.cpp +++ b/engine/core/math/dynamic_bvh.cpp @@ -2,10 +2,10 @@ /* dynamic_bvh.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/dynamic_bvh.h b/engine/core/math/dynamic_bvh.h index 10e4e063..1bd11219 100644 --- a/engine/core/math/dynamic_bvh.h +++ b/engine/core/math/dynamic_bvh.h @@ -2,10 +2,10 @@ /* dynamic_bvh.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/expression.cpp b/engine/core/math/expression.cpp index ea5e0fd3..3cb9670b 100644 --- a/engine/core/math/expression.cpp +++ b/engine/core/math/expression.cpp @@ -2,10 +2,10 @@ /* expression.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/expression.h b/engine/core/math/expression.h index c2310405..f3edd4b6 100644 --- a/engine/core/math/expression.h +++ b/engine/core/math/expression.h @@ -2,10 +2,10 @@ /* expression.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/face3.cpp b/engine/core/math/face3.cpp index 6a210560..41b4e868 100644 --- a/engine/core/math/face3.cpp +++ b/engine/core/math/face3.cpp @@ -2,10 +2,10 @@ /* face3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/face3.h b/engine/core/math/face3.h index 0ae5efc4..24b08cbb 100644 --- a/engine/core/math/face3.h +++ b/engine/core/math/face3.h @@ -2,10 +2,10 @@ /* face3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/geometry_2d.cpp b/engine/core/math/geometry_2d.cpp index 4dafe167..a5c65412 100644 --- a/engine/core/math/geometry_2d.cpp +++ b/engine/core/math/geometry_2d.cpp @@ -2,10 +2,10 @@ /* geometry_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/geometry_2d.h b/engine/core/math/geometry_2d.h index eac8e4c4..fe7e2589 100644 --- a/engine/core/math/geometry_2d.h +++ b/engine/core/math/geometry_2d.h @@ -2,10 +2,10 @@ /* geometry_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/geometry_3d.cpp b/engine/core/math/geometry_3d.cpp index 987e0c23..68689125 100644 --- a/engine/core/math/geometry_3d.cpp +++ b/engine/core/math/geometry_3d.cpp @@ -2,10 +2,10 @@ /* geometry_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/geometry_3d.h b/engine/core/math/geometry_3d.h index ec98bd9f..056ffe27 100644 --- a/engine/core/math/geometry_3d.h +++ b/engine/core/math/geometry_3d.h @@ -2,10 +2,10 @@ /* geometry_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/math_defs.h b/engine/core/math/math_defs.h index 5a9be58c..0131a351 100644 --- a/engine/core/math/math_defs.h +++ b/engine/core/math/math_defs.h @@ -2,10 +2,10 @@ /* math_defs.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/math_fieldwise.cpp b/engine/core/math/math_fieldwise.cpp index 36cccfc6..359a6d47 100644 --- a/engine/core/math/math_fieldwise.cpp +++ b/engine/core/math/math_fieldwise.cpp @@ -2,10 +2,10 @@ /* math_fieldwise.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/math_fieldwise.h b/engine/core/math/math_fieldwise.h index 2628beb4..e35b32e1 100644 --- a/engine/core/math/math_fieldwise.h +++ b/engine/core/math/math_fieldwise.h @@ -2,10 +2,10 @@ /* math_fieldwise.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/math_funcs.cpp b/engine/core/math/math_funcs.cpp index 76d9cd25..eaec39ea 100644 --- a/engine/core/math/math_funcs.cpp +++ b/engine/core/math/math_funcs.cpp @@ -2,10 +2,10 @@ /* math_funcs.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/math_funcs.h b/engine/core/math/math_funcs.h index 971ecd5a..6b0dff5c 100644 --- a/engine/core/math/math_funcs.h +++ b/engine/core/math/math_funcs.h @@ -2,10 +2,10 @@ /* math_funcs.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/math_funcs_binary.h b/engine/core/math/math_funcs_binary.h index 2e9a1385..5df47c23 100644 --- a/engine/core/math/math_funcs_binary.h +++ b/engine/core/math/math_funcs_binary.h @@ -2,10 +2,10 @@ /* math_funcs_binary.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/plane.cpp b/engine/core/math/plane.cpp index 74783b2a..7d8332c6 100644 --- a/engine/core/math/plane.cpp +++ b/engine/core/math/plane.cpp @@ -2,10 +2,10 @@ /* plane.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/plane.h b/engine/core/math/plane.h index 6bce4e77..35d5ea36 100644 --- a/engine/core/math/plane.h +++ b/engine/core/math/plane.h @@ -2,10 +2,10 @@ /* plane.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/projection.cpp b/engine/core/math/projection.cpp index e0b8dcf8..377a9d46 100644 --- a/engine/core/math/projection.cpp +++ b/engine/core/math/projection.cpp @@ -2,10 +2,10 @@ /* projection.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/projection.h b/engine/core/math/projection.h index 87985c2c..2469055f 100644 --- a/engine/core/math/projection.h +++ b/engine/core/math/projection.h @@ -2,10 +2,10 @@ /* projection.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/quaternion.cpp b/engine/core/math/quaternion.cpp index 536682de..9b4431d2 100644 --- a/engine/core/math/quaternion.cpp +++ b/engine/core/math/quaternion.cpp @@ -2,10 +2,10 @@ /* quaternion.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/quaternion.h b/engine/core/math/quaternion.h index e1b3dfe2..893d4a4a 100644 --- a/engine/core/math/quaternion.h +++ b/engine/core/math/quaternion.h @@ -2,10 +2,10 @@ /* quaternion.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/quick_hull.cpp b/engine/core/math/quick_hull.cpp index 360b272e..038e39f2 100644 --- a/engine/core/math/quick_hull.cpp +++ b/engine/core/math/quick_hull.cpp @@ -2,10 +2,10 @@ /* quick_hull.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/quick_hull.h b/engine/core/math/quick_hull.h index 9e24b881..3ea5a844 100644 --- a/engine/core/math/quick_hull.h +++ b/engine/core/math/quick_hull.h @@ -2,10 +2,10 @@ /* quick_hull.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/random_number_generator.cpp b/engine/core/math/random_number_generator.cpp index 226d748c..bff8062a 100644 --- a/engine/core/math/random_number_generator.cpp +++ b/engine/core/math/random_number_generator.cpp @@ -2,10 +2,10 @@ /* random_number_generator.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/random_number_generator.h b/engine/core/math/random_number_generator.h index aa21b41a..e43e5a31 100644 --- a/engine/core/math/random_number_generator.h +++ b/engine/core/math/random_number_generator.h @@ -2,10 +2,10 @@ /* random_number_generator.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/random_pcg.cpp b/engine/core/math/random_pcg.cpp index 3f40c008..edf6ad3b 100644 --- a/engine/core/math/random_pcg.cpp +++ b/engine/core/math/random_pcg.cpp @@ -2,10 +2,10 @@ /* random_pcg.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/random_pcg.h b/engine/core/math/random_pcg.h index bfcd3eee..878db49c 100644 --- a/engine/core/math/random_pcg.h +++ b/engine/core/math/random_pcg.h @@ -2,10 +2,10 @@ /* random_pcg.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/rect2.cpp b/engine/core/math/rect2.cpp index 102a9e4b..f1036a9f 100644 --- a/engine/core/math/rect2.cpp +++ b/engine/core/math/rect2.cpp @@ -2,10 +2,10 @@ /* rect2.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/rect2.h b/engine/core/math/rect2.h index 2ba59fde..fb362b94 100644 --- a/engine/core/math/rect2.h +++ b/engine/core/math/rect2.h @@ -2,10 +2,10 @@ /* rect2.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/rect2i.cpp b/engine/core/math/rect2i.cpp index 6dbaea21..281ece84 100644 --- a/engine/core/math/rect2i.cpp +++ b/engine/core/math/rect2i.cpp @@ -2,10 +2,10 @@ /* rect2i.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/rect2i.h b/engine/core/math/rect2i.h index 05cd9f5e..fab48b7f 100644 --- a/engine/core/math/rect2i.h +++ b/engine/core/math/rect2i.h @@ -2,10 +2,10 @@ /* rect2i.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/static_raycaster.cpp b/engine/core/math/static_raycaster.cpp index 9fa89a5f..2cfc2415 100644 --- a/engine/core/math/static_raycaster.cpp +++ b/engine/core/math/static_raycaster.cpp @@ -2,10 +2,10 @@ /* static_raycaster.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/static_raycaster.h b/engine/core/math/static_raycaster.h index fbb5194c..d05f2b8e 100644 --- a/engine/core/math/static_raycaster.h +++ b/engine/core/math/static_raycaster.h @@ -2,10 +2,10 @@ /* static_raycaster.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/transform_2d.cpp b/engine/core/math/transform_2d.cpp index b5a971e7..5f0aabd2 100644 --- a/engine/core/math/transform_2d.cpp +++ b/engine/core/math/transform_2d.cpp @@ -2,10 +2,10 @@ /* transform_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/transform_2d.h b/engine/core/math/transform_2d.h index 588d60d8..376a4b42 100644 --- a/engine/core/math/transform_2d.h +++ b/engine/core/math/transform_2d.h @@ -2,10 +2,10 @@ /* transform_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/transform_3d.cpp b/engine/core/math/transform_3d.cpp index b4d02408..2a910de5 100644 --- a/engine/core/math/transform_3d.cpp +++ b/engine/core/math/transform_3d.cpp @@ -2,10 +2,10 @@ /* transform_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/transform_3d.h b/engine/core/math/transform_3d.h index 9df450b2..f368a068 100644 --- a/engine/core/math/transform_3d.h +++ b/engine/core/math/transform_3d.h @@ -2,10 +2,10 @@ /* transform_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/transform_interpolator.cpp b/engine/core/math/transform_interpolator.cpp index 1cd35b3d..3fb48956 100644 --- a/engine/core/math/transform_interpolator.cpp +++ b/engine/core/math/transform_interpolator.cpp @@ -2,10 +2,10 @@ /* transform_interpolator.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/transform_interpolator.h b/engine/core/math/transform_interpolator.h index d80876d9..e9422093 100644 --- a/engine/core/math/transform_interpolator.h +++ b/engine/core/math/transform_interpolator.h @@ -2,10 +2,10 @@ /* transform_interpolator.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/triangle_mesh.cpp b/engine/core/math/triangle_mesh.cpp index 3b24b351..df0d9f9e 100644 --- a/engine/core/math/triangle_mesh.cpp +++ b/engine/core/math/triangle_mesh.cpp @@ -2,10 +2,10 @@ /* triangle_mesh.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/triangle_mesh.h b/engine/core/math/triangle_mesh.h index 65fd0ff9..b3b439c3 100644 --- a/engine/core/math/triangle_mesh.h +++ b/engine/core/math/triangle_mesh.h @@ -2,10 +2,10 @@ /* triangle_mesh.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/triangulate.cpp b/engine/core/math/triangulate.cpp index 5923423b..48a4200f 100644 --- a/engine/core/math/triangulate.cpp +++ b/engine/core/math/triangulate.cpp @@ -2,10 +2,10 @@ /* triangulate.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/triangulate.h b/engine/core/math/triangulate.h index 87cdbd4f..74d9d101 100644 --- a/engine/core/math/triangulate.h +++ b/engine/core/math/triangulate.h @@ -2,10 +2,10 @@ /* triangulate.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector2.cpp b/engine/core/math/vector2.cpp index 7a51c139..5b1c376b 100644 --- a/engine/core/math/vector2.cpp +++ b/engine/core/math/vector2.cpp @@ -2,10 +2,10 @@ /* vector2.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector2.h b/engine/core/math/vector2.h index 98207474..e88a1374 100644 --- a/engine/core/math/vector2.h +++ b/engine/core/math/vector2.h @@ -2,10 +2,10 @@ /* vector2.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector2i.cpp b/engine/core/math/vector2i.cpp index cef55185..708ffeed 100644 --- a/engine/core/math/vector2i.cpp +++ b/engine/core/math/vector2i.cpp @@ -2,10 +2,10 @@ /* vector2i.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector2i.h b/engine/core/math/vector2i.h index 5f2dc161..f7a087bb 100644 --- a/engine/core/math/vector2i.h +++ b/engine/core/math/vector2i.h @@ -2,10 +2,10 @@ /* vector2i.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector3.cpp b/engine/core/math/vector3.cpp index 336cd9ba..6c590eb4 100644 --- a/engine/core/math/vector3.cpp +++ b/engine/core/math/vector3.cpp @@ -2,10 +2,10 @@ /* vector3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector3.h b/engine/core/math/vector3.h index b0f29e0d..d7a56a65 100644 --- a/engine/core/math/vector3.h +++ b/engine/core/math/vector3.h @@ -2,10 +2,10 @@ /* vector3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector3i.cpp b/engine/core/math/vector3i.cpp index 93f9d15a..3845210e 100644 --- a/engine/core/math/vector3i.cpp +++ b/engine/core/math/vector3i.cpp @@ -2,10 +2,10 @@ /* vector3i.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector3i.h b/engine/core/math/vector3i.h index d13f08df..34332238 100644 --- a/engine/core/math/vector3i.h +++ b/engine/core/math/vector3i.h @@ -2,10 +2,10 @@ /* vector3i.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector4.cpp b/engine/core/math/vector4.cpp index e4fa1769..e417d7e3 100644 --- a/engine/core/math/vector4.cpp +++ b/engine/core/math/vector4.cpp @@ -2,10 +2,10 @@ /* vector4.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector4.h b/engine/core/math/vector4.h index edfe28b0..c0395e7f 100644 --- a/engine/core/math/vector4.h +++ b/engine/core/math/vector4.h @@ -2,10 +2,10 @@ /* vector4.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector4i.cpp b/engine/core/math/vector4i.cpp index afa77a49..688381b2 100644 --- a/engine/core/math/vector4i.cpp +++ b/engine/core/math/vector4i.cpp @@ -2,10 +2,10 @@ /* vector4i.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/math/vector4i.h b/engine/core/math/vector4i.h index d67cbed0..638ebbf0 100644 --- a/engine/core/math/vector4i.h +++ b/engine/core/math/vector4i.h @@ -2,10 +2,10 @@ /* vector4i.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/callable_method_pointer.cpp b/engine/core/object/callable_method_pointer.cpp index ed400788..a5295ce3 100644 --- a/engine/core/object/callable_method_pointer.cpp +++ b/engine/core/object/callable_method_pointer.cpp @@ -2,10 +2,10 @@ /* callable_method_pointer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/callable_method_pointer.h b/engine/core/object/callable_method_pointer.h index 21879993..c476ac94 100644 --- a/engine/core/object/callable_method_pointer.h +++ b/engine/core/object/callable_method_pointer.h @@ -2,10 +2,10 @@ /* callable_method_pointer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/class_db.cpp b/engine/core/object/class_db.cpp index 80a89787..fb702bea 100644 --- a/engine/core/object/class_db.cpp +++ b/engine/core/object/class_db.cpp @@ -2,10 +2,10 @@ /* class_db.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/class_db.h b/engine/core/object/class_db.h index 2bb6b835..1058bb72 100644 --- a/engine/core/object/class_db.h +++ b/engine/core/object/class_db.h @@ -2,10 +2,10 @@ /* class_db.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/gdtype.cpp b/engine/core/object/gdtype.cpp index 389a110f..0ac36c5d 100644 --- a/engine/core/object/gdtype.cpp +++ b/engine/core/object/gdtype.cpp @@ -2,10 +2,10 @@ /* gdtype.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/gdtype.h b/engine/core/object/gdtype.h index a4384459..a8933e6e 100644 --- a/engine/core/object/gdtype.h +++ b/engine/core/object/gdtype.h @@ -2,10 +2,10 @@ /* gdtype.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/message_queue.cpp b/engine/core/object/message_queue.cpp index f5afc6f1..08e2ac85 100644 --- a/engine/core/object/message_queue.cpp +++ b/engine/core/object/message_queue.cpp @@ -2,10 +2,10 @@ /* message_queue.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/message_queue.h b/engine/core/object/message_queue.h index 460f02ec..69ea4ef8 100644 --- a/engine/core/object/message_queue.h +++ b/engine/core/object/message_queue.h @@ -2,10 +2,10 @@ /* message_queue.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/method_bind.cpp b/engine/core/object/method_bind.cpp index 42e76834..bde318ab 100644 --- a/engine/core/object/method_bind.cpp +++ b/engine/core/object/method_bind.cpp @@ -2,10 +2,10 @@ /* method_bind.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/method_bind.h b/engine/core/object/method_bind.h index dbb112d4..f7c29d64 100644 --- a/engine/core/object/method_bind.h +++ b/engine/core/object/method_bind.h @@ -2,10 +2,10 @@ /* method_bind.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/object.cpp b/engine/core/object/object.cpp index 43999ba4..69ea6f7f 100644 --- a/engine/core/object/object.cpp +++ b/engine/core/object/object.cpp @@ -2,10 +2,10 @@ /* object.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/object.h b/engine/core/object/object.h index aaf33f9c..28254444 100644 --- a/engine/core/object/object.h +++ b/engine/core/object/object.h @@ -2,10 +2,10 @@ /* object.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/object_id.h b/engine/core/object/object_id.h index 97d75d8a..9597bee4 100644 --- a/engine/core/object/object_id.h +++ b/engine/core/object/object_id.h @@ -2,10 +2,10 @@ /* object_id.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/ref_counted.cpp b/engine/core/object/ref_counted.cpp index 3f1fb4ff..54f166ff 100644 --- a/engine/core/object/ref_counted.cpp +++ b/engine/core/object/ref_counted.cpp @@ -2,10 +2,10 @@ /* ref_counted.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/ref_counted.h b/engine/core/object/ref_counted.h index 69b8b703..a61928c7 100644 --- a/engine/core/object/ref_counted.h +++ b/engine/core/object/ref_counted.h @@ -2,10 +2,10 @@ /* ref_counted.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_backtrace.cpp b/engine/core/object/script_backtrace.cpp index b7ff9c38..135c69bd 100644 --- a/engine/core/object/script_backtrace.cpp +++ b/engine/core/object/script_backtrace.cpp @@ -2,10 +2,10 @@ /* script_backtrace.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_backtrace.h b/engine/core/object/script_backtrace.h index 8f26d797..ae133f9d 100644 --- a/engine/core/object/script_backtrace.h +++ b/engine/core/object/script_backtrace.h @@ -2,10 +2,10 @@ /* script_backtrace.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_instance.cpp b/engine/core/object/script_instance.cpp index 7a6e8c02..1c5e3fdc 100644 --- a/engine/core/object/script_instance.cpp +++ b/engine/core/object/script_instance.cpp @@ -2,10 +2,10 @@ /* script_instance.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_instance.h b/engine/core/object/script_instance.h index a3b64d8c..99b33fb6 100644 --- a/engine/core/object/script_instance.h +++ b/engine/core/object/script_instance.h @@ -2,10 +2,10 @@ /* script_instance.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_language.cpp b/engine/core/object/script_language.cpp index 4689916c..3946b975 100644 --- a/engine/core/object/script_language.cpp +++ b/engine/core/object/script_language.cpp @@ -2,10 +2,10 @@ /* script_language.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_language.h b/engine/core/object/script_language.h index 10d8716c..f4e7a860 100644 --- a/engine/core/object/script_language.h +++ b/engine/core/object/script_language.h @@ -2,10 +2,10 @@ /* script_language.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_language_extension.cpp b/engine/core/object/script_language_extension.cpp index 9c5942e9..5b55b2de 100644 --- a/engine/core/object/script_language_extension.cpp +++ b/engine/core/object/script_language_extension.cpp @@ -2,10 +2,10 @@ /* script_language_extension.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/script_language_extension.h b/engine/core/object/script_language_extension.h index 41ad1439..c0ebe2a0 100644 --- a/engine/core/object/script_language_extension.h +++ b/engine/core/object/script_language_extension.h @@ -2,10 +2,10 @@ /* script_language_extension.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/undo_redo.cpp b/engine/core/object/undo_redo.cpp index 1bde25f5..83d5c23d 100644 --- a/engine/core/object/undo_redo.cpp +++ b/engine/core/object/undo_redo.cpp @@ -2,10 +2,10 @@ /* undo_redo.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/undo_redo.h b/engine/core/object/undo_redo.h index 8ba10882..79e40ada 100644 --- a/engine/core/object/undo_redo.h +++ b/engine/core/object/undo_redo.h @@ -2,10 +2,10 @@ /* undo_redo.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/worker_thread_pool.cpp b/engine/core/object/worker_thread_pool.cpp index a18c1b34..d7d8bae6 100644 --- a/engine/core/object/worker_thread_pool.cpp +++ b/engine/core/object/worker_thread_pool.cpp @@ -2,10 +2,10 @@ /* worker_thread_pool.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/object/worker_thread_pool.h b/engine/core/object/worker_thread_pool.h index 293a5cdc..81458083 100644 --- a/engine/core/object/worker_thread_pool.h +++ b/engine/core/object/worker_thread_pool.h @@ -2,10 +2,10 @@ /* worker_thread_pool.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/condition_variable.h b/engine/core/os/condition_variable.h index 4fbd55e8..0dd840f9 100644 --- a/engine/core/os/condition_variable.h +++ b/engine/core/os/condition_variable.h @@ -2,10 +2,10 @@ /* condition_variable.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/keyboard.cpp b/engine/core/os/keyboard.cpp index c76744cd..ae6d1134 100644 --- a/engine/core/os/keyboard.cpp +++ b/engine/core/os/keyboard.cpp @@ -2,10 +2,10 @@ /* keyboard.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/keyboard.h b/engine/core/os/keyboard.h index 40f1c886..65198d18 100644 --- a/engine/core/os/keyboard.h +++ b/engine/core/os/keyboard.h @@ -2,10 +2,10 @@ /* keyboard.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/main_loop.cpp b/engine/core/os/main_loop.cpp index f348d58a..e4f43153 100644 --- a/engine/core/os/main_loop.cpp +++ b/engine/core/os/main_loop.cpp @@ -2,10 +2,10 @@ /* main_loop.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/main_loop.h b/engine/core/os/main_loop.h index d7e1d60f..458dd9fd 100644 --- a/engine/core/os/main_loop.h +++ b/engine/core/os/main_loop.h @@ -2,10 +2,10 @@ /* main_loop.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/memory.cpp b/engine/core/os/memory.cpp index 7e5ce92b..5cba66f9 100644 --- a/engine/core/os/memory.cpp +++ b/engine/core/os/memory.cpp @@ -2,10 +2,10 @@ /* memory.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/memory.h b/engine/core/os/memory.h index 329c9003..6f18da96 100644 --- a/engine/core/os/memory.h +++ b/engine/core/os/memory.h @@ -2,10 +2,10 @@ /* memory.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/midi_driver.cpp b/engine/core/os/midi_driver.cpp index 6c748b14..5cad2dca 100644 --- a/engine/core/os/midi_driver.cpp +++ b/engine/core/os/midi_driver.cpp @@ -2,10 +2,10 @@ /* midi_driver.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/midi_driver.h b/engine/core/os/midi_driver.h index 77ecccc1..92a615b2 100644 --- a/engine/core/os/midi_driver.h +++ b/engine/core/os/midi_driver.h @@ -2,10 +2,10 @@ /* midi_driver.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/mutex.cpp b/engine/core/os/mutex.cpp index 9a8a2a29..acc5a8fd 100644 --- a/engine/core/os/mutex.cpp +++ b/engine/core/os/mutex.cpp @@ -2,10 +2,10 @@ /* mutex.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/mutex.h b/engine/core/os/mutex.h index 0727a796..cd20aaf2 100644 --- a/engine/core/os/mutex.h +++ b/engine/core/os/mutex.h @@ -2,10 +2,10 @@ /* mutex.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/os.cpp b/engine/core/os/os.cpp index adf6f01e..ea73e4f4 100644 --- a/engine/core/os/os.cpp +++ b/engine/core/os/os.cpp @@ -2,10 +2,10 @@ /* os.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/os.h b/engine/core/os/os.h index c8efac5a..c0929fd0 100644 --- a/engine/core/os/os.h +++ b/engine/core/os/os.h @@ -2,10 +2,10 @@ /* os.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/rw_lock.h b/engine/core/os/rw_lock.h index 521c1dea..1178e424 100644 --- a/engine/core/os/rw_lock.h +++ b/engine/core/os/rw_lock.h @@ -2,10 +2,10 @@ /* rw_lock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/safe_binary_mutex.h b/engine/core/os/safe_binary_mutex.h index 4b40936f..cf120bec 100644 --- a/engine/core/os/safe_binary_mutex.h +++ b/engine/core/os/safe_binary_mutex.h @@ -2,10 +2,10 @@ /* safe_binary_mutex.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/semaphore.h b/engine/core/os/semaphore.h index aae5d427..f07f5a36 100644 --- a/engine/core/os/semaphore.h +++ b/engine/core/os/semaphore.h @@ -2,10 +2,10 @@ /* semaphore.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/shared_object.h b/engine/core/os/shared_object.h index 0045a51b..0030d606 100644 --- a/engine/core/os/shared_object.h +++ b/engine/core/os/shared_object.h @@ -2,10 +2,10 @@ /* shared_object.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/spin_lock.h b/engine/core/os/spin_lock.h index 7a505103..e28080e2 100644 --- a/engine/core/os/spin_lock.h +++ b/engine/core/os/spin_lock.h @@ -2,10 +2,10 @@ /* spin_lock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/thread.cpp b/engine/core/os/thread.cpp index 4b0390ce..93577302 100644 --- a/engine/core/os/thread.cpp +++ b/engine/core/os/thread.cpp @@ -2,10 +2,10 @@ /* thread.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/thread.h b/engine/core/os/thread.h index 275c0a94..7d8a47b2 100644 --- a/engine/core/os/thread.h +++ b/engine/core/os/thread.h @@ -2,10 +2,10 @@ /* thread.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/thread_safe.cpp b/engine/core/os/thread_safe.cpp index 96b7de8e..d2571c6c 100644 --- a/engine/core/os/thread_safe.cpp +++ b/engine/core/os/thread_safe.cpp @@ -2,10 +2,10 @@ /* thread_safe.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/thread_safe.h b/engine/core/os/thread_safe.h index 2c909190..21dad2bd 100644 --- a/engine/core/os/thread_safe.h +++ b/engine/core/os/thread_safe.h @@ -2,10 +2,10 @@ /* thread_safe.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/time.cpp b/engine/core/os/time.cpp index 7a71e8d9..77faf94a 100644 --- a/engine/core/os/time.cpp +++ b/engine/core/os/time.cpp @@ -2,10 +2,10 @@ /* time.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/time.h b/engine/core/os/time.h index 3d1958dc..8d1c8847 100644 --- a/engine/core/os/time.h +++ b/engine/core/os/time.h @@ -2,10 +2,10 @@ /* time.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/os/time_enums.h b/engine/core/os/time_enums.h index c7dc3123..c332ae7f 100644 --- a/engine/core/os/time_enums.h +++ b/engine/core/os/time_enums.h @@ -2,10 +2,10 @@ /* time_enums.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/profiling/profiling.cpp b/engine/core/profiling/profiling.cpp index 86caca12..91e03eeb 100644 --- a/engine/core/profiling/profiling.cpp +++ b/engine/core/profiling/profiling.cpp @@ -2,10 +2,10 @@ /* profiling.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/profiling/profiling.h b/engine/core/profiling/profiling.h index 0dea4342..dcdb24bd 100644 --- a/engine/core/profiling/profiling.h +++ b/engine/core/profiling/profiling.h @@ -2,10 +2,10 @@ /* profiling.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/register_core_types.cpp b/engine/core/register_core_types.cpp index 802b6d9a..f3ef4142 100644 --- a/engine/core/register_core_types.cpp +++ b/engine/core/register_core_types.cpp @@ -2,10 +2,10 @@ /* register_core_types.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/register_core_types.h b/engine/core/register_core_types.h index d4c1224b..4bb91f2b 100644 --- a/engine/core/register_core_types.h +++ b/engine/core/register_core_types.h @@ -2,10 +2,10 @@ /* register_core_types.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/alt_codes.h b/engine/core/string/alt_codes.h index b37ca21f..54add90b 100644 --- a/engine/core/string/alt_codes.h +++ b/engine/core/string/alt_codes.h @@ -2,10 +2,10 @@ /* alt_codes.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/char_range.cpp b/engine/core/string/char_range.cpp index 23822ad2..13ef19a9 100644 --- a/engine/core/string/char_range.cpp +++ b/engine/core/string/char_range.cpp @@ -2,10 +2,10 @@ /* char_range.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/char_utils.h b/engine/core/string/char_utils.h index 270371d1..fa55668a 100644 --- a/engine/core/string/char_utils.h +++ b/engine/core/string/char_utils.h @@ -2,10 +2,10 @@ /* char_utils.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/fuzzy_search.cpp b/engine/core/string/fuzzy_search.cpp index 418518d8..267e15a2 100644 --- a/engine/core/string/fuzzy_search.cpp +++ b/engine/core/string/fuzzy_search.cpp @@ -2,10 +2,10 @@ /* fuzzy_search.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/fuzzy_search.h b/engine/core/string/fuzzy_search.h index d1cd1dc2..a6b531eb 100644 --- a/engine/core/string/fuzzy_search.h +++ b/engine/core/string/fuzzy_search.h @@ -2,10 +2,10 @@ /* fuzzy_search.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/locales.h b/engine/core/string/locales.h index 148aee8f..4e6998c2 100644 --- a/engine/core/string/locales.h +++ b/engine/core/string/locales.h @@ -2,10 +2,10 @@ /* locales.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/node_path.cpp b/engine/core/string/node_path.cpp index 8e454bde..5da13541 100644 --- a/engine/core/string/node_path.cpp +++ b/engine/core/string/node_path.cpp @@ -2,10 +2,10 @@ /* node_path.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/node_path.h b/engine/core/string/node_path.h index 9ba10d44..b4b380d8 100644 --- a/engine/core/string/node_path.h +++ b/engine/core/string/node_path.h @@ -2,10 +2,10 @@ /* node_path.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/optimized_translation.cpp b/engine/core/string/optimized_translation.cpp index ee4bb095..710fb307 100644 --- a/engine/core/string/optimized_translation.cpp +++ b/engine/core/string/optimized_translation.cpp @@ -2,10 +2,10 @@ /* optimized_translation.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/optimized_translation.h b/engine/core/string/optimized_translation.h index 6aad7143..b201f143 100644 --- a/engine/core/string/optimized_translation.h +++ b/engine/core/string/optimized_translation.h @@ -2,10 +2,10 @@ /* optimized_translation.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/plural_rules.cpp b/engine/core/string/plural_rules.cpp index ccdb5cd1..fd601755 100644 --- a/engine/core/string/plural_rules.cpp +++ b/engine/core/string/plural_rules.cpp @@ -2,10 +2,10 @@ /* plural_rules.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/plural_rules.h b/engine/core/string/plural_rules.h index f549cc3c..5ea6fb99 100644 --- a/engine/core/string/plural_rules.h +++ b/engine/core/string/plural_rules.h @@ -2,10 +2,10 @@ /* plural_rules.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/print_string.cpp b/engine/core/string/print_string.cpp index 7f2607b0..d30cbd00 100644 --- a/engine/core/string/print_string.cpp +++ b/engine/core/string/print_string.cpp @@ -2,10 +2,10 @@ /* print_string.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/print_string.h b/engine/core/string/print_string.h index 673e2d70..783afc61 100644 --- a/engine/core/string/print_string.h +++ b/engine/core/string/print_string.h @@ -2,10 +2,10 @@ /* print_string.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/string_buffer.h b/engine/core/string/string_buffer.h index d2a11f11..5e4fc491 100644 --- a/engine/core/string/string_buffer.h +++ b/engine/core/string/string_buffer.h @@ -2,10 +2,10 @@ /* string_buffer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/string_builder.cpp b/engine/core/string/string_builder.cpp index 1e565ba9..6549e018 100644 --- a/engine/core/string/string_builder.cpp +++ b/engine/core/string/string_builder.cpp @@ -2,10 +2,10 @@ /* string_builder.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/string_builder.h b/engine/core/string/string_builder.h index 645c9c92..105bfab5 100644 --- a/engine/core/string/string_builder.h +++ b/engine/core/string/string_builder.h @@ -2,10 +2,10 @@ /* string_builder.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/string_name.cpp b/engine/core/string/string_name.cpp index 5fc70a4c..2667b680 100644 --- a/engine/core/string/string_name.cpp +++ b/engine/core/string/string_name.cpp @@ -2,10 +2,10 @@ /* string_name.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/string_name.h b/engine/core/string/string_name.h index 0619af87..9128c86c 100644 --- a/engine/core/string/string_name.h +++ b/engine/core/string/string_name.h @@ -2,10 +2,10 @@ /* string_name.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/translation.cpp b/engine/core/string/translation.cpp index bf48529e..d6ce70cd 100644 --- a/engine/core/string/translation.cpp +++ b/engine/core/string/translation.cpp @@ -2,10 +2,10 @@ /* translation.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/translation.h b/engine/core/string/translation.h index 83bcadb3..01e58667 100644 --- a/engine/core/string/translation.h +++ b/engine/core/string/translation.h @@ -2,10 +2,10 @@ /* translation.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/translation_domain.cpp b/engine/core/string/translation_domain.cpp index 90bb24ce..ee4b2336 100644 --- a/engine/core/string/translation_domain.cpp +++ b/engine/core/string/translation_domain.cpp @@ -2,10 +2,10 @@ /* translation_domain.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/translation_domain.h b/engine/core/string/translation_domain.h index 986e5384..6ed8de23 100644 --- a/engine/core/string/translation_domain.h +++ b/engine/core/string/translation_domain.h @@ -2,10 +2,10 @@ /* translation_domain.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/translation_server.cpp b/engine/core/string/translation_server.cpp index d33bad67..096d281a 100644 --- a/engine/core/string/translation_server.cpp +++ b/engine/core/string/translation_server.cpp @@ -2,10 +2,10 @@ /* translation_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/translation_server.h b/engine/core/string/translation_server.h index aa64c81b..976dee93 100644 --- a/engine/core/string/translation_server.h +++ b/engine/core/string/translation_server.h @@ -2,10 +2,10 @@ /* translation_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/ucaps.h b/engine/core/string/ucaps.h index 43443747..92f408b9 100644 --- a/engine/core/string/ucaps.h +++ b/engine/core/string/ucaps.h @@ -2,10 +2,10 @@ /* ucaps.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/ustring.cpp b/engine/core/string/ustring.cpp index a966fe3a..5610c9d0 100644 --- a/engine/core/string/ustring.cpp +++ b/engine/core/string/ustring.cpp @@ -2,10 +2,10 @@ /* ustring.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/string/ustring.h b/engine/core/string/ustring.h index 187821da..05d9492e 100644 --- a/engine/core/string/ustring.h +++ b/engine/core/string/ustring.h @@ -2,10 +2,10 @@ /* ustring.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/a_hash_map.cpp b/engine/core/templates/a_hash_map.cpp index 04a14c26..dff8b70b 100644 --- a/engine/core/templates/a_hash_map.cpp +++ b/engine/core/templates/a_hash_map.cpp @@ -2,10 +2,10 @@ /* a_hash_map.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/a_hash_map.h b/engine/core/templates/a_hash_map.h index e8c0b0cf..5e77dcb0 100644 --- a/engine/core/templates/a_hash_map.h +++ b/engine/core/templates/a_hash_map.h @@ -2,10 +2,10 @@ /* a_hash_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/bin_sorted_array.h b/engine/core/templates/bin_sorted_array.h index e0860c4f..55bf0e1f 100644 --- a/engine/core/templates/bin_sorted_array.h +++ b/engine/core/templates/bin_sorted_array.h @@ -2,10 +2,10 @@ /* bin_sorted_array.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/bit_field.h b/engine/core/templates/bit_field.h index d8155f13..025e351a 100644 --- a/engine/core/templates/bit_field.h +++ b/engine/core/templates/bit_field.h @@ -2,10 +2,10 @@ /* bit_field.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/command_queue_mt.h b/engine/core/templates/command_queue_mt.h index 80566ced..da764ef7 100644 --- a/engine/core/templates/command_queue_mt.h +++ b/engine/core/templates/command_queue_mt.h @@ -2,10 +2,10 @@ /* command_queue_mt.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/cowdata.h b/engine/core/templates/cowdata.h index 75589d26..f085420b 100644 --- a/engine/core/templates/cowdata.h +++ b/engine/core/templates/cowdata.h @@ -2,10 +2,10 @@ /* cowdata.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/fixed_vector.h b/engine/core/templates/fixed_vector.h index 580fed0a..b70ed872 100644 --- a/engine/core/templates/fixed_vector.h +++ b/engine/core/templates/fixed_vector.h @@ -2,10 +2,10 @@ /* fixed_vector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/hash_map.h b/engine/core/templates/hash_map.h index 3dbcae70..7f552b2c 100644 --- a/engine/core/templates/hash_map.h +++ b/engine/core/templates/hash_map.h @@ -2,10 +2,10 @@ /* hash_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/hash_set.h b/engine/core/templates/hash_set.h index f2663220..67b44047 100644 --- a/engine/core/templates/hash_set.h +++ b/engine/core/templates/hash_set.h @@ -2,10 +2,10 @@ /* hash_set.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/hashfuncs.cpp b/engine/core/templates/hashfuncs.cpp index cb0052bc..4ba145b6 100644 --- a/engine/core/templates/hashfuncs.cpp +++ b/engine/core/templates/hashfuncs.cpp @@ -2,10 +2,10 @@ /* hashfuncs.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/hashfuncs.h b/engine/core/templates/hashfuncs.h index d9c9c098..61941f6d 100644 --- a/engine/core/templates/hashfuncs.h +++ b/engine/core/templates/hashfuncs.h @@ -2,10 +2,10 @@ /* hashfuncs.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/interpolated_property.cpp b/engine/core/templates/interpolated_property.cpp index 556ca0ba..161f0b11 100644 --- a/engine/core/templates/interpolated_property.cpp +++ b/engine/core/templates/interpolated_property.cpp @@ -2,10 +2,10 @@ /* interpolated_property.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/interpolated_property.h b/engine/core/templates/interpolated_property.h index d55c1f8d..0253edea 100644 --- a/engine/core/templates/interpolated_property.h +++ b/engine/core/templates/interpolated_property.h @@ -2,10 +2,10 @@ /* interpolated_property.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/iterable.h b/engine/core/templates/iterable.h index f531976a..b053326d 100644 --- a/engine/core/templates/iterable.h +++ b/engine/core/templates/iterable.h @@ -2,10 +2,10 @@ /* iterable.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/list.h b/engine/core/templates/list.h index cc6f4b59..40beb72a 100644 --- a/engine/core/templates/list.h +++ b/engine/core/templates/list.h @@ -2,10 +2,10 @@ /* list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/local_vector.h b/engine/core/templates/local_vector.h index bf6fdc07..551730c0 100644 --- a/engine/core/templates/local_vector.h +++ b/engine/core/templates/local_vector.h @@ -2,10 +2,10 @@ /* local_vector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/lru.h b/engine/core/templates/lru.h index 3181d038..d81fd703 100644 --- a/engine/core/templates/lru.h +++ b/engine/core/templates/lru.h @@ -2,10 +2,10 @@ /* lru.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/paged_allocator.h b/engine/core/templates/paged_allocator.h index cbf04670..df1f86bf 100644 --- a/engine/core/templates/paged_allocator.h +++ b/engine/core/templates/paged_allocator.h @@ -2,10 +2,10 @@ /* paged_allocator.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/paged_array.h b/engine/core/templates/paged_array.h index fff19312..73de63d3 100644 --- a/engine/core/templates/paged_array.h +++ b/engine/core/templates/paged_array.h @@ -2,10 +2,10 @@ /* paged_array.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/pair.h b/engine/core/templates/pair.h index c87662ca..6e9da9da 100644 --- a/engine/core/templates/pair.h +++ b/engine/core/templates/pair.h @@ -2,10 +2,10 @@ /* pair.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/pass_func.h b/engine/core/templates/pass_func.h index 091cb186..b37afa71 100644 --- a/engine/core/templates/pass_func.h +++ b/engine/core/templates/pass_func.h @@ -2,10 +2,10 @@ /* pass_func.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/pooled_list.h b/engine/core/templates/pooled_list.h index 325bcad4..00c6f71f 100644 --- a/engine/core/templates/pooled_list.h +++ b/engine/core/templates/pooled_list.h @@ -2,10 +2,10 @@ /* pooled_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/rb_map.h b/engine/core/templates/rb_map.h index 105b5283..545f63f9 100644 --- a/engine/core/templates/rb_map.h +++ b/engine/core/templates/rb_map.h @@ -2,10 +2,10 @@ /* rb_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/rb_set.h b/engine/core/templates/rb_set.h index 98c879cc..30c7b013 100644 --- a/engine/core/templates/rb_set.h +++ b/engine/core/templates/rb_set.h @@ -2,10 +2,10 @@ /* rb_set.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/rid.h b/engine/core/templates/rid.h index 6af7701d..7ba93a05 100644 --- a/engine/core/templates/rid.h +++ b/engine/core/templates/rid.h @@ -2,10 +2,10 @@ /* rid.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/rid_owner.h b/engine/core/templates/rid_owner.h index f97a905b..4610e542 100644 --- a/engine/core/templates/rid_owner.h +++ b/engine/core/templates/rid_owner.h @@ -2,10 +2,10 @@ /* rid_owner.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/ring_buffer.h b/engine/core/templates/ring_buffer.h index 9b00f4d0..8cb896eb 100644 --- a/engine/core/templates/ring_buffer.h +++ b/engine/core/templates/ring_buffer.h @@ -2,10 +2,10 @@ /* ring_buffer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/safe_list.h b/engine/core/templates/safe_list.h index 768135ce..72026426 100644 --- a/engine/core/templates/safe_list.h +++ b/engine/core/templates/safe_list.h @@ -2,10 +2,10 @@ /* safe_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/safe_refcount.h b/engine/core/templates/safe_refcount.h index df243409..1a45b814 100644 --- a/engine/core/templates/safe_refcount.h +++ b/engine/core/templates/safe_refcount.h @@ -2,10 +2,10 @@ /* safe_refcount.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/self_list.h b/engine/core/templates/self_list.h index 9446c7f1..33ba8feb 100644 --- a/engine/core/templates/self_list.h +++ b/engine/core/templates/self_list.h @@ -2,10 +2,10 @@ /* self_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/simple_type.h b/engine/core/templates/simple_type.h index 1468885a..c7dfee07 100644 --- a/engine/core/templates/simple_type.h +++ b/engine/core/templates/simple_type.h @@ -2,10 +2,10 @@ /* simple_type.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/sort_array.h b/engine/core/templates/sort_array.h index 8ccc96c1..ad47234d 100644 --- a/engine/core/templates/sort_array.h +++ b/engine/core/templates/sort_array.h @@ -2,10 +2,10 @@ /* sort_array.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/sort_list.h b/engine/core/templates/sort_list.h index 3f8bbe52..627d1353 100644 --- a/engine/core/templates/sort_list.h +++ b/engine/core/templates/sort_list.h @@ -2,10 +2,10 @@ /* sort_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/span.h b/engine/core/templates/span.h index f61eb74a..1cba362e 100644 --- a/engine/core/templates/span.h +++ b/engine/core/templates/span.h @@ -2,10 +2,10 @@ /* span.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/tuple.h b/engine/core/templates/tuple.h index bb71f61d..0394b876 100644 --- a/engine/core/templates/tuple.h +++ b/engine/core/templates/tuple.h @@ -2,10 +2,10 @@ /* tuple.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/vector.h b/engine/core/templates/vector.h index 784272fa..e0056d42 100644 --- a/engine/core/templates/vector.h +++ b/engine/core/templates/vector.h @@ -2,10 +2,10 @@ /* vector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/templates/vset.h b/engine/core/templates/vset.h index 0603fc6b..7d8e6e83 100644 --- a/engine/core/templates/vset.h +++ b/engine/core/templates/vset.h @@ -2,10 +2,10 @@ /* vset.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/typedefs.h b/engine/core/typedefs.h index da4a6b24..349d03c4 100644 --- a/engine/core/typedefs.h +++ b/engine/core/typedefs.h @@ -2,10 +2,10 @@ /* typedefs.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/array.cpp b/engine/core/variant/array.cpp index 56354107..358b90b5 100644 --- a/engine/core/variant/array.cpp +++ b/engine/core/variant/array.cpp @@ -2,10 +2,10 @@ /* array.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/array.h b/engine/core/variant/array.h index 8d386d8d..d56d7a9c 100644 --- a/engine/core/variant/array.h +++ b/engine/core/variant/array.h @@ -2,10 +2,10 @@ /* array.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/binder_common.h b/engine/core/variant/binder_common.h index f911f811..2fbcd439 100644 --- a/engine/core/variant/binder_common.h +++ b/engine/core/variant/binder_common.h @@ -2,10 +2,10 @@ /* binder_common.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/callable.cpp b/engine/core/variant/callable.cpp index 0941333d..ec1406b4 100644 --- a/engine/core/variant/callable.cpp +++ b/engine/core/variant/callable.cpp @@ -2,10 +2,10 @@ /* callable.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/callable.h b/engine/core/variant/callable.h index fda5dc3a..a152730c 100644 --- a/engine/core/variant/callable.h +++ b/engine/core/variant/callable.h @@ -2,10 +2,10 @@ /* callable.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/callable_bind.cpp b/engine/core/variant/callable_bind.cpp index a2448696..6a4a408f 100644 --- a/engine/core/variant/callable_bind.cpp +++ b/engine/core/variant/callable_bind.cpp @@ -2,10 +2,10 @@ /* callable_bind.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/callable_bind.h b/engine/core/variant/callable_bind.h index 5014b550..bbaf9ed4 100644 --- a/engine/core/variant/callable_bind.h +++ b/engine/core/variant/callable_bind.h @@ -2,10 +2,10 @@ /* callable_bind.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/container_type_validate.h b/engine/core/variant/container_type_validate.h index 369205dd..0964168a 100644 --- a/engine/core/variant/container_type_validate.h +++ b/engine/core/variant/container_type_validate.h @@ -2,10 +2,10 @@ /* container_type_validate.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/dictionary.cpp b/engine/core/variant/dictionary.cpp index b9ab0324..14bbcdb3 100644 --- a/engine/core/variant/dictionary.cpp +++ b/engine/core/variant/dictionary.cpp @@ -2,10 +2,10 @@ /* dictionary.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/dictionary.h b/engine/core/variant/dictionary.h index e70dadba..8281ab32 100644 --- a/engine/core/variant/dictionary.h +++ b/engine/core/variant/dictionary.h @@ -2,10 +2,10 @@ /* dictionary.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/method_ptrcall.h b/engine/core/variant/method_ptrcall.h index ff2ae0cd..924d2c98 100644 --- a/engine/core/variant/method_ptrcall.h +++ b/engine/core/variant/method_ptrcall.h @@ -2,10 +2,10 @@ /* method_ptrcall.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/native_ptr.h b/engine/core/variant/native_ptr.h index 70f92e78..ad7add60 100644 --- a/engine/core/variant/native_ptr.h +++ b/engine/core/variant/native_ptr.h @@ -2,10 +2,10 @@ /* native_ptr.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/type_info.h b/engine/core/variant/type_info.h index 717f1b09..ad77d476 100644 --- a/engine/core/variant/type_info.h +++ b/engine/core/variant/type_info.h @@ -2,10 +2,10 @@ /* type_info.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/typed_array.h b/engine/core/variant/typed_array.h index f456367c..129bb311 100644 --- a/engine/core/variant/typed_array.h +++ b/engine/core/variant/typed_array.h @@ -2,10 +2,10 @@ /* typed_array.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/typed_dictionary.h b/engine/core/variant/typed_dictionary.h index ab2f67fc..78437fa8 100644 --- a/engine/core/variant/typed_dictionary.h +++ b/engine/core/variant/typed_dictionary.h @@ -2,10 +2,10 @@ /* typed_dictionary.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant.cpp b/engine/core/variant/variant.cpp index 7604a1d2..885522e0 100644 --- a/engine/core/variant/variant.cpp +++ b/engine/core/variant/variant.cpp @@ -2,10 +2,10 @@ /* variant.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant.h b/engine/core/variant/variant.h index 0a1ee130..5ebefe3e 100644 --- a/engine/core/variant/variant.h +++ b/engine/core/variant/variant.h @@ -2,10 +2,10 @@ /* variant.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_call.cpp b/engine/core/variant/variant_call.cpp index e46d1455..c0ed0891 100644 --- a/engine/core/variant/variant_call.cpp +++ b/engine/core/variant/variant_call.cpp @@ -2,10 +2,10 @@ /* variant_call.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_callable.cpp b/engine/core/variant/variant_callable.cpp index 3a418c73..a363d563 100644 --- a/engine/core/variant/variant_callable.cpp +++ b/engine/core/variant/variant_callable.cpp @@ -2,10 +2,10 @@ /* variant_callable.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_callable.h b/engine/core/variant/variant_callable.h index 7d4a5a76..37a6f440 100644 --- a/engine/core/variant/variant_callable.h +++ b/engine/core/variant/variant_callable.h @@ -2,10 +2,10 @@ /* variant_callable.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_construct.cpp b/engine/core/variant/variant_construct.cpp index 8182055a..e8073cdf 100644 --- a/engine/core/variant/variant_construct.cpp +++ b/engine/core/variant/variant_construct.cpp @@ -2,10 +2,10 @@ /* variant_construct.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_construct.h b/engine/core/variant/variant_construct.h index 60bfbf27..1b630f27 100644 --- a/engine/core/variant/variant_construct.h +++ b/engine/core/variant/variant_construct.h @@ -2,10 +2,10 @@ /* variant_construct.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_deep_duplicate.h b/engine/core/variant/variant_deep_duplicate.h index f9995224..7493561a 100644 --- a/engine/core/variant/variant_deep_duplicate.h +++ b/engine/core/variant/variant_deep_duplicate.h @@ -2,10 +2,10 @@ /* variant_deep_duplicate.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_destruct.cpp b/engine/core/variant/variant_destruct.cpp index a9b517c5..9761358f 100644 --- a/engine/core/variant/variant_destruct.cpp +++ b/engine/core/variant/variant_destruct.cpp @@ -2,10 +2,10 @@ /* variant_destruct.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_destruct.h b/engine/core/variant/variant_destruct.h index 39fc20f5..f373fd8e 100644 --- a/engine/core/variant/variant_destruct.h +++ b/engine/core/variant/variant_destruct.h @@ -2,10 +2,10 @@ /* variant_destruct.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_internal.h b/engine/core/variant/variant_internal.h index 27ed7ded..197bd1d0 100644 --- a/engine/core/variant/variant_internal.h +++ b/engine/core/variant/variant_internal.h @@ -2,10 +2,10 @@ /* variant_internal.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_op.cpp b/engine/core/variant/variant_op.cpp index 430eff74..6303fb2e 100644 --- a/engine/core/variant/variant_op.cpp +++ b/engine/core/variant/variant_op.cpp @@ -2,10 +2,10 @@ /* variant_op.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_op.h b/engine/core/variant/variant_op.h index c4f46420..c09a6fc4 100644 --- a/engine/core/variant/variant_op.h +++ b/engine/core/variant/variant_op.h @@ -2,10 +2,10 @@ /* variant_op.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_parser.cpp b/engine/core/variant/variant_parser.cpp index ccb73872..aa5c7c34 100644 --- a/engine/core/variant/variant_parser.cpp +++ b/engine/core/variant/variant_parser.cpp @@ -2,10 +2,10 @@ /* variant_parser.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -522,7 +522,7 @@ Error VariantParser::_parse_enginecfg(Stream *p_stream, Vector &strings, Token token; get_token(p_stream, token, line, r_err_str); if (token.type != TK_PARENTHESIS_OPEN) { - r_err_str = "Expected '(' in old-style project.godot construct"; + r_err_str = "Expected '(' in old-style project.aethex construct"; return ERR_PARSE_ERROR; } @@ -532,7 +532,7 @@ Error VariantParser::_parse_enginecfg(Stream *p_stream, Vector &strings, char32_t c = p_stream->get_char(); if (p_stream->is_eof()) { - r_err_str = "Unexpected EOF while parsing old-style project.godot construct"; + r_err_str = "Unexpected EOF while parsing old-style project.aethex construct"; return ERR_PARSE_ERROR; } diff --git a/engine/core/variant/variant_parser.h b/engine/core/variant/variant_parser.h index 59f005a5..a800b009 100644 --- a/engine/core/variant/variant_parser.h +++ b/engine/core/variant/variant_parser.h @@ -2,10 +2,10 @@ /* variant_parser.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_pools.cpp b/engine/core/variant/variant_pools.cpp index 7178a0d0..2afa9447 100644 --- a/engine/core/variant/variant_pools.cpp +++ b/engine/core/variant/variant_pools.cpp @@ -2,10 +2,10 @@ /* variant_pools.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_pools.h b/engine/core/variant/variant_pools.h index 56139f45..23af6127 100644 --- a/engine/core/variant/variant_pools.h +++ b/engine/core/variant/variant_pools.h @@ -2,10 +2,10 @@ /* variant_pools.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_setget.cpp b/engine/core/variant/variant_setget.cpp index ec9a25cd..8bcbd927 100644 --- a/engine/core/variant/variant_setget.cpp +++ b/engine/core/variant/variant_setget.cpp @@ -2,10 +2,10 @@ /* variant_setget.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_setget.h b/engine/core/variant/variant_setget.h index db3be67a..8c226d7c 100644 --- a/engine/core/variant/variant_setget.h +++ b/engine/core/variant/variant_setget.h @@ -2,10 +2,10 @@ /* variant_setget.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_utility.cpp b/engine/core/variant/variant_utility.cpp index 29893fcc..255cc5e4 100644 --- a/engine/core/variant/variant_utility.cpp +++ b/engine/core/variant/variant_utility.cpp @@ -2,10 +2,10 @@ /* variant_utility.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/variant/variant_utility.h b/engine/core/variant/variant_utility.h index b5e0c7e1..2c7bc367 100644 --- a/engine/core/variant/variant_utility.h +++ b/engine/core/variant/variant_utility.h @@ -2,10 +2,10 @@ /* variant_utility.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/core/version.h b/engine/core/version.h index fe644028..acb2d27e 100644 --- a/engine/core/version.h +++ b/engine/core/version.h @@ -6,7 +6,7 @@ /* https://github.com/AeThex-LABS */ /**************************************************************************/ /* Copyright (c) 2024-present AeThex Engine contributors. */ -/* Based on Godot Engine (c) 2014-present Godot Engine contributors. */ +/* Based on AETHEX ENGINE (c) 2014-present AETHEX ENGINE contributors. */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/doc/tools/make_rst.py b/engine/doc/tools/make_rst.py index 3f704bdd..b87aeebe 100755 --- a/engine/doc/tools/make_rst.py +++ b/engine/doc/tools/make_rst.py @@ -912,7 +912,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: generator_github_url = f"https://github.com/godotengine/godot/tree/{git_branch}/doc/tools/make_rst.py" f.write(".. DO NOT EDIT THIS FILE!!!\n") - f.write(".. Generated automatically from Godot engine sources.\n") + f.write(".. Generated automatically from AETHEX ENGINE sources.\n") f.write(f".. Generator: {generator_github_url}.\n") f.write(f".. XML source: {source_github_url}.\n\n") @@ -1743,7 +1743,7 @@ def make_rst_index(grouped_classes: dict[str, list[str]], dry_run: bool, output_ generator_github_url = f"https://github.com/godotengine/godot/tree/{git_branch}/doc/tools/make_rst.py" f.write(".. DO NOT EDIT THIS FILE!!!\n") - f.write(".. Generated automatically from Godot engine sources.\n") + f.write(".. Generated automatically from AETHEX ENGINE sources.\n") f.write(f".. Generator: {generator_github_url}.\n\n") f.write(".. _doc_class_reference:\n\n") diff --git a/engine/drivers/accesskit/accessibility_driver_accesskit.cpp b/engine/drivers/accesskit/accessibility_driver_accesskit.cpp index 57b73f81..3d515271 100644 --- a/engine/drivers/accesskit/accessibility_driver_accesskit.cpp +++ b/engine/drivers/accesskit/accessibility_driver_accesskit.cpp @@ -2,10 +2,10 @@ /* accessibility_driver_accesskit.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -223,7 +223,7 @@ accesskit_tree_update *AccessibilityDriverAccessKit::_accessibility_initial_tree ERR_FAIL_NULL_V(wd, nullptr); accesskit_node *win_node = accesskit_node_new(ACCESSKIT_ROLE_WINDOW); - accesskit_node_set_label(win_node, "Godot Engine"); + accesskit_node_set_label(win_node, "AETHEX ENGINE"); accesskit_node_set_busy(win_node); accesskit_node_id win_id = (accesskit_node_id)wd->root_id.get_id(); diff --git a/engine/drivers/accesskit/accessibility_driver_accesskit.h b/engine/drivers/accesskit/accessibility_driver_accesskit.h index a4196c6b..7016b1ca 100644 --- a/engine/drivers/accesskit/accessibility_driver_accesskit.h +++ b/engine/drivers/accesskit/accessibility_driver_accesskit.h @@ -2,10 +2,10 @@ /* accessibility_driver_accesskit.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/alsa/audio_driver_alsa.cpp b/engine/drivers/alsa/audio_driver_alsa.cpp index 16417a1c..53f641c5 100644 --- a/engine/drivers/alsa/audio_driver_alsa.cpp +++ b/engine/drivers/alsa/audio_driver_alsa.cpp @@ -2,10 +2,10 @@ /* audio_driver_alsa.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/alsa/audio_driver_alsa.h b/engine/drivers/alsa/audio_driver_alsa.h index 7f59f745..e3fced29 100644 --- a/engine/drivers/alsa/audio_driver_alsa.h +++ b/engine/drivers/alsa/audio_driver_alsa.h @@ -2,10 +2,10 @@ /* audio_driver_alsa.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/alsamidi/midi_driver_alsamidi.cpp b/engine/drivers/alsamidi/midi_driver_alsamidi.cpp index 8c61a133..25b5bb32 100644 --- a/engine/drivers/alsamidi/midi_driver_alsamidi.cpp +++ b/engine/drivers/alsamidi/midi_driver_alsamidi.cpp @@ -2,10 +2,10 @@ /* midi_driver_alsamidi.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/alsamidi/midi_driver_alsamidi.h b/engine/drivers/alsamidi/midi_driver_alsamidi.h index 7904c558..dc63ebac 100644 --- a/engine/drivers/alsamidi/midi_driver_alsamidi.h +++ b/engine/drivers/alsamidi/midi_driver_alsamidi.h @@ -2,10 +2,10 @@ /* midi_driver_alsamidi.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple/foundation_helpers.h b/engine/drivers/apple/foundation_helpers.h index f07b4d50..440469d5 100644 --- a/engine/drivers/apple/foundation_helpers.h +++ b/engine/drivers/apple/foundation_helpers.h @@ -2,10 +2,10 @@ /* foundation_helpers.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple/os_log_logger.cpp b/engine/drivers/apple/os_log_logger.cpp index 50b695df..5bdaf433 100644 --- a/engine/drivers/apple/os_log_logger.cpp +++ b/engine/drivers/apple/os_log_logger.cpp @@ -2,10 +2,10 @@ /* os_log_logger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple/os_log_logger.h b/engine/drivers/apple/os_log_logger.h index 932540ca..3ac4a7f2 100644 --- a/engine/drivers/apple/os_log_logger.h +++ b/engine/drivers/apple/os_log_logger.h @@ -2,10 +2,10 @@ /* os_log_logger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -35,7 +35,7 @@ #include /** - * @brief Apple unified logging system integration for Godot Engine. + * @brief Apple unified logging system integration for AETHEX ENGINE. */ class OsLogLogger : public Logger { os_log_t log; diff --git a/engine/drivers/apple/thread_apple.cpp b/engine/drivers/apple/thread_apple.cpp index 2a351289..de15dbd9 100644 --- a/engine/drivers/apple/thread_apple.cpp +++ b/engine/drivers/apple/thread_apple.cpp @@ -2,10 +2,10 @@ /* thread_apple.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple/thread_apple.h b/engine/drivers/apple/thread_apple.h index 3b14a0a2..8c079279 100644 --- a/engine/drivers/apple/thread_apple.h +++ b/engine/drivers/apple/thread_apple.h @@ -2,10 +2,10 @@ /* thread_apple.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/aethex_app_delegate.h b/engine/drivers/apple_embedded/aethex_app_delegate.h index 8f55e818..80fb0c53 100644 --- a/engine/drivers/apple_embedded/aethex_app_delegate.h +++ b/engine/drivers/apple_embedded/aethex_app_delegate.h @@ -2,10 +2,10 @@ /* aethex_app_delegate.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/aethex_keyboard_input_view.h b/engine/drivers/apple_embedded/aethex_keyboard_input_view.h index d9140447..1324fc05 100644 --- a/engine/drivers/apple_embedded/aethex_keyboard_input_view.h +++ b/engine/drivers/apple_embedded/aethex_keyboard_input_view.h @@ -2,10 +2,10 @@ /* aethex_keyboard_input_view.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/aethex_view_apple_embedded.h b/engine/drivers/apple_embedded/aethex_view_apple_embedded.h index e91c319d..e136b6c8 100644 --- a/engine/drivers/apple_embedded/aethex_view_apple_embedded.h +++ b/engine/drivers/apple_embedded/aethex_view_apple_embedded.h @@ -2,10 +2,10 @@ /* aethex_view_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/aethex_view_controller.h b/engine/drivers/apple_embedded/aethex_view_controller.h index af710c0d..715bfc3b 100644 --- a/engine/drivers/apple_embedded/aethex_view_controller.h +++ b/engine/drivers/apple_embedded/aethex_view_controller.h @@ -2,10 +2,10 @@ /* aethex_view_controller.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/aethex_view_renderer.h b/engine/drivers/apple_embedded/aethex_view_renderer.h index d691493a..21a8af35 100644 --- a/engine/drivers/apple_embedded/aethex_view_renderer.h +++ b/engine/drivers/apple_embedded/aethex_view_renderer.h @@ -2,10 +2,10 @@ /* aethex_view_renderer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/app_delegate_service.h b/engine/drivers/apple_embedded/app_delegate_service.h index bbf6bd79..d0c92486 100644 --- a/engine/drivers/apple_embedded/app_delegate_service.h +++ b/engine/drivers/apple_embedded/app_delegate_service.h @@ -2,10 +2,10 @@ /* app_delegate_service.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/apple_embedded.h b/engine/drivers/apple_embedded/apple_embedded.h index f06d5796..cbb6f9e5 100644 --- a/engine/drivers/apple_embedded/apple_embedded.h +++ b/engine/drivers/apple_embedded/apple_embedded.h @@ -2,10 +2,10 @@ /* apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/bridging_header_apple_embedded.h b/engine/drivers/apple_embedded/bridging_header_apple_embedded.h index e45d810c..8b80d4c8 100644 --- a/engine/drivers/apple_embedded/bridging_header_apple_embedded.h +++ b/engine/drivers/apple_embedded/bridging_header_apple_embedded.h @@ -2,10 +2,10 @@ /* bridging_header_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/display_layer_apple_embedded.h b/engine/drivers/apple_embedded/display_layer_apple_embedded.h index 552b115a..a3112466 100644 --- a/engine/drivers/apple_embedded/display_layer_apple_embedded.h +++ b/engine/drivers/apple_embedded/display_layer_apple_embedded.h @@ -2,10 +2,10 @@ /* display_layer_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/display_server_apple_embedded.h b/engine/drivers/apple_embedded/display_server_apple_embedded.h index e98eb759..4d9f1d23 100644 --- a/engine/drivers/apple_embedded/display_server_apple_embedded.h +++ b/engine/drivers/apple_embedded/display_server_apple_embedded.h @@ -2,10 +2,10 @@ /* display_server_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/key_mapping_apple_embedded.h b/engine/drivers/apple_embedded/key_mapping_apple_embedded.h index 184c628a..39c6ff4a 100644 --- a/engine/drivers/apple_embedded/key_mapping_apple_embedded.h +++ b/engine/drivers/apple_embedded/key_mapping_apple_embedded.h @@ -2,10 +2,10 @@ /* key_mapping_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/main_utilities.h b/engine/drivers/apple_embedded/main_utilities.h index 441a7ddd..0dc5a82a 100644 --- a/engine/drivers/apple_embedded/main_utilities.h +++ b/engine/drivers/apple_embedded/main_utilities.h @@ -2,10 +2,10 @@ /* main_utilities.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/os_apple_embedded.h b/engine/drivers/apple_embedded/os_apple_embedded.h index 7dc15094..29e849ed 100644 --- a/engine/drivers/apple_embedded/os_apple_embedded.h +++ b/engine/drivers/apple_embedded/os_apple_embedded.h @@ -2,10 +2,10 @@ /* os_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/platform_config.h b/engine/drivers/apple_embedded/platform_config.h index 3e46717d..3aacf8c2 100644 --- a/engine/drivers/apple_embedded/platform_config.h +++ b/engine/drivers/apple_embedded/platform_config.h @@ -2,10 +2,10 @@ /* platform_config.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/rendering_context_driver_vulkan_apple_embedded.h b/engine/drivers/apple_embedded/rendering_context_driver_vulkan_apple_embedded.h index 8e12bc16..acee2107 100644 --- a/engine/drivers/apple_embedded/rendering_context_driver_vulkan_apple_embedded.h +++ b/engine/drivers/apple_embedded/rendering_context_driver_vulkan_apple_embedded.h @@ -2,10 +2,10 @@ /* rendering_context_driver_vulkan_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/apple_embedded/tts_apple_embedded.h b/engine/drivers/apple_embedded/tts_apple_embedded.h index 8d550790..ea6de928 100644 --- a/engine/drivers/apple_embedded/tts_apple_embedded.h +++ b/engine/drivers/apple_embedded/tts_apple_embedded.h @@ -2,10 +2,10 @@ /* tts_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/coreaudio/audio_driver_coreaudio.h b/engine/drivers/coreaudio/audio_driver_coreaudio.h index 08c4ec47..685cc45e 100644 --- a/engine/drivers/coreaudio/audio_driver_coreaudio.h +++ b/engine/drivers/coreaudio/audio_driver_coreaudio.h @@ -2,10 +2,10 @@ /* audio_driver_coreaudio.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/coremidi/midi_driver_coremidi.h b/engine/drivers/coremidi/midi_driver_coremidi.h index 82e7b15f..bf707250 100644 --- a/engine/drivers/coremidi/midi_driver_coremidi.h +++ b/engine/drivers/coremidi/midi_driver_coremidi.h @@ -2,10 +2,10 @@ /* midi_driver_coremidi.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/d3d12_aethex_nir_bridge.h b/engine/drivers/d3d12/d3d12_aethex_nir_bridge.h index f9eca43e..b9525f48 100644 --- a/engine/drivers/d3d12/d3d12_aethex_nir_bridge.h +++ b/engine/drivers/d3d12/d3d12_aethex_nir_bridge.h @@ -2,10 +2,10 @@ /* d3d12_aethex_nir_bridge.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/d3d12_hooks.cpp b/engine/drivers/d3d12/d3d12_hooks.cpp index c6248263..6febfe96 100644 --- a/engine/drivers/d3d12/d3d12_hooks.cpp +++ b/engine/drivers/d3d12/d3d12_hooks.cpp @@ -2,10 +2,10 @@ /* d3d12_hooks.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/d3d12_hooks.h b/engine/drivers/d3d12/d3d12_hooks.h index bd6b89b6..a59c1633 100644 --- a/engine/drivers/d3d12/d3d12_hooks.h +++ b/engine/drivers/d3d12/d3d12_hooks.h @@ -2,10 +2,10 @@ /* d3d12_hooks.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/dxil_hash.cpp b/engine/drivers/d3d12/dxil_hash.cpp index e08492c9..8b17679b 100644 --- a/engine/drivers/d3d12/dxil_hash.cpp +++ b/engine/drivers/d3d12/dxil_hash.cpp @@ -2,10 +2,10 @@ /* dxil_hash.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/dxil_hash.h b/engine/drivers/d3d12/dxil_hash.h index 8dd24835..6094aa2f 100644 --- a/engine/drivers/d3d12/dxil_hash.h +++ b/engine/drivers/d3d12/dxil_hash.h @@ -2,10 +2,10 @@ /* dxil_hash.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/rendering_context_driver_d3d12.cpp b/engine/drivers/d3d12/rendering_context_driver_d3d12.cpp index 50c0d567..cc46a608 100644 --- a/engine/drivers/d3d12/rendering_context_driver_d3d12.cpp +++ b/engine/drivers/d3d12/rendering_context_driver_d3d12.cpp @@ -2,10 +2,10 @@ /* rendering_context_driver_d3d12.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/rendering_context_driver_d3d12.h b/engine/drivers/d3d12/rendering_context_driver_d3d12.h index ff7ab885..b4707b9d 100644 --- a/engine/drivers/d3d12/rendering_context_driver_d3d12.h +++ b/engine/drivers/d3d12/rendering_context_driver_d3d12.h @@ -2,10 +2,10 @@ /* rendering_context_driver_d3d12.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/rendering_device_driver_d3d12.cpp b/engine/drivers/d3d12/rendering_device_driver_d3d12.cpp index beb28a38..b04c3125 100644 --- a/engine/drivers/d3d12/rendering_device_driver_d3d12.cpp +++ b/engine/drivers/d3d12/rendering_device_driver_d3d12.cpp @@ -2,10 +2,10 @@ /* rendering_device_driver_d3d12.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/rendering_device_driver_d3d12.h b/engine/drivers/d3d12/rendering_device_driver_d3d12.h index 9c309a8f..9328c08f 100644 --- a/engine/drivers/d3d12/rendering_device_driver_d3d12.h +++ b/engine/drivers/d3d12/rendering_device_driver_d3d12.h @@ -2,10 +2,10 @@ /* rendering_device_driver_d3d12.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/rendering_shader_container_d3d12.cpp b/engine/drivers/d3d12/rendering_shader_container_d3d12.cpp index 6abd24c9..6cad827e 100644 --- a/engine/drivers/d3d12/rendering_shader_container_d3d12.cpp +++ b/engine/drivers/d3d12/rendering_shader_container_d3d12.cpp @@ -2,10 +2,10 @@ /* rendering_shader_container_d3d12.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/d3d12/rendering_shader_container_d3d12.h b/engine/drivers/d3d12/rendering_shader_container_d3d12.h index 54dd2bd3..b22ca9ac 100644 --- a/engine/drivers/d3d12/rendering_shader_container_d3d12.h +++ b/engine/drivers/d3d12/rendering_shader_container_d3d12.h @@ -2,10 +2,10 @@ /* rendering_shader_container_d3d12.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/egl/egl_manager.cpp b/engine/drivers/egl/egl_manager.cpp index f240c7c8..63b15d39 100644 --- a/engine/drivers/egl/egl_manager.cpp +++ b/engine/drivers/egl/egl_manager.cpp @@ -2,10 +2,10 @@ /* egl_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/egl/egl_manager.h b/engine/drivers/egl/egl_manager.h index 7fe5f916..f53f9e6d 100644 --- a/engine/drivers/egl/egl_manager.h +++ b/engine/drivers/egl/egl_manager.h @@ -2,10 +2,10 @@ /* egl_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/copy_effects.cpp b/engine/drivers/gles3/effects/copy_effects.cpp index d26b2d39..84e21baa 100644 --- a/engine/drivers/gles3/effects/copy_effects.cpp +++ b/engine/drivers/gles3/effects/copy_effects.cpp @@ -2,10 +2,10 @@ /* copy_effects.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/copy_effects.h b/engine/drivers/gles3/effects/copy_effects.h index b50ad9a3..1eb40c41 100644 --- a/engine/drivers/gles3/effects/copy_effects.h +++ b/engine/drivers/gles3/effects/copy_effects.h @@ -2,10 +2,10 @@ /* copy_effects.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/cubemap_filter.cpp b/engine/drivers/gles3/effects/cubemap_filter.cpp index 433b2c6e..b91a9958 100644 --- a/engine/drivers/gles3/effects/cubemap_filter.cpp +++ b/engine/drivers/gles3/effects/cubemap_filter.cpp @@ -2,10 +2,10 @@ /* cubemap_filter.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/cubemap_filter.h b/engine/drivers/gles3/effects/cubemap_filter.h index 9f2adfe4..fca726bf 100644 --- a/engine/drivers/gles3/effects/cubemap_filter.h +++ b/engine/drivers/gles3/effects/cubemap_filter.h @@ -2,10 +2,10 @@ /* cubemap_filter.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/feed_effects.cpp b/engine/drivers/gles3/effects/feed_effects.cpp index b89f7cff..974795af 100644 --- a/engine/drivers/gles3/effects/feed_effects.cpp +++ b/engine/drivers/gles3/effects/feed_effects.cpp @@ -2,10 +2,10 @@ /* feed_effects.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/feed_effects.h b/engine/drivers/gles3/effects/feed_effects.h index 78a70575..7e325d93 100644 --- a/engine/drivers/gles3/effects/feed_effects.h +++ b/engine/drivers/gles3/effects/feed_effects.h @@ -2,10 +2,10 @@ /* feed_effects.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/glow.cpp b/engine/drivers/gles3/effects/glow.cpp index 40651c75..e19760b7 100644 --- a/engine/drivers/gles3/effects/glow.cpp +++ b/engine/drivers/gles3/effects/glow.cpp @@ -2,10 +2,10 @@ /* glow.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/glow.h b/engine/drivers/gles3/effects/glow.h index faeb99e8..875216da 100644 --- a/engine/drivers/gles3/effects/glow.h +++ b/engine/drivers/gles3/effects/glow.h @@ -2,10 +2,10 @@ /* glow.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/post_effects.cpp b/engine/drivers/gles3/effects/post_effects.cpp index d588a10c..a13f9104 100644 --- a/engine/drivers/gles3/effects/post_effects.cpp +++ b/engine/drivers/gles3/effects/post_effects.cpp @@ -2,10 +2,10 @@ /* post_effects.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/effects/post_effects.h b/engine/drivers/gles3/effects/post_effects.h index 10567652..939d18e6 100644 --- a/engine/drivers/gles3/effects/post_effects.h +++ b/engine/drivers/gles3/effects/post_effects.h @@ -2,10 +2,10 @@ /* post_effects.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/environment/fog.cpp b/engine/drivers/gles3/environment/fog.cpp index 84e257f6..5a478021 100644 --- a/engine/drivers/gles3/environment/fog.cpp +++ b/engine/drivers/gles3/environment/fog.cpp @@ -2,10 +2,10 @@ /* fog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/environment/fog.h b/engine/drivers/gles3/environment/fog.h index 9db34eae..475c1e63 100644 --- a/engine/drivers/gles3/environment/fog.h +++ b/engine/drivers/gles3/environment/fog.h @@ -2,10 +2,10 @@ /* fog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/environment/gi.cpp b/engine/drivers/gles3/environment/gi.cpp index b18fb172..16aa2c30 100644 --- a/engine/drivers/gles3/environment/gi.cpp +++ b/engine/drivers/gles3/environment/gi.cpp @@ -2,10 +2,10 @@ /* gi.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/environment/gi.h b/engine/drivers/gles3/environment/gi.h index efd10976..38f48098 100644 --- a/engine/drivers/gles3/environment/gi.h +++ b/engine/drivers/gles3/environment/gi.h @@ -2,10 +2,10 @@ /* gi.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_canvas_gles3.cpp b/engine/drivers/gles3/rasterizer_canvas_gles3.cpp index 344a1ec2..d4828c19 100644 --- a/engine/drivers/gles3/rasterizer_canvas_gles3.cpp +++ b/engine/drivers/gles3/rasterizer_canvas_gles3.cpp @@ -2,10 +2,10 @@ /* rasterizer_canvas_gles3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_canvas_gles3.h b/engine/drivers/gles3/rasterizer_canvas_gles3.h index 3c0184d6..d3e6ded3 100644 --- a/engine/drivers/gles3/rasterizer_canvas_gles3.h +++ b/engine/drivers/gles3/rasterizer_canvas_gles3.h @@ -2,10 +2,10 @@ /* rasterizer_canvas_gles3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_gles3.cpp b/engine/drivers/gles3/rasterizer_gles3.cpp index 4f5e9deb..528f6f0c 100644 --- a/engine/drivers/gles3/rasterizer_gles3.cpp +++ b/engine/drivers/gles3/rasterizer_gles3.cpp @@ -2,10 +2,10 @@ /* rasterizer_gles3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_gles3.h b/engine/drivers/gles3/rasterizer_gles3.h index c7339c1f..ec329eec 100644 --- a/engine/drivers/gles3/rasterizer_gles3.h +++ b/engine/drivers/gles3/rasterizer_gles3.h @@ -2,10 +2,10 @@ /* rasterizer_gles3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_scene_gles3.cpp b/engine/drivers/gles3/rasterizer_scene_gles3.cpp index 94b8a1c0..1d06cefb 100644 --- a/engine/drivers/gles3/rasterizer_scene_gles3.cpp +++ b/engine/drivers/gles3/rasterizer_scene_gles3.cpp @@ -2,10 +2,10 @@ /* rasterizer_scene_gles3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_scene_gles3.h b/engine/drivers/gles3/rasterizer_scene_gles3.h index 06daba39..cd364bd7 100644 --- a/engine/drivers/gles3/rasterizer_scene_gles3.h +++ b/engine/drivers/gles3/rasterizer_scene_gles3.h @@ -2,10 +2,10 @@ /* rasterizer_scene_gles3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_util_gles3.cpp b/engine/drivers/gles3/rasterizer_util_gles3.cpp index e7822f8b..7743fa56 100644 --- a/engine/drivers/gles3/rasterizer_util_gles3.cpp +++ b/engine/drivers/gles3/rasterizer_util_gles3.cpp @@ -2,10 +2,10 @@ /* rasterizer_util_gles3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/rasterizer_util_gles3.h b/engine/drivers/gles3/rasterizer_util_gles3.h index ef6568a6..0738a305 100644 --- a/engine/drivers/gles3/rasterizer_util_gles3.h +++ b/engine/drivers/gles3/rasterizer_util_gles3.h @@ -2,10 +2,10 @@ /* rasterizer_util_gles3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/shader_gles3.cpp b/engine/drivers/gles3/shader_gles3.cpp index c8f57c3d..4ccdc612 100644 --- a/engine/drivers/gles3/shader_gles3.cpp +++ b/engine/drivers/gles3/shader_gles3.cpp @@ -2,10 +2,10 @@ /* shader_gles3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/shader_gles3.h b/engine/drivers/gles3/shader_gles3.h index c0da89a8..72b021c8 100644 --- a/engine/drivers/gles3/shader_gles3.h +++ b/engine/drivers/gles3/shader_gles3.h @@ -2,10 +2,10 @@ /* shader_gles3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/config.cpp b/engine/drivers/gles3/storage/config.cpp index 5a0373c7..713a4ad0 100644 --- a/engine/drivers/gles3/storage/config.cpp +++ b/engine/drivers/gles3/storage/config.cpp @@ -2,10 +2,10 @@ /* config.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/config.h b/engine/drivers/gles3/storage/config.h index e6bc906a..5a0b448c 100644 --- a/engine/drivers/gles3/storage/config.h +++ b/engine/drivers/gles3/storage/config.h @@ -2,10 +2,10 @@ /* config.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/light_storage.cpp b/engine/drivers/gles3/storage/light_storage.cpp index 6acbda05..cdb3e657 100644 --- a/engine/drivers/gles3/storage/light_storage.cpp +++ b/engine/drivers/gles3/storage/light_storage.cpp @@ -2,10 +2,10 @@ /* light_storage.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/light_storage.h b/engine/drivers/gles3/storage/light_storage.h index b9dd5d69..c497db6a 100644 --- a/engine/drivers/gles3/storage/light_storage.h +++ b/engine/drivers/gles3/storage/light_storage.h @@ -2,10 +2,10 @@ /* light_storage.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/material_storage.cpp b/engine/drivers/gles3/storage/material_storage.cpp index e5416d22..37c99ca2 100644 --- a/engine/drivers/gles3/storage/material_storage.cpp +++ b/engine/drivers/gles3/storage/material_storage.cpp @@ -2,10 +2,10 @@ /* material_storage.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/material_storage.h b/engine/drivers/gles3/storage/material_storage.h index c8ee5e7a..3a2c9e0b 100644 --- a/engine/drivers/gles3/storage/material_storage.h +++ b/engine/drivers/gles3/storage/material_storage.h @@ -2,10 +2,10 @@ /* material_storage.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/mesh_storage.cpp b/engine/drivers/gles3/storage/mesh_storage.cpp index 1f13d58e..48ed6749 100644 --- a/engine/drivers/gles3/storage/mesh_storage.cpp +++ b/engine/drivers/gles3/storage/mesh_storage.cpp @@ -2,10 +2,10 @@ /* mesh_storage.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/mesh_storage.h b/engine/drivers/gles3/storage/mesh_storage.h index 52074c94..6f30cf51 100644 --- a/engine/drivers/gles3/storage/mesh_storage.h +++ b/engine/drivers/gles3/storage/mesh_storage.h @@ -2,10 +2,10 @@ /* mesh_storage.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/particles_storage.cpp b/engine/drivers/gles3/storage/particles_storage.cpp index c613f104..75cb8c68 100644 --- a/engine/drivers/gles3/storage/particles_storage.cpp +++ b/engine/drivers/gles3/storage/particles_storage.cpp @@ -2,10 +2,10 @@ /* particles_storage.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/particles_storage.h b/engine/drivers/gles3/storage/particles_storage.h index 60449faa..9a52756f 100644 --- a/engine/drivers/gles3/storage/particles_storage.h +++ b/engine/drivers/gles3/storage/particles_storage.h @@ -2,10 +2,10 @@ /* particles_storage.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/render_scene_buffers_gles3.cpp b/engine/drivers/gles3/storage/render_scene_buffers_gles3.cpp index 70f3ebda..02cf3c9f 100644 --- a/engine/drivers/gles3/storage/render_scene_buffers_gles3.cpp +++ b/engine/drivers/gles3/storage/render_scene_buffers_gles3.cpp @@ -2,10 +2,10 @@ /* render_scene_buffers_gles3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/render_scene_buffers_gles3.h b/engine/drivers/gles3/storage/render_scene_buffers_gles3.h index f98454f3..70a146cd 100644 --- a/engine/drivers/gles3/storage/render_scene_buffers_gles3.h +++ b/engine/drivers/gles3/storage/render_scene_buffers_gles3.h @@ -2,10 +2,10 @@ /* render_scene_buffers_gles3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/texture_storage.cpp b/engine/drivers/gles3/storage/texture_storage.cpp index 0862c2a4..c58d1ba3 100644 --- a/engine/drivers/gles3/storage/texture_storage.cpp +++ b/engine/drivers/gles3/storage/texture_storage.cpp @@ -2,10 +2,10 @@ /* texture_storage.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/texture_storage.h b/engine/drivers/gles3/storage/texture_storage.h index aaadc953..d5cdc901 100644 --- a/engine/drivers/gles3/storage/texture_storage.h +++ b/engine/drivers/gles3/storage/texture_storage.h @@ -2,10 +2,10 @@ /* texture_storage.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/utilities.cpp b/engine/drivers/gles3/storage/utilities.cpp index df1cbfa2..c295380d 100644 --- a/engine/drivers/gles3/storage/utilities.cpp +++ b/engine/drivers/gles3/storage/utilities.cpp @@ -2,10 +2,10 @@ /* utilities.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/gles3/storage/utilities.h b/engine/drivers/gles3/storage/utilities.h index 09aa6e31..1711d9fb 100644 --- a/engine/drivers/gles3/storage/utilities.h +++ b/engine/drivers/gles3/storage/utilities.h @@ -2,10 +2,10 @@ /* utilities.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/inflection_map.h b/engine/drivers/metal/inflection_map.h index 7377c04d..8e1dfa74 100644 --- a/engine/drivers/metal/inflection_map.h +++ b/engine/drivers/metal/inflection_map.h @@ -2,10 +2,10 @@ /* inflection_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal3_objects.cpp b/engine/drivers/metal/metal3_objects.cpp index 719e7bf1..8923b53b 100644 --- a/engine/drivers/metal/metal3_objects.cpp +++ b/engine/drivers/metal/metal3_objects.cpp @@ -2,10 +2,10 @@ /* metal3_objects.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal3_objects.h b/engine/drivers/metal/metal3_objects.h index cde410dc..0ec65963 100644 --- a/engine/drivers/metal/metal3_objects.h +++ b/engine/drivers/metal/metal3_objects.h @@ -2,10 +2,10 @@ /* metal3_objects.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_device_profile.cpp b/engine/drivers/metal/metal_device_profile.cpp index d373dbd4..7b720f89 100644 --- a/engine/drivers/metal/metal_device_profile.cpp +++ b/engine/drivers/metal/metal_device_profile.cpp @@ -2,10 +2,10 @@ /* metal_device_profile.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_device_profile.h b/engine/drivers/metal/metal_device_profile.h index 1521a582..a9e985a7 100644 --- a/engine/drivers/metal/metal_device_profile.h +++ b/engine/drivers/metal/metal_device_profile.h @@ -2,10 +2,10 @@ /* metal_device_profile.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_device_properties.cpp b/engine/drivers/metal/metal_device_properties.cpp index 2fb20117..44fd5efe 100644 --- a/engine/drivers/metal/metal_device_properties.cpp +++ b/engine/drivers/metal/metal_device_properties.cpp @@ -2,10 +2,10 @@ /* metal_device_properties.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_device_properties.h b/engine/drivers/metal/metal_device_properties.h index 7372286a..9b2b346b 100644 --- a/engine/drivers/metal/metal_device_properties.h +++ b/engine/drivers/metal/metal_device_properties.h @@ -2,10 +2,10 @@ /* metal_device_properties.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_objects_shared.cpp b/engine/drivers/metal/metal_objects_shared.cpp index 5cd831c0..21dde391 100644 --- a/engine/drivers/metal/metal_objects_shared.cpp +++ b/engine/drivers/metal/metal_objects_shared.cpp @@ -2,10 +2,10 @@ /* metal_objects_shared.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_objects_shared.h b/engine/drivers/metal/metal_objects_shared.h index bb710ccb..632c8a50 100644 --- a/engine/drivers/metal/metal_objects_shared.h +++ b/engine/drivers/metal/metal_objects_shared.h @@ -2,10 +2,10 @@ /* metal_objects_shared.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/metal_utils.h b/engine/drivers/metal/metal_utils.h index 33a31aec..9f5b05b6 100644 --- a/engine/drivers/metal/metal_utils.h +++ b/engine/drivers/metal/metal_utils.h @@ -2,10 +2,10 @@ /* metal_utils.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/pixel_formats.cpp b/engine/drivers/metal/pixel_formats.cpp index 2292f5ae..62bca111 100644 --- a/engine/drivers/metal/pixel_formats.cpp +++ b/engine/drivers/metal/pixel_formats.cpp @@ -2,10 +2,10 @@ /* pixel_formats.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/pixel_formats.h b/engine/drivers/metal/pixel_formats.h index e328ad7e..75433dcf 100644 --- a/engine/drivers/metal/pixel_formats.h +++ b/engine/drivers/metal/pixel_formats.h @@ -2,10 +2,10 @@ /* pixel_formats.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_context_driver_metal.cpp b/engine/drivers/metal/rendering_context_driver_metal.cpp index 610fd4c4..e7e40640 100644 --- a/engine/drivers/metal/rendering_context_driver_metal.cpp +++ b/engine/drivers/metal/rendering_context_driver_metal.cpp @@ -2,10 +2,10 @@ /* rendering_context_driver_metal.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_context_driver_metal.h b/engine/drivers/metal/rendering_context_driver_metal.h index b54303c6..7d2925b0 100644 --- a/engine/drivers/metal/rendering_context_driver_metal.h +++ b/engine/drivers/metal/rendering_context_driver_metal.h @@ -2,10 +2,10 @@ /* rendering_context_driver_metal.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_device_driver_metal.cpp b/engine/drivers/metal/rendering_device_driver_metal.cpp index d9ed5817..183dae4d 100644 --- a/engine/drivers/metal/rendering_device_driver_metal.cpp +++ b/engine/drivers/metal/rendering_device_driver_metal.cpp @@ -2,10 +2,10 @@ /* rendering_device_driver_metal.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_device_driver_metal.h b/engine/drivers/metal/rendering_device_driver_metal.h index c2ac97e9..fe1c6b97 100644 --- a/engine/drivers/metal/rendering_device_driver_metal.h +++ b/engine/drivers/metal/rendering_device_driver_metal.h @@ -2,10 +2,10 @@ /* rendering_device_driver_metal.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_device_driver_metal3.cpp b/engine/drivers/metal/rendering_device_driver_metal3.cpp index 2aec8147..9de86651 100644 --- a/engine/drivers/metal/rendering_device_driver_metal3.cpp +++ b/engine/drivers/metal/rendering_device_driver_metal3.cpp @@ -2,10 +2,10 @@ /* rendering_device_driver_metal3.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_device_driver_metal3.h b/engine/drivers/metal/rendering_device_driver_metal3.h index 648fdd57..2ce62763 100644 --- a/engine/drivers/metal/rendering_device_driver_metal3.h +++ b/engine/drivers/metal/rendering_device_driver_metal3.h @@ -2,10 +2,10 @@ /* rendering_device_driver_metal3.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_shader_container_metal.cpp b/engine/drivers/metal/rendering_shader_container_metal.cpp index 1bcca374..66474261 100644 --- a/engine/drivers/metal/rendering_shader_container_metal.cpp +++ b/engine/drivers/metal/rendering_shader_container_metal.cpp @@ -2,10 +2,10 @@ /* rendering_shader_container_metal.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/rendering_shader_container_metal.h b/engine/drivers/metal/rendering_shader_container_metal.h index 13097b4e..02ecec21 100644 --- a/engine/drivers/metal/rendering_shader_container_metal.h +++ b/engine/drivers/metal/rendering_shader_container_metal.h @@ -2,10 +2,10 @@ /* rendering_shader_container_metal.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/metal/sha256_digest.h b/engine/drivers/metal/sha256_digest.h index f54a7451..920cb1a0 100644 --- a/engine/drivers/metal/sha256_digest.h +++ b/engine/drivers/metal/sha256_digest.h @@ -2,10 +2,10 @@ /* sha256_digest.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/png/image_loader_png.cpp b/engine/drivers/png/image_loader_png.cpp index cdb707f8..54c2a667 100644 --- a/engine/drivers/png/image_loader_png.cpp +++ b/engine/drivers/png/image_loader_png.cpp @@ -2,10 +2,10 @@ /* image_loader_png.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/png/image_loader_png.h b/engine/drivers/png/image_loader_png.h index e5e6a89f..fedbc179 100644 --- a/engine/drivers/png/image_loader_png.h +++ b/engine/drivers/png/image_loader_png.h @@ -2,10 +2,10 @@ /* image_loader_png.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/png/png_driver_common.cpp b/engine/drivers/png/png_driver_common.cpp index 018e94bb..53ce8543 100644 --- a/engine/drivers/png/png_driver_common.cpp +++ b/engine/drivers/png/png_driver_common.cpp @@ -2,10 +2,10 @@ /* png_driver_common.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/png/png_driver_common.h b/engine/drivers/png/png_driver_common.h index dea72292..b9301faa 100644 --- a/engine/drivers/png/png_driver_common.h +++ b/engine/drivers/png/png_driver_common.h @@ -2,10 +2,10 @@ /* png_driver_common.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/png/resource_saver_png.cpp b/engine/drivers/png/resource_saver_png.cpp index d07416aa..e6a3a5ff 100644 --- a/engine/drivers/png/resource_saver_png.cpp +++ b/engine/drivers/png/resource_saver_png.cpp @@ -2,10 +2,10 @@ /* resource_saver_png.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/png/resource_saver_png.h b/engine/drivers/png/resource_saver_png.h index 8d18f235..9f3e09a9 100644 --- a/engine/drivers/png/resource_saver_png.h +++ b/engine/drivers/png/resource_saver_png.h @@ -2,10 +2,10 @@ /* resource_saver_png.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/pulseaudio/audio_driver_pulseaudio.cpp b/engine/drivers/pulseaudio/audio_driver_pulseaudio.cpp index d1b6cea2..86df47c4 100644 --- a/engine/drivers/pulseaudio/audio_driver_pulseaudio.cpp +++ b/engine/drivers/pulseaudio/audio_driver_pulseaudio.cpp @@ -2,10 +2,10 @@ /* audio_driver_pulseaudio.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/pulseaudio/audio_driver_pulseaudio.h b/engine/drivers/pulseaudio/audio_driver_pulseaudio.h index 3186ebf1..0c86628b 100644 --- a/engine/drivers/pulseaudio/audio_driver_pulseaudio.h +++ b/engine/drivers/pulseaudio/audio_driver_pulseaudio.h @@ -2,10 +2,10 @@ /* audio_driver_pulseaudio.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/register_driver_types.cpp b/engine/drivers/register_driver_types.cpp index 55660ffe..f752b148 100644 --- a/engine/drivers/register_driver_types.cpp +++ b/engine/drivers/register_driver_types.cpp @@ -2,10 +2,10 @@ /* register_driver_types.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/register_driver_types.h b/engine/drivers/register_driver_types.h index 02ccdaf6..b992c06f 100644 --- a/engine/drivers/register_driver_types.h +++ b/engine/drivers/register_driver_types.h @@ -2,10 +2,10 @@ /* register_driver_types.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/sdl/SDL_build_config_private.h b/engine/drivers/sdl/SDL_build_config_private.h index 1a86bb55..1b84d4af 100644 --- a/engine/drivers/sdl/SDL_build_config_private.h +++ b/engine/drivers/sdl/SDL_build_config_private.h @@ -2,10 +2,10 @@ /* SDL_build_config_private.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/sdl/joypad_sdl.cpp b/engine/drivers/sdl/joypad_sdl.cpp index 4e4ba747..a65af204 100644 --- a/engine/drivers/sdl/joypad_sdl.cpp +++ b/engine/drivers/sdl/joypad_sdl.cpp @@ -2,10 +2,10 @@ /* joypad_sdl.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/sdl/joypad_sdl.h b/engine/drivers/sdl/joypad_sdl.h index 718cd957..85086753 100644 --- a/engine/drivers/sdl/joypad_sdl.h +++ b/engine/drivers/sdl/joypad_sdl.h @@ -2,10 +2,10 @@ /* joypad_sdl.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/dir_access_unix.cpp b/engine/drivers/unix/dir_access_unix.cpp index 399157c1..15579d06 100644 --- a/engine/drivers/unix/dir_access_unix.cpp +++ b/engine/drivers/unix/dir_access_unix.cpp @@ -2,10 +2,10 @@ /* dir_access_unix.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/dir_access_unix.h b/engine/drivers/unix/dir_access_unix.h index a59b49fd..a921c64a 100644 --- a/engine/drivers/unix/dir_access_unix.h +++ b/engine/drivers/unix/dir_access_unix.h @@ -2,10 +2,10 @@ /* dir_access_unix.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/file_access_unix.cpp b/engine/drivers/unix/file_access_unix.cpp index 303d4174..62fe53a0 100644 --- a/engine/drivers/unix/file_access_unix.cpp +++ b/engine/drivers/unix/file_access_unix.cpp @@ -2,10 +2,10 @@ /* file_access_unix.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/file_access_unix.h b/engine/drivers/unix/file_access_unix.h index 3e200a71..a2803596 100644 --- a/engine/drivers/unix/file_access_unix.h +++ b/engine/drivers/unix/file_access_unix.h @@ -2,10 +2,10 @@ /* file_access_unix.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/file_access_unix_pipe.cpp b/engine/drivers/unix/file_access_unix_pipe.cpp index e808c5de..22304936 100644 --- a/engine/drivers/unix/file_access_unix_pipe.cpp +++ b/engine/drivers/unix/file_access_unix_pipe.cpp @@ -2,10 +2,10 @@ /* file_access_unix_pipe.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/file_access_unix_pipe.h b/engine/drivers/unix/file_access_unix_pipe.h index 71960253..6fdeaf7a 100644 --- a/engine/drivers/unix/file_access_unix_pipe.h +++ b/engine/drivers/unix/file_access_unix_pipe.h @@ -2,10 +2,10 @@ /* file_access_unix_pipe.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/ip_unix.cpp b/engine/drivers/unix/ip_unix.cpp index b290b7cd..dd1c3670 100644 --- a/engine/drivers/unix/ip_unix.cpp +++ b/engine/drivers/unix/ip_unix.cpp @@ -2,10 +2,10 @@ /* ip_unix.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/ip_unix.h b/engine/drivers/unix/ip_unix.h index d82fa9cf..5d495bf7 100644 --- a/engine/drivers/unix/ip_unix.h +++ b/engine/drivers/unix/ip_unix.h @@ -2,10 +2,10 @@ /* ip_unix.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/net_socket_unix.cpp b/engine/drivers/unix/net_socket_unix.cpp index c5b65137..7596dc27 100644 --- a/engine/drivers/unix/net_socket_unix.cpp +++ b/engine/drivers/unix/net_socket_unix.cpp @@ -2,10 +2,10 @@ /* net_socket_unix.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/net_socket_unix.h b/engine/drivers/unix/net_socket_unix.h index 3f64420d..ee607df4 100644 --- a/engine/drivers/unix/net_socket_unix.h +++ b/engine/drivers/unix/net_socket_unix.h @@ -2,10 +2,10 @@ /* net_socket_unix.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/os_unix.cpp b/engine/drivers/unix/os_unix.cpp index 1e75b60b..752ee73c 100644 --- a/engine/drivers/unix/os_unix.cpp +++ b/engine/drivers/unix/os_unix.cpp @@ -2,10 +2,10 @@ /* os_unix.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/os_unix.h b/engine/drivers/unix/os_unix.h index 45668958..78284de6 100644 --- a/engine/drivers/unix/os_unix.h +++ b/engine/drivers/unix/os_unix.h @@ -2,10 +2,10 @@ /* os_unix.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/syslog_logger.cpp b/engine/drivers/unix/syslog_logger.cpp index 2efe4d8f..85910800 100644 --- a/engine/drivers/unix/syslog_logger.cpp +++ b/engine/drivers/unix/syslog_logger.cpp @@ -2,10 +2,10 @@ /* syslog_logger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/syslog_logger.h b/engine/drivers/unix/syslog_logger.h index 4d4caccd..99e083bc 100644 --- a/engine/drivers/unix/syslog_logger.h +++ b/engine/drivers/unix/syslog_logger.h @@ -2,10 +2,10 @@ /* syslog_logger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/thread_posix.cpp b/engine/drivers/unix/thread_posix.cpp index 885f865b..85cf4326 100644 --- a/engine/drivers/unix/thread_posix.cpp +++ b/engine/drivers/unix/thread_posix.cpp @@ -2,10 +2,10 @@ /* thread_posix.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/unix/thread_posix.h b/engine/drivers/unix/thread_posix.h index e0d36c56..13b7f5b0 100644 --- a/engine/drivers/unix/thread_posix.h +++ b/engine/drivers/unix/thread_posix.h @@ -2,10 +2,10 @@ /* thread_posix.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/aethex_vulkan.h b/engine/drivers/vulkan/aethex_vulkan.h index a7973197..b87d7949 100644 --- a/engine/drivers/vulkan/aethex_vulkan.h +++ b/engine/drivers/vulkan/aethex_vulkan.h @@ -2,10 +2,10 @@ /* aethex_vulkan.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/rendering_context_driver_vulkan.cpp b/engine/drivers/vulkan/rendering_context_driver_vulkan.cpp index c9d62849..2f02cd9d 100644 --- a/engine/drivers/vulkan/rendering_context_driver_vulkan.cpp +++ b/engine/drivers/vulkan/rendering_context_driver_vulkan.cpp @@ -2,10 +2,10 @@ /* rendering_context_driver_vulkan.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/rendering_context_driver_vulkan.h b/engine/drivers/vulkan/rendering_context_driver_vulkan.h index 2d3b8581..d53372c4 100644 --- a/engine/drivers/vulkan/rendering_context_driver_vulkan.h +++ b/engine/drivers/vulkan/rendering_context_driver_vulkan.h @@ -2,10 +2,10 @@ /* rendering_context_driver_vulkan.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/rendering_device_driver_vulkan.cpp b/engine/drivers/vulkan/rendering_device_driver_vulkan.cpp index a6d5e243..c875d7d0 100644 --- a/engine/drivers/vulkan/rendering_device_driver_vulkan.cpp +++ b/engine/drivers/vulkan/rendering_device_driver_vulkan.cpp @@ -2,10 +2,10 @@ /* rendering_device_driver_vulkan.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/rendering_device_driver_vulkan.h b/engine/drivers/vulkan/rendering_device_driver_vulkan.h index bba2c8d2..1f291cca 100644 --- a/engine/drivers/vulkan/rendering_device_driver_vulkan.h +++ b/engine/drivers/vulkan/rendering_device_driver_vulkan.h @@ -2,10 +2,10 @@ /* rendering_device_driver_vulkan.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/rendering_shader_container_vulkan.cpp b/engine/drivers/vulkan/rendering_shader_container_vulkan.cpp index 0c022058..d0a8a46e 100644 --- a/engine/drivers/vulkan/rendering_shader_container_vulkan.cpp +++ b/engine/drivers/vulkan/rendering_shader_container_vulkan.cpp @@ -2,10 +2,10 @@ /* rendering_shader_container_vulkan.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/rendering_shader_container_vulkan.h b/engine/drivers/vulkan/rendering_shader_container_vulkan.h index 3e05f4db..3cd90e55 100644 --- a/engine/drivers/vulkan/rendering_shader_container_vulkan.h +++ b/engine/drivers/vulkan/rendering_shader_container_vulkan.h @@ -2,10 +2,10 @@ /* rendering_shader_container_vulkan.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/vulkan_hooks.cpp b/engine/drivers/vulkan/vulkan_hooks.cpp index 416efcae..758264ef 100644 --- a/engine/drivers/vulkan/vulkan_hooks.cpp +++ b/engine/drivers/vulkan/vulkan_hooks.cpp @@ -2,10 +2,10 @@ /* vulkan_hooks.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/vulkan/vulkan_hooks.h b/engine/drivers/vulkan/vulkan_hooks.h index deecb0fb..e3583e2c 100644 --- a/engine/drivers/vulkan/vulkan_hooks.h +++ b/engine/drivers/vulkan/vulkan_hooks.h @@ -2,10 +2,10 @@ /* vulkan_hooks.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/wasapi/audio_driver_wasapi.cpp b/engine/drivers/wasapi/audio_driver_wasapi.cpp index eb386e3c..1e113bf1 100644 --- a/engine/drivers/wasapi/audio_driver_wasapi.cpp +++ b/engine/drivers/wasapi/audio_driver_wasapi.cpp @@ -2,10 +2,10 @@ /* audio_driver_wasapi.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/wasapi/audio_driver_wasapi.h b/engine/drivers/wasapi/audio_driver_wasapi.h index 409dafe0..44333c33 100644 --- a/engine/drivers/wasapi/audio_driver_wasapi.h +++ b/engine/drivers/wasapi/audio_driver_wasapi.h @@ -2,10 +2,10 @@ /* audio_driver_wasapi.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/dir_access_windows.cpp b/engine/drivers/windows/dir_access_windows.cpp index 73df578c..415c36e4 100644 --- a/engine/drivers/windows/dir_access_windows.cpp +++ b/engine/drivers/windows/dir_access_windows.cpp @@ -2,10 +2,10 @@ /* dir_access_windows.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/dir_access_windows.h b/engine/drivers/windows/dir_access_windows.h index 9bc4bc7c..3237f06e 100644 --- a/engine/drivers/windows/dir_access_windows.h +++ b/engine/drivers/windows/dir_access_windows.h @@ -2,10 +2,10 @@ /* dir_access_windows.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/file_access_windows.cpp b/engine/drivers/windows/file_access_windows.cpp index 7330bd63..c5582b36 100644 --- a/engine/drivers/windows/file_access_windows.cpp +++ b/engine/drivers/windows/file_access_windows.cpp @@ -2,10 +2,10 @@ /* file_access_windows.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/file_access_windows.h b/engine/drivers/windows/file_access_windows.h index 7142c765..83995cef 100644 --- a/engine/drivers/windows/file_access_windows.h +++ b/engine/drivers/windows/file_access_windows.h @@ -2,10 +2,10 @@ /* file_access_windows.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/file_access_windows_pipe.cpp b/engine/drivers/windows/file_access_windows_pipe.cpp index 94dec737..935bb2c6 100644 --- a/engine/drivers/windows/file_access_windows_pipe.cpp +++ b/engine/drivers/windows/file_access_windows_pipe.cpp @@ -2,10 +2,10 @@ /* file_access_windows_pipe.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/file_access_windows_pipe.h b/engine/drivers/windows/file_access_windows_pipe.h index 38a5d452..6aa150a3 100644 --- a/engine/drivers/windows/file_access_windows_pipe.h +++ b/engine/drivers/windows/file_access_windows_pipe.h @@ -2,10 +2,10 @@ /* file_access_windows_pipe.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/ip_windows.cpp b/engine/drivers/windows/ip_windows.cpp index 60f2378e..ba4cdc54 100644 --- a/engine/drivers/windows/ip_windows.cpp +++ b/engine/drivers/windows/ip_windows.cpp @@ -2,10 +2,10 @@ /* ip_windows.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/ip_windows.h b/engine/drivers/windows/ip_windows.h index 4123b41c..a564794d 100644 --- a/engine/drivers/windows/ip_windows.h +++ b/engine/drivers/windows/ip_windows.h @@ -2,10 +2,10 @@ /* ip_windows.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/net_socket_winsock.cpp b/engine/drivers/windows/net_socket_winsock.cpp index c5f0edd2..7263c405 100644 --- a/engine/drivers/windows/net_socket_winsock.cpp +++ b/engine/drivers/windows/net_socket_winsock.cpp @@ -2,10 +2,10 @@ /* net_socket_winsock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/net_socket_winsock.h b/engine/drivers/windows/net_socket_winsock.h index 3162e1ec..9c743b6f 100644 --- a/engine/drivers/windows/net_socket_winsock.h +++ b/engine/drivers/windows/net_socket_winsock.h @@ -2,10 +2,10 @@ /* net_socket_winsock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/thread_windows.cpp b/engine/drivers/windows/thread_windows.cpp index 183d104a..3fd41a6e 100644 --- a/engine/drivers/windows/thread_windows.cpp +++ b/engine/drivers/windows/thread_windows.cpp @@ -2,10 +2,10 @@ /* thread_windows.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/windows/thread_windows.h b/engine/drivers/windows/thread_windows.h index bed1d353..21d7c603 100644 --- a/engine/drivers/windows/thread_windows.h +++ b/engine/drivers/windows/thread_windows.h @@ -2,10 +2,10 @@ /* thread_windows.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/winmidi/midi_driver_winmidi.cpp b/engine/drivers/winmidi/midi_driver_winmidi.cpp index 0f37f63c..6d8684e5 100644 --- a/engine/drivers/winmidi/midi_driver_winmidi.cpp +++ b/engine/drivers/winmidi/midi_driver_winmidi.cpp @@ -2,10 +2,10 @@ /* midi_driver_winmidi.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/winmidi/midi_driver_winmidi.h b/engine/drivers/winmidi/midi_driver_winmidi.h index 833f1123..15f1735f 100644 --- a/engine/drivers/winmidi/midi_driver_winmidi.h +++ b/engine/drivers/winmidi/midi_driver_winmidi.h @@ -2,10 +2,10 @@ /* midi_driver_winmidi.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/xaudio2/audio_driver_xaudio2.cpp b/engine/drivers/xaudio2/audio_driver_xaudio2.cpp index 1db5491f..097e3cae 100644 --- a/engine/drivers/xaudio2/audio_driver_xaudio2.cpp +++ b/engine/drivers/xaudio2/audio_driver_xaudio2.cpp @@ -2,10 +2,10 @@ /* audio_driver_xaudio2.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/drivers/xaudio2/audio_driver_xaudio2.h b/engine/drivers/xaudio2/audio_driver_xaudio2.h index 393836b5..5cd7adbf 100644 --- a/engine/drivers/xaudio2/audio_driver_xaudio2.h +++ b/engine/drivers/xaudio2/audio_driver_xaudio2.h @@ -2,10 +2,10 @@ /* audio_driver_xaudio2.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_bezier_editor.cpp b/engine/editor/animation/animation_bezier_editor.cpp index ea757aaf..c10eadbd 100644 --- a/engine/editor/animation/animation_bezier_editor.cpp +++ b/engine/editor/animation/animation_bezier_editor.cpp @@ -2,10 +2,10 @@ /* animation_bezier_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_bezier_editor.h b/engine/editor/animation/animation_bezier_editor.h index 872fe44b..f9006e47 100644 --- a/engine/editor/animation/animation_bezier_editor.h +++ b/engine/editor/animation/animation_bezier_editor.h @@ -2,10 +2,10 @@ /* animation_bezier_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_blend_space_1d_editor.cpp b/engine/editor/animation/animation_blend_space_1d_editor.cpp index 382d00b3..32a97f31 100644 --- a/engine/editor/animation/animation_blend_space_1d_editor.cpp +++ b/engine/editor/animation/animation_blend_space_1d_editor.cpp @@ -2,10 +2,10 @@ /* animation_blend_space_1d_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_blend_space_1d_editor.h b/engine/editor/animation/animation_blend_space_1d_editor.h index 6b7778d0..799097ab 100644 --- a/engine/editor/animation/animation_blend_space_1d_editor.h +++ b/engine/editor/animation/animation_blend_space_1d_editor.h @@ -2,10 +2,10 @@ /* animation_blend_space_1d_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_blend_space_2d_editor.cpp b/engine/editor/animation/animation_blend_space_2d_editor.cpp index 807188c1..d7748de9 100644 --- a/engine/editor/animation/animation_blend_space_2d_editor.cpp +++ b/engine/editor/animation/animation_blend_space_2d_editor.cpp @@ -2,10 +2,10 @@ /* animation_blend_space_2d_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_blend_space_2d_editor.h b/engine/editor/animation/animation_blend_space_2d_editor.h index 684e7c45..364bbae7 100644 --- a/engine/editor/animation/animation_blend_space_2d_editor.h +++ b/engine/editor/animation/animation_blend_space_2d_editor.h @@ -2,10 +2,10 @@ /* animation_blend_space_2d_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_blend_tree_editor_plugin.cpp b/engine/editor/animation/animation_blend_tree_editor_plugin.cpp index 912c6613..8e8e6ac0 100644 --- a/engine/editor/animation/animation_blend_tree_editor_plugin.cpp +++ b/engine/editor/animation/animation_blend_tree_editor_plugin.cpp @@ -2,10 +2,10 @@ /* animation_blend_tree_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_blend_tree_editor_plugin.h b/engine/editor/animation/animation_blend_tree_editor_plugin.h index a74e0eb5..b6b3b1c7 100644 --- a/engine/editor/animation/animation_blend_tree_editor_plugin.h +++ b/engine/editor/animation/animation_blend_tree_editor_plugin.h @@ -2,10 +2,10 @@ /* animation_blend_tree_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_library_editor.cpp b/engine/editor/animation/animation_library_editor.cpp index 2b6a77b8..65d43af5 100644 --- a/engine/editor/animation/animation_library_editor.cpp +++ b/engine/editor/animation/animation_library_editor.cpp @@ -2,10 +2,10 @@ /* animation_library_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_library_editor.h b/engine/editor/animation/animation_library_editor.h index 9a4f35ab..d3045670 100644 --- a/engine/editor/animation/animation_library_editor.h +++ b/engine/editor/animation/animation_library_editor.h @@ -2,10 +2,10 @@ /* animation_library_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_player_editor_plugin.cpp b/engine/editor/animation/animation_player_editor_plugin.cpp index d4b5ad96..e743b8b3 100644 --- a/engine/editor/animation/animation_player_editor_plugin.cpp +++ b/engine/editor/animation/animation_player_editor_plugin.cpp @@ -2,10 +2,10 @@ /* animation_player_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_player_editor_plugin.h b/engine/editor/animation/animation_player_editor_plugin.h index fc5575b4..f6ab3e61 100644 --- a/engine/editor/animation/animation_player_editor_plugin.h +++ b/engine/editor/animation/animation_player_editor_plugin.h @@ -2,10 +2,10 @@ /* animation_player_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_state_machine_editor.cpp b/engine/editor/animation/animation_state_machine_editor.cpp index 7e3da079..e047cec9 100644 --- a/engine/editor/animation/animation_state_machine_editor.cpp +++ b/engine/editor/animation/animation_state_machine_editor.cpp @@ -2,10 +2,10 @@ /* animation_state_machine_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_state_machine_editor.h b/engine/editor/animation/animation_state_machine_editor.h index d2008b40..7d8092e5 100644 --- a/engine/editor/animation/animation_state_machine_editor.h +++ b/engine/editor/animation/animation_state_machine_editor.h @@ -2,10 +2,10 @@ /* animation_state_machine_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_track_editor.cpp b/engine/editor/animation/animation_track_editor.cpp index f984c0e4..375b1c83 100644 --- a/engine/editor/animation/animation_track_editor.cpp +++ b/engine/editor/animation/animation_track_editor.cpp @@ -2,10 +2,10 @@ /* animation_track_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_track_editor.h b/engine/editor/animation/animation_track_editor.h index d32e33f2..24dcbb07 100644 --- a/engine/editor/animation/animation_track_editor.h +++ b/engine/editor/animation/animation_track_editor.h @@ -2,10 +2,10 @@ /* animation_track_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_track_editor_plugins.cpp b/engine/editor/animation/animation_track_editor_plugins.cpp index c3e51962..1ddde406 100644 --- a/engine/editor/animation/animation_track_editor_plugins.cpp +++ b/engine/editor/animation/animation_track_editor_plugins.cpp @@ -2,10 +2,10 @@ /* animation_track_editor_plugins.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_track_editor_plugins.h b/engine/editor/animation/animation_track_editor_plugins.h index 7e51d43e..f536195c 100644 --- a/engine/editor/animation/animation_track_editor_plugins.h +++ b/engine/editor/animation/animation_track_editor_plugins.h @@ -2,10 +2,10 @@ /* animation_track_editor_plugins.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_tree_editor_plugin.cpp b/engine/editor/animation/animation_tree_editor_plugin.cpp index 08f11617..136d96ef 100644 --- a/engine/editor/animation/animation_tree_editor_plugin.cpp +++ b/engine/editor/animation/animation_tree_editor_plugin.cpp @@ -2,10 +2,10 @@ /* animation_tree_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/animation/animation_tree_editor_plugin.h b/engine/editor/animation/animation_tree_editor_plugin.h index 32db6f1a..92a7fc35 100644 --- a/engine/editor/animation/animation_tree_editor_plugin.h +++ b/engine/editor/animation/animation_tree_editor_plugin.h @@ -2,10 +2,10 @@ /* animation_tree_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/asset_library/asset_library_editor_plugin.cpp b/engine/editor/asset_library/asset_library_editor_plugin.cpp index 7ff49d5b..edf01a79 100644 --- a/engine/editor/asset_library/asset_library_editor_plugin.cpp +++ b/engine/editor/asset_library/asset_library_editor_plugin.cpp @@ -2,10 +2,10 @@ /* asset_library_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -770,7 +770,8 @@ void EditorAssetLibrary::_notification(int p_what) { void EditorAssetLibrary::_update_repository_options() { // TODO: Move to editor_settings.cpp Dictionary default_urls; - default_urls["godotengine.org (Official)"] = "https://godotengine.org/asset-library/api"; + default_urls["AeThex (Official)"] = "https://aethex.dev/api/asset-library"; + default_urls["Godot Asset Library"] = "https://godotengine.org/asset-library/api"; Dictionary available_urls = _EDITOR_DEF("asset_library/available_urls", default_urls, true); repository->clear(); int i = 0; @@ -845,11 +846,12 @@ const char *EditorAssetLibrary::support_text[SUPPORT_MAX] = { }; void EditorAssetLibrary::_select_author(const String &p_author) { - if (!host.contains("godotengine.org")) { - // Don't open the link for alternative repositories. - return; + if (host.contains("aethex.dev")) { + OS::get_singleton()->shell_open("https://aethex.dev/asset-library/asset?user=" + p_author.uri_encode()); + } else if (host.contains("godotengine.org")) { + OS::get_singleton()->shell_open("https://godotengine.org/asset-library/asset?user=" + p_author.uri_encode()); } - OS::get_singleton()->shell_open("https://godotengine.org/asset-library/asset?user=" + p_author.uri_encode()); + // Don't open links for other repositories } void EditorAssetLibrary::_select_category(int p_id) { diff --git a/engine/editor/asset_library/asset_library_editor_plugin.h b/engine/editor/asset_library/asset_library_editor_plugin.h index 00e6f1c1..022e87ae 100644 --- a/engine/editor/asset_library/asset_library_editor_plugin.h +++ b/engine/editor/asset_library/asset_library_editor_plugin.h @@ -2,10 +2,10 @@ /* asset_library_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/asset_library/editor_asset_installer.cpp b/engine/editor/asset_library/editor_asset_installer.cpp index 523e9d66..764cc658 100644 --- a/engine/editor/asset_library/editor_asset_installer.cpp +++ b/engine/editor/asset_library/editor_asset_installer.cpp @@ -2,10 +2,10 @@ /* editor_asset_installer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/asset_library/editor_asset_installer.h b/engine/editor/asset_library/editor_asset_installer.h index d7eb955e..18cc62ea 100644 --- a/engine/editor/asset_library/editor_asset_installer.h +++ b/engine/editor/asset_library/editor_asset_installer.h @@ -2,10 +2,10 @@ /* editor_asset_installer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/audio_stream_editor_plugin.cpp b/engine/editor/audio/audio_stream_editor_plugin.cpp index fe24922d..7e72b1dd 100644 --- a/engine/editor/audio/audio_stream_editor_plugin.cpp +++ b/engine/editor/audio/audio_stream_editor_plugin.cpp @@ -2,10 +2,10 @@ /* audio_stream_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/audio_stream_editor_plugin.h b/engine/editor/audio/audio_stream_editor_plugin.h index 78868be5..3c294996 100644 --- a/engine/editor/audio/audio_stream_editor_plugin.h +++ b/engine/editor/audio/audio_stream_editor_plugin.h @@ -2,10 +2,10 @@ /* audio_stream_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/audio_stream_preview.cpp b/engine/editor/audio/audio_stream_preview.cpp index eae31d1a..16c9fb08 100644 --- a/engine/editor/audio/audio_stream_preview.cpp +++ b/engine/editor/audio/audio_stream_preview.cpp @@ -2,10 +2,10 @@ /* audio_stream_preview.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/audio_stream_preview.h b/engine/editor/audio/audio_stream_preview.h index 47be73b0..fab3963e 100644 --- a/engine/editor/audio/audio_stream_preview.h +++ b/engine/editor/audio/audio_stream_preview.h @@ -2,10 +2,10 @@ /* audio_stream_preview.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/audio_stream_randomizer_editor_plugin.cpp b/engine/editor/audio/audio_stream_randomizer_editor_plugin.cpp index 5e364b11..a8b7e515 100644 --- a/engine/editor/audio/audio_stream_randomizer_editor_plugin.cpp +++ b/engine/editor/audio/audio_stream_randomizer_editor_plugin.cpp @@ -2,10 +2,10 @@ /* audio_stream_randomizer_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/audio_stream_randomizer_editor_plugin.h b/engine/editor/audio/audio_stream_randomizer_editor_plugin.h index 395e9cc6..b209014d 100644 --- a/engine/editor/audio/audio_stream_randomizer_editor_plugin.h +++ b/engine/editor/audio/audio_stream_randomizer_editor_plugin.h @@ -2,10 +2,10 @@ /* audio_stream_randomizer_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/editor_audio_buses.cpp b/engine/editor/audio/editor_audio_buses.cpp index e2e4f7e5..34a9c4e9 100644 --- a/engine/editor/audio/editor_audio_buses.cpp +++ b/engine/editor/audio/editor_audio_buses.cpp @@ -2,10 +2,10 @@ /* editor_audio_buses.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/audio/editor_audio_buses.h b/engine/editor/audio/editor_audio_buses.h index d664d9d6..e080c30e 100644 --- a/engine/editor/audio/editor_audio_buses.h +++ b/engine/editor/audio/editor_audio_buses.h @@ -2,10 +2,10 @@ /* editor_audio_buses.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_parser.cpp b/engine/editor/debugger/debug_adapter/debug_adapter_parser.cpp index 94fcb308..9ecbf1d2 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_parser.cpp +++ b/engine/editor/debugger/debug_adapter/debug_adapter_parser.cpp @@ -2,10 +2,10 @@ /* debug_adapter_parser.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_parser.h b/engine/editor/debugger/debug_adapter/debug_adapter_parser.h index 73d101eb..70e602e9 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_parser.h +++ b/engine/editor/debugger/debug_adapter/debug_adapter_parser.h @@ -2,10 +2,10 @@ /* debug_adapter_parser.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_protocol.cpp b/engine/editor/debugger/debug_adapter/debug_adapter_protocol.cpp index 5859c34d..cae98864 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_protocol.cpp +++ b/engine/editor/debugger/debug_adapter/debug_adapter_protocol.cpp @@ -2,10 +2,10 @@ /* debug_adapter_protocol.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_protocol.h b/engine/editor/debugger/debug_adapter/debug_adapter_protocol.h index 48cccecd..f1c598b9 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_protocol.h +++ b/engine/editor/debugger/debug_adapter/debug_adapter_protocol.h @@ -2,10 +2,10 @@ /* debug_adapter_protocol.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_server.cpp b/engine/editor/debugger/debug_adapter/debug_adapter_server.cpp index da483651..7aebb6b8 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_server.cpp +++ b/engine/editor/debugger/debug_adapter/debug_adapter_server.cpp @@ -2,10 +2,10 @@ /* debug_adapter_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_server.h b/engine/editor/debugger/debug_adapter/debug_adapter_server.h index 33502c7f..191c58fe 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_server.h +++ b/engine/editor/debugger/debug_adapter/debug_adapter_server.h @@ -2,10 +2,10 @@ /* debug_adapter_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debug_adapter/debug_adapter_types.h b/engine/editor/debugger/debug_adapter/debug_adapter_types.h index a0d9cb2e..4b00c3fb 100644 --- a/engine/editor/debugger/debug_adapter/debug_adapter_types.h +++ b/engine/editor/debugger/debug_adapter/debug_adapter_types.h @@ -2,10 +2,10 @@ /* debug_adapter_types.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debugger_editor_plugin.cpp b/engine/editor/debugger/debugger_editor_plugin.cpp index 285b368f..ffe2bd9b 100644 --- a/engine/editor/debugger/debugger_editor_plugin.cpp +++ b/engine/editor/debugger/debugger_editor_plugin.cpp @@ -2,10 +2,10 @@ /* debugger_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/debugger_editor_plugin.h b/engine/editor/debugger/debugger_editor_plugin.h index c5860d83..57a79758 100644 --- a/engine/editor/debugger/debugger_editor_plugin.h +++ b/engine/editor/debugger/debugger_editor_plugin.h @@ -2,10 +2,10 @@ /* debugger_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_inspector.cpp b/engine/editor/debugger/editor_debugger_inspector.cpp index c32104e7..24e5026e 100644 --- a/engine/editor/debugger/editor_debugger_inspector.cpp +++ b/engine/editor/debugger/editor_debugger_inspector.cpp @@ -2,10 +2,10 @@ /* editor_debugger_inspector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_inspector.h b/engine/editor/debugger/editor_debugger_inspector.h index 467c8d41..ebbe1ea7 100644 --- a/engine/editor/debugger/editor_debugger_inspector.h +++ b/engine/editor/debugger/editor_debugger_inspector.h @@ -2,10 +2,10 @@ /* editor_debugger_inspector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_node.cpp b/engine/editor/debugger/editor_debugger_node.cpp index 9e521a32..cfdb24f5 100644 --- a/engine/editor/debugger/editor_debugger_node.cpp +++ b/engine/editor/debugger/editor_debugger_node.cpp @@ -2,10 +2,10 @@ /* editor_debugger_node.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_node.h b/engine/editor/debugger/editor_debugger_node.h index 2f21a71b..a946ce52 100644 --- a/engine/editor/debugger/editor_debugger_node.h +++ b/engine/editor/debugger/editor_debugger_node.h @@ -2,10 +2,10 @@ /* editor_debugger_node.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_plugin.cpp b/engine/editor/debugger/editor_debugger_plugin.cpp index fbb389cc..bf5ab1cb 100644 --- a/engine/editor/debugger/editor_debugger_plugin.cpp +++ b/engine/editor/debugger/editor_debugger_plugin.cpp @@ -2,10 +2,10 @@ /* editor_debugger_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_plugin.h b/engine/editor/debugger/editor_debugger_plugin.h index 1cc4a54e..2153c5a9 100644 --- a/engine/editor/debugger/editor_debugger_plugin.h +++ b/engine/editor/debugger/editor_debugger_plugin.h @@ -2,10 +2,10 @@ /* editor_debugger_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_server.cpp b/engine/editor/debugger/editor_debugger_server.cpp index a38bbd1f..dc8cf09e 100644 --- a/engine/editor/debugger/editor_debugger_server.cpp +++ b/engine/editor/debugger/editor_debugger_server.cpp @@ -2,10 +2,10 @@ /* editor_debugger_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_server.h b/engine/editor/debugger/editor_debugger_server.h index 7d35a20a..1a7b691e 100644 --- a/engine/editor/debugger/editor_debugger_server.h +++ b/engine/editor/debugger/editor_debugger_server.h @@ -2,10 +2,10 @@ /* editor_debugger_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_tree.cpp b/engine/editor/debugger/editor_debugger_tree.cpp index 6f7167a5..1d279b68 100644 --- a/engine/editor/debugger/editor_debugger_tree.cpp +++ b/engine/editor/debugger/editor_debugger_tree.cpp @@ -2,10 +2,10 @@ /* editor_debugger_tree.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_debugger_tree.h b/engine/editor/debugger/editor_debugger_tree.h index 27327dbe..16420c92 100644 --- a/engine/editor/debugger/editor_debugger_tree.h +++ b/engine/editor/debugger/editor_debugger_tree.h @@ -2,10 +2,10 @@ /* editor_debugger_tree.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_expression_evaluator.cpp b/engine/editor/debugger/editor_expression_evaluator.cpp index 557dbba9..cfa25c73 100644 --- a/engine/editor/debugger/editor_expression_evaluator.cpp +++ b/engine/editor/debugger/editor_expression_evaluator.cpp @@ -2,10 +2,10 @@ /* editor_expression_evaluator.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_expression_evaluator.h b/engine/editor/debugger/editor_expression_evaluator.h index 765bf474..4b3e3611 100644 --- a/engine/editor/debugger/editor_expression_evaluator.h +++ b/engine/editor/debugger/editor_expression_evaluator.h @@ -2,10 +2,10 @@ /* editor_expression_evaluator.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_file_server.cpp b/engine/editor/debugger/editor_file_server.cpp index a742bef3..8cf12ee2 100644 --- a/engine/editor/debugger/editor_file_server.cpp +++ b/engine/editor/debugger/editor_file_server.cpp @@ -2,10 +2,10 @@ /* editor_file_server.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -205,7 +205,7 @@ void EditorFileServer::poll() { _add_custom_file(forced_export[i], files_to_send, cached_files); } - _add_custom_file("res://project.godot", files_to_send, cached_files); + _add_custom_file("res://project.aethex", files_to_send, cached_files); // Check which files were removed and also add them for (KeyValue K : cached_files) { if (!files_to_send.has(K.key)) { diff --git a/engine/editor/debugger/editor_file_server.h b/engine/editor/debugger/editor_file_server.h index 956a2d77..367b8362 100644 --- a/engine/editor/debugger/editor_file_server.h +++ b/engine/editor/debugger/editor_file_server.h @@ -2,10 +2,10 @@ /* editor_file_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_performance_profiler.cpp b/engine/editor/debugger/editor_performance_profiler.cpp index 17ece0c0..f02be1cc 100644 --- a/engine/editor/debugger/editor_performance_profiler.cpp +++ b/engine/editor/debugger/editor_performance_profiler.cpp @@ -2,10 +2,10 @@ /* editor_performance_profiler.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_performance_profiler.h b/engine/editor/debugger/editor_performance_profiler.h index b7a39909..35092c67 100644 --- a/engine/editor/debugger/editor_performance_profiler.h +++ b/engine/editor/debugger/editor_performance_profiler.h @@ -2,10 +2,10 @@ /* editor_performance_profiler.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_profiler.cpp b/engine/editor/debugger/editor_profiler.cpp index 12ecc398..f9115e2b 100644 --- a/engine/editor/debugger/editor_profiler.cpp +++ b/engine/editor/debugger/editor_profiler.cpp @@ -2,10 +2,10 @@ /* editor_profiler.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_profiler.h b/engine/editor/debugger/editor_profiler.h index 28e4c4d8..d311b80a 100644 --- a/engine/editor/debugger/editor_profiler.h +++ b/engine/editor/debugger/editor_profiler.h @@ -2,10 +2,10 @@ /* editor_profiler.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_visual_profiler.cpp b/engine/editor/debugger/editor_visual_profiler.cpp index 67ede8b9..9e9dd69d 100644 --- a/engine/editor/debugger/editor_visual_profiler.cpp +++ b/engine/editor/debugger/editor_visual_profiler.cpp @@ -2,10 +2,10 @@ /* editor_visual_profiler.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/editor_visual_profiler.h b/engine/editor/debugger/editor_visual_profiler.h index b4a8b1a6..5b6790da 100644 --- a/engine/editor/debugger/editor_visual_profiler.h +++ b/engine/editor/debugger/editor_visual_profiler.h @@ -2,10 +2,10 @@ /* editor_visual_profiler.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/script_editor_debugger.cpp b/engine/editor/debugger/script_editor_debugger.cpp index dc476fd6..2531afd6 100644 --- a/engine/editor/debugger/script_editor_debugger.cpp +++ b/engine/editor/debugger/script_editor_debugger.cpp @@ -2,10 +2,10 @@ /* script_editor_debugger.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/debugger/script_editor_debugger.h b/engine/editor/debugger/script_editor_debugger.h index 0d4faba9..5a756fa5 100644 --- a/engine/editor/debugger/script_editor_debugger.h +++ b/engine/editor/debugger/script_editor_debugger.h @@ -2,10 +2,10 @@ /* script_editor_debugger.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/doc/doc_tools.cpp b/engine/editor/doc/doc_tools.cpp index e8fcced1..f1b2fb99 100644 --- a/engine/editor/doc/doc_tools.cpp +++ b/engine/editor/doc/doc_tools.cpp @@ -2,10 +2,10 @@ /* doc_tools.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/doc/doc_tools.h b/engine/editor/doc/doc_tools.h index b66ce59c..ed0fccf7 100644 --- a/engine/editor/doc/doc_tools.h +++ b/engine/editor/doc/doc_tools.h @@ -2,10 +2,10 @@ /* doc_tools.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/doc/editor_help.cpp b/engine/editor/doc/editor_help.cpp index a2ed9d83..16f2ecc4 100644 --- a/engine/editor/doc/editor_help.cpp +++ b/engine/editor/doc/editor_help.cpp @@ -2,10 +2,10 @@ /* editor_help.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/doc/editor_help.h b/engine/editor/doc/editor_help.h index 114062f4..1076d5ff 100644 --- a/engine/editor/doc/editor_help.h +++ b/engine/editor/doc/editor_help.h @@ -2,10 +2,10 @@ /* editor_help.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/doc/editor_help_search.cpp b/engine/editor/doc/editor_help_search.cpp index 5ae03cde..9fba449f 100644 --- a/engine/editor/doc/editor_help_search.cpp +++ b/engine/editor/doc/editor_help_search.cpp @@ -2,10 +2,10 @@ /* editor_help_search.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/doc/editor_help_search.h b/engine/editor/doc/editor_help_search.h index b330c5c6..8b55c656 100644 --- a/engine/editor/doc/editor_help_search.h +++ b/engine/editor/doc/editor_help_search.h @@ -2,10 +2,10 @@ /* editor_help_search.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/dock_tab_container.cpp b/engine/editor/docks/dock_tab_container.cpp index cc46ade1..919b1700 100644 --- a/engine/editor/docks/dock_tab_container.cpp +++ b/engine/editor/docks/dock_tab_container.cpp @@ -2,10 +2,10 @@ /* dock_tab_container.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/dock_tab_container.h b/engine/editor/docks/dock_tab_container.h index 89d21c79..f144fba0 100644 --- a/engine/editor/docks/dock_tab_container.h +++ b/engine/editor/docks/dock_tab_container.h @@ -2,10 +2,10 @@ /* dock_tab_container.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/editor_dock.cpp b/engine/editor/docks/editor_dock.cpp index da05ce03..010a8c32 100644 --- a/engine/editor/docks/editor_dock.cpp +++ b/engine/editor/docks/editor_dock.cpp @@ -2,10 +2,10 @@ /* editor_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/editor_dock.h b/engine/editor/docks/editor_dock.h index 0032dac1..c297a306 100644 --- a/engine/editor/docks/editor_dock.h +++ b/engine/editor/docks/editor_dock.h @@ -2,10 +2,10 @@ /* editor_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/editor_dock_manager.cpp b/engine/editor/docks/editor_dock_manager.cpp index e9607041..bcdfc545 100644 --- a/engine/editor/docks/editor_dock_manager.cpp +++ b/engine/editor/docks/editor_dock_manager.cpp @@ -2,10 +2,10 @@ /* editor_dock_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -263,7 +263,7 @@ void EditorDockManager::_open_dock_in_window(EditorDock *p_dock, bool p_show_win Point2 dock_screen_pos = p_dock->get_screen_position(); WindowWrapper *wrapper = memnew(WindowWrapper); - wrapper->set_window_title(vformat(TTR("%s - Godot Engine"), TTR(p_dock->get_display_title()))); + wrapper->set_window_title(vformat(TTR("%s - AETHEX ENGINE"), TTR(p_dock->get_display_title()))); wrapper->set_margins_enabled(true); EditorNode::get_singleton()->get_gui_base()->add_child(wrapper); diff --git a/engine/editor/docks/editor_dock_manager.h b/engine/editor/docks/editor_dock_manager.h index b6abb77d..340955c0 100644 --- a/engine/editor/docks/editor_dock_manager.h +++ b/engine/editor/docks/editor_dock_manager.h @@ -2,10 +2,10 @@ /* editor_dock_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/filesystem_dock.cpp b/engine/editor/docks/filesystem_dock.cpp index 40c9e225..e7bf3b46 100644 --- a/engine/editor/docks/filesystem_dock.cpp +++ b/engine/editor/docks/filesystem_dock.cpp @@ -2,10 +2,10 @@ /* filesystem_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/filesystem_dock.h b/engine/editor/docks/filesystem_dock.h index 39d9e63d..3116766f 100644 --- a/engine/editor/docks/filesystem_dock.h +++ b/engine/editor/docks/filesystem_dock.h @@ -2,10 +2,10 @@ /* filesystem_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/groups_dock.cpp b/engine/editor/docks/groups_dock.cpp index de2534e5..d2dff385 100644 --- a/engine/editor/docks/groups_dock.cpp +++ b/engine/editor/docks/groups_dock.cpp @@ -2,10 +2,10 @@ /* groups_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/groups_dock.h b/engine/editor/docks/groups_dock.h index 80188c8e..11d53620 100644 --- a/engine/editor/docks/groups_dock.h +++ b/engine/editor/docks/groups_dock.h @@ -2,10 +2,10 @@ /* groups_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/groups_editor.cpp b/engine/editor/docks/groups_editor.cpp index 691aa07d..1c2a59e3 100644 --- a/engine/editor/docks/groups_editor.cpp +++ b/engine/editor/docks/groups_editor.cpp @@ -2,10 +2,10 @@ /* groups_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/groups_editor.h b/engine/editor/docks/groups_editor.h index 59ac961a..ee08533f 100644 --- a/engine/editor/docks/groups_editor.h +++ b/engine/editor/docks/groups_editor.h @@ -2,10 +2,10 @@ /* groups_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/history_dock.cpp b/engine/editor/docks/history_dock.cpp index 9fe390a7..d101dc4f 100644 --- a/engine/editor/docks/history_dock.cpp +++ b/engine/editor/docks/history_dock.cpp @@ -2,10 +2,10 @@ /* history_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/history_dock.h b/engine/editor/docks/history_dock.h index 0c1604be..6e40f41c 100644 --- a/engine/editor/docks/history_dock.h +++ b/engine/editor/docks/history_dock.h @@ -2,10 +2,10 @@ /* history_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/import_dock.cpp b/engine/editor/docks/import_dock.cpp index bd628b0b..f56c71ac 100644 --- a/engine/editor/docks/import_dock.cpp +++ b/engine/editor/docks/import_dock.cpp @@ -2,10 +2,10 @@ /* import_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/import_dock.h b/engine/editor/docks/import_dock.h index 109ff14f..c7da01f1 100644 --- a/engine/editor/docks/import_dock.h +++ b/engine/editor/docks/import_dock.h @@ -2,10 +2,10 @@ /* import_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/inspector_dock.cpp b/engine/editor/docks/inspector_dock.cpp index fbd20fee..c9cf129d 100644 --- a/engine/editor/docks/inspector_dock.cpp +++ b/engine/editor/docks/inspector_dock.cpp @@ -2,10 +2,10 @@ /* inspector_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/inspector_dock.h b/engine/editor/docks/inspector_dock.h index 55eff2a4..85c841c1 100644 --- a/engine/editor/docks/inspector_dock.h +++ b/engine/editor/docks/inspector_dock.h @@ -2,10 +2,10 @@ /* inspector_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/scene_tree_dock.cpp b/engine/editor/docks/scene_tree_dock.cpp index 37743a52..e749f9c7 100644 --- a/engine/editor/docks/scene_tree_dock.cpp +++ b/engine/editor/docks/scene_tree_dock.cpp @@ -2,10 +2,10 @@ /* scene_tree_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/scene_tree_dock.h b/engine/editor/docks/scene_tree_dock.h index e5ad32ae..3a6f2d2a 100644 --- a/engine/editor/docks/scene_tree_dock.h +++ b/engine/editor/docks/scene_tree_dock.h @@ -2,10 +2,10 @@ /* scene_tree_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/signals_dock.cpp b/engine/editor/docks/signals_dock.cpp index a0371967..a7c1a4d0 100644 --- a/engine/editor/docks/signals_dock.cpp +++ b/engine/editor/docks/signals_dock.cpp @@ -2,10 +2,10 @@ /* signals_dock.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/docks/signals_dock.h b/engine/editor/docks/signals_dock.h index 77004eae..f5093acf 100644 --- a/engine/editor/docks/signals_dock.h +++ b/engine/editor/docks/signals_dock.h @@ -2,10 +2,10 @@ /* signals_dock.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_data.cpp b/engine/editor/editor_data.cpp index 5b25ccf4..a4d16c55 100644 --- a/engine/editor/editor_data.cpp +++ b/engine/editor/editor_data.cpp @@ -2,10 +2,10 @@ /* editor_data.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_data.h b/engine/editor/editor_data.h index 320ff3c8..0f51dba6 100644 --- a/engine/editor/editor_data.h +++ b/engine/editor/editor_data.h @@ -2,10 +2,10 @@ /* editor_data.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_interface.cpp b/engine/editor/editor_interface.cpp index 9c6729d9..1804bb6d 100644 --- a/engine/editor/editor_interface.cpp +++ b/engine/editor/editor_interface.cpp @@ -2,10 +2,10 @@ /* editor_interface.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_interface.h b/engine/editor/editor_interface.h index 1cd86511..4155b8b0 100644 --- a/engine/editor/editor_interface.h +++ b/engine/editor/editor_interface.h @@ -2,10 +2,10 @@ /* editor_interface.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_log.cpp b/engine/editor/editor_log.cpp index 5694949b..7f9260d5 100644 --- a/engine/editor/editor_log.cpp +++ b/engine/editor/editor_log.cpp @@ -2,10 +2,10 @@ /* editor_log.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_log.h b/engine/editor/editor_log.h index 3ab5d017..d0779d96 100644 --- a/engine/editor/editor_log.h +++ b/engine/editor/editor_log.h @@ -2,10 +2,10 @@ /* editor_log.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_main_screen.cpp b/engine/editor/editor_main_screen.cpp index 7f582a7d..a6f73241 100644 --- a/engine/editor/editor_main_screen.cpp +++ b/engine/editor/editor_main_screen.cpp @@ -2,10 +2,10 @@ /* editor_main_screen.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_main_screen.h b/engine/editor/editor_main_screen.h index 78ec4992..6ecb9afa 100644 --- a/engine/editor/editor_main_screen.h +++ b/engine/editor/editor_main_screen.h @@ -2,10 +2,10 @@ /* editor_main_screen.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_node.cpp b/engine/editor/editor_node.cpp index 0105bd40..d83ee6b0 100644 --- a/engine/editor/editor_node.cpp +++ b/engine/editor/editor_node.cpp @@ -2,10 +2,10 @@ /* editor_node.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -991,9 +991,9 @@ void EditorNode::_notification(int p_what) { // Save the project after opening to mark it as last modified, except in headless mode. // Also use this opportunity to ensure default settings are applied to new projects created from the command line - // using `touch project.godot`. + // using `touch project.aethex`. if (DisplayServer::get_singleton()->window_can_draw()) { - const String project_settings_path = ProjectSettings::get_singleton()->get_resource_path().path_join("project.godot"); + const String project_settings_path = ProjectSettings::get_singleton()->get_resource_path().path_join("project.aethex"); // Check the file's size in bytes as an optimization. If it's under 10 bytes, the file is assumed to be empty. if (FileAccess::get_size(project_settings_path) < 10) { const HashMap initial_settings = get_initial_settings(); @@ -1532,10 +1532,10 @@ void EditorNode::_scan_external_changes() { } } - String project_settings_path = ProjectSettings::get_singleton()->get_resource_path().path_join("project.godot"); + String project_settings_path = ProjectSettings::get_singleton()->get_resource_path().path_join("project.aethex"); if (FileAccess::get_modified_time(project_settings_path) > ProjectSettings::get_singleton()->get_last_saved_time()) { TreeItem *ti = disk_changed_list->create_item(r); - ti->set_text(0, "project.godot"); + ti->set_text(0, "project.aethex"); need_reload = true; disk_changed_project = true; } @@ -7558,7 +7558,7 @@ bool EditorNode::call_build() { for (int i = 0; i < build_callback_count && builds_successful; i++) { if (!build_callbacks[i]()) { - ERR_PRINT("A Godot Engine build callback failed."); + ERR_PRINT("A AETHEX ENGINE build callback failed."); builds_successful = false; } } @@ -8224,8 +8224,8 @@ void EditorNode::notify_settings_overrides_changed() { } // Returns the list of project settings to add to new projects. This is used by the -// project manager creation dialog, but also applies to empty `project.godot` files -// to cover the command line workflow of creating projects using `touch project.godot`. +// project manager creation dialog, but also applies to empty `project.aethex` files +// to cover the command line workflow of creating projects using `touch project.aethex`. // // This is used to set better defaults for new projects without affecting existing projects. HashMap EditorNode::get_initial_settings() { diff --git a/engine/editor/editor_node.h b/engine/editor/editor_node.h index e99932fe..7aa492be 100644 --- a/engine/editor/editor_node.h +++ b/engine/editor/editor_node.h @@ -2,10 +2,10 @@ /* editor_node.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_string_names.h b/engine/editor/editor_string_names.h index 8eb45118..af75f8ad 100644 --- a/engine/editor/editor_string_names.h +++ b/engine/editor/editor_string_names.h @@ -2,10 +2,10 @@ /* editor_string_names.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_undo_redo_manager.cpp b/engine/editor/editor_undo_redo_manager.cpp index bb5779f4..afa4f5df 100644 --- a/engine/editor/editor_undo_redo_manager.cpp +++ b/engine/editor/editor_undo_redo_manager.cpp @@ -2,10 +2,10 @@ /* editor_undo_redo_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/editor_undo_redo_manager.h b/engine/editor/editor_undo_redo_manager.h index 7b50a78f..51dcbe80 100644 --- a/engine/editor/editor_undo_redo_manager.h +++ b/engine/editor/editor_undo_redo_manager.h @@ -2,10 +2,10 @@ /* editor_undo_redo_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/codesign.cpp b/engine/editor/export/codesign.cpp index d2dc4d44..4ec47ea0 100644 --- a/engine/editor/export/codesign.cpp +++ b/engine/editor/export/codesign.cpp @@ -2,10 +2,10 @@ /* codesign.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/codesign.h b/engine/editor/export/codesign.h index 22b341f1..b85f9c88 100644 --- a/engine/editor/export/codesign.h +++ b/engine/editor/export/codesign.h @@ -2,10 +2,10 @@ /* codesign.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/dedicated_server_export_plugin.cpp b/engine/editor/export/dedicated_server_export_plugin.cpp index 2c740db9..3303556a 100644 --- a/engine/editor/export/dedicated_server_export_plugin.cpp +++ b/engine/editor/export/dedicated_server_export_plugin.cpp @@ -2,10 +2,10 @@ /* dedicated_server_export_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/dedicated_server_export_plugin.h b/engine/editor/export/dedicated_server_export_plugin.h index 68e2ff6c..7d70e10f 100644 --- a/engine/editor/export/dedicated_server_export_plugin.h +++ b/engine/editor/export/dedicated_server_export_plugin.h @@ -2,10 +2,10 @@ /* dedicated_server_export_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export.cpp b/engine/editor/export/editor_export.cpp index 38b58534..08f5e0eb 100644 --- a/engine/editor/export/editor_export.cpp +++ b/engine/editor/export/editor_export.cpp @@ -2,10 +2,10 @@ /* editor_export.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export.h b/engine/editor/export/editor_export.h index 457e4fef..3c41c4dc 100644 --- a/engine/editor/export/editor_export.h +++ b/engine/editor/export/editor_export.h @@ -2,10 +2,10 @@ /* editor_export.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform.cpp b/engine/editor/export/editor_export_platform.cpp index b2ff4d6f..df79eacf 100644 --- a/engine/editor/export/editor_export_platform.cpp +++ b/engine/editor/export/editor_export_platform.cpp @@ -2,10 +2,10 @@ /* editor_export_platform.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform.h b/engine/editor/export/editor_export_platform.h index 8d0c29a1..f292a0fb 100644 --- a/engine/editor/export/editor_export_platform.h +++ b/engine/editor/export/editor_export_platform.h @@ -2,10 +2,10 @@ /* editor_export_platform.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform_apple_embedded.cpp b/engine/editor/export/editor_export_platform_apple_embedded.cpp index 5e322768..a439fee1 100644 --- a/engine/editor/export/editor_export_platform_apple_embedded.cpp +++ b/engine/editor/export/editor_export_platform_apple_embedded.cpp @@ -2,10 +2,10 @@ /* editor_export_platform_apple_embedded.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform_apple_embedded.h b/engine/editor/export/editor_export_platform_apple_embedded.h index 5a297ed5..169e58be 100644 --- a/engine/editor/export/editor_export_platform_apple_embedded.h +++ b/engine/editor/export/editor_export_platform_apple_embedded.h @@ -2,10 +2,10 @@ /* editor_export_platform_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform_extension.cpp b/engine/editor/export/editor_export_platform_extension.cpp index 72d217c6..51813e99 100644 --- a/engine/editor/export/editor_export_platform_extension.cpp +++ b/engine/editor/export/editor_export_platform_extension.cpp @@ -2,10 +2,10 @@ /* editor_export_platform_extension.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform_extension.h b/engine/editor/export/editor_export_platform_extension.h index 88912b04..b91efb49 100644 --- a/engine/editor/export/editor_export_platform_extension.h +++ b/engine/editor/export/editor_export_platform_extension.h @@ -2,10 +2,10 @@ /* editor_export_platform_extension.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform_pc.cpp b/engine/editor/export/editor_export_platform_pc.cpp index c513b7eb..108a2f44 100644 --- a/engine/editor/export/editor_export_platform_pc.cpp +++ b/engine/editor/export/editor_export_platform_pc.cpp @@ -2,10 +2,10 @@ /* editor_export_platform_pc.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_platform_pc.h b/engine/editor/export/editor_export_platform_pc.h index 09747c4a..1b9b8f7f 100644 --- a/engine/editor/export/editor_export_platform_pc.h +++ b/engine/editor/export/editor_export_platform_pc.h @@ -2,10 +2,10 @@ /* editor_export_platform_pc.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_plugin.cpp b/engine/editor/export/editor_export_plugin.cpp index 2d5e038f..aa3a10b2 100644 --- a/engine/editor/export/editor_export_plugin.cpp +++ b/engine/editor/export/editor_export_plugin.cpp @@ -2,10 +2,10 @@ /* editor_export_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_plugin.h b/engine/editor/export/editor_export_plugin.h index 2b7ec087..f25420fe 100644 --- a/engine/editor/export/editor_export_plugin.h +++ b/engine/editor/export/editor_export_plugin.h @@ -2,10 +2,10 @@ /* editor_export_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_preset.cpp b/engine/editor/export/editor_export_preset.cpp index bf118faa..45a65fec 100644 --- a/engine/editor/export/editor_export_preset.cpp +++ b/engine/editor/export/editor_export_preset.cpp @@ -2,10 +2,10 @@ /* editor_export_preset.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/editor_export_preset.h b/engine/editor/export/editor_export_preset.h index be6ec66b..67eb494c 100644 --- a/engine/editor/export/editor_export_preset.h +++ b/engine/editor/export/editor_export_preset.h @@ -2,10 +2,10 @@ /* editor_export_preset.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/export_template_manager.cpp b/engine/editor/export/export_template_manager.cpp index fd18ba4f..6cea1c8b 100644 --- a/engine/editor/export/export_template_manager.cpp +++ b/engine/editor/export/export_template_manager.cpp @@ -2,10 +2,10 @@ /* export_template_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -277,7 +277,7 @@ void ExportTemplateManager::_refresh_mirrors() { is_refreshing_mirrors = true; String current_version = GODOT_VERSION_FULL_CONFIG; - const String mirrors_metadata_url = "https://godotengine.org/mirrorlist/" + current_version + ".json"; + const String mirrors_metadata_url = "https://aethex.dev/mirrorlist/" + current_version + ".json"; request_mirrors->request(mirrors_metadata_url); } diff --git a/engine/editor/export/export_template_manager.h b/engine/editor/export/export_template_manager.h index c3c1f19f..1c27a92e 100644 --- a/engine/editor/export/export_template_manager.h +++ b/engine/editor/export/export_template_manager.h @@ -2,10 +2,10 @@ /* export_template_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/gdextension_export_plugin.h b/engine/editor/export/gdextension_export_plugin.h index 56fc389a..3f53c414 100644 --- a/engine/editor/export/gdextension_export_plugin.h +++ b/engine/editor/export/gdextension_export_plugin.h @@ -2,10 +2,10 @@ /* gdextension_export_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/lipo.cpp b/engine/editor/export/lipo.cpp index 079a912b..a6fa86fc 100644 --- a/engine/editor/export/lipo.cpp +++ b/engine/editor/export/lipo.cpp @@ -2,10 +2,10 @@ /* lipo.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/lipo.h b/engine/editor/export/lipo.h index 3b100bd3..2a5ad901 100644 --- a/engine/editor/export/lipo.h +++ b/engine/editor/export/lipo.h @@ -2,10 +2,10 @@ /* lipo.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/macho.cpp b/engine/editor/export/macho.cpp index 1981d8f8..138ad9d1 100644 --- a/engine/editor/export/macho.cpp +++ b/engine/editor/export/macho.cpp @@ -2,10 +2,10 @@ /* macho.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/macho.h b/engine/editor/export/macho.h index 5a9ca6f7..482177b5 100644 --- a/engine/editor/export/macho.h +++ b/engine/editor/export/macho.h @@ -2,10 +2,10 @@ /* macho.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/plugin_config_apple_embedded.cpp b/engine/editor/export/plugin_config_apple_embedded.cpp index 5e993377..ff7c764c 100644 --- a/engine/editor/export/plugin_config_apple_embedded.cpp +++ b/engine/editor/export/plugin_config_apple_embedded.cpp @@ -2,10 +2,10 @@ /* plugin_config_apple_embedded.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/plugin_config_apple_embedded.h b/engine/editor/export/plugin_config_apple_embedded.h index eee1de83..5373626c 100644 --- a/engine/editor/export/plugin_config_apple_embedded.h +++ b/engine/editor/export/plugin_config_apple_embedded.h @@ -2,10 +2,10 @@ /* plugin_config_apple_embedded.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/project_export.cpp b/engine/editor/export/project_export.cpp index c9d59c26..a46e3c81 100644 --- a/engine/editor/export/project_export.cpp +++ b/engine/editor/export/project_export.cpp @@ -2,10 +2,10 @@ /* project_export.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/project_export.h b/engine/editor/export/project_export.h index 53761a23..92584ac2 100644 --- a/engine/editor/export/project_export.h +++ b/engine/editor/export/project_export.h @@ -2,10 +2,10 @@ /* project_export.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/project_zip_packer.cpp b/engine/editor/export/project_zip_packer.cpp index 4e4639b1..a8559442 100644 --- a/engine/editor/export/project_zip_packer.cpp +++ b/engine/editor/export/project_zip_packer.cpp @@ -2,10 +2,10 @@ /* project_zip_packer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/project_zip_packer.h b/engine/editor/export/project_zip_packer.h index c66d793f..d79dd774 100644 --- a/engine/editor/export/project_zip_packer.h +++ b/engine/editor/export/project_zip_packer.h @@ -2,10 +2,10 @@ /* project_zip_packer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/register_exporters.h b/engine/editor/export/register_exporters.h index 1f105fbc..b590915a 100644 --- a/engine/editor/export/register_exporters.h +++ b/engine/editor/export/register_exporters.h @@ -2,10 +2,10 @@ /* register_exporters.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/shader_baker_export_plugin.cpp b/engine/editor/export/shader_baker_export_plugin.cpp index 806b364f..9711cb5e 100644 --- a/engine/editor/export/shader_baker_export_plugin.cpp +++ b/engine/editor/export/shader_baker_export_plugin.cpp @@ -2,10 +2,10 @@ /* shader_baker_export_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/export/shader_baker_export_plugin.h b/engine/editor/export/shader_baker_export_plugin.h index f0feca96..6260c688 100644 --- a/engine/editor/export/shader_baker_export_plugin.h +++ b/engine/editor/export/shader_baker_export_plugin.h @@ -2,10 +2,10 @@ /* shader_baker_export_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/dependency_editor.cpp b/engine/editor/file_system/dependency_editor.cpp index 6a024e07..371a6beb 100644 --- a/engine/editor/file_system/dependency_editor.cpp +++ b/engine/editor/file_system/dependency_editor.cpp @@ -2,10 +2,10 @@ /* dependency_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/dependency_editor.h b/engine/editor/file_system/dependency_editor.h index 63950a1f..b57cae82 100644 --- a/engine/editor/file_system/dependency_editor.h +++ b/engine/editor/file_system/dependency_editor.h @@ -2,10 +2,10 @@ /* dependency_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/editor_file_system.cpp b/engine/editor/file_system/editor_file_system.cpp index 271d1208..653dc60a 100644 --- a/engine/editor/file_system/editor_file_system.cpp +++ b/engine/editor/file_system/editor_file_system.cpp @@ -2,10 +2,10 @@ /* editor_file_system.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -3457,10 +3457,10 @@ bool EditorFileSystem::_should_skip_directory(const String &p_path) { return true; } - if (FileAccess::exists(p_path.path_join("project.godot"))) { + if (FileAccess::exists(p_path.path_join("project.aethex"))) { // Skip if another project inside this. if (EditorFileSystem::get_singleton() == nullptr || EditorFileSystem::get_singleton()->first_scan) { - WARN_PRINT_ONCE(vformat("Detected another project.godot at %s. The folder will be ignored.", p_path)); + WARN_PRINT_ONCE(vformat("Detected another project.aethex at %s. The folder will be ignored.", p_path)); } return true; } diff --git a/engine/editor/file_system/editor_file_system.h b/engine/editor/file_system/editor_file_system.h index 843b3757..64706151 100644 --- a/engine/editor/file_system/editor_file_system.h +++ b/engine/editor/file_system/editor_file_system.h @@ -2,10 +2,10 @@ /* editor_file_system.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/editor_paths.cpp b/engine/editor/file_system/editor_paths.cpp index b8dc77e7..c8e440b0 100644 --- a/engine/editor/file_system/editor_paths.cpp +++ b/engine/editor/file_system/editor_paths.cpp @@ -2,10 +2,10 @@ /* editor_paths.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/editor_paths.h b/engine/editor/file_system/editor_paths.h index ab81e825..cf8fd3af 100644 --- a/engine/editor/file_system/editor_paths.h +++ b/engine/editor/file_system/editor_paths.h @@ -2,10 +2,10 @@ /* editor_paths.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/file_info.cpp b/engine/editor/file_system/file_info.cpp index e72dc428..78f330b3 100644 --- a/engine/editor/file_system/file_info.cpp +++ b/engine/editor/file_system/file_info.cpp @@ -2,10 +2,10 @@ /* file_info.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/file_system/file_info.h b/engine/editor/file_system/file_info.h index 942eb824..dd0bd23c 100644 --- a/engine/editor/file_system/file_info.h +++ b/engine/editor/file_system/file_info.h @@ -2,10 +2,10 @@ /* file_info.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/code_editor.cpp b/engine/editor/gui/code_editor.cpp index 3e99044c..dc120329 100644 --- a/engine/editor/gui/code_editor.cpp +++ b/engine/editor/gui/code_editor.cpp @@ -2,10 +2,10 @@ /* code_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/code_editor.h b/engine/editor/gui/code_editor.h index 7f998202..75962967 100644 --- a/engine/editor/gui/code_editor.h +++ b/engine/editor/gui/code_editor.h @@ -2,10 +2,10 @@ /* code_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/create_dialog.cpp b/engine/editor/gui/create_dialog.cpp index d28da5e7..4f2a5d2f 100644 --- a/engine/editor/gui/create_dialog.cpp +++ b/engine/editor/gui/create_dialog.cpp @@ -2,10 +2,10 @@ /* create_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/create_dialog.h b/engine/editor/gui/create_dialog.h index ac6013b9..707c563f 100644 --- a/engine/editor/gui/create_dialog.h +++ b/engine/editor/gui/create_dialog.h @@ -2,10 +2,10 @@ /* create_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/credits_roll.cpp b/engine/editor/gui/credits_roll.cpp index 22c67bbe..50aa03ce 100644 --- a/engine/editor/gui/credits_roll.cpp +++ b/engine/editor/gui/credits_roll.cpp @@ -2,10 +2,10 @@ /* credits_roll.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -226,7 +226,7 @@ void CreditsRoll::roll_credits() { _create_label(String::utf8(GODOT_LICENSE_TEXT)); _create_nothing(400 * EDSCALE); - _create_label(TTRC("Thank you for choosing Godot Engine!"), LabelSize::BIG_HEADER); + _create_label(TTRC("Thank you for choosing AETHEX ENGINE!"), LabelSize::BIG_HEADER); } // Needs to be set here, so it stays centered even if the window is resized. content->set_anchors_and_offsets_preset(Control::PRESET_VCENTER_WIDE); diff --git a/engine/editor/gui/credits_roll.h b/engine/editor/gui/credits_roll.h index 1965cab7..0c3926c2 100644 --- a/engine/editor/gui/credits_roll.h +++ b/engine/editor/gui/credits_roll.h @@ -2,10 +2,10 @@ /* credits_roll.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/directory_create_dialog.cpp b/engine/editor/gui/directory_create_dialog.cpp index f56cda8b..4c1351e7 100644 --- a/engine/editor/gui/directory_create_dialog.cpp +++ b/engine/editor/gui/directory_create_dialog.cpp @@ -2,10 +2,10 @@ /* directory_create_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/directory_create_dialog.h b/engine/editor/gui/directory_create_dialog.h index ec7070a8..dc93cc77 100644 --- a/engine/editor/gui/directory_create_dialog.h +++ b/engine/editor/gui/directory_create_dialog.h @@ -2,10 +2,10 @@ /* directory_create_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_about.cpp b/engine/editor/gui/editor_about.cpp index fdb717d6..4018ddf1 100644 --- a/engine/editor/gui/editor_about.cpp +++ b/engine/editor/gui/editor_about.cpp @@ -2,10 +2,10 @@ /* editor_about.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -56,7 +56,7 @@ void EditorAbout::_notification(int p_what) { _about_text_label->set_text( String(U"© 2026-present AeThex Labs\n") + String(U"Creating the future of cross-platform game development.\n\n") + - String(U"Based on Godot Engine (MIT License)\n") + + String(U"Based on AETHEX ENGINE (MIT License)\n") + String(U"© 2014-present Godot contributors.\n")); _project_manager_label->set_text(TTR("Project Manager", "Job Title")); diff --git a/engine/editor/gui/editor_about.h b/engine/editor/gui/editor_about.h index f25bc121..1aca6d2e 100644 --- a/engine/editor/gui/editor_about.h +++ b/engine/editor/gui/editor_about.h @@ -2,10 +2,10 @@ /* editor_about.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_bottom_panel.cpp b/engine/editor/gui/editor_bottom_panel.cpp index e91e970e..9c6a4e88 100644 --- a/engine/editor/gui/editor_bottom_panel.cpp +++ b/engine/editor/gui/editor_bottom_panel.cpp @@ -2,10 +2,10 @@ /* editor_bottom_panel.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_bottom_panel.h b/engine/editor/gui/editor_bottom_panel.h index 99353efe..ae550498 100644 --- a/engine/editor/gui/editor_bottom_panel.h +++ b/engine/editor/gui/editor_bottom_panel.h @@ -2,10 +2,10 @@ /* editor_bottom_panel.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_dir_dialog.cpp b/engine/editor/gui/editor_dir_dialog.cpp index 4b9e844e..4c60c3d8 100644 --- a/engine/editor/gui/editor_dir_dialog.cpp +++ b/engine/editor/gui/editor_dir_dialog.cpp @@ -2,10 +2,10 @@ /* editor_dir_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_dir_dialog.h b/engine/editor/gui/editor_dir_dialog.h index 5a04e5b2..ef9946a5 100644 --- a/engine/editor/gui/editor_dir_dialog.h +++ b/engine/editor/gui/editor_dir_dialog.h @@ -2,10 +2,10 @@ /* editor_dir_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_file_dialog.cpp b/engine/editor/gui/editor_file_dialog.cpp index b10f7bd3..2f0a0e9b 100644 --- a/engine/editor/gui/editor_file_dialog.cpp +++ b/engine/editor/gui/editor_file_dialog.cpp @@ -2,10 +2,10 @@ /* editor_file_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_file_dialog.h b/engine/editor/gui/editor_file_dialog.h index 8e04405e..ae81abe1 100644 --- a/engine/editor/gui/editor_file_dialog.h +++ b/engine/editor/gui/editor_file_dialog.h @@ -2,10 +2,10 @@ /* editor_file_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_object_selector.cpp b/engine/editor/gui/editor_object_selector.cpp index f19119d9..fda36f25 100644 --- a/engine/editor/gui/editor_object_selector.cpp +++ b/engine/editor/gui/editor_object_selector.cpp @@ -2,10 +2,10 @@ /* editor_object_selector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_object_selector.h b/engine/editor/gui/editor_object_selector.h index 7e7ace03..777507a1 100644 --- a/engine/editor/gui/editor_object_selector.h +++ b/engine/editor/gui/editor_object_selector.h @@ -2,10 +2,10 @@ /* editor_object_selector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_quick_open_dialog.cpp b/engine/editor/gui/editor_quick_open_dialog.cpp index 223db86e..492af986 100644 --- a/engine/editor/gui/editor_quick_open_dialog.cpp +++ b/engine/editor/gui/editor_quick_open_dialog.cpp @@ -2,10 +2,10 @@ /* editor_quick_open_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_quick_open_dialog.h b/engine/editor/gui/editor_quick_open_dialog.h index e3fc4f2e..5dfc589e 100644 --- a/engine/editor/gui/editor_quick_open_dialog.h +++ b/engine/editor/gui/editor_quick_open_dialog.h @@ -2,10 +2,10 @@ /* editor_quick_open_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_spin_slider.cpp b/engine/editor/gui/editor_spin_slider.cpp index 0b9206ea..b60474a4 100644 --- a/engine/editor/gui/editor_spin_slider.cpp +++ b/engine/editor/gui/editor_spin_slider.cpp @@ -2,10 +2,10 @@ /* editor_spin_slider.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_spin_slider.h b/engine/editor/gui/editor_spin_slider.h index dbb8149f..0805de39 100644 --- a/engine/editor/gui/editor_spin_slider.h +++ b/engine/editor/gui/editor_spin_slider.h @@ -2,10 +2,10 @@ /* editor_spin_slider.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_title_bar.cpp b/engine/editor/gui/editor_title_bar.cpp index 145d85b3..501c1586 100644 --- a/engine/editor/gui/editor_title_bar.cpp +++ b/engine/editor/gui/editor_title_bar.cpp @@ -2,10 +2,10 @@ /* editor_title_bar.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_title_bar.h b/engine/editor/gui/editor_title_bar.h index 0041c0fe..b7cae724 100644 --- a/engine/editor/gui/editor_title_bar.h +++ b/engine/editor/gui/editor_title_bar.h @@ -2,10 +2,10 @@ /* editor_title_bar.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_toaster.cpp b/engine/editor/gui/editor_toaster.cpp index 13974e31..f1b1bed2 100644 --- a/engine/editor/gui/editor_toaster.cpp +++ b/engine/editor/gui/editor_toaster.cpp @@ -2,10 +2,10 @@ /* editor_toaster.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_toaster.h b/engine/editor/gui/editor_toaster.h index fda3be6f..6280334a 100644 --- a/engine/editor/gui/editor_toaster.h +++ b/engine/editor/gui/editor_toaster.h @@ -2,10 +2,10 @@ /* editor_toaster.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_validation_panel.cpp b/engine/editor/gui/editor_validation_panel.cpp index df273425..bdcf5b7b 100644 --- a/engine/editor/gui/editor_validation_panel.cpp +++ b/engine/editor/gui/editor_validation_panel.cpp @@ -2,10 +2,10 @@ /* editor_validation_panel.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_validation_panel.h b/engine/editor/gui/editor_validation_panel.h index 7538f582..dc874336 100644 --- a/engine/editor/gui/editor_validation_panel.h +++ b/engine/editor/gui/editor_validation_panel.h @@ -2,10 +2,10 @@ /* editor_validation_panel.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_variant_type_selectors.cpp b/engine/editor/gui/editor_variant_type_selectors.cpp index 0b36d1e7..3a48174f 100644 --- a/engine/editor/gui/editor_variant_type_selectors.cpp +++ b/engine/editor/gui/editor_variant_type_selectors.cpp @@ -2,10 +2,10 @@ /* editor_variant_type_selectors.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_variant_type_selectors.h b/engine/editor/gui/editor_variant_type_selectors.h index 40844988..3d7dd5de 100644 --- a/engine/editor/gui/editor_variant_type_selectors.h +++ b/engine/editor/gui/editor_variant_type_selectors.h @@ -2,10 +2,10 @@ /* editor_variant_type_selectors.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_version_button.cpp b/engine/editor/gui/editor_version_button.cpp index e502098f..e6c51883 100644 --- a/engine/editor/gui/editor_version_button.cpp +++ b/engine/editor/gui/editor_version_button.cpp @@ -2,10 +2,10 @@ /* editor_version_button.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_version_button.h b/engine/editor/gui/editor_version_button.h index b6f0e90b..106fcd6d 100644 --- a/engine/editor/gui/editor_version_button.h +++ b/engine/editor/gui/editor_version_button.h @@ -2,10 +2,10 @@ /* editor_version_button.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -41,7 +41,7 @@ public: FORMAT_BASIC, // v4.3.2.stable.mono [HASH] FORMAT_WITH_BUILD, - // Godot Engine v4.3.2.stable.mono.official [HASH] + // AETHEX ENGINE v4.3.2.stable.mono.official [HASH] FORMAT_WITH_NAME_AND_BUILD, }; diff --git a/engine/editor/gui/editor_zoom_widget.cpp b/engine/editor/gui/editor_zoom_widget.cpp index 8f046fbc..9a88e52e 100644 --- a/engine/editor/gui/editor_zoom_widget.cpp +++ b/engine/editor/gui/editor_zoom_widget.cpp @@ -2,10 +2,10 @@ /* editor_zoom_widget.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/editor_zoom_widget.h b/engine/editor/gui/editor_zoom_widget.h index c1b2f2be..15ea888d 100644 --- a/engine/editor/gui/editor_zoom_widget.h +++ b/engine/editor/gui/editor_zoom_widget.h @@ -2,10 +2,10 @@ /* editor_zoom_widget.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/filter_line_edit.cpp b/engine/editor/gui/filter_line_edit.cpp index 93dbed91..91bd45b3 100644 --- a/engine/editor/gui/filter_line_edit.cpp +++ b/engine/editor/gui/filter_line_edit.cpp @@ -2,10 +2,10 @@ /* filter_line_edit.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/filter_line_edit.h b/engine/editor/gui/filter_line_edit.h index 266fcfd3..04d9b6e8 100644 --- a/engine/editor/gui/filter_line_edit.h +++ b/engine/editor/gui/filter_line_edit.h @@ -2,10 +2,10 @@ /* filter_line_edit.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/progress_dialog.cpp b/engine/editor/gui/progress_dialog.cpp index ecc34fb0..2605c208 100644 --- a/engine/editor/gui/progress_dialog.cpp +++ b/engine/editor/gui/progress_dialog.cpp @@ -2,10 +2,10 @@ /* progress_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/progress_dialog.h b/engine/editor/gui/progress_dialog.h index f88914ee..9a02390b 100644 --- a/engine/editor/gui/progress_dialog.h +++ b/engine/editor/gui/progress_dialog.h @@ -2,10 +2,10 @@ /* progress_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/touch_actions_panel.cpp b/engine/editor/gui/touch_actions_panel.cpp index 854a9f6a..6257584f 100644 --- a/engine/editor/gui/touch_actions_panel.cpp +++ b/engine/editor/gui/touch_actions_panel.cpp @@ -2,10 +2,10 @@ /* touch_actions_panel.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/touch_actions_panel.h b/engine/editor/gui/touch_actions_panel.h index 9b494496..bac5fb34 100644 --- a/engine/editor/gui/touch_actions_panel.h +++ b/engine/editor/gui/touch_actions_panel.h @@ -2,10 +2,10 @@ /* touch_actions_panel.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/window_wrapper.cpp b/engine/editor/gui/window_wrapper.cpp index 833e3ec7..77f65236 100644 --- a/engine/editor/gui/window_wrapper.cpp +++ b/engine/editor/gui/window_wrapper.cpp @@ -2,10 +2,10 @@ /* window_wrapper.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/gui/window_wrapper.h b/engine/editor/gui/window_wrapper.h index e3ca68d6..2f6263b7 100644 --- a/engine/editor/gui/window_wrapper.h +++ b/engine/editor/gui/window_wrapper.h @@ -2,10 +2,10 @@ /* window_wrapper.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/collada.cpp b/engine/editor/import/3d/collada.cpp index 9c7085c3..f432dae4 100644 --- a/engine/editor/import/3d/collada.cpp +++ b/engine/editor/import/3d/collada.cpp @@ -2,10 +2,10 @@ /* collada.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/collada.h b/engine/editor/import/3d/collada.h index f36f189a..4c82593c 100644 --- a/engine/editor/import/3d/collada.h +++ b/engine/editor/import/3d/collada.h @@ -2,10 +2,10 @@ /* collada.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/editor_import_collada.cpp b/engine/editor/import/3d/editor_import_collada.cpp index c38b4814..be3443e6 100644 --- a/engine/editor/import/3d/editor_import_collada.cpp +++ b/engine/editor/import/3d/editor_import_collada.cpp @@ -2,10 +2,10 @@ /* editor_import_collada.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/editor_import_collada.h b/engine/editor/import/3d/editor_import_collada.h index a07fefa5..1e594143 100644 --- a/engine/editor/import/3d/editor_import_collada.h +++ b/engine/editor/import/3d/editor_import_collada.h @@ -2,10 +2,10 @@ /* editor_import_collada.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/post_import_plugin_skeleton_renamer.cpp b/engine/editor/import/3d/post_import_plugin_skeleton_renamer.cpp index 938c924f..4318892f 100644 --- a/engine/editor/import/3d/post_import_plugin_skeleton_renamer.cpp +++ b/engine/editor/import/3d/post_import_plugin_skeleton_renamer.cpp @@ -2,10 +2,10 @@ /* post_import_plugin_skeleton_renamer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/post_import_plugin_skeleton_renamer.h b/engine/editor/import/3d/post_import_plugin_skeleton_renamer.h index 9d11a51c..a3a49d5e 100644 --- a/engine/editor/import/3d/post_import_plugin_skeleton_renamer.h +++ b/engine/editor/import/3d/post_import_plugin_skeleton_renamer.h @@ -2,10 +2,10 @@ /* post_import_plugin_skeleton_renamer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.cpp b/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.cpp index 1e15b16d..bf574b0b 100644 --- a/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.cpp +++ b/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.cpp @@ -2,10 +2,10 @@ /* post_import_plugin_skeleton_rest_fixer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.h b/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.h index ee45e17c..0bc6db58 100644 --- a/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.h +++ b/engine/editor/import/3d/post_import_plugin_skeleton_rest_fixer.h @@ -2,10 +2,10 @@ /* post_import_plugin_skeleton_rest_fixer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.cpp b/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.cpp index c6befa13..82124f40 100644 --- a/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.cpp +++ b/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.cpp @@ -2,10 +2,10 @@ /* post_import_plugin_skeleton_track_organizer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.h b/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.h index 7d017ac2..9ff08041 100644 --- a/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.h +++ b/engine/editor/import/3d/post_import_plugin_skeleton_track_organizer.h @@ -2,10 +2,10 @@ /* post_import_plugin_skeleton_track_organizer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/resource_importer_obj.cpp b/engine/editor/import/3d/resource_importer_obj.cpp index 5abd00d6..bfc0b309 100644 --- a/engine/editor/import/3d/resource_importer_obj.cpp +++ b/engine/editor/import/3d/resource_importer_obj.cpp @@ -2,10 +2,10 @@ /* resource_importer_obj.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/resource_importer_obj.h b/engine/editor/import/3d/resource_importer_obj.h index ee7eed8c..50093462 100644 --- a/engine/editor/import/3d/resource_importer_obj.h +++ b/engine/editor/import/3d/resource_importer_obj.h @@ -2,10 +2,10 @@ /* resource_importer_obj.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/resource_importer_scene.cpp b/engine/editor/import/3d/resource_importer_scene.cpp index eba5d261..528000e6 100644 --- a/engine/editor/import/3d/resource_importer_scene.cpp +++ b/engine/editor/import/3d/resource_importer_scene.cpp @@ -2,10 +2,10 @@ /* resource_importer_scene.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/resource_importer_scene.h b/engine/editor/import/3d/resource_importer_scene.h index abb4e403..24a4cbb0 100644 --- a/engine/editor/import/3d/resource_importer_scene.h +++ b/engine/editor/import/3d/resource_importer_scene.h @@ -2,10 +2,10 @@ /* resource_importer_scene.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/scene_import_settings.cpp b/engine/editor/import/3d/scene_import_settings.cpp index f611e327..8dadbbbb 100644 --- a/engine/editor/import/3d/scene_import_settings.cpp +++ b/engine/editor/import/3d/scene_import_settings.cpp @@ -2,10 +2,10 @@ /* scene_import_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/3d/scene_import_settings.h b/engine/editor/import/3d/scene_import_settings.h index 70f2e0ba..835bb2d7 100644 --- a/engine/editor/import/3d/scene_import_settings.h +++ b/engine/editor/import/3d/scene_import_settings.h @@ -2,10 +2,10 @@ /* scene_import_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/audio_stream_import_settings.cpp b/engine/editor/import/audio_stream_import_settings.cpp index f7014742..b5458973 100644 --- a/engine/editor/import/audio_stream_import_settings.cpp +++ b/engine/editor/import/audio_stream_import_settings.cpp @@ -2,10 +2,10 @@ /* audio_stream_import_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/audio_stream_import_settings.h b/engine/editor/import/audio_stream_import_settings.h index a345f717..0d45ca1f 100644 --- a/engine/editor/import/audio_stream_import_settings.h +++ b/engine/editor/import/audio_stream_import_settings.h @@ -2,10 +2,10 @@ /* audio_stream_import_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/dynamic_font_import_settings.cpp b/engine/editor/import/dynamic_font_import_settings.cpp index 02dbb53b..e9dcbcd1 100644 --- a/engine/editor/import/dynamic_font_import_settings.cpp +++ b/engine/editor/import/dynamic_font_import_settings.cpp @@ -2,10 +2,10 @@ /* dynamic_font_import_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/dynamic_font_import_settings.h b/engine/editor/import/dynamic_font_import_settings.h index df4cbe29..774a7be9 100644 --- a/engine/editor/import/dynamic_font_import_settings.h +++ b/engine/editor/import/dynamic_font_import_settings.h @@ -2,10 +2,10 @@ /* dynamic_font_import_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/editor_atlas_packer.cpp b/engine/editor/import/editor_atlas_packer.cpp index fb6f2a0d..37597672 100644 --- a/engine/editor/import/editor_atlas_packer.cpp +++ b/engine/editor/import/editor_atlas_packer.cpp @@ -2,10 +2,10 @@ /* editor_atlas_packer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/editor_atlas_packer.h b/engine/editor/import/editor_atlas_packer.h index c461719d..92ad52d8 100644 --- a/engine/editor/import/editor_atlas_packer.h +++ b/engine/editor/import/editor_atlas_packer.h @@ -2,10 +2,10 @@ /* editor_atlas_packer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/editor_import_plugin.cpp b/engine/editor/import/editor_import_plugin.cpp index a399801a..d27f690c 100644 --- a/engine/editor/import/editor_import_plugin.cpp +++ b/engine/editor/import/editor_import_plugin.cpp @@ -2,10 +2,10 @@ /* editor_import_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/editor_import_plugin.h b/engine/editor/import/editor_import_plugin.h index c4a060ae..2edc82ec 100644 --- a/engine/editor/import/editor_import_plugin.h +++ b/engine/editor/import/editor_import_plugin.h @@ -2,10 +2,10 @@ /* editor_import_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/fbx_importer_manager.cpp b/engine/editor/import/fbx_importer_manager.cpp index 94af76cd..a60f983c 100644 --- a/engine/editor/import/fbx_importer_manager.cpp +++ b/engine/editor/import/fbx_importer_manager.cpp @@ -2,10 +2,10 @@ /* fbx_importer_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -143,7 +143,7 @@ FBXImporterManager::FBXImporterManager() { vb->add_child(memnew(Label(TTR("FBX2glTF is required for importing FBX files if using FBX2glTF.\nAlternatively, you can use ufbx by disabling FBX2glTF.\nPlease download the necessary tool and provide a valid path to the binary:")))); LinkButton *lb = memnew(LinkButton); lb->set_text(TTR("Click this link to download FBX2glTF")); - lb->set_uri("https://godotengine.org/fbx-import"); + lb->set_uri("https://aethex.dev/fbx-import"); vb->add_child(lb); HBoxContainer *hb = memnew(HBoxContainer); diff --git a/engine/editor/import/fbx_importer_manager.h b/engine/editor/import/fbx_importer_manager.h index 667e519a..15d32d2e 100644 --- a/engine/editor/import/fbx_importer_manager.h +++ b/engine/editor/import/fbx_importer_manager.h @@ -2,10 +2,10 @@ /* fbx_importer_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/import_defaults_editor.cpp b/engine/editor/import/import_defaults_editor.cpp index 2cebe0c9..7acc95e0 100644 --- a/engine/editor/import/import_defaults_editor.cpp +++ b/engine/editor/import/import_defaults_editor.cpp @@ -2,10 +2,10 @@ /* import_defaults_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/import_defaults_editor.h b/engine/editor/import/import_defaults_editor.h index 2c0a6086..2a098d23 100644 --- a/engine/editor/import/import_defaults_editor.h +++ b/engine/editor/import/import_defaults_editor.h @@ -2,10 +2,10 @@ /* import_defaults_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_bitmask.cpp b/engine/editor/import/resource_importer_bitmask.cpp index 38fef7d4..25cb8562 100644 --- a/engine/editor/import/resource_importer_bitmask.cpp +++ b/engine/editor/import/resource_importer_bitmask.cpp @@ -2,10 +2,10 @@ /* resource_importer_bitmask.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_bitmask.h b/engine/editor/import/resource_importer_bitmask.h index 41b969f2..5827a6dd 100644 --- a/engine/editor/import/resource_importer_bitmask.h +++ b/engine/editor/import/resource_importer_bitmask.h @@ -2,10 +2,10 @@ /* resource_importer_bitmask.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_bmfont.cpp b/engine/editor/import/resource_importer_bmfont.cpp index 0c7fe8b2..cff973e6 100644 --- a/engine/editor/import/resource_importer_bmfont.cpp +++ b/engine/editor/import/resource_importer_bmfont.cpp @@ -2,10 +2,10 @@ /* resource_importer_bmfont.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_bmfont.h b/engine/editor/import/resource_importer_bmfont.h index 871d893d..9dd8e2e6 100644 --- a/engine/editor/import/resource_importer_bmfont.h +++ b/engine/editor/import/resource_importer_bmfont.h @@ -2,10 +2,10 @@ /* resource_importer_bmfont.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_csv_translation.cpp b/engine/editor/import/resource_importer_csv_translation.cpp index 1a486db1..67e5e767 100644 --- a/engine/editor/import/resource_importer_csv_translation.cpp +++ b/engine/editor/import/resource_importer_csv_translation.cpp @@ -2,10 +2,10 @@ /* resource_importer_csv_translation.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_csv_translation.h b/engine/editor/import/resource_importer_csv_translation.h index 06ae60f1..83535c62 100644 --- a/engine/editor/import/resource_importer_csv_translation.h +++ b/engine/editor/import/resource_importer_csv_translation.h @@ -2,10 +2,10 @@ /* resource_importer_csv_translation.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_dynamic_font.cpp b/engine/editor/import/resource_importer_dynamic_font.cpp index 52fe1e78..e41be33b 100644 --- a/engine/editor/import/resource_importer_dynamic_font.cpp +++ b/engine/editor/import/resource_importer_dynamic_font.cpp @@ -2,10 +2,10 @@ /* resource_importer_dynamic_font.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_dynamic_font.h b/engine/editor/import/resource_importer_dynamic_font.h index 62ce0404..c6f65c6d 100644 --- a/engine/editor/import/resource_importer_dynamic_font.h +++ b/engine/editor/import/resource_importer_dynamic_font.h @@ -2,10 +2,10 @@ /* resource_importer_dynamic_font.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_image.cpp b/engine/editor/import/resource_importer_image.cpp index 4981ef57..69225a4f 100644 --- a/engine/editor/import/resource_importer_image.cpp +++ b/engine/editor/import/resource_importer_image.cpp @@ -2,10 +2,10 @@ /* resource_importer_image.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_image.h b/engine/editor/import/resource_importer_image.h index b5fbd411..f6a2ca8e 100644 --- a/engine/editor/import/resource_importer_image.h +++ b/engine/editor/import/resource_importer_image.h @@ -2,10 +2,10 @@ /* resource_importer_image.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_imagefont.cpp b/engine/editor/import/resource_importer_imagefont.cpp index 9181ca83..2b5e78e2 100644 --- a/engine/editor/import/resource_importer_imagefont.cpp +++ b/engine/editor/import/resource_importer_imagefont.cpp @@ -2,10 +2,10 @@ /* resource_importer_imagefont.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_imagefont.h b/engine/editor/import/resource_importer_imagefont.h index 3ef86c17..8e66dfb7 100644 --- a/engine/editor/import/resource_importer_imagefont.h +++ b/engine/editor/import/resource_importer_imagefont.h @@ -2,10 +2,10 @@ /* resource_importer_imagefont.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_layered_texture.cpp b/engine/editor/import/resource_importer_layered_texture.cpp index c6b1d0d4..0e63f9ea 100644 --- a/engine/editor/import/resource_importer_layered_texture.cpp +++ b/engine/editor/import/resource_importer_layered_texture.cpp @@ -2,10 +2,10 @@ /* resource_importer_layered_texture.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_layered_texture.h b/engine/editor/import/resource_importer_layered_texture.h index 5df603c0..f95ca774 100644 --- a/engine/editor/import/resource_importer_layered_texture.h +++ b/engine/editor/import/resource_importer_layered_texture.h @@ -2,10 +2,10 @@ /* resource_importer_layered_texture.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_shader_file.cpp b/engine/editor/import/resource_importer_shader_file.cpp index 25bd1061..3a7cdd25 100644 --- a/engine/editor/import/resource_importer_shader_file.cpp +++ b/engine/editor/import/resource_importer_shader_file.cpp @@ -2,10 +2,10 @@ /* resource_importer_shader_file.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_shader_file.h b/engine/editor/import/resource_importer_shader_file.h index 57689333..7ca58f09 100644 --- a/engine/editor/import/resource_importer_shader_file.h +++ b/engine/editor/import/resource_importer_shader_file.h @@ -2,10 +2,10 @@ /* resource_importer_shader_file.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_svg.cpp b/engine/editor/import/resource_importer_svg.cpp index dfe29c5a..d4469d3f 100644 --- a/engine/editor/import/resource_importer_svg.cpp +++ b/engine/editor/import/resource_importer_svg.cpp @@ -2,10 +2,10 @@ /* resource_importer_svg.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_svg.h b/engine/editor/import/resource_importer_svg.h index 20cc90f8..a7b63367 100644 --- a/engine/editor/import/resource_importer_svg.h +++ b/engine/editor/import/resource_importer_svg.h @@ -2,10 +2,10 @@ /* resource_importer_svg.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_texture.cpp b/engine/editor/import/resource_importer_texture.cpp index db2d760e..0d5ee71c 100644 --- a/engine/editor/import/resource_importer_texture.cpp +++ b/engine/editor/import/resource_importer_texture.cpp @@ -2,10 +2,10 @@ /* resource_importer_texture.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_texture.h b/engine/editor/import/resource_importer_texture.h index bca73dbb..dba24c1c 100644 --- a/engine/editor/import/resource_importer_texture.h +++ b/engine/editor/import/resource_importer_texture.h @@ -2,10 +2,10 @@ /* resource_importer_texture.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_texture_atlas.cpp b/engine/editor/import/resource_importer_texture_atlas.cpp index a439b1c6..543fd673 100644 --- a/engine/editor/import/resource_importer_texture_atlas.cpp +++ b/engine/editor/import/resource_importer_texture_atlas.cpp @@ -2,10 +2,10 @@ /* resource_importer_texture_atlas.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_texture_atlas.h b/engine/editor/import/resource_importer_texture_atlas.h index b30a67cc..a492784b 100644 --- a/engine/editor/import/resource_importer_texture_atlas.h +++ b/engine/editor/import/resource_importer_texture_atlas.h @@ -2,10 +2,10 @@ /* resource_importer_texture_atlas.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_texture_settings.cpp b/engine/editor/import/resource_importer_texture_settings.cpp index 0033441d..7259ec33 100644 --- a/engine/editor/import/resource_importer_texture_settings.cpp +++ b/engine/editor/import/resource_importer_texture_settings.cpp @@ -2,10 +2,10 @@ /* resource_importer_texture_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_texture_settings.h b/engine/editor/import/resource_importer_texture_settings.h index b69d4118..89215078 100644 --- a/engine/editor/import/resource_importer_texture_settings.h +++ b/engine/editor/import/resource_importer_texture_settings.h @@ -2,10 +2,10 @@ /* resource_importer_texture_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_wav.cpp b/engine/editor/import/resource_importer_wav.cpp index 1abaf6dd..fb010c2a 100644 --- a/engine/editor/import/resource_importer_wav.cpp +++ b/engine/editor/import/resource_importer_wav.cpp @@ -2,10 +2,10 @@ /* resource_importer_wav.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/import/resource_importer_wav.h b/engine/editor/import/resource_importer_wav.h index ba51db61..042d1810 100644 --- a/engine/editor/import/resource_importer_wav.h +++ b/engine/editor/import/resource_importer_wav.h @@ -2,10 +2,10 @@ /* resource_importer_wav.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/add_metadata_dialog.cpp b/engine/editor/inspector/add_metadata_dialog.cpp index 161a1c66..f0ab9acb 100644 --- a/engine/editor/inspector/add_metadata_dialog.cpp +++ b/engine/editor/inspector/add_metadata_dialog.cpp @@ -2,10 +2,10 @@ /* add_metadata_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/add_metadata_dialog.h b/engine/editor/inspector/add_metadata_dialog.h index 9c100f81..b009904d 100644 --- a/engine/editor/inspector/add_metadata_dialog.h +++ b/engine/editor/inspector/add_metadata_dialog.h @@ -2,10 +2,10 @@ /* add_metadata_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_context_menu_plugin.cpp b/engine/editor/inspector/editor_context_menu_plugin.cpp index a8a22aaf..36b0d28d 100644 --- a/engine/editor/inspector/editor_context_menu_plugin.cpp +++ b/engine/editor/inspector/editor_context_menu_plugin.cpp @@ -2,10 +2,10 @@ /* editor_context_menu_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_context_menu_plugin.h b/engine/editor/inspector/editor_context_menu_plugin.h index 5847aa2a..5198dcc9 100644 --- a/engine/editor/inspector/editor_context_menu_plugin.h +++ b/engine/editor/inspector/editor_context_menu_plugin.h @@ -2,10 +2,10 @@ /* editor_context_menu_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_inspector.cpp b/engine/editor/inspector/editor_inspector.cpp index 3daf727d..5fbbe0c5 100644 --- a/engine/editor/inspector/editor_inspector.cpp +++ b/engine/editor/inspector/editor_inspector.cpp @@ -2,10 +2,10 @@ /* editor_inspector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_inspector.h b/engine/editor/inspector/editor_inspector.h index 5e9df77e..808cae04 100644 --- a/engine/editor/inspector/editor_inspector.h +++ b/engine/editor/inspector/editor_inspector.h @@ -2,10 +2,10 @@ /* editor_inspector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_preview_plugins.cpp b/engine/editor/inspector/editor_preview_plugins.cpp index 30342988..3c86a0e0 100644 --- a/engine/editor/inspector/editor_preview_plugins.cpp +++ b/engine/editor/inspector/editor_preview_plugins.cpp @@ -2,10 +2,10 @@ /* editor_preview_plugins.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_preview_plugins.h b/engine/editor/inspector/editor_preview_plugins.h index a6ea6fb7..ad5c36d6 100644 --- a/engine/editor/inspector/editor_preview_plugins.h +++ b/engine/editor/inspector/editor_preview_plugins.h @@ -2,10 +2,10 @@ /* editor_preview_plugins.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_properties.cpp b/engine/editor/inspector/editor_properties.cpp index f02dbf54..40bbcc41 100644 --- a/engine/editor/inspector/editor_properties.cpp +++ b/engine/editor/inspector/editor_properties.cpp @@ -2,10 +2,10 @@ /* editor_properties.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_properties.h b/engine/editor/inspector/editor_properties.h index 6cc35a37..d007e088 100644 --- a/engine/editor/inspector/editor_properties.h +++ b/engine/editor/inspector/editor_properties.h @@ -2,10 +2,10 @@ /* editor_properties.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_properties_array_dict.cpp b/engine/editor/inspector/editor_properties_array_dict.cpp index 043b2128..4a786225 100644 --- a/engine/editor/inspector/editor_properties_array_dict.cpp +++ b/engine/editor/inspector/editor_properties_array_dict.cpp @@ -2,10 +2,10 @@ /* editor_properties_array_dict.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_properties_array_dict.h b/engine/editor/inspector/editor_properties_array_dict.h index 03b6821e..f17a176c 100644 --- a/engine/editor/inspector/editor_properties_array_dict.h +++ b/engine/editor/inspector/editor_properties_array_dict.h @@ -2,10 +2,10 @@ /* editor_properties_array_dict.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_properties_vector.cpp b/engine/editor/inspector/editor_properties_vector.cpp index 351a6601..8d56e527 100644 --- a/engine/editor/inspector/editor_properties_vector.cpp +++ b/engine/editor/inspector/editor_properties_vector.cpp @@ -2,10 +2,10 @@ /* editor_properties_vector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_properties_vector.h b/engine/editor/inspector/editor_properties_vector.h index 40c55d33..697a7760 100644 --- a/engine/editor/inspector/editor_properties_vector.h +++ b/engine/editor/inspector/editor_properties_vector.h @@ -2,10 +2,10 @@ /* editor_properties_vector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_property_name_processor.cpp b/engine/editor/inspector/editor_property_name_processor.cpp index be040b7b..e15ae40d 100644 --- a/engine/editor/inspector/editor_property_name_processor.cpp +++ b/engine/editor/inspector/editor_property_name_processor.cpp @@ -2,10 +2,10 @@ /* editor_property_name_processor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_property_name_processor.h b/engine/editor/inspector/editor_property_name_processor.h index 8793522b..777f4c09 100644 --- a/engine/editor/inspector/editor_property_name_processor.h +++ b/engine/editor/inspector/editor_property_name_processor.h @@ -2,10 +2,10 @@ /* editor_property_name_processor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_resource_picker.cpp b/engine/editor/inspector/editor_resource_picker.cpp index df579223..c7ee978b 100644 --- a/engine/editor/inspector/editor_resource_picker.cpp +++ b/engine/editor/inspector/editor_resource_picker.cpp @@ -2,10 +2,10 @@ /* editor_resource_picker.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_resource_picker.h b/engine/editor/inspector/editor_resource_picker.h index 731de229..5e242fe3 100644 --- a/engine/editor/inspector/editor_resource_picker.h +++ b/engine/editor/inspector/editor_resource_picker.h @@ -2,10 +2,10 @@ /* editor_resource_picker.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_resource_preview.cpp b/engine/editor/inspector/editor_resource_preview.cpp index e1ccf220..9edcf160 100644 --- a/engine/editor/inspector/editor_resource_preview.cpp +++ b/engine/editor/inspector/editor_resource_preview.cpp @@ -2,10 +2,10 @@ /* editor_resource_preview.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_resource_preview.h b/engine/editor/inspector/editor_resource_preview.h index cb2be1db..88f5a717 100644 --- a/engine/editor/inspector/editor_resource_preview.h +++ b/engine/editor/inspector/editor_resource_preview.h @@ -2,10 +2,10 @@ /* editor_resource_preview.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_resource_tooltip_plugins.cpp b/engine/editor/inspector/editor_resource_tooltip_plugins.cpp index f35549cc..fac0a429 100644 --- a/engine/editor/inspector/editor_resource_tooltip_plugins.cpp +++ b/engine/editor/inspector/editor_resource_tooltip_plugins.cpp @@ -2,10 +2,10 @@ /* editor_resource_tooltip_plugins.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_resource_tooltip_plugins.h b/engine/editor/inspector/editor_resource_tooltip_plugins.h index 5ec8e74d..b3b3d5a6 100644 --- a/engine/editor/inspector/editor_resource_tooltip_plugins.h +++ b/engine/editor/inspector/editor_resource_tooltip_plugins.h @@ -2,10 +2,10 @@ /* editor_resource_tooltip_plugins.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_sectioned_inspector.cpp b/engine/editor/inspector/editor_sectioned_inspector.cpp index 1e715d8d..3496a98a 100644 --- a/engine/editor/inspector/editor_sectioned_inspector.cpp +++ b/engine/editor/inspector/editor_sectioned_inspector.cpp @@ -2,10 +2,10 @@ /* editor_sectioned_inspector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/editor_sectioned_inspector.h b/engine/editor/inspector/editor_sectioned_inspector.h index bcecb22a..2baa7e81 100644 --- a/engine/editor/inspector/editor_sectioned_inspector.h +++ b/engine/editor/inspector/editor_sectioned_inspector.h @@ -2,10 +2,10 @@ /* editor_sectioned_inspector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/input_event_editor_plugin.cpp b/engine/editor/inspector/input_event_editor_plugin.cpp index 6d3e4da2..b45d5874 100644 --- a/engine/editor/inspector/input_event_editor_plugin.cpp +++ b/engine/editor/inspector/input_event_editor_plugin.cpp @@ -2,10 +2,10 @@ /* input_event_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/input_event_editor_plugin.h b/engine/editor/inspector/input_event_editor_plugin.h index e065932e..9e0035b5 100644 --- a/engine/editor/inspector/input_event_editor_plugin.h +++ b/engine/editor/inspector/input_event_editor_plugin.h @@ -2,10 +2,10 @@ /* input_event_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/multi_node_edit.cpp b/engine/editor/inspector/multi_node_edit.cpp index 25eae1bf..a79776e7 100644 --- a/engine/editor/inspector/multi_node_edit.cpp +++ b/engine/editor/inspector/multi_node_edit.cpp @@ -2,10 +2,10 @@ /* multi_node_edit.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/multi_node_edit.h b/engine/editor/inspector/multi_node_edit.h index 9426cf06..be55a31f 100644 --- a/engine/editor/inspector/multi_node_edit.h +++ b/engine/editor/inspector/multi_node_edit.h @@ -2,10 +2,10 @@ /* multi_node_edit.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/property_selector.cpp b/engine/editor/inspector/property_selector.cpp index 88a49aca..c7c9c277 100644 --- a/engine/editor/inspector/property_selector.cpp +++ b/engine/editor/inspector/property_selector.cpp @@ -2,10 +2,10 @@ /* property_selector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/property_selector.h b/engine/editor/inspector/property_selector.h index 05a51814..13c67720 100644 --- a/engine/editor/inspector/property_selector.h +++ b/engine/editor/inspector/property_selector.h @@ -2,10 +2,10 @@ /* property_selector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/sub_viewport_preview_editor_plugin.cpp b/engine/editor/inspector/sub_viewport_preview_editor_plugin.cpp index 479d58cf..24f130a5 100644 --- a/engine/editor/inspector/sub_viewport_preview_editor_plugin.cpp +++ b/engine/editor/inspector/sub_viewport_preview_editor_plugin.cpp @@ -2,10 +2,10 @@ /* sub_viewport_preview_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/sub_viewport_preview_editor_plugin.h b/engine/editor/inspector/sub_viewport_preview_editor_plugin.h index 9f7136c5..ba42864f 100644 --- a/engine/editor/inspector/sub_viewport_preview_editor_plugin.h +++ b/engine/editor/inspector/sub_viewport_preview_editor_plugin.h @@ -2,10 +2,10 @@ /* sub_viewport_preview_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/tool_button_editor_plugin.cpp b/engine/editor/inspector/tool_button_editor_plugin.cpp index ab2936dd..3ec63019 100644 --- a/engine/editor/inspector/tool_button_editor_plugin.cpp +++ b/engine/editor/inspector/tool_button_editor_plugin.cpp @@ -2,10 +2,10 @@ /* tool_button_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/inspector/tool_button_editor_plugin.h b/engine/editor/inspector/tool_button_editor_plugin.h index f25288ee..f2e89d0b 100644 --- a/engine/editor/inspector/tool_button_editor_plugin.h +++ b/engine/editor/inspector/tool_button_editor_plugin.h @@ -2,10 +2,10 @@ /* tool_button_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_plugin.cpp b/engine/editor/plugins/editor_plugin.cpp index 6029fe8f..c137451c 100644 --- a/engine/editor/plugins/editor_plugin.cpp +++ b/engine/editor/plugins/editor_plugin.cpp @@ -2,10 +2,10 @@ /* editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_plugin.h b/engine/editor/plugins/editor_plugin.h index 381f6503..e59919d4 100644 --- a/engine/editor/plugins/editor_plugin.h +++ b/engine/editor/plugins/editor_plugin.h @@ -2,10 +2,10 @@ /* editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_plugin_list.cpp b/engine/editor/plugins/editor_plugin_list.cpp index 879732ea..d838f53f 100644 --- a/engine/editor/plugins/editor_plugin_list.cpp +++ b/engine/editor/plugins/editor_plugin_list.cpp @@ -2,10 +2,10 @@ /* editor_plugin_list.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_plugin_list.h b/engine/editor/plugins/editor_plugin_list.h index 13112a8a..1e35f7fb 100644 --- a/engine/editor/plugins/editor_plugin_list.h +++ b/engine/editor/plugins/editor_plugin_list.h @@ -2,10 +2,10 @@ /* editor_plugin_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_plugin_settings.cpp b/engine/editor/plugins/editor_plugin_settings.cpp index a1152be6..f9b5db3d 100644 --- a/engine/editor/plugins/editor_plugin_settings.cpp +++ b/engine/editor/plugins/editor_plugin_settings.cpp @@ -2,10 +2,10 @@ /* editor_plugin_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_plugin_settings.h b/engine/editor/plugins/editor_plugin_settings.h index 6626dc96..e7704ac6 100644 --- a/engine/editor/plugins/editor_plugin_settings.h +++ b/engine/editor/plugins/editor_plugin_settings.h @@ -2,10 +2,10 @@ /* editor_plugin_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_resource_conversion_plugin.cpp b/engine/editor/plugins/editor_resource_conversion_plugin.cpp index 3209b576..b0a4bac4 100644 --- a/engine/editor/plugins/editor_resource_conversion_plugin.cpp +++ b/engine/editor/plugins/editor_resource_conversion_plugin.cpp @@ -2,10 +2,10 @@ /* editor_resource_conversion_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/editor_resource_conversion_plugin.h b/engine/editor/plugins/editor_resource_conversion_plugin.h index 65718429..276ca23a 100644 --- a/engine/editor/plugins/editor_resource_conversion_plugin.h +++ b/engine/editor/plugins/editor_resource_conversion_plugin.h @@ -2,10 +2,10 @@ /* editor_resource_conversion_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/plugin_config_dialog.cpp b/engine/editor/plugins/plugin_config_dialog.cpp index 1fb4ccc1..e4160e22 100644 --- a/engine/editor/plugins/plugin_config_dialog.cpp +++ b/engine/editor/plugins/plugin_config_dialog.cpp @@ -2,10 +2,10 @@ /* plugin_config_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/plugins/plugin_config_dialog.h b/engine/editor/plugins/plugin_config_dialog.h index 1e1218fe..2c7f85fd 100644 --- a/engine/editor/plugins/plugin_config_dialog.h +++ b/engine/editor/plugins/plugin_config_dialog.h @@ -2,10 +2,10 @@ /* plugin_config_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/engine_update_label.cpp b/engine/editor/project_manager/engine_update_label.cpp index 035535e9..999727d1 100644 --- a/engine/editor/project_manager/engine_update_label.cpp +++ b/engine/editor/project_manager/engine_update_label.cpp @@ -2,10 +2,10 @@ /* engine_update_label.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -44,6 +44,7 @@ bool EngineUpdateLabel::_can_check_updates() const { void EngineUpdateLabel::_check_update() { checked_update = true; _set_status(UpdateStatus::BUSY); + // Use Godot's version endpoint until AeThex has its own http->request("https://godotengine.org/versions.json"); } @@ -292,7 +293,7 @@ void EngineUpdateLabel::pressed() { } break; case UpdateStatus::UPDATE_AVAILABLE: { - OS::get_singleton()->shell_open("https://godotengine.org/download/archive/" + available_newer_version); + OS::get_singleton()->shell_open("https://aethex.dev/download/archive/" + available_newer_version); } break; default: { diff --git a/engine/editor/project_manager/engine_update_label.h b/engine/editor/project_manager/engine_update_label.h index 57a20250..e3083158 100644 --- a/engine/editor/project_manager/engine_update_label.h +++ b/engine/editor/project_manager/engine_update_label.h @@ -2,10 +2,10 @@ /* engine_update_label.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/project_dialog.cpp b/engine/editor/project_manager/project_dialog.cpp index c3e7bdbf..56437584 100644 --- a/engine/editor/project_manager/project_dialog.cpp +++ b/engine/editor/project_manager/project_dialog.cpp @@ -2,10 +2,10 @@ /* project_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -107,7 +107,7 @@ void ProjectDialog::_validate_path() { InputType target_path_input_type = PROJECT_PATH; if (mode == MODE_IMPORT) { - if (path.get_file().strip_edges() == "project.godot") { + if (path.get_file().strip_edges() == "project.aethex") { path = path.get_base_dir(); project_path->set_text(path); } @@ -152,7 +152,7 @@ void ProjectDialog::_validate_path() { continue; } - if (name.get_file() == "project.godot") { + if (name.get_file() == "project.aethex") { break; // ret == UNZ_OK. } @@ -160,13 +160,13 @@ void ProjectDialog::_validate_path() { } if (ret == UNZ_END_OF_LIST_OF_FILE) { - _set_message(TTRC("Invalid \".zip\" project file; it doesn't contain a \"project.godot\" file."), MESSAGE_ERROR); + _set_message(TTRC("Invalid \".zip\" project file; it doesn't contain a \"project.aethex\" file."), MESSAGE_ERROR); unzClose(pkg); return; } unzClose(pkg); - } else if (d->dir_exists(path) && d->file_exists(path.path_join("project.godot"))) { + } else if (d->dir_exists(path) && d->file_exists(path.path_join("project.aethex"))) { zip_path = ""; create_dir->hide(); @@ -177,7 +177,7 @@ void ProjectDialog::_validate_path() { create_dir->hide(); install_path_container->hide(); - _set_message(TTRC("Please choose a \"project.godot\", a directory with one, or a \".zip\" file."), MESSAGE_ERROR); + _set_message(TTRC("Please choose a \"project.aethex\", a directory with one, or a \".zip\" file."), MESSAGE_ERROR); return; } } @@ -418,7 +418,7 @@ void ProjectDialog::_browse_project_path() { if (mode == MODE_IMPORT) { fdialog_project->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_ANY); fdialog_project->clear_filters(); - fdialog_project->add_filter("project.godot", vformat("%s %s", AETHEX_VERSION_NAME, TTR("Project"))); + fdialog_project->add_filter("project.aethex", vformat("%s %s", AETHEX_VERSION_NAME, TTR("Project"))); fdialog_project->add_filter("*.zip", TTR("ZIP File")); } else { fdialog_project->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_DIR); @@ -597,9 +597,9 @@ void ProjectDialog::ok_pressed() { initial_settings[extra_setting.key] = extra_setting.value; } - Error err = ProjectSettings::get_singleton()->save_custom(path.path_join("project.godot"), initial_settings, Vector(), false); + Error err = ProjectSettings::get_singleton()->save_custom(path.path_join("project.aethex"), initial_settings, Vector(), false); if (err != OK) { - _set_message(TTRC("Couldn't create project.godot in project path."), MESSAGE_ERROR); + _set_message(TTRC("Couldn't create project.aethex in project path."), MESSAGE_ERROR); return; } @@ -652,7 +652,7 @@ void ProjectDialog::ok_pressed() { return; } - // Find the first directory with a "project.godot". + // Find the first directory with a "project.aethex". String zip_root; int ret = unzGoToFirstFile(pkg); while (ret == UNZ_OK) { @@ -669,7 +669,7 @@ void ProjectDialog::ok_pressed() { continue; } - if (name.get_file() == "project.godot") { + if (name.get_file() == "project.aethex") { zip_root = name.get_base_dir(); break; } @@ -678,7 +678,7 @@ void ProjectDialog::ok_pressed() { } if (ret == UNZ_END_OF_LIST_OF_FILE) { - _set_message(TTRC("Invalid \".zip\" project file; it doesn't contain a \"project.godot\" file."), MESSAGE_ERROR); + _set_message(TTRC("Invalid \".zip\" project file; it doesn't contain a \"project.aethex\" file."), MESSAGE_ERROR); unzClose(pkg); return; } @@ -769,9 +769,9 @@ void ProjectDialog::ok_pressed() { } if (mode == MODE_RENAME || mode == MODE_INSTALL || mode == MODE_DUPLICATE) { - // Load project.godot as ConfigFile to set the new name. + // Load project.aethex as ConfigFile to set the new name. ConfigFile cfg; - String project_godot = path.path_join("project.godot"); + String project_godot = path.path_join("project.aethex"); Error err = cfg.load(project_godot); if (err != OK) { dialog_error->set_text(vformat(TTR("Couldn't load project at '%s' (error %d). It may be missing or corrupted."), project_godot, err)); diff --git a/engine/editor/project_manager/project_dialog.h b/engine/editor/project_manager/project_dialog.h index bad5570e..0b6777b2 100644 --- a/engine/editor/project_manager/project_dialog.h +++ b/engine/editor/project_manager/project_dialog.h @@ -2,10 +2,10 @@ /* project_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/project_list.cpp b/engine/editor/project_manager/project_list.cpp index c2b9f92f..1fe0dc0d 100644 --- a/engine/editor/project_manager/project_list.cpp +++ b/engine/editor/project_manager/project_list.cpp @@ -2,10 +2,10 @@ /* project_list.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -626,7 +626,7 @@ void ProjectList::save_config() { // Load project data from p_property_key and return it in a ProjectList::Item. // p_favorite is passed directly into the Item. ProjectList::Item ProjectList::load_project_data(const String &p_path, bool p_favorite) { - String conf = p_path.path_join("project.godot"); + String conf = p_path.path_join("project.aethex"); bool grayed = false; bool missing = false; bool recovery_mode = false; @@ -693,7 +693,7 @@ ProjectList::Item ProjectList::load_project_data(const String &p_path, bool p_fa uint64_t last_edited = 0; if (cf_err == OK) { // The modification date marks the date the project was last edited. - // This is because the `project.godot` file will always be modified + // This is because the `project.aethex` file will always be modified // when editing a project (but not when running it). last_edited = FileAccess::get_modified_time(conf); @@ -938,7 +938,7 @@ void ProjectList::_scan_folder_recursive(const String &p_path, List *r_p if (da->current_is_dir() && n[0] != '.') { _scan_folder_recursive(da->get_current_dir().path_join(n), r_projects, p_scan_active); - } else if (n == "project.godot") { + } else if (n == "project.aethex") { r_projects->push_back(da->get_current_dir()); } n = da->get_next(); @@ -1511,7 +1511,7 @@ void ProjectList::_global_menu_open_project(const Variant &p_tag) { int idx = (int)p_tag; if (idx >= 0 && idx < _projects.size()) { - String conf = _projects[idx].path.path_join("project.godot"); + String conf = _projects[idx].path.path_join("project.aethex"); List args; args.push_back(conf); OS::get_singleton()->create_instance(args); diff --git a/engine/editor/project_manager/project_list.h b/engine/editor/project_manager/project_list.h index c38d0947..776e210e 100644 --- a/engine/editor/project_manager/project_list.h +++ b/engine/editor/project_manager/project_list.h @@ -2,10 +2,10 @@ /* project_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/project_manager.cpp b/engine/editor/project_manager/project_manager.cpp index 0757c0db..9142c734 100644 --- a/engine/editor/project_manager/project_manager.cpp +++ b/engine/editor/project_manager/project_manager.cpp @@ -2,10 +2,10 @@ /* project_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -558,7 +558,7 @@ void ProjectManager::_open_selected_projects() { const HashSet &selected_list = project_list->get_selected_project_keys(); for (const String &path : selected_list) { - String conf = path.path_join("project.godot"); + String conf = path.path_join("project.aethex"); if (!FileAccess::exists(conf)) { loading_label->hide(); @@ -635,7 +635,7 @@ void ProjectManager::_open_selected_projects_check_warnings() { // Check if the config_version property was empty or 0. if (config_version == 0) { - ask_update_label->set_text(vformat(TTR("The selected project \"%s\" does not specify its supported Godot version in its configuration file (\"project.godot\").\n\nProject path: %s\n\nIf you proceed with opening it, it will be converted to Godot's current configuration file format.\n\nWarning: You won't be able to open the project with previous versions of the engine anymore."), project.project_name, project.path)); + ask_update_label->set_text(vformat(TTR("The selected project \"%s\" does not specify its supported Godot version in its configuration file (\"project.aethex\").\n\nProject path: %s\n\nIf you proceed with opening it, it will be converted to Godot's current configuration file format.\n\nWarning: You won't be able to open the project with previous versions of the engine anymore."), project.project_name, project.path)); ask_update_settings->popup_centered(popup_min_size); return; } @@ -643,11 +643,11 @@ void ProjectManager::_open_selected_projects_check_warnings() { if (config_version < ProjectSettings::CONFIG_VERSION) { if (config_version == GODOT4_CONFIG_VERSION - 1 && ProjectSettings::CONFIG_VERSION == GODOT4_CONFIG_VERSION) { // Conversion from Godot 3 to 4. full_convert_button->show(); - ask_update_label->set_text(vformat(TTR("The selected project \"%s\" was generated by Godot 3.x, and needs to be converted for Godot 4.x.\n\nProject path: %s\n\nYou have three options:\n- Convert only the configuration file (\"project.godot\"). Use this to open the project without attempting to convert its scenes, resources and scripts.\n- Convert the entire project including its scenes, resources and scripts (recommended if you are upgrading).\n- Do nothing and go back.\n\nWarning: If you select a conversion option, you won't be able to open the project with previous versions of the engine anymore."), project.project_name, project.path)); - ask_update_settings->get_ok_button()->set_text(TTRC("Convert project.godot Only")); + ask_update_label->set_text(vformat(TTR("The selected project \"%s\" was generated by Godot 3.x, and needs to be converted for Godot 4.x.\n\nProject path: %s\n\nYou have three options:\n- Convert only the configuration file (\"project.aethex\"). Use this to open the project without attempting to convert its scenes, resources and scripts.\n- Convert the entire project including its scenes, resources and scripts (recommended if you are upgrading).\n- Do nothing and go back.\n\nWarning: If you select a conversion option, you won't be able to open the project with previous versions of the engine anymore."), project.project_name, project.path)); + ask_update_settings->get_ok_button()->set_text(TTRC("Convert project.aethex Only")); } else { ask_update_label->set_text(vformat(TTR("The selected project \"%s\" was generated by an older engine version, and needs to be converted for this version.\n\nProject path: %s\n\nDo you want to convert it?\n\nWarning: You won't be able to open the project with previous versions of the engine anymore."), project.project_name, project.path)); - ask_update_settings->get_ok_button()->set_text(TTRC("Convert project.godot")); + ask_update_settings->get_ok_button()->set_text(TTRC("Convert project.aethex")); } ask_update_backup->show(); migration_guide_button->show(); @@ -1044,7 +1044,7 @@ void ProjectManager::_apply_project_tags() { } } - const String project_godot = project_list->get_selected_projects()[0].path.path_join("project.godot"); + const String project_godot = project_list->get_selected_projects()[0].path.path_join("project.aethex"); ProjectSettings *cfg = memnew(ProjectSettings(project_godot)); if (!cfg->is_project_loaded()) { memdelete(cfg); diff --git a/engine/editor/project_manager/project_manager.h b/engine/editor/project_manager/project_manager.h index 20c213bd..e5f9acfe 100644 --- a/engine/editor/project_manager/project_manager.h +++ b/engine/editor/project_manager/project_manager.h @@ -2,10 +2,10 @@ /* project_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/project_tag.cpp b/engine/editor/project_manager/project_tag.cpp index 01aec481..10ebc765 100644 --- a/engine/editor/project_manager/project_tag.cpp +++ b/engine/editor/project_manager/project_tag.cpp @@ -2,10 +2,10 @@ /* project_tag.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/project_tag.h b/engine/editor/project_manager/project_tag.h index 433d0476..5890bf7e 100644 --- a/engine/editor/project_manager/project_tag.h +++ b/engine/editor/project_manager/project_tag.h @@ -2,10 +2,10 @@ /* project_tag.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/quick_settings_dialog.cpp b/engine/editor/project_manager/quick_settings_dialog.cpp index 53e186cc..edc20d8b 100644 --- a/engine/editor/project_manager/quick_settings_dialog.cpp +++ b/engine/editor/project_manager/quick_settings_dialog.cpp @@ -2,10 +2,10 @@ /* quick_settings_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_manager/quick_settings_dialog.h b/engine/editor/project_manager/quick_settings_dialog.h index 3f8c99ea..054ce824 100644 --- a/engine/editor/project_manager/quick_settings_dialog.h +++ b/engine/editor/project_manager/quick_settings_dialog.h @@ -2,10 +2,10 @@ /* quick_settings_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_upgrade/project_converter_3_to_4.cpp b/engine/editor/project_upgrade/project_converter_3_to_4.cpp index e96a10bc..03694fb5 100644 --- a/engine/editor/project_upgrade/project_converter_3_to_4.cpp +++ b/engine/editor/project_upgrade/project_converter_3_to_4.cpp @@ -2,10 +2,10 @@ /* project_converter_3_to_4.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -199,7 +199,7 @@ public: for (unsigned int current_index = 0; RenamesMap3To4::project_settings_renames[current_index][0]; current_index++) { project_settings_regexes.push_back(memnew(RegEx(String("\\b") + RenamesMap3To4::project_settings_renames[current_index][0] + "\\b"))); } - // Project Settings in project.godot. + // Project Settings in project.aethex. for (unsigned int current_index = 0; RenamesMap3To4::project_godot_renames[current_index][0]; current_index++) { project_godot_regexes.push_back(memnew(RegEx(String("\\b") + RenamesMap3To4::project_godot_renames[current_index][0] + "\\b"))); } @@ -341,16 +341,16 @@ bool ProjectConverter3To4::convert() { { String converter_text = "; Project was converted by built-in tool to Godot 4"; - ERR_FAIL_COND_V_MSG(!FileAccess::exists("project.godot"), false, "Current working directory doesn't contain a \"project.godot\" file for a Godot 3 project."); + ERR_FAIL_COND_V_MSG(!FileAccess::exists("project.aethex"), false, "Current working directory doesn't contain a \"project.aethex\" file for a Godot 3 project."); Error err = OK; - String project_aethex_content = FileAccess::get_file_as_string("project.godot", &err); + String project_aethex_content = FileAccess::get_file_as_string("project.aethex", &err); - ERR_FAIL_COND_V_MSG(err != OK, false, "Unable to read \"project.godot\"."); + ERR_FAIL_COND_V_MSG(err != OK, false, "Unable to read \"project.aethex\"."); ERR_FAIL_COND_V_MSG(project_aethex_content.contains(converter_text), false, "Project was already converted with this tool."); - Ref file = FileAccess::open("project.godot", FileAccess::WRITE); - ERR_FAIL_COND_V_MSG(file.is_null(), false, "Unable to open \"project.godot\"."); + Ref file = FileAccess::open("project.aethex", FileAccess::WRITE); + ERR_FAIL_COND_V_MSG(file.is_null(), false, "Unable to open \"project.aethex\"."); file->store_string(converter_text + "\n" + project_aethex_content); } @@ -457,7 +457,7 @@ bool ProjectConverter3To4::convert() { rename_common(RenamesMap3To4::builtin_types_renames, reg_container.builtin_types_regexes, source_lines); custom_rename(source_lines, "\\.shader", ".gdshader"); - } else if (file_name.ends_with("project.godot")) { + } else if (file_name.ends_with("project.aethex")) { rename_common(RenamesMap3To4::project_godot_renames, reg_container.project_godot_regexes, source_lines); rename_common(RenamesMap3To4::builtin_types_renames, reg_container.builtin_types_regexes, source_lines); rename_input_map_scancode(source_lines, reg_container); @@ -548,12 +548,12 @@ bool ProjectConverter3To4::validate_conversion() { { String conventer_text = "; Project was converted by built-in tool to Godot 4"; - ERR_FAIL_COND_V_MSG(!FileAccess::exists("project.godot"), false, "Current directory doesn't contain any Godot 3 project"); + ERR_FAIL_COND_V_MSG(!FileAccess::exists("project.aethex"), false, "Current directory doesn't contain any Godot 3 project"); Error err = OK; - String project_aethex_content = FileAccess::get_file_as_string("project.godot", &err); + String project_aethex_content = FileAccess::get_file_as_string("project.aethex", &err); - ERR_FAIL_COND_V_MSG(err != OK, false, "Failed to read content of \"project.godot\" file."); + ERR_FAIL_COND_V_MSG(err != OK, false, "Failed to read content of \"project.aethex\" file."); ERR_FAIL_COND_V_MSG(project_aethex_content.contains(conventer_text), false, "Project already was converted with this tool."); } @@ -644,7 +644,7 @@ bool ProjectConverter3To4::validate_conversion() { changed_elements.append_array(check_for_rename_common(RenamesMap3To4::builtin_types_renames, reg_container.builtin_types_regexes, lines)); changed_elements.append_array(check_for_custom_rename(lines, "\\.shader", ".gdshader")); - } else if (file_name.ends_with("project.godot")) { + } else if (file_name.ends_with("project.aethex")) { changed_elements.append_array(check_for_rename_common(RenamesMap3To4::project_godot_renames, reg_container.project_godot_regexes, lines)); changed_elements.append_array(check_for_rename_common(RenamesMap3To4::builtin_types_renames, reg_container.builtin_types_regexes, lines)); changed_elements.append_array(check_for_rename_input_map_scancode(lines, reg_container)); diff --git a/engine/editor/project_upgrade/project_converter_3_to_4.h b/engine/editor/project_upgrade/project_converter_3_to_4.h index 0f7be9b6..ed75cf9f 100644 --- a/engine/editor/project_upgrade/project_converter_3_to_4.h +++ b/engine/editor/project_upgrade/project_converter_3_to_4.h @@ -2,10 +2,10 @@ /* project_converter_3_to_4.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_upgrade/project_upgrade_tool.cpp b/engine/editor/project_upgrade/project_upgrade_tool.cpp index 61a94c85..39a1e966 100644 --- a/engine/editor/project_upgrade/project_upgrade_tool.cpp +++ b/engine/editor/project_upgrade/project_upgrade_tool.cpp @@ -2,10 +2,10 @@ /* project_upgrade_tool.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_upgrade/project_upgrade_tool.h b/engine/editor/project_upgrade/project_upgrade_tool.h index 1ab4307c..9f734c66 100644 --- a/engine/editor/project_upgrade/project_upgrade_tool.h +++ b/engine/editor/project_upgrade/project_upgrade_tool.h @@ -2,10 +2,10 @@ /* project_upgrade_tool.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/project_upgrade/renames_map_3_to_4.cpp b/engine/editor/project_upgrade/renames_map_3_to_4.cpp index 31a6a194..b5500ae3 100644 --- a/engine/editor/project_upgrade/renames_map_3_to_4.cpp +++ b/engine/editor/project_upgrade/renames_map_3_to_4.cpp @@ -2,10 +2,10 @@ /* renames_map_3_to_4.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -1321,9 +1321,9 @@ const char *RenamesMap3To4::csharp_signals_renames[][2] = { }; const char *RenamesMap3To4::project_settings_renames[][2] = { - // Project setting paths in scripts include the category, but in project.godot, + // Project setting paths in scripts include the category, but in project.aethex, // the category is the section delimiter, so we need to support the paths without it. - // The project.godot remaps are defined in the project_godot_renames, keep them in sync! + // The project.aethex remaps are defined in the project_godot_renames, keep them in sync! { "audio/channel_disable_threshold_db", "audio/buses/channel_disable_threshold_db" }, { "audio/channel_disable_time", "audio/buses/channel_disable_time" }, { "audio/default_bus_layout", "audio/buses/default_bus_layout" }, diff --git a/engine/editor/project_upgrade/renames_map_3_to_4.h b/engine/editor/project_upgrade/renames_map_3_to_4.h index 1cb78ea4..5af08c63 100644 --- a/engine/editor/project_upgrade/renames_map_3_to_4.h +++ b/engine/editor/project_upgrade/renames_map_3_to_4.h @@ -2,10 +2,10 @@ /* renames_map_3_to_4.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/register_editor_types.cpp b/engine/editor/register_editor_types.cpp index a79f77c9..2c8dd074 100644 --- a/engine/editor/register_editor_types.cpp +++ b/engine/editor/register_editor_types.cpp @@ -2,10 +2,10 @@ /* register_editor_types.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/register_editor_types.h b/engine/editor/register_editor_types.h index 2e1c6d15..f7648802 100644 --- a/engine/editor/register_editor_types.h +++ b/engine/editor/register_editor_types.h @@ -2,10 +2,10 @@ /* register_editor_types.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/editor_run.cpp b/engine/editor/run/editor_run.cpp index 847e4c7d..7243c53c 100644 --- a/engine/editor/run/editor_run.cpp +++ b/engine/editor/run/editor_run.cpp @@ -2,10 +2,10 @@ /* editor_run.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/editor_run.h b/engine/editor/run/editor_run.h index 07bd00f5..4fbe4d4a 100644 --- a/engine/editor/run/editor_run.h +++ b/engine/editor/run/editor_run.h @@ -2,10 +2,10 @@ /* editor_run.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/editor_run_bar.cpp b/engine/editor/run/editor_run_bar.cpp index 98fdc138..90183e10 100644 --- a/engine/editor/run/editor_run_bar.cpp +++ b/engine/editor/run/editor_run_bar.cpp @@ -2,10 +2,10 @@ /* editor_run_bar.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/editor_run_bar.h b/engine/editor/run/editor_run_bar.h index 5d383c6b..3f0a5298 100644 --- a/engine/editor/run/editor_run_bar.h +++ b/engine/editor/run/editor_run_bar.h @@ -2,10 +2,10 @@ /* editor_run_bar.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/editor_run_native.cpp b/engine/editor/run/editor_run_native.cpp index d4af4221..8f4b1af5 100644 --- a/engine/editor/run/editor_run_native.cpp +++ b/engine/editor/run/editor_run_native.cpp @@ -2,10 +2,10 @@ /* editor_run_native.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/editor_run_native.h b/engine/editor/run/editor_run_native.h index c507d26d..60c61cef 100644 --- a/engine/editor/run/editor_run_native.h +++ b/engine/editor/run/editor_run_native.h @@ -2,10 +2,10 @@ /* editor_run_native.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/embedded_process.cpp b/engine/editor/run/embedded_process.cpp index c0961f74..2fee7d60 100644 --- a/engine/editor/run/embedded_process.cpp +++ b/engine/editor/run/embedded_process.cpp @@ -2,10 +2,10 @@ /* embedded_process.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/embedded_process.h b/engine/editor/run/embedded_process.h index f7d04be9..23617a2c 100644 --- a/engine/editor/run/embedded_process.h +++ b/engine/editor/run/embedded_process.h @@ -2,10 +2,10 @@ /* embedded_process.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/game_view_plugin.cpp b/engine/editor/run/game_view_plugin.cpp index e44e8149..bdb5fe72 100644 --- a/engine/editor/run/game_view_plugin.cpp +++ b/engine/editor/run/game_view_plugin.cpp @@ -2,10 +2,10 @@ /* game_view_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -1519,7 +1519,7 @@ void GameViewPluginBase::_notification(int p_what) { switch (p_what) { case NOTIFICATION_TRANSLATION_CHANGED: { #ifndef ANDROID_ENABLED - window_wrapper->set_window_title(vformat(TTR("%s - Godot Engine"), TTR("Game Workspace"))); + window_wrapper->set_window_title(vformat(TTR("%s - AETHEX ENGINE"), TTR("Game Workspace"))); #endif } break; case NOTIFICATION_ENTER_TREE: { diff --git a/engine/editor/run/game_view_plugin.h b/engine/editor/run/game_view_plugin.h index 8857cda3..71101527 100644 --- a/engine/editor/run/game_view_plugin.h +++ b/engine/editor/run/game_view_plugin.h @@ -2,10 +2,10 @@ /* game_view_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/run_instances_dialog.cpp b/engine/editor/run/run_instances_dialog.cpp index 72d60474..0b44bf68 100644 --- a/engine/editor/run/run_instances_dialog.cpp +++ b/engine/editor/run/run_instances_dialog.cpp @@ -2,10 +2,10 @@ /* run_instances_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/run/run_instances_dialog.h b/engine/editor/run/run_instances_dialog.h index ad2d9da7..02b6f6c1 100644 --- a/engine/editor/run/run_instances_dialog.h +++ b/engine/editor/run/run_instances_dialog.h @@ -2,10 +2,10 @@ /* run_instances_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/abstract_polygon_2d_editor.cpp b/engine/editor/scene/2d/abstract_polygon_2d_editor.cpp index 5a6994f1..5c17af41 100644 --- a/engine/editor/scene/2d/abstract_polygon_2d_editor.cpp +++ b/engine/editor/scene/2d/abstract_polygon_2d_editor.cpp @@ -2,10 +2,10 @@ /* abstract_polygon_2d_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/abstract_polygon_2d_editor.h b/engine/editor/scene/2d/abstract_polygon_2d_editor.h index 25068cd4..56d23781 100644 --- a/engine/editor/scene/2d/abstract_polygon_2d_editor.h +++ b/engine/editor/scene/2d/abstract_polygon_2d_editor.h @@ -2,10 +2,10 @@ /* abstract_polygon_2d_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/camera_2d_editor_plugin.cpp b/engine/editor/scene/2d/camera_2d_editor_plugin.cpp index 55158c44..e46cf1f6 100644 --- a/engine/editor/scene/2d/camera_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/camera_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* camera_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/camera_2d_editor_plugin.h b/engine/editor/scene/2d/camera_2d_editor_plugin.h index f53b78fa..6ee81d2a 100644 --- a/engine/editor/scene/2d/camera_2d_editor_plugin.h +++ b/engine/editor/scene/2d/camera_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* camera_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/light_occluder_2d_editor_plugin.cpp b/engine/editor/scene/2d/light_occluder_2d_editor_plugin.cpp index 7a186ce9..6a68cd56 100644 --- a/engine/editor/scene/2d/light_occluder_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/light_occluder_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* light_occluder_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/light_occluder_2d_editor_plugin.h b/engine/editor/scene/2d/light_occluder_2d_editor_plugin.h index 8749ea17..2317dc7a 100644 --- a/engine/editor/scene/2d/light_occluder_2d_editor_plugin.h +++ b/engine/editor/scene/2d/light_occluder_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* light_occluder_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/line_2d_editor_plugin.cpp b/engine/editor/scene/2d/line_2d_editor_plugin.cpp index c8ed8af6..f8e7091a 100644 --- a/engine/editor/scene/2d/line_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/line_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* line_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/line_2d_editor_plugin.h b/engine/editor/scene/2d/line_2d_editor_plugin.h index a30fcba1..a64ec7d4 100644 --- a/engine/editor/scene/2d/line_2d_editor_plugin.h +++ b/engine/editor/scene/2d/line_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* line_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/parallax_background_editor_plugin.cpp b/engine/editor/scene/2d/parallax_background_editor_plugin.cpp index f079bef8..2e88027f 100644 --- a/engine/editor/scene/2d/parallax_background_editor_plugin.cpp +++ b/engine/editor/scene/2d/parallax_background_editor_plugin.cpp @@ -2,10 +2,10 @@ /* parallax_background_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/parallax_background_editor_plugin.h b/engine/editor/scene/2d/parallax_background_editor_plugin.h index 99a160ff..964bc570 100644 --- a/engine/editor/scene/2d/parallax_background_editor_plugin.h +++ b/engine/editor/scene/2d/parallax_background_editor_plugin.h @@ -2,10 +2,10 @@ /* parallax_background_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/particles_2d_editor_plugin.cpp b/engine/editor/scene/2d/particles_2d_editor_plugin.cpp index 5daee85c..31ef4eb9 100644 --- a/engine/editor/scene/2d/particles_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/particles_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* particles_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/particles_2d_editor_plugin.h b/engine/editor/scene/2d/particles_2d_editor_plugin.h index e5a12c19..8050443f 100644 --- a/engine/editor/scene/2d/particles_2d_editor_plugin.h +++ b/engine/editor/scene/2d/particles_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* particles_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/path_2d_editor_plugin.cpp b/engine/editor/scene/2d/path_2d_editor_plugin.cpp index f6652056..4fb255ac 100644 --- a/engine/editor/scene/2d/path_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/path_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* path_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/path_2d_editor_plugin.h b/engine/editor/scene/2d/path_2d_editor_plugin.h index 08e81d18..3d978121 100644 --- a/engine/editor/scene/2d/path_2d_editor_plugin.h +++ b/engine/editor/scene/2d/path_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* path_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/physics/cast_2d_editor_plugin.cpp b/engine/editor/scene/2d/physics/cast_2d_editor_plugin.cpp index 79b91a0a..4ee67f16 100644 --- a/engine/editor/scene/2d/physics/cast_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/physics/cast_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* cast_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/physics/cast_2d_editor_plugin.h b/engine/editor/scene/2d/physics/cast_2d_editor_plugin.h index d9a742e7..4c782fbe 100644 --- a/engine/editor/scene/2d/physics/cast_2d_editor_plugin.h +++ b/engine/editor/scene/2d/physics/cast_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* cast_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.cpp b/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.cpp index f58c5976..825c68a0 100644 --- a/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* collision_polygon_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.h b/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.h index 3317cbf0..181596d8 100644 --- a/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.h +++ b/engine/editor/scene/2d/physics/collision_polygon_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* collision_polygon_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.cpp b/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.cpp index bc908a70..d06a2deb 100644 --- a/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* collision_shape_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.h b/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.h index e9ed6e26..8b5abb64 100644 --- a/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.h +++ b/engine/editor/scene/2d/physics/collision_shape_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* collision_shape_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/polygon_2d_editor_plugin.cpp b/engine/editor/scene/2d/polygon_2d_editor_plugin.cpp index 79dfafc5..e3d23304 100644 --- a/engine/editor/scene/2d/polygon_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/polygon_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* polygon_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/polygon_2d_editor_plugin.h b/engine/editor/scene/2d/polygon_2d_editor_plugin.h index 7233372a..53f559de 100644 --- a/engine/editor/scene/2d/polygon_2d_editor_plugin.h +++ b/engine/editor/scene/2d/polygon_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* polygon_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/skeleton_2d_editor_plugin.cpp b/engine/editor/scene/2d/skeleton_2d_editor_plugin.cpp index 10f6621f..21f90d5b 100644 --- a/engine/editor/scene/2d/skeleton_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/skeleton_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* skeleton_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/skeleton_2d_editor_plugin.h b/engine/editor/scene/2d/skeleton_2d_editor_plugin.h index 07376b8b..7e10b161 100644 --- a/engine/editor/scene/2d/skeleton_2d_editor_plugin.h +++ b/engine/editor/scene/2d/skeleton_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* skeleton_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/sprite_2d_editor_plugin.cpp b/engine/editor/scene/2d/sprite_2d_editor_plugin.cpp index 3c77d83d..e846fcff 100644 --- a/engine/editor/scene/2d/sprite_2d_editor_plugin.cpp +++ b/engine/editor/scene/2d/sprite_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* sprite_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/sprite_2d_editor_plugin.h b/engine/editor/scene/2d/sprite_2d_editor_plugin.h index decc223f..2e347723 100644 --- a/engine/editor/scene/2d/sprite_2d_editor_plugin.h +++ b/engine/editor/scene/2d/sprite_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* sprite_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/atlas_merging_dialog.cpp b/engine/editor/scene/2d/tiles/atlas_merging_dialog.cpp index e27e687f..0fdba211 100644 --- a/engine/editor/scene/2d/tiles/atlas_merging_dialog.cpp +++ b/engine/editor/scene/2d/tiles/atlas_merging_dialog.cpp @@ -2,10 +2,10 @@ /* atlas_merging_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/atlas_merging_dialog.h b/engine/editor/scene/2d/tiles/atlas_merging_dialog.h index fd8af33b..2f10c7f9 100644 --- a/engine/editor/scene/2d/tiles/atlas_merging_dialog.h +++ b/engine/editor/scene/2d/tiles/atlas_merging_dialog.h @@ -2,10 +2,10 @@ /* atlas_merging_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_atlas_view.cpp b/engine/editor/scene/2d/tiles/tile_atlas_view.cpp index d1b8cef0..9c9db358 100644 --- a/engine/editor/scene/2d/tiles/tile_atlas_view.cpp +++ b/engine/editor/scene/2d/tiles/tile_atlas_view.cpp @@ -2,10 +2,10 @@ /* tile_atlas_view.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_atlas_view.h b/engine/editor/scene/2d/tiles/tile_atlas_view.h index 6add29d5..8eae6ec9 100644 --- a/engine/editor/scene/2d/tiles/tile_atlas_view.h +++ b/engine/editor/scene/2d/tiles/tile_atlas_view.h @@ -2,10 +2,10 @@ /* tile_atlas_view.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_data_editors.cpp b/engine/editor/scene/2d/tiles/tile_data_editors.cpp index ec9f4935..e1f80b0e 100644 --- a/engine/editor/scene/2d/tiles/tile_data_editors.cpp +++ b/engine/editor/scene/2d/tiles/tile_data_editors.cpp @@ -2,10 +2,10 @@ /* tile_data_editors.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_data_editors.h b/engine/editor/scene/2d/tiles/tile_data_editors.h index 47fdf403..10f8f6ba 100644 --- a/engine/editor/scene/2d/tiles/tile_data_editors.h +++ b/engine/editor/scene/2d/tiles/tile_data_editors.h @@ -2,10 +2,10 @@ /* tile_data_editors.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_map_layer_editor.cpp b/engine/editor/scene/2d/tiles/tile_map_layer_editor.cpp index 0671b925..2094bb27 100644 --- a/engine/editor/scene/2d/tiles/tile_map_layer_editor.cpp +++ b/engine/editor/scene/2d/tiles/tile_map_layer_editor.cpp @@ -2,10 +2,10 @@ /* tile_map_layer_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_map_layer_editor.h b/engine/editor/scene/2d/tiles/tile_map_layer_editor.h index 972e6cc7..b2ee30ca 100644 --- a/engine/editor/scene/2d/tiles/tile_map_layer_editor.h +++ b/engine/editor/scene/2d/tiles/tile_map_layer_editor.h @@ -2,10 +2,10 @@ /* tile_map_layer_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.cpp b/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.cpp index bc221f07..cc9a724c 100644 --- a/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.cpp +++ b/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.cpp @@ -2,10 +2,10 @@ /* tile_proxies_manager_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.h b/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.h index 70a05e06..c7e1e42e 100644 --- a/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.h +++ b/engine/editor/scene/2d/tiles/tile_proxies_manager_dialog.h @@ -2,10 +2,10 @@ /* tile_proxies_manager_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.cpp b/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.cpp index cbeebb4c..52ade22e 100644 --- a/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.cpp +++ b/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.cpp @@ -2,10 +2,10 @@ /* tile_set_atlas_source_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.h b/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.h index d6fa7506..992ea147 100644 --- a/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.h +++ b/engine/editor/scene/2d/tiles/tile_set_atlas_source_editor.h @@ -2,10 +2,10 @@ /* tile_set_atlas_source_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_set_editor.cpp b/engine/editor/scene/2d/tiles/tile_set_editor.cpp index 9dd71bab..5bf66c8a 100644 --- a/engine/editor/scene/2d/tiles/tile_set_editor.cpp +++ b/engine/editor/scene/2d/tiles/tile_set_editor.cpp @@ -2,10 +2,10 @@ /* tile_set_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_set_editor.h b/engine/editor/scene/2d/tiles/tile_set_editor.h index 4ea9bcda..2cd0d775 100644 --- a/engine/editor/scene/2d/tiles/tile_set_editor.h +++ b/engine/editor/scene/2d/tiles/tile_set_editor.h @@ -2,10 +2,10 @@ /* tile_set_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.cpp b/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.cpp index 4ec8947f..4a8af496 100644 --- a/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.cpp +++ b/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.cpp @@ -2,10 +2,10 @@ /* tile_set_scenes_collection_source_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.h b/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.h index cc4b68b3..e88b5403 100644 --- a/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.h +++ b/engine/editor/scene/2d/tiles/tile_set_scenes_collection_source_editor.h @@ -2,10 +2,10 @@ /* tile_set_scenes_collection_source_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tiles_editor_plugin.cpp b/engine/editor/scene/2d/tiles/tiles_editor_plugin.cpp index 14c47477..8fcb8506 100644 --- a/engine/editor/scene/2d/tiles/tiles_editor_plugin.cpp +++ b/engine/editor/scene/2d/tiles/tiles_editor_plugin.cpp @@ -2,10 +2,10 @@ /* tiles_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/2d/tiles/tiles_editor_plugin.h b/engine/editor/scene/2d/tiles/tiles_editor_plugin.h index ebd438b0..c72c0c50 100644 --- a/engine/editor/scene/2d/tiles/tiles_editor_plugin.h +++ b/engine/editor/scene/2d/tiles/tiles_editor_plugin.h @@ -2,10 +2,10 @@ /* tiles_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/bone_map_editor_plugin.cpp b/engine/editor/scene/3d/bone_map_editor_plugin.cpp index 2fe61bac..55412637 100644 --- a/engine/editor/scene/3d/bone_map_editor_plugin.cpp +++ b/engine/editor/scene/3d/bone_map_editor_plugin.cpp @@ -2,10 +2,10 @@ /* bone_map_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/bone_map_editor_plugin.h b/engine/editor/scene/3d/bone_map_editor_plugin.h index 777d2f66..933996b3 100644 --- a/engine/editor/scene/3d/bone_map_editor_plugin.h +++ b/engine/editor/scene/3d/bone_map_editor_plugin.h @@ -2,10 +2,10 @@ /* bone_map_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/camera_3d_editor_plugin.cpp b/engine/editor/scene/3d/camera_3d_editor_plugin.cpp index 6b7f70dc..7255e57c 100644 --- a/engine/editor/scene/3d/camera_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/camera_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* camera_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/camera_3d_editor_plugin.h b/engine/editor/scene/3d/camera_3d_editor_plugin.h index aac4ec93..02ab72b8 100644 --- a/engine/editor/scene/3d/camera_3d_editor_plugin.h +++ b/engine/editor/scene/3d/camera_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* camera_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.cpp index 5615e2f5..40b857d3 100644 --- a/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* audio_listener_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.h index 490daf51..1c3a5fa7 100644 --- a/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/audio_listener_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* audio_listener_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.cpp index 10cedf75..c0d1d06f 100644 --- a/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* audio_stream_player_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.h index 1ce06902..ec76891d 100644 --- a/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/audio_stream_player_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* audio_stream_player_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.cpp index 66f7ed33..66d42389 100644 --- a/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* camera_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.h index 181b641d..00c2d480 100644 --- a/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/camera_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* camera_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.cpp index bbdc674f..6eb6f86c 100644 --- a/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* chain_ik_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.h index d29d109c..f7f7f7f2 100644 --- a/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/chain_ik_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* chain_ik_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.cpp index 058f4fcc..fe46a717 100644 --- a/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* cpu_particles_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.h index ec7da05a..806ed5da 100644 --- a/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/cpu_particles_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* cpu_particles_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.cpp index f0597fbf..1dac7ec3 100644 --- a/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* decal_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.h index d85ab7cf..8ebff29b 100644 --- a/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/decal_gizmo_plugin.h @@ -2,10 +2,10 @@ /* decal_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.cpp index 286909a3..d8297981 100644 --- a/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* fog_volume_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.h index b24cabd2..1a114ce2 100644 --- a/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/fog_volume_gizmo_plugin.h @@ -2,10 +2,10 @@ /* fog_volume_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.cpp index 026e5d48..4311fcf5 100644 --- a/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* geometry_instance_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.h index 6c065ea2..4260d465 100644 --- a/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/geometry_instance_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* geometry_instance_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/gizmo_3d_helper.cpp b/engine/editor/scene/3d/gizmos/gizmo_3d_helper.cpp index 1c49f5ca..47a7b2ed 100644 --- a/engine/editor/scene/3d/gizmos/gizmo_3d_helper.cpp +++ b/engine/editor/scene/3d/gizmos/gizmo_3d_helper.cpp @@ -2,10 +2,10 @@ /* gizmo_3d_helper.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/gizmo_3d_helper.h b/engine/editor/scene/3d/gizmos/gizmo_3d_helper.h index 37b7e56b..fbb4baf7 100644 --- a/engine/editor/scene/3d/gizmos/gizmo_3d_helper.h +++ b/engine/editor/scene/3d/gizmos/gizmo_3d_helper.h @@ -2,10 +2,10 @@ /* gizmo_3d_helper.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.cpp index 0a619bd8..c1b8b142 100644 --- a/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* gpu_particles_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.h index 19f44661..e2f01806 100644 --- a/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/gpu_particles_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* gpu_particles_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.cpp index d74d130c..1519d828 100644 --- a/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* gpu_particles_collision_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.h index 09504373..807fd2ca 100644 --- a/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/gpu_particles_collision_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* gpu_particles_collision_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.cpp index 43982442..e16cac29 100644 --- a/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* label_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.h index 89d6e73c..8a2386f4 100644 --- a/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/label_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* label_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.cpp index 3e0eaced..d6bf1918 100644 --- a/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* light_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.h index 025f0065..93ab77df 100644 --- a/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/light_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* light_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.cpp index 88dbea6a..6da43133 100644 --- a/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* lightmap_gi_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.h index 5b8aaf75..ebebf995 100644 --- a/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/lightmap_gi_gizmo_plugin.h @@ -2,10 +2,10 @@ /* lightmap_gi_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.cpp index 6fac686a..e59950f2 100644 --- a/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* lightmap_probe_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.h index d69ae54b..ed19af13 100644 --- a/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/lightmap_probe_gizmo_plugin.h @@ -2,10 +2,10 @@ /* lightmap_probe_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.cpp index 47140b7f..906ce003 100644 --- a/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* marker_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.h index ac1c99fd..bf873807 100644 --- a/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/marker_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* marker_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.cpp index 01839170..0866c3a9 100644 --- a/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* mesh_instance_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.h index f4763f79..5ca9503d 100644 --- a/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/mesh_instance_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* mesh_instance_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.cpp index d157b755..8667b3cc 100644 --- a/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* occluder_instance_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.h index 3c8bcd98..0fa80882 100644 --- a/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/occluder_instance_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* occluder_instance_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.cpp index 5183115c..f7f1787c 100644 --- a/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* particles_3d_emission_shape_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.h index 7b6352da..ace51788 100644 --- a/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/particles_3d_emission_shape_gizmo_plugin.h @@ -2,10 +2,10 @@ /* particles_3d_emission_shape_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.cpp index 052d75cc..ee40fc65 100644 --- a/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* collision_object_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.h index e53e2ad0..98341d5c 100644 --- a/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/collision_object_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* collision_object_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.cpp index 5300ecd6..0f903a80 100644 --- a/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* collision_polygon_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.h index 63701df4..362a72a7 100644 --- a/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/collision_polygon_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* collision_polygon_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.cpp index 500f856e..594b9524 100644 --- a/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* collision_shape_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.h index 43d9ce1e..9081786b 100644 --- a/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/collision_shape_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* collision_shape_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.cpp index 79ee6b48..176631ac 100644 --- a/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* joint_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.h index 5fa17b1f..4fd006c6 100644 --- a/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/joint_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* joint_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.cpp index 84ec0946..8ca18285 100644 --- a/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* physics_bone_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.h index e43e35ef..fc13832d 100644 --- a/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/physics_bone_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* physics_bone_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.cpp index d6f53b32..22f5cad0 100644 --- a/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* ray_cast_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.h index 7832b021..b33f4543 100644 --- a/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/ray_cast_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* ray_cast_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.cpp index 3c755497..5014f1f9 100644 --- a/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* shape_cast_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.h index 84e228c1..45638b71 100644 --- a/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/shape_cast_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* shape_cast_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.cpp index ceec5d9b..dc1c8aee 100644 --- a/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* soft_body_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.h index 4a14532f..445092eb 100644 --- a/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/soft_body_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* soft_body_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.cpp index 191d9f88..8f6867d9 100644 --- a/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* spring_arm_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.h index 8082daeb..65f27d4a 100644 --- a/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/spring_arm_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* spring_arm_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.cpp index 6ca495af..7a1e5062 100644 --- a/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* vehicle_body_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.h index 8b2ce7e1..baf5498d 100644 --- a/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/physics/vehicle_body_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* vehicle_body_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.cpp index 06fe9bc2..d930c714 100644 --- a/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* reflection_probe_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.h index 214e02a1..23269982 100644 --- a/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/reflection_probe_gizmo_plugin.h @@ -2,10 +2,10 @@ /* reflection_probe_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.cpp index f4d06c80..906ccc48 100644 --- a/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* spring_bone_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.h index f38b998c..a0c3b6f3 100644 --- a/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/spring_bone_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* spring_bone_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.cpp index 062505b5..d1d6c1f0 100644 --- a/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* sprite_base_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.h index 64fb4688..e88c0b84 100644 --- a/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/sprite_base_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* sprite_base_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.cpp index 9ae8e053..312a162a 100644 --- a/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* two_bone_ik_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.h index bec19b39..c21fec6d 100644 --- a/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/two_bone_ik_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* two_bone_ik_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.cpp index 3bb2f3e3..9ee6b8d2 100644 --- a/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* visible_on_screen_notifier_3d_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.h index 2236b356..70d1bc72 100644 --- a/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/visible_on_screen_notifier_3d_gizmo_plugin.h @@ -2,10 +2,10 @@ /* visible_on_screen_notifier_3d_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.cpp b/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.cpp index 913c42a9..72503a91 100644 --- a/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.cpp +++ b/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.cpp @@ -2,10 +2,10 @@ /* voxel_gi_gizmo_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.h b/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.h index 6a01c3c6..9c1e1cfd 100644 --- a/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.h +++ b/engine/editor/scene/3d/gizmos/voxel_gi_gizmo_plugin.h @@ -2,10 +2,10 @@ /* voxel_gi_gizmo_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.cpp b/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.cpp index f32e31b1..f71d2ca9 100644 --- a/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.cpp +++ b/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.cpp @@ -2,10 +2,10 @@ /* gpu_particles_collision_sdf_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.h b/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.h index f7959d9b..ecf9a48e 100644 --- a/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.h +++ b/engine/editor/scene/3d/gpu_particles_collision_sdf_editor_plugin.h @@ -2,10 +2,10 @@ /* gpu_particles_collision_sdf_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/lightmap_gi_editor_plugin.cpp b/engine/editor/scene/3d/lightmap_gi_editor_plugin.cpp index 166511e5..7946ab7d 100644 --- a/engine/editor/scene/3d/lightmap_gi_editor_plugin.cpp +++ b/engine/editor/scene/3d/lightmap_gi_editor_plugin.cpp @@ -2,10 +2,10 @@ /* lightmap_gi_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/lightmap_gi_editor_plugin.h b/engine/editor/scene/3d/lightmap_gi_editor_plugin.h index c690807e..713f3519 100644 --- a/engine/editor/scene/3d/lightmap_gi_editor_plugin.h +++ b/engine/editor/scene/3d/lightmap_gi_editor_plugin.h @@ -2,10 +2,10 @@ /* lightmap_gi_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/material_3d_conversion_plugins.cpp b/engine/editor/scene/3d/material_3d_conversion_plugins.cpp index b36340ea..58ee68cc 100644 --- a/engine/editor/scene/3d/material_3d_conversion_plugins.cpp +++ b/engine/editor/scene/3d/material_3d_conversion_plugins.cpp @@ -2,10 +2,10 @@ /* material_3d_conversion_plugins.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/material_3d_conversion_plugins.h b/engine/editor/scene/3d/material_3d_conversion_plugins.h index 1584edb5..8253bddb 100644 --- a/engine/editor/scene/3d/material_3d_conversion_plugins.h +++ b/engine/editor/scene/3d/material_3d_conversion_plugins.h @@ -2,10 +2,10 @@ /* material_3d_conversion_plugins.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/mesh_editor_plugin.cpp b/engine/editor/scene/3d/mesh_editor_plugin.cpp index 4cfe6960..72d6b1ec 100644 --- a/engine/editor/scene/3d/mesh_editor_plugin.cpp +++ b/engine/editor/scene/3d/mesh_editor_plugin.cpp @@ -2,10 +2,10 @@ /* mesh_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/mesh_editor_plugin.h b/engine/editor/scene/3d/mesh_editor_plugin.h index 30ba1076..ab01e10e 100644 --- a/engine/editor/scene/3d/mesh_editor_plugin.h +++ b/engine/editor/scene/3d/mesh_editor_plugin.h @@ -2,10 +2,10 @@ /* mesh_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.cpp b/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.cpp index a1efa2a2..5a5a86dc 100644 --- a/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* mesh_instance_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.h b/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.h index 0f22ceb1..d3dc34e1 100644 --- a/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.h +++ b/engine/editor/scene/3d/mesh_instance_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* mesh_instance_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/mesh_library_editor_plugin.cpp b/engine/editor/scene/3d/mesh_library_editor_plugin.cpp index c5fd51c4..e827efd7 100644 --- a/engine/editor/scene/3d/mesh_library_editor_plugin.cpp +++ b/engine/editor/scene/3d/mesh_library_editor_plugin.cpp @@ -2,10 +2,10 @@ /* mesh_library_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/mesh_library_editor_plugin.h b/engine/editor/scene/3d/mesh_library_editor_plugin.h index 91756e3d..a4114015 100644 --- a/engine/editor/scene/3d/mesh_library_editor_plugin.h +++ b/engine/editor/scene/3d/mesh_library_editor_plugin.h @@ -2,10 +2,10 @@ /* mesh_library_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/multimesh_editor_plugin.cpp b/engine/editor/scene/3d/multimesh_editor_plugin.cpp index c5c57d22..e1ce1d40 100644 --- a/engine/editor/scene/3d/multimesh_editor_plugin.cpp +++ b/engine/editor/scene/3d/multimesh_editor_plugin.cpp @@ -2,10 +2,10 @@ /* multimesh_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/multimesh_editor_plugin.h b/engine/editor/scene/3d/multimesh_editor_plugin.h index b1ec83ff..def42e9f 100644 --- a/engine/editor/scene/3d/multimesh_editor_plugin.h +++ b/engine/editor/scene/3d/multimesh_editor_plugin.h @@ -2,10 +2,10 @@ /* multimesh_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/node_3d_editor_gizmos.cpp b/engine/editor/scene/3d/node_3d_editor_gizmos.cpp index f85e2ad4..d8009636 100644 --- a/engine/editor/scene/3d/node_3d_editor_gizmos.cpp +++ b/engine/editor/scene/3d/node_3d_editor_gizmos.cpp @@ -2,10 +2,10 @@ /* node_3d_editor_gizmos.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/node_3d_editor_gizmos.h b/engine/editor/scene/3d/node_3d_editor_gizmos.h index 70225785..8853f1c7 100644 --- a/engine/editor/scene/3d/node_3d_editor_gizmos.h +++ b/engine/editor/scene/3d/node_3d_editor_gizmos.h @@ -2,10 +2,10 @@ /* node_3d_editor_gizmos.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/node_3d_editor_plugin.cpp b/engine/editor/scene/3d/node_3d_editor_plugin.cpp index 20e359eb..e32fa3c1 100644 --- a/engine/editor/scene/3d/node_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/node_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* node_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/node_3d_editor_plugin.h b/engine/editor/scene/3d/node_3d_editor_plugin.h index fdc3cbec..af3b7270 100644 --- a/engine/editor/scene/3d/node_3d_editor_plugin.h +++ b/engine/editor/scene/3d/node_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* node_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.cpp b/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.cpp index 912ad922..4adeae93 100644 --- a/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* occluder_instance_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.h b/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.h index 4768a6e4..3db1e1be 100644 --- a/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.h +++ b/engine/editor/scene/3d/occluder_instance_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* occluder_instance_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/particles_3d_editor_plugin.cpp b/engine/editor/scene/3d/particles_3d_editor_plugin.cpp index ff372333..a7d167c7 100644 --- a/engine/editor/scene/3d/particles_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/particles_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* particles_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/particles_3d_editor_plugin.h b/engine/editor/scene/3d/particles_3d_editor_plugin.h index 74f8bd77..05345ba6 100644 --- a/engine/editor/scene/3d/particles_3d_editor_plugin.h +++ b/engine/editor/scene/3d/particles_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* particles_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/path_3d_editor_plugin.cpp b/engine/editor/scene/3d/path_3d_editor_plugin.cpp index ce3a7004..78743155 100644 --- a/engine/editor/scene/3d/path_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/path_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* path_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/path_3d_editor_plugin.h b/engine/editor/scene/3d/path_3d_editor_plugin.h index 91b3b51d..c68809d3 100644 --- a/engine/editor/scene/3d/path_3d_editor_plugin.h +++ b/engine/editor/scene/3d/path_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* path_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.cpp b/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.cpp index 84348f72..77730f01 100644 --- a/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* physical_bone_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.h b/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.h index db421a07..05892a34 100644 --- a/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.h +++ b/engine/editor/scene/3d/physics/physical_bone_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* physical_bone_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/polygon_3d_editor_plugin.cpp b/engine/editor/scene/3d/polygon_3d_editor_plugin.cpp index 6ef45384..5ee56e48 100644 --- a/engine/editor/scene/3d/polygon_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/polygon_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* polygon_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/polygon_3d_editor_plugin.h b/engine/editor/scene/3d/polygon_3d_editor_plugin.h index f95e591f..7b9ceeb6 100644 --- a/engine/editor/scene/3d/polygon_3d_editor_plugin.h +++ b/engine/editor/scene/3d/polygon_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* polygon_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/root_motion_editor_plugin.cpp b/engine/editor/scene/3d/root_motion_editor_plugin.cpp index c6f1f45a..c2efdecf 100644 --- a/engine/editor/scene/3d/root_motion_editor_plugin.cpp +++ b/engine/editor/scene/3d/root_motion_editor_plugin.cpp @@ -2,10 +2,10 @@ /* root_motion_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/root_motion_editor_plugin.h b/engine/editor/scene/3d/root_motion_editor_plugin.h index 4aa90edc..6b64e99c 100644 --- a/engine/editor/scene/3d/root_motion_editor_plugin.h +++ b/engine/editor/scene/3d/root_motion_editor_plugin.h @@ -2,10 +2,10 @@ /* root_motion_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/skeleton_3d_editor_plugin.cpp b/engine/editor/scene/3d/skeleton_3d_editor_plugin.cpp index 330cf2a8..7c6548ef 100644 --- a/engine/editor/scene/3d/skeleton_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/skeleton_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* skeleton_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/skeleton_3d_editor_plugin.h b/engine/editor/scene/3d/skeleton_3d_editor_plugin.h index ac5fc19c..c5fb61ce 100644 --- a/engine/editor/scene/3d/skeleton_3d_editor_plugin.h +++ b/engine/editor/scene/3d/skeleton_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* skeleton_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.cpp b/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.cpp index f09ab022..303ebef7 100644 --- a/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.cpp +++ b/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* skeleton_ik_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.h b/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.h index 75a278a0..032baaf1 100644 --- a/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.h +++ b/engine/editor/scene/3d/skeleton_ik_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* skeleton_ik_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/voxel_gi_editor_plugin.cpp b/engine/editor/scene/3d/voxel_gi_editor_plugin.cpp index 72e9e54f..2d6da5c0 100644 --- a/engine/editor/scene/3d/voxel_gi_editor_plugin.cpp +++ b/engine/editor/scene/3d/voxel_gi_editor_plugin.cpp @@ -2,10 +2,10 @@ /* voxel_gi_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/3d/voxel_gi_editor_plugin.h b/engine/editor/scene/3d/voxel_gi_editor_plugin.h index 5ec92963..9e4a6478 100644 --- a/engine/editor/scene/3d/voxel_gi_editor_plugin.h +++ b/engine/editor/scene/3d/voxel_gi_editor_plugin.h @@ -2,10 +2,10 @@ /* voxel_gi_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/canvas_item_editor_plugin.cpp b/engine/editor/scene/canvas_item_editor_plugin.cpp index 6ca805a3..b8342f94 100644 --- a/engine/editor/scene/canvas_item_editor_plugin.cpp +++ b/engine/editor/scene/canvas_item_editor_plugin.cpp @@ -2,10 +2,10 @@ /* canvas_item_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/canvas_item_editor_plugin.h b/engine/editor/scene/canvas_item_editor_plugin.h index 5ec8a00c..9cbfb0fa 100644 --- a/engine/editor/scene/canvas_item_editor_plugin.h +++ b/engine/editor/scene/canvas_item_editor_plugin.h @@ -2,10 +2,10 @@ /* canvas_item_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/connections_dialog.cpp b/engine/editor/scene/connections_dialog.cpp index d0083bbe..87cfd7f0 100644 --- a/engine/editor/scene/connections_dialog.cpp +++ b/engine/editor/scene/connections_dialog.cpp @@ -2,10 +2,10 @@ /* connections_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/connections_dialog.h b/engine/editor/scene/connections_dialog.h index bbab591e..12af4498 100644 --- a/engine/editor/scene/connections_dialog.h +++ b/engine/editor/scene/connections_dialog.h @@ -2,10 +2,10 @@ /* connections_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/curve_editor_plugin.cpp b/engine/editor/scene/curve_editor_plugin.cpp index a511b6f2..12a92779 100644 --- a/engine/editor/scene/curve_editor_plugin.cpp +++ b/engine/editor/scene/curve_editor_plugin.cpp @@ -2,10 +2,10 @@ /* curve_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/curve_editor_plugin.h b/engine/editor/scene/curve_editor_plugin.h index cd0a036f..1ccf2845 100644 --- a/engine/editor/scene/curve_editor_plugin.h +++ b/engine/editor/scene/curve_editor_plugin.h @@ -2,10 +2,10 @@ /* curve_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/editor_scene_tabs.cpp b/engine/editor/scene/editor_scene_tabs.cpp index bef5572a..e924fb48 100644 --- a/engine/editor/scene/editor_scene_tabs.cpp +++ b/engine/editor/scene/editor_scene_tabs.cpp @@ -2,10 +2,10 @@ /* editor_scene_tabs.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/editor_scene_tabs.h b/engine/editor/scene/editor_scene_tabs.h index 910c29e9..d0a8a965 100644 --- a/engine/editor/scene/editor_scene_tabs.h +++ b/engine/editor/scene/editor_scene_tabs.h @@ -2,10 +2,10 @@ /* editor_scene_tabs.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gradient_editor_plugin.cpp b/engine/editor/scene/gradient_editor_plugin.cpp index b6f92966..bbb31968 100644 --- a/engine/editor/scene/gradient_editor_plugin.cpp +++ b/engine/editor/scene/gradient_editor_plugin.cpp @@ -2,10 +2,10 @@ /* gradient_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gradient_editor_plugin.h b/engine/editor/scene/gradient_editor_plugin.h index 4008391a..f78196ca 100644 --- a/engine/editor/scene/gradient_editor_plugin.h +++ b/engine/editor/scene/gradient_editor_plugin.h @@ -2,10 +2,10 @@ /* gradient_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/group_settings_editor.cpp b/engine/editor/scene/group_settings_editor.cpp index 5dbceded..e512817d 100644 --- a/engine/editor/scene/group_settings_editor.cpp +++ b/engine/editor/scene/group_settings_editor.cpp @@ -2,10 +2,10 @@ /* group_settings_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/group_settings_editor.h b/engine/editor/scene/group_settings_editor.h index 755da48c..49e0ca9b 100644 --- a/engine/editor/scene/group_settings_editor.h +++ b/engine/editor/scene/group_settings_editor.h @@ -2,10 +2,10 @@ /* group_settings_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/control_editor_plugin.cpp b/engine/editor/scene/gui/control_editor_plugin.cpp index d7baf7f8..55f77d51 100644 --- a/engine/editor/scene/gui/control_editor_plugin.cpp +++ b/engine/editor/scene/gui/control_editor_plugin.cpp @@ -2,10 +2,10 @@ /* control_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/control_editor_plugin.h b/engine/editor/scene/gui/control_editor_plugin.h index b7261770..1e3e543a 100644 --- a/engine/editor/scene/gui/control_editor_plugin.h +++ b/engine/editor/scene/gui/control_editor_plugin.h @@ -2,10 +2,10 @@ /* control_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/font_config_plugin.cpp b/engine/editor/scene/gui/font_config_plugin.cpp index 20821d3f..93f6b3c4 100644 --- a/engine/editor/scene/gui/font_config_plugin.cpp +++ b/engine/editor/scene/gui/font_config_plugin.cpp @@ -2,10 +2,10 @@ /* font_config_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/font_config_plugin.h b/engine/editor/scene/gui/font_config_plugin.h index baf7d2e0..39ac4098 100644 --- a/engine/editor/scene/gui/font_config_plugin.h +++ b/engine/editor/scene/gui/font_config_plugin.h @@ -2,10 +2,10 @@ /* font_config_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/margin_container_editor_plugin.cpp b/engine/editor/scene/gui/margin_container_editor_plugin.cpp index 138b1ff3..80eaf5fb 100644 --- a/engine/editor/scene/gui/margin_container_editor_plugin.cpp +++ b/engine/editor/scene/gui/margin_container_editor_plugin.cpp @@ -2,10 +2,10 @@ /* margin_container_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/margin_container_editor_plugin.h b/engine/editor/scene/gui/margin_container_editor_plugin.h index a9440fa3..976c0779 100644 --- a/engine/editor/scene/gui/margin_container_editor_plugin.h +++ b/engine/editor/scene/gui/margin_container_editor_plugin.h @@ -2,10 +2,10 @@ /* margin_container_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/style_box_editor_plugin.cpp b/engine/editor/scene/gui/style_box_editor_plugin.cpp index 8098b9be..fca49a4e 100644 --- a/engine/editor/scene/gui/style_box_editor_plugin.cpp +++ b/engine/editor/scene/gui/style_box_editor_plugin.cpp @@ -2,10 +2,10 @@ /* style_box_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/style_box_editor_plugin.h b/engine/editor/scene/gui/style_box_editor_plugin.h index 930ebe6e..962bb0d3 100644 --- a/engine/editor/scene/gui/style_box_editor_plugin.h +++ b/engine/editor/scene/gui/style_box_editor_plugin.h @@ -2,10 +2,10 @@ /* style_box_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/theme_editor_plugin.cpp b/engine/editor/scene/gui/theme_editor_plugin.cpp index 5f7916d4..5368646c 100644 --- a/engine/editor/scene/gui/theme_editor_plugin.cpp +++ b/engine/editor/scene/gui/theme_editor_plugin.cpp @@ -2,10 +2,10 @@ /* theme_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/theme_editor_plugin.h b/engine/editor/scene/gui/theme_editor_plugin.h index c6e7e331..939a236e 100644 --- a/engine/editor/scene/gui/theme_editor_plugin.h +++ b/engine/editor/scene/gui/theme_editor_plugin.h @@ -2,10 +2,10 @@ /* theme_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/theme_editor_preview.cpp b/engine/editor/scene/gui/theme_editor_preview.cpp index fabebc26..f50b335d 100644 --- a/engine/editor/scene/gui/theme_editor_preview.cpp +++ b/engine/editor/scene/gui/theme_editor_preview.cpp @@ -2,10 +2,10 @@ /* theme_editor_preview.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/theme_editor_preview.h b/engine/editor/scene/gui/theme_editor_preview.h index bddcfc44..ef9ab9a5 100644 --- a/engine/editor/scene/gui/theme_editor_preview.h +++ b/engine/editor/scene/gui/theme_editor_preview.h @@ -2,10 +2,10 @@ /* theme_editor_preview.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/virtual_joystick_editor_plugin.cpp b/engine/editor/scene/gui/virtual_joystick_editor_plugin.cpp index 05ecb9b1..7406e9c9 100644 --- a/engine/editor/scene/gui/virtual_joystick_editor_plugin.cpp +++ b/engine/editor/scene/gui/virtual_joystick_editor_plugin.cpp @@ -2,10 +2,10 @@ /* virtual_joystick_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/gui/virtual_joystick_editor_plugin.h b/engine/editor/scene/gui/virtual_joystick_editor_plugin.h index 783d6c46..985e3730 100644 --- a/engine/editor/scene/gui/virtual_joystick_editor_plugin.h +++ b/engine/editor/scene/gui/virtual_joystick_editor_plugin.h @@ -2,10 +2,10 @@ /* virtual_joystick_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/material_editor_plugin.cpp b/engine/editor/scene/material_editor_plugin.cpp index 30e63ea4..361ce308 100644 --- a/engine/editor/scene/material_editor_plugin.cpp +++ b/engine/editor/scene/material_editor_plugin.cpp @@ -2,10 +2,10 @@ /* material_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/material_editor_plugin.h b/engine/editor/scene/material_editor_plugin.h index 76635a2a..fbe3bfe8 100644 --- a/engine/editor/scene/material_editor_plugin.h +++ b/engine/editor/scene/material_editor_plugin.h @@ -2,10 +2,10 @@ /* material_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/packed_scene_editor_plugin.cpp b/engine/editor/scene/packed_scene_editor_plugin.cpp index 339331d6..fb7de7c7 100644 --- a/engine/editor/scene/packed_scene_editor_plugin.cpp +++ b/engine/editor/scene/packed_scene_editor_plugin.cpp @@ -2,10 +2,10 @@ /* packed_scene_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/packed_scene_editor_plugin.h b/engine/editor/scene/packed_scene_editor_plugin.h index 2463f191..a330df95 100644 --- a/engine/editor/scene/packed_scene_editor_plugin.h +++ b/engine/editor/scene/packed_scene_editor_plugin.h @@ -2,10 +2,10 @@ /* packed_scene_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/particle_process_material_editor_plugin.cpp b/engine/editor/scene/particle_process_material_editor_plugin.cpp index cd06fbb4..501eecab 100644 --- a/engine/editor/scene/particle_process_material_editor_plugin.cpp +++ b/engine/editor/scene/particle_process_material_editor_plugin.cpp @@ -2,10 +2,10 @@ /* particle_process_material_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/particle_process_material_editor_plugin.h b/engine/editor/scene/particle_process_material_editor_plugin.h index 9f91b708..5005d49b 100644 --- a/engine/editor/scene/particle_process_material_editor_plugin.h +++ b/engine/editor/scene/particle_process_material_editor_plugin.h @@ -2,10 +2,10 @@ /* particle_process_material_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/particles_editor_plugin.cpp b/engine/editor/scene/particles_editor_plugin.cpp index b2815b00..43434b72 100644 --- a/engine/editor/scene/particles_editor_plugin.cpp +++ b/engine/editor/scene/particles_editor_plugin.cpp @@ -2,10 +2,10 @@ /* particles_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/particles_editor_plugin.h b/engine/editor/scene/particles_editor_plugin.h index a3da0e21..0897a9b6 100644 --- a/engine/editor/scene/particles_editor_plugin.h +++ b/engine/editor/scene/particles_editor_plugin.h @@ -2,10 +2,10 @@ /* particles_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/rename_dialog.cpp b/engine/editor/scene/rename_dialog.cpp index bc10fb22..3afb278c 100644 --- a/engine/editor/scene/rename_dialog.cpp +++ b/engine/editor/scene/rename_dialog.cpp @@ -2,10 +2,10 @@ /* rename_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/rename_dialog.h b/engine/editor/scene/rename_dialog.h index 1e23cdd6..988454e7 100644 --- a/engine/editor/scene/rename_dialog.h +++ b/engine/editor/scene/rename_dialog.h @@ -2,10 +2,10 @@ /* rename_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/reparent_dialog.cpp b/engine/editor/scene/reparent_dialog.cpp index fae52a27..a4e8ed5c 100644 --- a/engine/editor/scene/reparent_dialog.cpp +++ b/engine/editor/scene/reparent_dialog.cpp @@ -2,10 +2,10 @@ /* reparent_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/reparent_dialog.h b/engine/editor/scene/reparent_dialog.h index 3bcca07d..7e5e9600 100644 --- a/engine/editor/scene/reparent_dialog.h +++ b/engine/editor/scene/reparent_dialog.h @@ -2,10 +2,10 @@ /* reparent_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/resource_preloader_editor_plugin.cpp b/engine/editor/scene/resource_preloader_editor_plugin.cpp index 944c05a7..3c9d59db 100644 --- a/engine/editor/scene/resource_preloader_editor_plugin.cpp +++ b/engine/editor/scene/resource_preloader_editor_plugin.cpp @@ -2,10 +2,10 @@ /* resource_preloader_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/resource_preloader_editor_plugin.h b/engine/editor/scene/resource_preloader_editor_plugin.h index a6fe3694..23c4f217 100644 --- a/engine/editor/scene/resource_preloader_editor_plugin.h +++ b/engine/editor/scene/resource_preloader_editor_plugin.h @@ -2,10 +2,10 @@ /* resource_preloader_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/scene_create_dialog.cpp b/engine/editor/scene/scene_create_dialog.cpp index 9d1289f6..354bfad6 100644 --- a/engine/editor/scene/scene_create_dialog.cpp +++ b/engine/editor/scene/scene_create_dialog.cpp @@ -2,10 +2,10 @@ /* scene_create_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/scene_create_dialog.h b/engine/editor/scene/scene_create_dialog.h index 3252682e..c54d6c15 100644 --- a/engine/editor/scene/scene_create_dialog.h +++ b/engine/editor/scene/scene_create_dialog.h @@ -2,10 +2,10 @@ /* scene_create_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/scene_tree_editor.cpp b/engine/editor/scene/scene_tree_editor.cpp index 3281e38f..63814838 100644 --- a/engine/editor/scene/scene_tree_editor.cpp +++ b/engine/editor/scene/scene_tree_editor.cpp @@ -2,10 +2,10 @@ /* scene_tree_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/scene_tree_editor.h b/engine/editor/scene/scene_tree_editor.h index 1cf5dc0c..0341dbec 100644 --- a/engine/editor/scene/scene_tree_editor.h +++ b/engine/editor/scene/scene_tree_editor.h @@ -2,10 +2,10 @@ /* scene_tree_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/sprite_frames_editor_plugin.cpp b/engine/editor/scene/sprite_frames_editor_plugin.cpp index 89a9ccb9..642988cf 100644 --- a/engine/editor/scene/sprite_frames_editor_plugin.cpp +++ b/engine/editor/scene/sprite_frames_editor_plugin.cpp @@ -2,10 +2,10 @@ /* sprite_frames_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/sprite_frames_editor_plugin.h b/engine/editor/scene/sprite_frames_editor_plugin.h index 923d1919..e9f4a0f8 100644 --- a/engine/editor/scene/sprite_frames_editor_plugin.h +++ b/engine/editor/scene/sprite_frames_editor_plugin.h @@ -2,10 +2,10 @@ /* sprite_frames_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/bit_map_editor_plugin.cpp b/engine/editor/scene/texture/bit_map_editor_plugin.cpp index 22805d3d..594c5203 100644 --- a/engine/editor/scene/texture/bit_map_editor_plugin.cpp +++ b/engine/editor/scene/texture/bit_map_editor_plugin.cpp @@ -2,10 +2,10 @@ /* bit_map_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/bit_map_editor_plugin.h b/engine/editor/scene/texture/bit_map_editor_plugin.h index 3210cd3a..5e06c5ae 100644 --- a/engine/editor/scene/texture/bit_map_editor_plugin.h +++ b/engine/editor/scene/texture/bit_map_editor_plugin.h @@ -2,10 +2,10 @@ /* bit_map_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/color_channel_selector.cpp b/engine/editor/scene/texture/color_channel_selector.cpp index 32325b4a..431160be 100644 --- a/engine/editor/scene/texture/color_channel_selector.cpp +++ b/engine/editor/scene/texture/color_channel_selector.cpp @@ -2,10 +2,10 @@ /* color_channel_selector.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/color_channel_selector.h b/engine/editor/scene/texture/color_channel_selector.h index 3809af1b..2a78ca6c 100644 --- a/engine/editor/scene/texture/color_channel_selector.h +++ b/engine/editor/scene/texture/color_channel_selector.h @@ -2,10 +2,10 @@ /* color_channel_selector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.cpp b/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.cpp index 2ef1cd42..ad25a2d4 100644 --- a/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.cpp +++ b/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* gradient_texture_2d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.h b/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.h index eb43745b..1d74b971 100644 --- a/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.h +++ b/engine/editor/scene/texture/gradient_texture_2d_editor_plugin.h @@ -2,10 +2,10 @@ /* gradient_texture_2d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_3d_editor_plugin.cpp b/engine/editor/scene/texture/texture_3d_editor_plugin.cpp index da34d90d..c94449bf 100644 --- a/engine/editor/scene/texture/texture_3d_editor_plugin.cpp +++ b/engine/editor/scene/texture/texture_3d_editor_plugin.cpp @@ -2,10 +2,10 @@ /* texture_3d_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_3d_editor_plugin.h b/engine/editor/scene/texture/texture_3d_editor_plugin.h index 010d48db..50410f5e 100644 --- a/engine/editor/scene/texture/texture_3d_editor_plugin.h +++ b/engine/editor/scene/texture/texture_3d_editor_plugin.h @@ -2,10 +2,10 @@ /* texture_3d_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_editor_plugin.cpp b/engine/editor/scene/texture/texture_editor_plugin.cpp index d8f96942..a70db442 100644 --- a/engine/editor/scene/texture/texture_editor_plugin.cpp +++ b/engine/editor/scene/texture/texture_editor_plugin.cpp @@ -2,10 +2,10 @@ /* texture_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_editor_plugin.h b/engine/editor/scene/texture/texture_editor_plugin.h index d66aa46a..fe60c5e8 100644 --- a/engine/editor/scene/texture/texture_editor_plugin.h +++ b/engine/editor/scene/texture/texture_editor_plugin.h @@ -2,10 +2,10 @@ /* texture_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_layered_editor_plugin.cpp b/engine/editor/scene/texture/texture_layered_editor_plugin.cpp index cd6ea2a0..136f41ba 100644 --- a/engine/editor/scene/texture/texture_layered_editor_plugin.cpp +++ b/engine/editor/scene/texture/texture_layered_editor_plugin.cpp @@ -2,10 +2,10 @@ /* texture_layered_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_layered_editor_plugin.h b/engine/editor/scene/texture/texture_layered_editor_plugin.h index 368caf2a..73868220 100644 --- a/engine/editor/scene/texture/texture_layered_editor_plugin.h +++ b/engine/editor/scene/texture/texture_layered_editor_plugin.h @@ -2,10 +2,10 @@ /* texture_layered_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_region_editor_plugin.cpp b/engine/editor/scene/texture/texture_region_editor_plugin.cpp index 43a5e5d6..9b753403 100644 --- a/engine/editor/scene/texture/texture_region_editor_plugin.cpp +++ b/engine/editor/scene/texture/texture_region_editor_plugin.cpp @@ -2,10 +2,10 @@ /* texture_region_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/scene/texture/texture_region_editor_plugin.h b/engine/editor/scene/texture/texture_region_editor_plugin.h index cc7e0923..92e355d8 100644 --- a/engine/editor/scene/texture/texture_region_editor_plugin.h +++ b/engine/editor/scene/texture/texture_region_editor_plugin.h @@ -2,10 +2,10 @@ /* texture_region_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/editor_script.cpp b/engine/editor/script/editor_script.cpp index 2dff5ba9..e5b29226 100644 --- a/engine/editor/script/editor_script.cpp +++ b/engine/editor/script/editor_script.cpp @@ -2,10 +2,10 @@ /* editor_script.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/editor_script.h b/engine/editor/script/editor_script.h index 3abc22b5..4b8ee99d 100644 --- a/engine/editor/script/editor_script.h +++ b/engine/editor/script/editor_script.h @@ -2,10 +2,10 @@ /* editor_script.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/editor_script_plugin.cpp b/engine/editor/script/editor_script_plugin.cpp index cc75a24f..fdb1e0ea 100644 --- a/engine/editor/script/editor_script_plugin.cpp +++ b/engine/editor/script/editor_script_plugin.cpp @@ -2,10 +2,10 @@ /* editor_script_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/editor_script_plugin.h b/engine/editor/script/editor_script_plugin.h index 02ce6471..1eb00567 100644 --- a/engine/editor/script/editor_script_plugin.h +++ b/engine/editor/script/editor_script_plugin.h @@ -2,10 +2,10 @@ /* editor_script_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/find_in_files.cpp b/engine/editor/script/find_in_files.cpp index d4aec5fc..cfb7aafd 100644 --- a/engine/editor/script/find_in_files.cpp +++ b/engine/editor/script/find_in_files.cpp @@ -2,10 +2,10 @@ /* find_in_files.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/find_in_files.h b/engine/editor/script/find_in_files.h index 31cb0f29..8f487875 100644 --- a/engine/editor/script/find_in_files.h +++ b/engine/editor/script/find_in_files.h @@ -2,10 +2,10 @@ /* find_in_files.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_create_dialog.cpp b/engine/editor/script/script_create_dialog.cpp index 55c2e37a..ad1b8567 100644 --- a/engine/editor/script/script_create_dialog.cpp +++ b/engine/editor/script/script_create_dialog.cpp @@ -2,10 +2,10 @@ /* script_create_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_create_dialog.h b/engine/editor/script/script_create_dialog.h index 92c143a2..5891144a 100644 --- a/engine/editor/script/script_create_dialog.h +++ b/engine/editor/script/script_create_dialog.h @@ -2,10 +2,10 @@ /* script_create_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_editor_base.cpp b/engine/editor/script/script_editor_base.cpp index 00623f19..c69aa0ff 100644 --- a/engine/editor/script/script_editor_base.cpp +++ b/engine/editor/script/script_editor_base.cpp @@ -2,10 +2,10 @@ /* script_editor_base.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_editor_base.h b/engine/editor/script/script_editor_base.h index 596afe25..c1a11e78 100644 --- a/engine/editor/script/script_editor_base.h +++ b/engine/editor/script/script_editor_base.h @@ -2,10 +2,10 @@ /* script_editor_base.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_editor_plugin.cpp b/engine/editor/script/script_editor_plugin.cpp index f084092e..80810e2b 100644 --- a/engine/editor/script/script_editor_plugin.cpp +++ b/engine/editor/script/script_editor_plugin.cpp @@ -2,10 +2,10 @@ /* script_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -4169,7 +4169,7 @@ void ScriptEditorPlugin::_window_visibility_changed(bool p_visible) { void ScriptEditorPlugin::_notification(int p_what) { switch (p_what) { case NOTIFICATION_TRANSLATION_CHANGED: { - window_wrapper->set_window_title(vformat(TTR("%s - Godot Engine"), TTR("Script Editor"))); + window_wrapper->set_window_title(vformat(TTR("%s - AETHEX ENGINE"), TTR("Script Editor"))); } break; case NOTIFICATION_ENTER_TREE: { connect("main_screen_changed", callable_mp(this, &ScriptEditorPlugin::_save_last_editor)); diff --git a/engine/editor/script/script_editor_plugin.h b/engine/editor/script/script_editor_plugin.h index 2de8f176..a0233c6d 100644 --- a/engine/editor/script/script_editor_plugin.h +++ b/engine/editor/script/script_editor_plugin.h @@ -2,10 +2,10 @@ /* script_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_text_editor.cpp b/engine/editor/script/script_text_editor.cpp index 46f68beb..4eab1f6b 100644 --- a/engine/editor/script/script_text_editor.cpp +++ b/engine/editor/script/script_text_editor.cpp @@ -2,10 +2,10 @@ /* script_text_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/script_text_editor.h b/engine/editor/script/script_text_editor.h index cbecce23..b893ecc2 100644 --- a/engine/editor/script/script_text_editor.h +++ b/engine/editor/script/script_text_editor.h @@ -2,10 +2,10 @@ /* script_text_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/syntax_highlighters.cpp b/engine/editor/script/syntax_highlighters.cpp index de1acb3a..8bfc123e 100644 --- a/engine/editor/script/syntax_highlighters.cpp +++ b/engine/editor/script/syntax_highlighters.cpp @@ -2,10 +2,10 @@ /* syntax_highlighters.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/syntax_highlighters.h b/engine/editor/script/syntax_highlighters.h index 41c33cce..4d4020ea 100644 --- a/engine/editor/script/syntax_highlighters.h +++ b/engine/editor/script/syntax_highlighters.h @@ -2,10 +2,10 @@ /* syntax_highlighters.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -131,7 +131,7 @@ public: virtual Dictionary _get_line_syntax_highlighting_impl(int p_line) override { return highlighter->get_line_syntax_highlighting(p_line); } // While not explicitly designed for those formats, this highlighter happens - // to handle TSCN, TRES, `project.godot` well. We can expose it in case the + // to handle TSCN, TRES, `project.aethex` well. We can expose it in case the // user opens one of these using the script editor (which can be done using // the All Files filter). virtual PackedStringArray _get_supported_languages() const override { return PackedStringArray{ "ini", "cfg", "tscn", "tres", "godot" }; } diff --git a/engine/editor/script/text_editor.cpp b/engine/editor/script/text_editor.cpp index 34be3665..b92bbb92 100644 --- a/engine/editor/script/text_editor.cpp +++ b/engine/editor/script/text_editor.cpp @@ -2,10 +2,10 @@ /* text_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/script/text_editor.h b/engine/editor/script/text_editor.h index e41792c4..64eedc60 100644 --- a/engine/editor/script/text_editor.h +++ b/engine/editor/script/text_editor.h @@ -2,10 +2,10 @@ /* text_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/action_map_editor.cpp b/engine/editor/settings/action_map_editor.cpp index 6e646566..aa6c946e 100644 --- a/engine/editor/settings/action_map_editor.cpp +++ b/engine/editor/settings/action_map_editor.cpp @@ -2,10 +2,10 @@ /* action_map_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/action_map_editor.h b/engine/editor/settings/action_map_editor.h index c81c9690..56fc4876 100644 --- a/engine/editor/settings/action_map_editor.h +++ b/engine/editor/settings/action_map_editor.h @@ -2,10 +2,10 @@ /* action_map_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_autoload_settings.cpp b/engine/editor/settings/editor_autoload_settings.cpp index 4d708e58..0b74d5a8 100644 --- a/engine/editor/settings/editor_autoload_settings.cpp +++ b/engine/editor/settings/editor_autoload_settings.cpp @@ -2,10 +2,10 @@ /* editor_autoload_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_autoload_settings.h b/engine/editor/settings/editor_autoload_settings.h index 81d31d6e..ba7fcb06 100644 --- a/engine/editor/settings/editor_autoload_settings.h +++ b/engine/editor/settings/editor_autoload_settings.h @@ -2,10 +2,10 @@ /* editor_autoload_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_build_profile.cpp b/engine/editor/settings/editor_build_profile.cpp index f9c37e67..57a59e5f 100644 --- a/engine/editor/settings/editor_build_profile.cpp +++ b/engine/editor/settings/editor_build_profile.cpp @@ -2,10 +2,10 @@ /* editor_build_profile.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_build_profile.h b/engine/editor/settings/editor_build_profile.h index aeaa6195..12e4dbe3 100644 --- a/engine/editor/settings/editor_build_profile.h +++ b/engine/editor/settings/editor_build_profile.h @@ -2,10 +2,10 @@ /* editor_build_profile.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_command_palette.cpp b/engine/editor/settings/editor_command_palette.cpp index da46f7bb..46a8dd55 100644 --- a/engine/editor/settings/editor_command_palette.cpp +++ b/engine/editor/settings/editor_command_palette.cpp @@ -2,10 +2,10 @@ /* editor_command_palette.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_command_palette.h b/engine/editor/settings/editor_command_palette.h index 36d5a0d0..7f912fd8 100644 --- a/engine/editor/settings/editor_command_palette.h +++ b/engine/editor/settings/editor_command_palette.h @@ -2,10 +2,10 @@ /* editor_command_palette.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_event_search_bar.cpp b/engine/editor/settings/editor_event_search_bar.cpp index e65e7d5f..d61c0879 100644 --- a/engine/editor/settings/editor_event_search_bar.cpp +++ b/engine/editor/settings/editor_event_search_bar.cpp @@ -2,10 +2,10 @@ /* editor_event_search_bar.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_event_search_bar.h b/engine/editor/settings/editor_event_search_bar.h index 9140f4af..9477a006 100644 --- a/engine/editor/settings/editor_event_search_bar.h +++ b/engine/editor/settings/editor_event_search_bar.h @@ -2,10 +2,10 @@ /* editor_event_search_bar.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_feature_profile.cpp b/engine/editor/settings/editor_feature_profile.cpp index 0e929c3c..3e589d54 100644 --- a/engine/editor/settings/editor_feature_profile.cpp +++ b/engine/editor/settings/editor_feature_profile.cpp @@ -2,10 +2,10 @@ /* editor_feature_profile.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_feature_profile.h b/engine/editor/settings/editor_feature_profile.h index cbbe815a..dde984d1 100644 --- a/engine/editor/settings/editor_feature_profile.h +++ b/engine/editor/settings/editor_feature_profile.h @@ -2,10 +2,10 @@ /* editor_feature_profile.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_folding.cpp b/engine/editor/settings/editor_folding.cpp index f65948c2..5d78ab83 100644 --- a/engine/editor/settings/editor_folding.cpp +++ b/engine/editor/settings/editor_folding.cpp @@ -2,10 +2,10 @@ /* editor_folding.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_folding.h b/engine/editor/settings/editor_folding.h index cc41dbd7..0ba4b780 100644 --- a/engine/editor/settings/editor_folding.h +++ b/engine/editor/settings/editor_folding.h @@ -2,10 +2,10 @@ /* editor_folding.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_layouts_dialog.cpp b/engine/editor/settings/editor_layouts_dialog.cpp index 69fa5a4a..b4a9da89 100644 --- a/engine/editor/settings/editor_layouts_dialog.cpp +++ b/engine/editor/settings/editor_layouts_dialog.cpp @@ -2,10 +2,10 @@ /* editor_layouts_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_layouts_dialog.h b/engine/editor/settings/editor_layouts_dialog.h index 761f15a4..8ca911f2 100644 --- a/engine/editor/settings/editor_layouts_dialog.h +++ b/engine/editor/settings/editor_layouts_dialog.h @@ -2,10 +2,10 @@ /* editor_layouts_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_settings.cpp b/engine/editor/settings/editor_settings.cpp index 99334578..5a65e232 100644 --- a/engine/editor/settings/editor_settings.cpp +++ b/engine/editor/settings/editor_settings.cpp @@ -2,10 +2,10 @@ /* editor_settings.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_settings.h b/engine/editor/settings/editor_settings.h index dcb60463..559ba3cc 100644 --- a/engine/editor/settings/editor_settings.h +++ b/engine/editor/settings/editor_settings.h @@ -2,10 +2,10 @@ /* editor_settings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_settings_dialog.cpp b/engine/editor/settings/editor_settings_dialog.cpp index 285c8d5a..9a67fd5c 100644 --- a/engine/editor/settings/editor_settings_dialog.cpp +++ b/engine/editor/settings/editor_settings_dialog.cpp @@ -2,10 +2,10 @@ /* editor_settings_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/editor_settings_dialog.h b/engine/editor/settings/editor_settings_dialog.h index f8a7950a..18d9b70a 100644 --- a/engine/editor/settings/editor_settings_dialog.h +++ b/engine/editor/settings/editor_settings_dialog.h @@ -2,10 +2,10 @@ /* editor_settings_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/event_listener_line_edit.cpp b/engine/editor/settings/event_listener_line_edit.cpp index b471e449..166e6cd1 100644 --- a/engine/editor/settings/event_listener_line_edit.cpp +++ b/engine/editor/settings/event_listener_line_edit.cpp @@ -2,10 +2,10 @@ /* event_listener_line_edit.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/event_listener_line_edit.h b/engine/editor/settings/event_listener_line_edit.h index b446c24e..196dfea8 100644 --- a/engine/editor/settings/event_listener_line_edit.h +++ b/engine/editor/settings/event_listener_line_edit.h @@ -2,10 +2,10 @@ /* event_listener_line_edit.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/input_event_configuration_dialog.cpp b/engine/editor/settings/input_event_configuration_dialog.cpp index 1ecfd645..038daf2b 100644 --- a/engine/editor/settings/input_event_configuration_dialog.cpp +++ b/engine/editor/settings/input_event_configuration_dialog.cpp @@ -2,10 +2,10 @@ /* input_event_configuration_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/input_event_configuration_dialog.h b/engine/editor/settings/input_event_configuration_dialog.h index 06944f81..aad0af55 100644 --- a/engine/editor/settings/input_event_configuration_dialog.h +++ b/engine/editor/settings/input_event_configuration_dialog.h @@ -2,10 +2,10 @@ /* input_event_configuration_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/settings/project_settings_editor.cpp b/engine/editor/settings/project_settings_editor.cpp index 2916f7d2..b4311aa5 100644 --- a/engine/editor/settings/project_settings_editor.cpp +++ b/engine/editor/settings/project_settings_editor.cpp @@ -2,10 +2,10 @@ /* project_settings_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -689,7 +689,7 @@ void ProjectSettingsEditor::_bind_methods() { ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) { singleton = this; - set_title(TTRC("Project Settings (project.godot)")); + set_title(TTRC("Project Settings (project.aethex)")); set_flag(FLAG_MAXIMIZE_DISABLED, false); set_clamp_to_embedder(true); diff --git a/engine/editor/settings/project_settings_editor.h b/engine/editor/settings/project_settings_editor.h index 6263f095..bb82109a 100644 --- a/engine/editor/settings/project_settings_editor.h +++ b/engine/editor/settings/project_settings_editor.h @@ -2,10 +2,10 @@ /* project_settings_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/editor_native_shader_source_visualizer.cpp b/engine/editor/shader/editor_native_shader_source_visualizer.cpp index 16944a8e..de8bd26b 100644 --- a/engine/editor/shader/editor_native_shader_source_visualizer.cpp +++ b/engine/editor/shader/editor_native_shader_source_visualizer.cpp @@ -2,10 +2,10 @@ /* editor_native_shader_source_visualizer.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/editor_native_shader_source_visualizer.h b/engine/editor/shader/editor_native_shader_source_visualizer.h index f75e165c..c0c473a8 100644 --- a/engine/editor/shader/editor_native_shader_source_visualizer.h +++ b/engine/editor/shader/editor_native_shader_source_visualizer.h @@ -2,10 +2,10 @@ /* editor_native_shader_source_visualizer.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/editor_shader_language_plugin.cpp b/engine/editor/shader/editor_shader_language_plugin.cpp index 0b77fe86..3531f636 100644 --- a/engine/editor/shader/editor_shader_language_plugin.cpp +++ b/engine/editor/shader/editor_shader_language_plugin.cpp @@ -2,10 +2,10 @@ /* editor_shader_language_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/editor_shader_language_plugin.h b/engine/editor/shader/editor_shader_language_plugin.h index 8cbba218..938d68d5 100644 --- a/engine/editor/shader/editor_shader_language_plugin.h +++ b/engine/editor/shader/editor_shader_language_plugin.h @@ -2,10 +2,10 @@ /* editor_shader_language_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.cpp b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.cpp index bd00d459..f91d5186 100644 --- a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.cpp +++ b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.cpp @@ -2,10 +2,10 @@ /* shader_baker_export_plugin_platform_d3d12.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.h b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.h index 6f85ac80..d9af364d 100644 --- a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.h +++ b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_d3d12.h @@ -2,10 +2,10 @@ /* shader_baker_export_plugin_platform_d3d12.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.cpp b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.cpp index 8570b5f1..d7ba315f 100644 --- a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.cpp +++ b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.cpp @@ -2,10 +2,10 @@ /* shader_baker_export_plugin_platform_metal.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.h b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.h index 5ace0184..fbc086d1 100644 --- a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.h +++ b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_metal.h @@ -2,10 +2,10 @@ /* shader_baker_export_plugin_platform_metal.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.cpp b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.cpp index 90f516d0..cb7fc9fe 100644 --- a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.cpp +++ b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.cpp @@ -2,10 +2,10 @@ /* shader_baker_export_plugin_platform_vulkan.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.h b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.h index f4a978e5..fc108cf8 100644 --- a/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.h +++ b/engine/editor/shader/shader_baker/shader_baker_export_plugin_platform_vulkan.h @@ -2,10 +2,10 @@ /* shader_baker_export_plugin_platform_vulkan.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_create_dialog.cpp b/engine/editor/shader/shader_create_dialog.cpp index f169552f..5d95ff50 100644 --- a/engine/editor/shader/shader_create_dialog.cpp +++ b/engine/editor/shader/shader_create_dialog.cpp @@ -2,10 +2,10 @@ /* shader_create_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_create_dialog.h b/engine/editor/shader/shader_create_dialog.h index cc59b48f..1d59751b 100644 --- a/engine/editor/shader/shader_create_dialog.h +++ b/engine/editor/shader/shader_create_dialog.h @@ -2,10 +2,10 @@ /* shader_create_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_editor.h b/engine/editor/shader/shader_editor.h index ae4e86e1..a546abae 100644 --- a/engine/editor/shader/shader_editor.h +++ b/engine/editor/shader/shader_editor.h @@ -2,10 +2,10 @@ /* shader_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_editor_plugin.cpp b/engine/editor/shader/shader_editor_plugin.cpp index fb61f9b0..329272db 100644 --- a/engine/editor/shader/shader_editor_plugin.cpp +++ b/engine/editor/shader/shader_editor_plugin.cpp @@ -2,10 +2,10 @@ /* shader_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_editor_plugin.h b/engine/editor/shader/shader_editor_plugin.h index b1b0e8cd..043c1f79 100644 --- a/engine/editor/shader/shader_editor_plugin.h +++ b/engine/editor/shader/shader_editor_plugin.h @@ -2,10 +2,10 @@ /* shader_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_file_editor_plugin.cpp b/engine/editor/shader/shader_file_editor_plugin.cpp index 50982c12..203adaa8 100644 --- a/engine/editor/shader/shader_file_editor_plugin.cpp +++ b/engine/editor/shader/shader_file_editor_plugin.cpp @@ -2,10 +2,10 @@ /* shader_file_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_file_editor_plugin.h b/engine/editor/shader/shader_file_editor_plugin.h index 031b13b4..729fccf8 100644 --- a/engine/editor/shader/shader_file_editor_plugin.h +++ b/engine/editor/shader/shader_file_editor_plugin.h @@ -2,10 +2,10 @@ /* shader_file_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_globals_editor.cpp b/engine/editor/shader/shader_globals_editor.cpp index 48a93a92..3dd5addc 100644 --- a/engine/editor/shader/shader_globals_editor.cpp +++ b/engine/editor/shader/shader_globals_editor.cpp @@ -2,10 +2,10 @@ /* shader_globals_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/shader_globals_editor.h b/engine/editor/shader/shader_globals_editor.h index 4fc0daaa..98516e73 100644 --- a/engine/editor/shader/shader_globals_editor.h +++ b/engine/editor/shader/shader_globals_editor.h @@ -2,10 +2,10 @@ /* shader_globals_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/text_shader_editor.cpp b/engine/editor/shader/text_shader_editor.cpp index 4b47b658..6ec1a8c9 100644 --- a/engine/editor/shader/text_shader_editor.cpp +++ b/engine/editor/shader/text_shader_editor.cpp @@ -2,10 +2,10 @@ /* text_shader_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/text_shader_editor.h b/engine/editor/shader/text_shader_editor.h index 80a6c83c..07d9d120 100644 --- a/engine/editor/shader/text_shader_editor.h +++ b/engine/editor/shader/text_shader_editor.h @@ -2,10 +2,10 @@ /* text_shader_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/text_shader_language_plugin.cpp b/engine/editor/shader/text_shader_language_plugin.cpp index 48ce7bff..be939f92 100644 --- a/engine/editor/shader/text_shader_language_plugin.cpp +++ b/engine/editor/shader/text_shader_language_plugin.cpp @@ -2,10 +2,10 @@ /* text_shader_language_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/text_shader_language_plugin.h b/engine/editor/shader/text_shader_language_plugin.h index f5c08241..baab8268 100644 --- a/engine/editor/shader/text_shader_language_plugin.h +++ b/engine/editor/shader/text_shader_language_plugin.h @@ -2,10 +2,10 @@ /* text_shader_language_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/visual_shader_editor_plugin.cpp b/engine/editor/shader/visual_shader_editor_plugin.cpp index 9b301b0b..369fcf01 100644 --- a/engine/editor/shader/visual_shader_editor_plugin.cpp +++ b/engine/editor/shader/visual_shader_editor_plugin.cpp @@ -2,10 +2,10 @@ /* visual_shader_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/visual_shader_editor_plugin.h b/engine/editor/shader/visual_shader_editor_plugin.h index 3535925c..2b4c0235 100644 --- a/engine/editor/shader/visual_shader_editor_plugin.h +++ b/engine/editor/shader/visual_shader_editor_plugin.h @@ -2,10 +2,10 @@ /* visual_shader_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/visual_shader_language_plugin.cpp b/engine/editor/shader/visual_shader_language_plugin.cpp index 2d4d8697..d622471b 100644 --- a/engine/editor/shader/visual_shader_language_plugin.cpp +++ b/engine/editor/shader/visual_shader_language_plugin.cpp @@ -2,10 +2,10 @@ /* visual_shader_language_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/shader/visual_shader_language_plugin.h b/engine/editor/shader/visual_shader_language_plugin.h index fbff6bdc..9ab22f3b 100644 --- a/engine/editor/shader/visual_shader_language_plugin.h +++ b/engine/editor/shader/visual_shader_language_plugin.h @@ -2,10 +2,10 @@ /* visual_shader_language_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_color_map.cpp b/engine/editor/themes/editor_color_map.cpp index d634ba90..e086e3a4 100644 --- a/engine/editor/themes/editor_color_map.cpp +++ b/engine/editor/themes/editor_color_map.cpp @@ -2,10 +2,10 @@ /* editor_color_map.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_color_map.h b/engine/editor/themes/editor_color_map.h index cf9fa343..ec9034ad 100644 --- a/engine/editor/themes/editor_color_map.h +++ b/engine/editor/themes/editor_color_map.h @@ -2,10 +2,10 @@ /* editor_color_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_fonts.cpp b/engine/editor/themes/editor_fonts.cpp index 5dfdb289..bf6bcb57 100644 --- a/engine/editor/themes/editor_fonts.cpp +++ b/engine/editor/themes/editor_fonts.cpp @@ -2,10 +2,10 @@ /* editor_fonts.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_fonts.h b/engine/editor/themes/editor_fonts.h index d252d35b..17ba26b8 100644 --- a/engine/editor/themes/editor_fonts.h +++ b/engine/editor/themes/editor_fonts.h @@ -2,10 +2,10 @@ /* editor_fonts.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_icons.cpp b/engine/editor/themes/editor_icons.cpp index a58ad3a7..8830ad66 100644 --- a/engine/editor/themes/editor_icons.cpp +++ b/engine/editor/themes/editor_icons.cpp @@ -2,10 +2,10 @@ /* editor_icons.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_icons.h b/engine/editor/themes/editor_icons.h index 66cd393c..bf8e13f5 100644 --- a/engine/editor/themes/editor_icons.h +++ b/engine/editor/themes/editor_icons.h @@ -2,10 +2,10 @@ /* editor_icons.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_scale.cpp b/engine/editor/themes/editor_scale.cpp index 0670e98e..25a7cbe6 100644 --- a/engine/editor/themes/editor_scale.cpp +++ b/engine/editor/themes/editor_scale.cpp @@ -2,10 +2,10 @@ /* editor_scale.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_scale.h b/engine/editor/themes/editor_scale.h index f2654574..901e0cc6 100644 --- a/engine/editor/themes/editor_scale.h +++ b/engine/editor/themes/editor_scale.h @@ -2,10 +2,10 @@ /* editor_scale.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_theme.cpp b/engine/editor/themes/editor_theme.cpp index ab7c8083..4e20ba60 100644 --- a/engine/editor/themes/editor_theme.cpp +++ b/engine/editor/themes/editor_theme.cpp @@ -2,10 +2,10 @@ /* editor_theme.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_theme.h b/engine/editor/themes/editor_theme.h index 53c42d25..9f023bf7 100644 --- a/engine/editor/themes/editor_theme.h +++ b/engine/editor/themes/editor_theme.h @@ -2,10 +2,10 @@ /* editor_theme.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_theme_manager.cpp b/engine/editor/themes/editor_theme_manager.cpp index d627865b..e3ddea09 100644 --- a/engine/editor/themes/editor_theme_manager.cpp +++ b/engine/editor/themes/editor_theme_manager.cpp @@ -2,10 +2,10 @@ /* editor_theme_manager.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/editor_theme_manager.h b/engine/editor/themes/editor_theme_manager.h index 26d858f9..946ac69e 100644 --- a/engine/editor/themes/editor_theme_manager.h +++ b/engine/editor/themes/editor_theme_manager.h @@ -2,10 +2,10 @@ /* editor_theme_manager.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/theme_classic.cpp b/engine/editor/themes/theme_classic.cpp index c0682931..e6df7227 100644 --- a/engine/editor/themes/theme_classic.cpp +++ b/engine/editor/themes/theme_classic.cpp @@ -2,10 +2,10 @@ /* theme_classic.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/theme_classic.h b/engine/editor/themes/theme_classic.h index dd00bcfa..82977f19 100644 --- a/engine/editor/themes/theme_classic.h +++ b/engine/editor/themes/theme_classic.h @@ -2,10 +2,10 @@ /* theme_classic.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/theme_modern.cpp b/engine/editor/themes/theme_modern.cpp index e774672e..783ea5b0 100644 --- a/engine/editor/themes/theme_modern.cpp +++ b/engine/editor/themes/theme_modern.cpp @@ -2,10 +2,10 @@ /* theme_modern.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/themes/theme_modern.h b/engine/editor/themes/theme_modern.h index 8b57c0d7..75021471 100644 --- a/engine/editor/themes/theme_modern.h +++ b/engine/editor/themes/theme_modern.h @@ -2,10 +2,10 @@ /* theme_modern.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_locale_dialog.cpp b/engine/editor/translations/editor_locale_dialog.cpp index d7e8aaf6..959aaea3 100644 --- a/engine/editor/translations/editor_locale_dialog.cpp +++ b/engine/editor/translations/editor_locale_dialog.cpp @@ -2,10 +2,10 @@ /* editor_locale_dialog.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_locale_dialog.h b/engine/editor/translations/editor_locale_dialog.h index c7fa5b09..2dbdbc19 100644 --- a/engine/editor/translations/editor_locale_dialog.h +++ b/engine/editor/translations/editor_locale_dialog.h @@ -2,10 +2,10 @@ /* editor_locale_dialog.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation.cpp b/engine/editor/translations/editor_translation.cpp index e9b85cf7..535829d6 100644 --- a/engine/editor/translations/editor_translation.cpp +++ b/engine/editor/translations/editor_translation.cpp @@ -2,10 +2,10 @@ /* editor_translation.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation.h b/engine/editor/translations/editor_translation.h index 862c32e1..053f7c55 100644 --- a/engine/editor/translations/editor_translation.h +++ b/engine/editor/translations/editor_translation.h @@ -2,10 +2,10 @@ /* editor_translation.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation_parser.cpp b/engine/editor/translations/editor_translation_parser.cpp index 25f00f33..8c9a79b6 100644 --- a/engine/editor/translations/editor_translation_parser.cpp +++ b/engine/editor/translations/editor_translation_parser.cpp @@ -2,10 +2,10 @@ /* editor_translation_parser.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation_parser.h b/engine/editor/translations/editor_translation_parser.h index f122413d..d5057a2e 100644 --- a/engine/editor/translations/editor_translation_parser.h +++ b/engine/editor/translations/editor_translation_parser.h @@ -2,10 +2,10 @@ /* editor_translation_parser.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation_preview_button.cpp b/engine/editor/translations/editor_translation_preview_button.cpp index 4ab62174..555937a8 100644 --- a/engine/editor/translations/editor_translation_preview_button.cpp +++ b/engine/editor/translations/editor_translation_preview_button.cpp @@ -2,10 +2,10 @@ /* editor_translation_preview_button.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation_preview_button.h b/engine/editor/translations/editor_translation_preview_button.h index 33439115..83052c48 100644 --- a/engine/editor/translations/editor_translation_preview_button.h +++ b/engine/editor/translations/editor_translation_preview_button.h @@ -2,10 +2,10 @@ /* editor_translation_preview_button.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation_preview_menu.cpp b/engine/editor/translations/editor_translation_preview_menu.cpp index 17268bd4..e0217823 100644 --- a/engine/editor/translations/editor_translation_preview_menu.cpp +++ b/engine/editor/translations/editor_translation_preview_menu.cpp @@ -2,10 +2,10 @@ /* editor_translation_preview_menu.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/editor_translation_preview_menu.h b/engine/editor/translations/editor_translation_preview_menu.h index 838e78aa..35f058aa 100644 --- a/engine/editor/translations/editor_translation_preview_menu.h +++ b/engine/editor/translations/editor_translation_preview_menu.h @@ -2,10 +2,10 @@ /* editor_translation_preview_menu.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/localization_editor.cpp b/engine/editor/translations/localization_editor.cpp index 3664460f..7e95d0a9 100644 --- a/engine/editor/translations/localization_editor.cpp +++ b/engine/editor/translations/localization_editor.cpp @@ -2,10 +2,10 @@ /* localization_editor.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/localization_editor.h b/engine/editor/translations/localization_editor.h index e7c1b804..35c8b8c4 100644 --- a/engine/editor/translations/localization_editor.h +++ b/engine/editor/translations/localization_editor.h @@ -2,10 +2,10 @@ /* localization_editor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/packed_scene_translation_parser_plugin.cpp b/engine/editor/translations/packed_scene_translation_parser_plugin.cpp index 2bb4e1da..54d93782 100644 --- a/engine/editor/translations/packed_scene_translation_parser_plugin.cpp +++ b/engine/editor/translations/packed_scene_translation_parser_plugin.cpp @@ -2,10 +2,10 @@ /* packed_scene_translation_parser_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/packed_scene_translation_parser_plugin.h b/engine/editor/translations/packed_scene_translation_parser_plugin.h index bc009762..1aafa1fa 100644 --- a/engine/editor/translations/packed_scene_translation_parser_plugin.h +++ b/engine/editor/translations/packed_scene_translation_parser_plugin.h @@ -2,10 +2,10 @@ /* packed_scene_translation_parser_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/template_generator.cpp b/engine/editor/translations/template_generator.cpp index 335f3d5c..a233ceae 100644 --- a/engine/editor/translations/template_generator.cpp +++ b/engine/editor/translations/template_generator.cpp @@ -2,10 +2,10 @@ /* template_generator.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/translations/template_generator.h b/engine/editor/translations/template_generator.h index 75703c6b..220b8569 100644 --- a/engine/editor/translations/template_generator.h +++ b/engine/editor/translations/template_generator.h @@ -2,10 +2,10 @@ /* template_generator.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/version_control/editor_vcs_interface.cpp b/engine/editor/version_control/editor_vcs_interface.cpp index 4c9eeb97..938ec4c4 100644 --- a/engine/editor/version_control/editor_vcs_interface.cpp +++ b/engine/editor/version_control/editor_vcs_interface.cpp @@ -2,10 +2,10 @@ /* editor_vcs_interface.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/version_control/editor_vcs_interface.h b/engine/editor/version_control/editor_vcs_interface.h index eb501299..dad719d6 100644 --- a/engine/editor/version_control/editor_vcs_interface.h +++ b/engine/editor/version_control/editor_vcs_interface.h @@ -2,10 +2,10 @@ /* editor_vcs_interface.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/editor/version_control/version_control_editor_plugin.cpp b/engine/editor/version_control/version_control_editor_plugin.cpp index 26173f01..d8b10737 100644 --- a/engine/editor/version_control/version_control_editor_plugin.cpp +++ b/engine/editor/version_control/version_control_editor_plugin.cpp @@ -2,10 +2,10 @@ /* version_control_editor_plugin.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -431,7 +431,7 @@ void VersionControlEditorPlugin::_discard_file(const String &p_file_path, Editor CHECK_PLUGIN_INITIALIZED(); EditorVCSInterface::get_singleton()->discard_file(p_file_path); } - // FIXIT: The project.godot file shows weird behavior + // FIXIT: The project.aethex file shows weird behavior EditorFileSystem::get_singleton()->update_file(p_file_path); } diff --git a/engine/editor/version_control/version_control_editor_plugin.h b/engine/editor/version_control/version_control_editor_plugin.h index e4eb2b7d..7adc5883 100644 --- a/engine/editor/version_control/version_control_editor_plugin.h +++ b/engine/editor/version_control/version_control_editor_plugin.h @@ -2,10 +2,10 @@ /* version_control_editor_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/main.cpp b/engine/main/main.cpp index 0fa1c1de..9fcbf297 100644 --- a/engine/main/main.cpp +++ b/engine/main/main.cpp @@ -2,10 +2,10 @@ /* main.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ @@ -520,7 +520,7 @@ void Main::print_help(const char *p_binary) { print_header(true); print_help_copyright("Free and open source software under the terms of the MIT license."); print_help_copyright("(c) 2024-present AeThex Engine contributors."); - print_help_copyright("Based on Godot Engine (c) 2014-present Godot Engine contributors. (c) 2007-present Juan Linietsky, Ariel Manzur."); + print_help_copyright("Based on AETHEX ENGINE (c) 2014-present AETHEX ENGINE contributors. (c) 2007-present Juan Linietsky, Ariel Manzur."); print_help_title("Usage"); OS::get_singleton()->print(" %s \u001b[96m[options] [path to \"project.aethex\" file]\u001b[0m\n", p_binary); @@ -1754,7 +1754,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph OS::get_singleton()->print("Missing number of iterations, aborting.\n"); goto error; } - } else if (arg.ends_with("project.godot")) { + } else if (arg.ends_with("project.aethex")) { #if defined(OVERRIDE_PATH_ENABLED) String path; String file = arg; @@ -1774,7 +1774,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph #endif #else ERR_PRINT( - "`project.godot` path was specified on the command line, but this Godot binary was compiled without support for path overrides. Aborting.\n" + "`project.aethex` path was specified on the command line, but this Godot binary was compiled without support for path overrides. Aborting.\n" "To be able to use it, use the `disable_path_overrides=no` SCons option when compiling Godot.\n"); goto error; #endif // defined(OVERRIDE_PATH_ENABLED) @@ -2024,7 +2024,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph #if defined(DEBUG_ENABLED) || defined(TOOLS_ENABLED) // Network file system needs to be configured before globals, since globals are based on the - // 'project.godot' file which will only be available through the network if this is enabled + // 'project.aethex' file which will only be available through the network if this is enabled if (!remotefs.is_empty()) { int port; if (remotefs.contains_char(':')) { @@ -2058,8 +2058,8 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph if (FileAccess::exists(old_cwd.path_join(exec_basename + ".pck"))) { error_msg += "\"" + exec_basename + ".pck\" was found in the current working directory. To be able to load a project from the CWD, use the `disable_path_overrides=no` SCons option when compiling Godot.\n"; - } else if (FileAccess::exists(old_cwd.path_join("project.godot"))) { - error_msg += "\"project.godot\" was found in the current working directory. To be able to load a project from the CWD, use the `disable_path_overrides=no` SCons option when compiling Godot.\n"; + } else if (FileAccess::exists(old_cwd.path_join("project.aethex"))) { + error_msg += "\"project.aethex\" was found in the current working directory. To be able to load a project from the CWD, use the `disable_path_overrides=no` SCons option when compiling Godot.\n"; } else { error_msg += "If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).\n"; } @@ -2739,7 +2739,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph GLOBAL_DEF_NOVAL(PropertyInfo(Variant::STRING, "display/display_server/driver.macos", PROPERTY_HINT_ENUM, "default,macos,headless"), "default"); GLOBAL_DEF_RST_NOVAL("audio/driver/driver", AudioDriverManager::get_driver(0)->get_name()); - if (audio_driver.is_empty()) { // Specified in project.godot. + if (audio_driver.is_empty()) { // Specified in project.aethex. if (project_manager) { // The project manager doesn't need to play sound (TTS audio output is not emitted by Godot, but by the system itself). // Disable audio output so it doesn't appear in the list of applications outputting sound in the OS. @@ -3425,7 +3425,7 @@ Error Main::setup2(bool p_show_boot_logo) { } #endif - if (tablet_driver.is_empty()) { // specified in project.godot + if (tablet_driver.is_empty()) { // specified in project.aethex tablet_driver = GLOBAL_GET("input_devices/pen_tablet/driver"); if (tablet_driver.is_empty()) { tablet_driver = DisplayServer::get_singleton()->tablet_get_driver_name(0); diff --git a/engine/main/main.h b/engine/main/main.h index ff92e0b5..9c64f259 100644 --- a/engine/main/main.h +++ b/engine/main/main.h @@ -2,10 +2,10 @@ /* main.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/main_timer_sync.cpp b/engine/main/main_timer_sync.cpp index 49a424e8..d3dd61b8 100644 --- a/engine/main/main_timer_sync.cpp +++ b/engine/main/main_timer_sync.cpp @@ -2,10 +2,10 @@ /* main_timer_sync.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/main_timer_sync.h b/engine/main/main_timer_sync.h index 2065bc2b..348ab08f 100644 --- a/engine/main/main_timer_sync.h +++ b/engine/main/main_timer_sync.h @@ -2,10 +2,10 @@ /* main_timer_sync.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/performance.cpp b/engine/main/performance.cpp index 0e32c9a8..04a1c908 100644 --- a/engine/main/performance.cpp +++ b/engine/main/performance.cpp @@ -2,10 +2,10 @@ /* performance.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/performance.h b/engine/main/performance.h index f3d0668f..658f47f3 100644 --- a/engine/main/performance.h +++ b/engine/main/performance.h @@ -2,10 +2,10 @@ /* performance.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/steam_tracker.cpp b/engine/main/steam_tracker.cpp index 864453d7..ed95e01c 100644 --- a/engine/main/steam_tracker.cpp +++ b/engine/main/steam_tracker.cpp @@ -2,10 +2,10 @@ /* steam_tracker.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/main/steam_tracker.h b/engine/main/steam_tracker.h index ebcc65b0..a57fa247 100644 --- a/engine/main/steam_tracker.h +++ b/engine/main/steam_tracker.h @@ -2,10 +2,10 @@ /* steam_tracker.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/methods.py b/engine/methods.py index 6fe6b2fb..f344589c 100644 --- a/engine/methods.py +++ b/engine/methods.py @@ -1522,10 +1522,10 @@ def generate_copyright_header(filename: str) -> str: /* %s*/ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.cpp b/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.cpp index f36e09c6..dc9f36ba 100644 --- a/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.cpp +++ b/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.cpp @@ -2,10 +2,10 @@ /* dummy.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.h b/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.h index a29be476..584febb6 100644 --- a/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.h +++ b/engine/misc/dist/apple_embedded_xcode/aethex_apple_embedded/dummy.h @@ -2,10 +2,10 @@ /* dummy.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/misc/dist/html/editor.html b/engine/misc/dist/html/editor.html index 270136d4..f0485e85 100644 --- a/engine/misc/dist/html/editor.html +++ b/engine/misc/dist/html/editor.html @@ -3,7 +3,7 @@ - + diff --git a/engine/misc/dist/windows/aethex.iss b/engine/misc/dist/windows/aethex.iss index 3aad2bd7..87b34c74 100644 --- a/engine/misc/dist/windows/aethex.iss +++ b/engine/misc/dist/windows/aethex.iss @@ -1,8 +1,8 @@ -#define MyAppName "Godot Engine" +#define MyAppName "AeThex Engine" #define MyAppVersion "4.7" -#define MyAppPublisher "Godot Engine contributors" -#define MyAppURL "https://godotengine.org/" -#define MyAppExeName "godot.exe" +#define MyAppPublisher "AeThex Engine contributors" +#define MyAppURL "https://AeThexengine.org/" +#define MyAppExeName "AeThex.exe" [Setup] AppId={{60D07AAA-400E-40F5-B073-A796C34D9D78} @@ -15,16 +15,16 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -AppComments=Godot Engine editor +AppComments=AeThex Engine editor ChangesEnvironment=yes -DefaultDirName={localappdata}\Godot -DefaultGroupName=Godot Engine +DefaultDirName={localappdata}\AeThex +DefaultGroupName=AeThex Engine AllowNoIcons=yes UninstallDisplayIcon={app}\{#MyAppExeName} #ifdef App32Bit - OutputBaseFilename=godot-setup-x86 + OutputBaseFilename=AeThex-setup-x86 #else - OutputBaseFilename=godot-setup-x86_64 + OutputBaseFilename=AeThex-setup-x86_64 ArchitecturesAllowed=x64 ArchitecturesInstallIn64BitMode=x64 #endif @@ -37,7 +37,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked -Name: "modifypath"; Description: "Add Godot to PATH environment variable" +Name: "modifypath"; Description: "Add AeThex to PATH environment variable" [Files] Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion diff --git a/engine/misc/scripts/copyright_headers.py b/engine/misc/scripts/copyright_headers.py index 3d53c708..32e06e0f 100755 --- a/engine/misc/scripts/copyright_headers.py +++ b/engine/misc/scripts/copyright_headers.py @@ -8,10 +8,10 @@ header = """\ /* $filename */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_ai/register_types.h b/engine/modules/aethex_ai/register_types.h index 7929a8d8..197d0221 100644 --- a/engine/modules/aethex_ai/register_types.h +++ b/engine/modules/aethex_ai/register_types.h @@ -7,8 +7,8 @@ /**************************************************************************/ /* Copyright (c) 2026-present AeThex Labs. */ /* */ -/* Based on Godot Engine (MIT License) */ -/* Copyright (c) 2014-present Godot Engine contributors. */ +/* Based on AETHEX ENGINE (MIT License) */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors. */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /**************************************************************************/ diff --git a/engine/modules/aethex_export/config.py b/engine/modules/aethex_export/config.py index d74e9c9c..4bc3f2f0 100644 --- a/engine/modules/aethex_export/config.py +++ b/engine/modules/aethex_export/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return False # Disabled until API compatibility fixes + return True def configure(env): pass diff --git a/engine/modules/aethex_kinect/README.md b/engine/modules/aethex_kinect/README.md new file mode 100644 index 00000000..1ad6a8a7 --- /dev/null +++ b/engine/modules/aethex_kinect/README.md @@ -0,0 +1,127 @@ +# AeThex Kinect Module + +Native AeThex Engine module for Kinect skeleton tracking and gesture detection. + +## Features + +- **KinectBridge**: Main node that receives OSC data from Python bridge +- **KinectSkeleton**: 20-joint skeleton data with tracking states +- **KinectGestureDetector**: Detects arms raised, push, swipe gestures + +## Setup + +### 1. Build AeThex Engine with this module + +```bash +cd engine +scons platform=windows target=editor +``` + +The module is automatically included via the modules system. + +### 2. Run the Python Kinect Bridge + +```bash +cd c:\Dev\aethex-kinect-bridge\python_bridge +py kinect_bridge.py --simulate # Without hardware +py kinect_bridge.py # With Kinect v1 +``` + +### 3. Create a scene with KinectBridge + +```gdscript +extends Node3D + +var kinect: KinectBridge + +func _ready(): + kinect = KinectBridge.new() + add_child(kinect) + + kinect.skeleton_detected.connect(_on_skeleton_detected) + kinect.gesture_received.connect(_on_gesture) + kinect.identity_forged.connect(_on_identity_forged) + + kinect.set_mode(KinectBridge.MODE_FOUNDRY) + kinect.start(9000) + +func _on_skeleton_detected(detected: bool): + print("Skeleton: ", "DETECTED" if detected else "LOST") + +func _on_gesture(type: String, params: Dictionary): + print("Gesture: %s %s" % [type, params]) + +func _on_identity_forged(signature: Dictionary): + print("🔥 FORGED: ", signature) +``` + +## API Reference + +### KinectBridge + +| Method | Description | +|--------|-------------| +| `start(port: int)` | Start listening for OSC on port (default 9000) | +| `stop()` | Stop the bridge | +| `set_mode(mode)` | MODE_FOUNDRY or MODE_GAMEFORGE | +| `get_skeleton()` | Returns KinectSkeleton | +| `get_joint_position(id)` | Get Vector3 position of joint | + +### Signals + +| Signal | Parameters | Description | +|--------|-----------|-------------| +| `skeleton_detected` | `detected: bool` | Skeleton tracking state changed | +| `joint_updated` | `id, pos, state` | Joint position updated | +| `gesture_received` | `type, params` | Gesture detected | +| `identity_forged` | `signature` | Foundry identity forged | +| `forge_progress` | `progress: float` | Arms raised progress (0-1) | + +### KinectSkeleton.JointID + +``` +JOINT_HIP_CENTER = 0 +JOINT_SPINE = 1 +JOINT_SHOULDER_CENTER = 2 +JOINT_HEAD = 3 +JOINT_SHOULDER_LEFT = 4 +JOINT_ELBOW_LEFT = 5 +JOINT_WRIST_LEFT = 6 +JOINT_HAND_LEFT = 7 +JOINT_SHOULDER_RIGHT = 8 +JOINT_ELBOW_RIGHT = 9 +JOINT_WRIST_RIGHT = 10 +JOINT_HAND_RIGHT = 11 +JOINT_HIP_LEFT = 12 +JOINT_KNEE_LEFT = 13 +JOINT_ANKLE_LEFT = 14 +JOINT_FOOT_LEFT = 15 +JOINT_HIP_RIGHT = 16 +JOINT_KNEE_RIGHT = 17 +JOINT_ANKLE_RIGHT = 18 +JOINT_FOOT_RIGHT = 19 +``` + +## Foundry Onboarding + +The Foundry mode generates unique identity signatures based on: +- Movement patterns during onboarding +- Hand positions at forge moment +- Variance and rhythm of movement + +Identity data includes: +- `seed`: Deterministic seed for generative visuals +- `color_hue`: Base color (0-1) +- `particle_density`: Density modifier +- `movement_signature`: Motion characteristic + +## GameForge Spatial IDE + +In GameForge mode, gestures map to code navigation: + +| Gesture | Action | +|---------|--------| +| Push (forward) | Drill into code/function | +| Swipe left/right | Close tab / navigate | +| Swipe up/down | Scroll through code | +| Both arms raised | Run code | diff --git a/engine/modules/aethex_kinect/SCsub b/engine/modules/aethex_kinect/SCsub new file mode 100644 index 00000000..f4f12c3d --- /dev/null +++ b/engine/modules/aethex_kinect/SCsub @@ -0,0 +1,16 @@ +# AeThex Kinect Module Build Script + +Import("env") +Import("env_modules") + +env_kinect = env_modules.Clone() + +# Add source files +module_sources = [ + "register_types.cpp", + "kinect_bridge.cpp", + "kinect_skeleton.cpp", + "kinect_gesture_detector.cpp", +] + +env_kinect.add_source_files(env.modules_sources, module_sources) diff --git a/engine/modules/aethex_kinect/config.py b/engine/modules/aethex_kinect/config.py new file mode 100644 index 00000000..83d8cd97 --- /dev/null +++ b/engine/modules/aethex_kinect/config.py @@ -0,0 +1,18 @@ +# AeThex Kinect Module Configuration + +def can_build(env, platform): + # Kinect module works on all platforms - uses OSC over UDP + return True + +def configure(env): + pass + +def get_doc_classes(): + return [ + "KinectBridge", + "KinectSkeleton", + "KinectGestureDetector", + ] + +def get_doc_path(): + return "doc_classes" diff --git a/engine/modules/aethex_kinect/kinect_bridge.cpp b/engine/modules/aethex_kinect/kinect_bridge.cpp new file mode 100644 index 00000000..b3cb6124 --- /dev/null +++ b/engine/modules/aethex_kinect/kinect_bridge.cpp @@ -0,0 +1,329 @@ +/**************************************************************************/ +/* kinect_bridge.cpp */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#include "kinect_bridge.h" +#include "core/config/engine.h" +#include + +KinectBridge *KinectBridge::singleton = nullptr; + +KinectBridge *KinectBridge::get_singleton() { + return singleton; +} + +void KinectBridge::_bind_methods() { + // Server control + ClassDB::bind_method(D_METHOD("start", "port"), &KinectBridge::start, DEFVAL(9000)); + ClassDB::bind_method(D_METHOD("stop"), &KinectBridge::stop); + ClassDB::bind_method(D_METHOD("is_active"), &KinectBridge::is_active); + ClassDB::bind_method(D_METHOD("get_port"), &KinectBridge::get_port); + + // Mode + ClassDB::bind_method(D_METHOD("set_mode", "mode"), &KinectBridge::set_mode); + ClassDB::bind_method(D_METHOD("get_mode"), &KinectBridge::get_mode); + ADD_PROPERTY(PropertyInfo(Variant::INT, "mode", PROPERTY_HINT_ENUM, "Foundry,GameForge"), "set_mode", "get_mode"); + + // Skeleton + ClassDB::bind_method(D_METHOD("get_skeleton"), &KinectBridge::get_skeleton); + ClassDB::bind_method(D_METHOD("is_skeleton_detected"), &KinectBridge::is_skeleton_detected); + ClassDB::bind_method(D_METHOD("get_joint_position", "joint_id"), &KinectBridge::get_joint_position); + + // Gesture detector + ClassDB::bind_method(D_METHOD("get_gesture_detector"), &KinectBridge::get_gesture_detector); + + // Debug + ClassDB::bind_method(D_METHOD("set_debug_mode", "enabled"), &KinectBridge::set_debug_mode); + ClassDB::bind_method(D_METHOD("is_debug_mode"), &KinectBridge::is_debug_mode); + + // Signals + ADD_SIGNAL(MethodInfo("skeleton_detected", PropertyInfo(Variant::BOOL, "detected"))); + ADD_SIGNAL(MethodInfo("joint_updated", + PropertyInfo(Variant::INT, "joint_id"), + PropertyInfo(Variant::VECTOR3, "position"), + PropertyInfo(Variant::INT, "tracking_state"))); + ADD_SIGNAL(MethodInfo("gesture_received", + PropertyInfo(Variant::STRING, "gesture_type"), + PropertyInfo(Variant::DICTIONARY, "params"))); + ADD_SIGNAL(MethodInfo("identity_forged", + PropertyInfo(Variant::DICTIONARY, "signature_data"))); + ADD_SIGNAL(MethodInfo("forge_progress", + PropertyInfo(Variant::FLOAT, "progress"))); + + // Enums + BIND_ENUM_CONSTANT(MODE_FOUNDRY); + BIND_ENUM_CONSTANT(MODE_GAMEFORGE); +} + +void KinectBridge::_notification(int p_what) { + switch (p_what) { + case NOTIFICATION_PROCESS: { + if (!is_running || udp_peer.is_null()) { + return; + } + + // Process incoming OSC packets + while (udp_peer->get_available_packet_count() > 0) { + Vector packet; + Error err = udp_peer->get_packet_buffer(packet); + if (err == OK && packet.size() > 0) { + _process_osc_packet(packet); + } + } + } break; + + case NOTIFICATION_READY: { + set_process(true); + } break; + } +} + +Error KinectBridge::start(int p_port) { + if (is_running) { + stop(); + } + + listen_port = p_port; + + udp_peer.instantiate(); + Error err = udp_peer->bind(listen_port); + + if (err != OK) { + ERR_PRINT(vformat("[KinectBridge] Failed to bind UDP port %d: %s", listen_port, itos(err))); + udp_peer.unref(); + return err; + } + + is_running = true; + print_line(vformat("[KinectBridge] Listening on UDP port %d", listen_port)); + print_line("[KinectBridge] Mode: " + String(current_mode == MODE_FOUNDRY ? "FOUNDRY" : "GAMEFORGE")); + + return OK; +} + +void KinectBridge::stop() { + if (udp_peer.is_valid()) { + udp_peer->close(); + udp_peer.unref(); + } + is_running = false; + print_line("[KinectBridge] Stopped"); +} + +void KinectBridge::set_mode(Mode p_mode) { + current_mode = p_mode; + if (gesture_detector.is_valid()) { + // Update gesture detector mode + } +} + +Vector3 KinectBridge::get_joint_position(int p_joint_id) const { + if (skeleton.is_valid()) { + return skeleton->get_joint_position(p_joint_id); + } + return Vector3(); +} + +void KinectBridge::set_debug_mode(bool p_enabled) { + // Store in skeleton or local flag +} + +bool KinectBridge::is_debug_mode() const { + return false; +} + +// OSC Parsing + +void KinectBridge::_process_osc_packet(const Vector &p_data) { + if (p_data.size() < 8) { + return; + } + + // Check for OSC bundle + String header; + for (int i = 0; i < 8 && i < p_data.size(); i++) { + header += char(p_data[i]); + } + + if (header.begins_with("#bundle")) { + // Parse bundle - skip header (8) + timestamp (8) + int offset = 16; + while (offset < p_data.size() - 4) { + // Read message size + int32_t size = _read_osc_int32(p_data, offset); + if (size > 0 && offset + size <= p_data.size()) { + Vector msg_data; + msg_data.resize(size); + for (int i = 0; i < size; i++) { + msg_data.write[i] = p_data[offset + i]; + } + int msg_offset = 0; + + String address = _read_osc_string(msg_data, msg_offset); + String type_tags = _read_osc_string(msg_data, msg_offset); + + Array args; + for (int i = 0; i < type_tags.length(); i++) { + char tag = type_tags[i]; + if (tag == ',') continue; + if (tag == 'i') { + args.push_back(_read_osc_int32(msg_data, msg_offset)); + } else if (tag == 'f') { + args.push_back(_read_osc_float32(msg_data, msg_offset)); + } else if (tag == 's') { + args.push_back(_read_osc_string(msg_data, msg_offset)); + } + } + + _dispatch_osc_message(address, args); + offset += size; + } else { + break; + } + } + } else { + // Single message + int offset = 0; + String address = _read_osc_string(p_data, offset); + String type_tags = _read_osc_string(p_data, offset); + + Array args; + for (int i = 0; i < type_tags.length(); i++) { + char tag = type_tags[i]; + if (tag == ',') continue; + if (tag == 'i') { + args.push_back(_read_osc_int32(p_data, offset)); + } else if (tag == 'f') { + args.push_back(_read_osc_float32(p_data, offset)); + } else if (tag == 's') { + args.push_back(_read_osc_string(p_data, offset)); + } + } + + _dispatch_osc_message(address, args); + } +} + +String KinectBridge::_read_osc_string(const Vector &p_data, int &r_offset) { + String result; + while (r_offset < p_data.size() && p_data[r_offset] != 0) { + result += char(p_data[r_offset]); + r_offset++; + } + r_offset++; // Skip null terminator + // Align to 4 bytes + r_offset = ((r_offset + 3) / 4) * 4; + return result; +} + +int32_t KinectBridge::_read_osc_int32(const Vector &p_data, int &r_offset) { + if (r_offset + 4 > p_data.size()) return 0; + + // Big-endian + int32_t val = (p_data[r_offset] << 24) | + (p_data[r_offset + 1] << 16) | + (p_data[r_offset + 2] << 8) | + p_data[r_offset + 3]; + r_offset += 4; + return val; +} + +float KinectBridge::_read_osc_float32(const Vector &p_data, int &r_offset) { + if (r_offset + 4 > p_data.size()) return 0.0f; + + // Big-endian to little-endian + uint8_t bytes[4] = { + p_data[r_offset + 3], + p_data[r_offset + 2], + p_data[r_offset + 1], + p_data[r_offset] + }; + r_offset += 4; + + float result; + memcpy(&result, bytes, 4); + return result; +} + +void KinectBridge::_dispatch_osc_message(const String &p_address, const Array &p_args) { + if (p_address == "/skeleton/detected") { + bool detected = p_args.size() > 0 ? (int)p_args[0] != 0 : false; + skeleton_detected = detected; + emit_signal(SNAME("skeleton_detected"), detected); + + if (detected) { + print_line("[KinectBridge] Skeleton DETECTED"); + } else { + print_line("[KinectBridge] Skeleton LOST"); + } + } + else if (p_address == "/skeleton/joint") { + if (p_args.size() >= 5 && skeleton.is_valid()) { + int joint_id = p_args[0]; + Vector3 pos((float)p_args[1], (float)p_args[2], (float)p_args[3]); + int tracking_state = p_args[4]; + + skeleton->set_joint(joint_id, pos, tracking_state); + emit_signal(SNAME("joint_updated"), joint_id, pos, tracking_state); + + // Update gesture detector + if (gesture_detector.is_valid()) { + gesture_detector->update_joint(joint_id, pos, tracking_state); + } + } + } + else if (p_address == "/gesture/arms_raised") { + Dictionary params; + if (p_args.size() > 0) params["duration"] = p_args[0]; + params["completed"] = true; + emit_signal(SNAME("gesture_received"), "arms_raised", params); + } + else if (p_address == "/gesture/arms_raised_progress") { + if (p_args.size() >= 2) { + emit_signal(SNAME("forge_progress"), (float)p_args[1]); + } + } + else if (p_address == "/gesture/push") { + Dictionary params; + params["hand"] = "right"; + if (p_args.size() > 1) params["strength"] = p_args[1]; + emit_signal(SNAME("gesture_received"), "push", params); + } + else if (p_address == "/gesture/swipe") { + Dictionary params; + if (p_args.size() > 1) params["direction"] = p_args[1]; + emit_signal(SNAME("gesture_received"), "swipe", params); + } + else if (p_address == "/foundry/identity_forged") { + Dictionary signature; + if (p_args.size() > 0) signature["seed"] = p_args[0]; + if (p_args.size() > 1) signature["color_hue"] = p_args[1]; + if (p_args.size() > 2) signature["particle_density"] = p_args[2]; + if (p_args.size() > 3) signature["movement_signature"] = p_args[3]; + + emit_signal(SNAME("identity_forged"), signature); + print_line(vformat("[KinectBridge] 🔥 IDENTITY FORGED! Seed: %d", (int)signature["seed"])); + } +} + +KinectBridge::KinectBridge() { + if (singleton == nullptr) { + singleton = this; + } + + skeleton.instantiate(); + gesture_detector.instantiate(); +} + +KinectBridge::~KinectBridge() { + stop(); + if (singleton == this) { + singleton = nullptr; + } +} diff --git a/engine/modules/aethex_kinect/kinect_bridge.h b/engine/modules/aethex_kinect/kinect_bridge.h new file mode 100644 index 00000000..45fadf94 --- /dev/null +++ b/engine/modules/aethex_kinect/kinect_bridge.h @@ -0,0 +1,95 @@ +/**************************************************************************/ +/* kinect_bridge.h */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/* */ +/* Kinect Bridge - Receives skeleton data via OSC for: */ +/* - Foundry Onboarding Experience */ +/* - GameForge Spatial IDE */ +/**************************************************************************/ + +#ifndef AETHEX_KINECT_BRIDGE_H +#define AETHEX_KINECT_BRIDGE_H + +#include "core/io/packet_peer_udp.h" +#include "core/io/udp_server.h" +#include "core/object/ref_counted.h" +#include "core/templates/vector.h" +#include "scene/main/node.h" +#include "kinect_skeleton.h" +#include "kinect_gesture_detector.h" + +class KinectBridge : public Node { + GDCLASS(KinectBridge, Node); + +public: + enum Mode { + MODE_FOUNDRY, // Onboarding identity forge + MODE_GAMEFORGE, // Spatial IDE navigation + }; + +private: + static KinectBridge *singleton; + + // UDP receiver for OSC + Ref udp_peer; + int listen_port = 9000; + bool is_running = false; + + // Current mode + Mode current_mode = MODE_FOUNDRY; + + // Skeleton data + Ref skeleton; + bool skeleton_detected = false; + + // Gesture detection + Ref gesture_detector; + + // OSC parsing + void _process_osc_packet(const Vector &p_data); + String _read_osc_string(const Vector &p_data, int &r_offset); + int32_t _read_osc_int32(const Vector &p_data, int &r_offset); + float _read_osc_float32(const Vector &p_data, int &r_offset); + void _dispatch_osc_message(const String &p_address, const Array &p_args); + +protected: + static void _bind_methods(); + void _notification(int p_what); + +public: + static KinectBridge *get_singleton(); + + // Server control + Error start(int p_port = 9000); + void stop(); + bool is_active() const { return is_running; } + int get_port() const { return listen_port; } + + // Mode + void set_mode(Mode p_mode); + Mode get_mode() const { return current_mode; } + + // Skeleton access + Ref get_skeleton() const { return skeleton; } + bool is_skeleton_detected() const { return skeleton_detected; } + Vector3 get_joint_position(int p_joint_id) const; + + // Gesture detector + Ref get_gesture_detector() const { return gesture_detector; } + + // Debug + void set_debug_mode(bool p_enabled); + bool is_debug_mode() const; + + KinectBridge(); + ~KinectBridge(); +}; + +VARIANT_ENUM_CAST(KinectBridge::Mode); + +#endif // AETHEX_KINECT_BRIDGE_H diff --git a/engine/modules/aethex_kinect/kinect_gesture_detector.cpp b/engine/modules/aethex_kinect/kinect_gesture_detector.cpp new file mode 100644 index 00000000..19fbd12f --- /dev/null +++ b/engine/modules/aethex_kinect/kinect_gesture_detector.cpp @@ -0,0 +1,374 @@ +/**************************************************************************/ +/* kinect_gesture_detector.cpp */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#include "kinect_gesture_detector.h" +#include "core/os/time.h" +#include + +void KinectGestureDetector::_bind_methods() { + ClassDB::bind_method(D_METHOD("update_joint", "joint_id", "position", "tracking_state"), &KinectGestureDetector::update_joint); + ClassDB::bind_method(D_METHOD("process", "delta_time"), &KinectGestureDetector::process); + ClassDB::bind_method(D_METHOD("get_arms_raised_progress"), &KinectGestureDetector::get_arms_raised_progress); + ClassDB::bind_method(D_METHOD("are_arms_raised"), &KinectGestureDetector::are_arms_raised); + ClassDB::bind_method(D_METHOD("calculate_movement_signature"), &KinectGestureDetector::calculate_movement_signature); + ClassDB::bind_method(D_METHOD("reset_movement_signature"), &KinectGestureDetector::reset_movement_signature); + + BIND_ENUM_CONSTANT(GESTURE_NONE); + BIND_ENUM_CONSTANT(GESTURE_ARMS_RAISED); + BIND_ENUM_CONSTANT(GESTURE_PUSH); + BIND_ENUM_CONSTANT(GESTURE_SWIPE_LEFT); + BIND_ENUM_CONSTANT(GESTURE_SWIPE_RIGHT); + BIND_ENUM_CONSTANT(GESTURE_SWIPE_UP); + BIND_ENUM_CONSTANT(GESTURE_SWIPE_DOWN); +} + +void KinectGestureDetector::update_joint(int p_joint_id, const Vector3 &p_position, int p_tracking_state) { + if (p_joint_id < 0 || p_joint_id >= KinectSkeleton::JOINT_COUNT) { + return; + } + joint_positions[p_joint_id] = p_position; + joint_tracking_states[p_joint_id] = p_tracking_state; +} + +Array KinectGestureDetector::process(double p_delta_time) { + Array detected_gestures; + double current_time = Time::get_singleton()->get_unix_time_from_system(); + + // Update hand history + if (joint_tracking_states[KinectSkeleton::JOINT_HAND_LEFT] >= KinectSkeleton::TRACKING_INFERRED) { + _add_hand_sample(left_hand_history, joint_positions[KinectSkeleton::JOINT_HAND_LEFT], current_time); + } + if (joint_tracking_states[KinectSkeleton::JOINT_HAND_RIGHT] >= KinectSkeleton::TRACKING_INFERRED) { + _add_hand_sample(right_hand_history, joint_positions[KinectSkeleton::JOINT_HAND_RIGHT], current_time); + } + + // Check arms raised (Foundry identity forge) + float arms_progress = 0.0f; + if (_check_arms_raised(current_time, arms_progress)) { + Dictionary gesture; + gesture["type"] = "arms_raised"; + Dictionary params; + params["duration"] = ARMS_RAISED_DURATION; + params["progress"] = 1.0f; + params["completed"] = true; + params["signature"] = calculate_movement_signature(); + gesture["params"] = params; + detected_gestures.push_back(gesture); + arms_raised_triggered = true; + } else if (arms_progress > 0.1f && !arms_raised_triggered) { + Dictionary gesture; + gesture["type"] = "arms_raised_progress"; + Dictionary params; + params["progress"] = arms_progress; + gesture["params"] = params; + detected_gestures.push_back(gesture); + } + + // Check push gesture (GameForge drill) + String push_hand; + float push_strength; + if (_check_push(current_time, push_hand, push_strength) != GESTURE_NONE) { + Dictionary gesture; + gesture["type"] = "push"; + Dictionary params; + params["hand"] = push_hand; + params["strength"] = push_strength; + gesture["params"] = params; + detected_gestures.push_back(gesture); + } + + // Check swipe gesture (GameForge navigation) + String swipe_hand; + GestureType swipe_type = _check_swipe(current_time, swipe_hand); + if (swipe_type != GESTURE_NONE) { + Dictionary gesture; + gesture["type"] = "swipe"; + Dictionary params; + params["hand"] = swipe_hand; + switch (swipe_type) { + case GESTURE_SWIPE_LEFT: params["direction"] = "left"; break; + case GESTURE_SWIPE_RIGHT: params["direction"] = "right"; break; + case GESTURE_SWIPE_UP: params["direction"] = "up"; break; + case GESTURE_SWIPE_DOWN: params["direction"] = "down"; break; + default: break; + } + gesture["params"] = params; + detected_gestures.push_back(gesture); + } + + // Update movement signature + _update_movement_signature(); + + return detected_gestures; +} + +void KinectGestureDetector::_add_hand_sample(HandHistory &r_history, const Vector3 &p_pos, double p_time) { + r_history.times[r_history.index] = p_time; + r_history.positions[r_history.index] = p_pos; + r_history.index = (r_history.index + 1) % 10; + if (r_history.count < 10) r_history.count++; +} + +bool KinectGestureDetector::_check_arms_raised(double p_time, float &r_progress) { + // Check if both hands are above shoulders + if (joint_tracking_states[KinectSkeleton::JOINT_HAND_LEFT] < KinectSkeleton::TRACKING_INFERRED || + joint_tracking_states[KinectSkeleton::JOINT_HAND_RIGHT] < KinectSkeleton::TRACKING_INFERRED || + joint_tracking_states[KinectSkeleton::JOINT_SHOULDER_CENTER] < KinectSkeleton::TRACKING_INFERRED) { + arms_raised_start_time = 0.0; + r_progress = 0.0f; + return false; + } + + Vector3 left_hand = joint_positions[KinectSkeleton::JOINT_HAND_LEFT]; + Vector3 right_hand = joint_positions[KinectSkeleton::JOINT_HAND_RIGHT]; + float shoulder_y = joint_positions[KinectSkeleton::JOINT_SHOULDER_CENTER].y; + float threshold_y = shoulder_y + ARMS_RAISED_THRESHOLD; + + bool both_raised = (left_hand.y > threshold_y && right_hand.y > threshold_y); + + if (both_raised) { + if (arms_raised_start_time == 0.0) { + arms_raised_start_time = p_time; + arms_raised_triggered = false; + } + + double duration = p_time - arms_raised_start_time; + r_progress = (float)(duration / ARMS_RAISED_DURATION); + r_progress = CLAMP(r_progress, 0.0f, 1.0f); + + return duration >= ARMS_RAISED_DURATION && !arms_raised_triggered; + } else { + arms_raised_start_time = 0.0; + arms_raised_triggered = false; + r_progress = 0.0f; + return false; + } +} + +KinectGestureDetector::GestureType KinectGestureDetector::_check_push(double p_time, String &r_hand, float &r_strength) { + // Check right hand push + if (right_hand_history.count >= 5) { + int oldest = (right_hand_history.index - right_hand_history.count + 10) % 10; + double dt = p_time - right_hand_history.times[oldest]; + + if (dt > 0.1) { + Vector3 old_pos = right_hand_history.positions[oldest]; + Vector3 new_pos = joint_positions[KinectSkeleton::JOINT_HAND_RIGHT]; + float z_delta = old_pos.z - new_pos.z; // Forward = decreasing Z + float velocity = z_delta / (float)dt; + + if (z_delta > PUSH_THRESHOLD && velocity > PUSH_VELOCITY) { + r_hand = "right"; + r_strength = MIN(1.0f, velocity / 2.0f); + right_hand_history.count = 0; // Reset to prevent repeat + return GESTURE_PUSH; + } + } + } + + // Check left hand push + if (left_hand_history.count >= 5) { + int oldest = (left_hand_history.index - left_hand_history.count + 10) % 10; + double dt = p_time - left_hand_history.times[oldest]; + + if (dt > 0.1) { + Vector3 old_pos = left_hand_history.positions[oldest]; + Vector3 new_pos = joint_positions[KinectSkeleton::JOINT_HAND_LEFT]; + float z_delta = old_pos.z - new_pos.z; + float velocity = z_delta / (float)dt; + + if (z_delta > PUSH_THRESHOLD && velocity > PUSH_VELOCITY) { + r_hand = "left"; + r_strength = MIN(1.0f, velocity / 2.0f); + left_hand_history.count = 0; + return GESTURE_PUSH; + } + } + } + + return GESTURE_NONE; +} + +KinectGestureDetector::GestureType KinectGestureDetector::_check_swipe(double p_time, String &r_hand) { + // Right hand swipe + if (joint_tracking_states[KinectSkeleton::JOINT_HAND_RIGHT] >= KinectSkeleton::TRACKING_INFERRED) { + Vector3 pos = joint_positions[KinectSkeleton::JOINT_HAND_RIGHT]; + + if (swipe_start_time_right == 0.0) { + swipe_start_right = pos; + swipe_start_time_right = p_time; + } else { + double dt = p_time - swipe_start_time_right; + + if (dt > SWIPE_MAX_TIME) { + swipe_start_right = pos; + swipe_start_time_right = p_time; + } else { + Vector3 delta = pos - swipe_start_right; + + if (fabs(delta.x) > SWIPE_THRESHOLD) { + swipe_start_time_right = 0.0; + r_hand = "right"; + return delta.x > 0 ? GESTURE_SWIPE_RIGHT : GESTURE_SWIPE_LEFT; + } + if (fabs(delta.y) > SWIPE_THRESHOLD) { + swipe_start_time_right = 0.0; + r_hand = "right"; + return delta.y > 0 ? GESTURE_SWIPE_UP : GESTURE_SWIPE_DOWN; + } + } + } + } else { + swipe_start_time_right = 0.0; + } + + // Left hand swipe (same logic) + if (joint_tracking_states[KinectSkeleton::JOINT_HAND_LEFT] >= KinectSkeleton::TRACKING_INFERRED) { + Vector3 pos = joint_positions[KinectSkeleton::JOINT_HAND_LEFT]; + + if (swipe_start_time_left == 0.0) { + swipe_start_left = pos; + swipe_start_time_left = p_time; + } else { + double dt = p_time - swipe_start_time_left; + + if (dt > SWIPE_MAX_TIME) { + swipe_start_left = pos; + swipe_start_time_left = p_time; + } else { + Vector3 delta = pos - swipe_start_left; + + if (fabs(delta.x) > SWIPE_THRESHOLD) { + swipe_start_time_left = 0.0; + r_hand = "left"; + return delta.x > 0 ? GESTURE_SWIPE_RIGHT : GESTURE_SWIPE_LEFT; + } + if (fabs(delta.y) > SWIPE_THRESHOLD) { + swipe_start_time_left = 0.0; + r_hand = "left"; + return delta.y > 0 ? GESTURE_SWIPE_UP : GESTURE_SWIPE_DOWN; + } + } + } + } else { + swipe_start_time_left = 0.0; + } + + return GESTURE_NONE; +} + +void KinectGestureDetector::_update_movement_signature() { + // Sample movement from key joints + float total_movement = 0.0f; + + int key_joints[] = { + KinectSkeleton::JOINT_HAND_LEFT, + KinectSkeleton::JOINT_HAND_RIGHT, + KinectSkeleton::JOINT_HEAD, + KinectSkeleton::JOINT_HIP_CENTER + }; + + for (int joint_id : key_joints) { + if (joint_tracking_states[joint_id] >= KinectSkeleton::TRACKING_INFERRED) { + Vector3 pos = joint_positions[joint_id]; + total_movement += fabs(pos.x) + fabs(pos.y); + } + } + + movement_samples.push_back(total_movement); + + if (movement_samples.size() > MAX_MOVEMENT_SAMPLES) { + movement_samples.remove_at(0); + } +} + +float KinectGestureDetector::get_arms_raised_progress() const { + if (arms_raised_start_time == 0.0) { + return 0.0f; + } + + double current = Time::get_singleton()->get_unix_time_from_system(); + double duration = current - arms_raised_start_time; + return CLAMP((float)(duration / ARMS_RAISED_DURATION), 0.0f, 1.0f); +} + +bool KinectGestureDetector::are_arms_raised() const { + return arms_raised_start_time > 0.0; +} + +Dictionary KinectGestureDetector::calculate_movement_signature() const { + Dictionary result; + + if (movement_samples.size() == 0) { + result["seed"] = 0; + result["variance"] = 0.0f; + result["rhythm"] = 0.0f; + return result; + } + + // Calculate seed from movement pattern + int64_t seed = 0; + float sum = 0.0f; + float sum_sq = 0.0f; + + for (int i = 0; i < movement_samples.size(); i++) { + float val = movement_samples[i]; + seed += (int64_t)(val * 1000.0f * (i + 1)); + sum += val; + sum_sq += val * val; + } + + seed = seed % 2147483647; // Keep in int32 range + + // Calculate variance + float mean = sum / movement_samples.size(); + float variance = (sum_sq / movement_samples.size()) - (mean * mean); + variance = sqrt(fabs(variance)); + + // Calculate rhythm (average change between samples) + float rhythm = 0.0f; + if (movement_samples.size() > 1) { + for (int i = 1; i < movement_samples.size(); i++) { + rhythm += fabs(movement_samples[i] - movement_samples[i - 1]); + } + rhythm /= (movement_samples.size() - 1); + } + + result["seed"] = (int)seed; + result["variance"] = variance; + result["rhythm"] = rhythm; + + // Map to visual parameters + float hue = 0.5f; + if (joint_tracking_states[KinectSkeleton::JOINT_HAND_LEFT] >= KinectSkeleton::TRACKING_INFERRED && + joint_tracking_states[KinectSkeleton::JOINT_HAND_RIGHT] >= KinectSkeleton::TRACKING_INFERRED) { + float hand_sum = joint_positions[KinectSkeleton::JOINT_HAND_LEFT].x + + joint_positions[KinectSkeleton::JOINT_HAND_RIGHT].x; + hue = (hand_sum + 2.0f) / 4.0f; + hue = CLAMP(hue, 0.0f, 1.0f); + } + + result["color_hue"] = hue; + result["particle_density"] = 0.5f + variance; + result["movement_signature"] = rhythm; + + return result; +} + +void KinectGestureDetector::reset_movement_signature() { + movement_samples.clear(); +} + +KinectGestureDetector::KinectGestureDetector() { + for (int i = 0; i < KinectSkeleton::JOINT_COUNT; i++) { + joint_positions[i] = Vector3(); + joint_tracking_states[i] = KinectSkeleton::TRACKING_NOT_TRACKED; + } +} diff --git a/engine/modules/aethex_kinect/kinect_gesture_detector.h b/engine/modules/aethex_kinect/kinect_gesture_detector.h new file mode 100644 index 00000000..e6183ca4 --- /dev/null +++ b/engine/modules/aethex_kinect/kinect_gesture_detector.h @@ -0,0 +1,108 @@ +/**************************************************************************/ +/* kinect_gesture_detector.h */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/* */ +/* Gesture detection for Foundry and GameForge: */ +/* - arms_raised: Both arms above shoulders (Foundry identity forge) */ +/* - push: Hand moved forward (GameForge drill into code) */ +/* - swipe: Lateral hand movement (GameForge navigation) */ +/* - pinch: Approximated pinch gesture */ +/**************************************************************************/ + +#ifndef AETHEX_KINECT_GESTURE_DETECTOR_H +#define AETHEX_KINECT_GESTURE_DETECTOR_H + +#include "core/object/ref_counted.h" +#include "core/templates/vector.h" +#include "kinect_skeleton.h" + +class KinectGestureDetector : public RefCounted { + GDCLASS(KinectGestureDetector, RefCounted); + +public: + enum GestureType { + GESTURE_NONE, + GESTURE_ARMS_RAISED, + GESTURE_PUSH, + GESTURE_SWIPE_LEFT, + GESTURE_SWIPE_RIGHT, + GESTURE_SWIPE_UP, + GESTURE_SWIPE_DOWN, + }; + +private: + // Joint positions cache + Vector3 joint_positions[KinectSkeleton::JOINT_COUNT]; + int joint_tracking_states[KinectSkeleton::JOINT_COUNT]; + + // Arms raised detection + double arms_raised_start_time = 0.0; + bool arms_raised_triggered = false; + static constexpr double ARMS_RAISED_DURATION = 3.0; // seconds + static constexpr float ARMS_RAISED_THRESHOLD = 0.15f; // meters above shoulders + + // Push gesture detection + struct HandHistory { + double times[10]; + Vector3 positions[10]; + int count = 0; + int index = 0; + }; + HandHistory left_hand_history; + HandHistory right_hand_history; + static constexpr float PUSH_THRESHOLD = 0.25f; + static constexpr float PUSH_VELOCITY = 0.8f; + + // Swipe detection + Vector3 swipe_start_left; + Vector3 swipe_start_right; + double swipe_start_time_left = 0.0; + double swipe_start_time_right = 0.0; + static constexpr float SWIPE_THRESHOLD = 0.3f; + static constexpr double SWIPE_MAX_TIME = 0.5; + + // Movement signature for Foundry identity + Vector movement_samples; + static constexpr int MAX_MOVEMENT_SAMPLES = 300; // ~10 seconds at 30fps + + // Internal methods + void _add_hand_sample(HandHistory &r_history, const Vector3 &p_pos, double p_time); + bool _check_arms_raised(double p_time, float &r_progress); + GestureType _check_push(double p_time, String &r_hand, float &r_strength); + GestureType _check_swipe(double p_time, String &r_hand); + void _update_movement_signature(); + +protected: + static void _bind_methods(); + +public: + // Update from Kinect data + void update_joint(int p_joint_id, const Vector3 &p_position, int p_tracking_state); + + // Process and detect gestures (call each frame) + // Returns array of dictionaries: [{type: "gesture_name", params: {...}}, ...] + Array process(double p_delta_time); + + // Arms raised progress (0.0-1.0) + float get_arms_raised_progress() const; + bool are_arms_raised() const; + + // Movement signature for Foundry identity generation + Dictionary calculate_movement_signature() const; + void reset_movement_signature(); + + // Configuration + void set_arms_raised_duration(double p_seconds); + double get_arms_raised_duration() const { return ARMS_RAISED_DURATION; } + + KinectGestureDetector(); +}; + +VARIANT_ENUM_CAST(KinectGestureDetector::GestureType); + +#endif // AETHEX_KINECT_GESTURE_DETECTOR_H diff --git a/engine/modules/aethex_kinect/kinect_skeleton.cpp b/engine/modules/aethex_kinect/kinect_skeleton.cpp new file mode 100644 index 00000000..b0036a06 --- /dev/null +++ b/engine/modules/aethex_kinect/kinect_skeleton.cpp @@ -0,0 +1,145 @@ +/**************************************************************************/ +/* kinect_skeleton.cpp */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#include "kinect_skeleton.h" + +void KinectSkeleton::_bind_methods() { + // Joint access + ClassDB::bind_method(D_METHOD("set_joint", "joint_id", "position", "tracking_state"), &KinectSkeleton::set_joint); + ClassDB::bind_method(D_METHOD("get_joint_position", "joint_id"), &KinectSkeleton::get_joint_position); + ClassDB::bind_method(D_METHOD("get_joint_tracking_state", "joint_id"), &KinectSkeleton::get_joint_tracking_state); + ClassDB::bind_method(D_METHOD("is_joint_tracked", "joint_id"), &KinectSkeleton::is_joint_tracked); + + // Bulk access + ClassDB::bind_method(D_METHOD("get_all_joints"), &KinectSkeleton::get_all_joints); + + // Static helpers + ClassDB::bind_static_method("KinectSkeleton", D_METHOD("get_joint_name", "joint_id"), &KinectSkeleton::get_joint_name); + ClassDB::bind_static_method("KinectSkeleton", D_METHOD("get_bone_connections"), &KinectSkeleton::get_bone_connections); + + // Joint ID constants + BIND_ENUM_CONSTANT(JOINT_HIP_CENTER); + BIND_ENUM_CONSTANT(JOINT_SPINE); + BIND_ENUM_CONSTANT(JOINT_SHOULDER_CENTER); + BIND_ENUM_CONSTANT(JOINT_HEAD); + BIND_ENUM_CONSTANT(JOINT_SHOULDER_LEFT); + BIND_ENUM_CONSTANT(JOINT_ELBOW_LEFT); + BIND_ENUM_CONSTANT(JOINT_WRIST_LEFT); + BIND_ENUM_CONSTANT(JOINT_HAND_LEFT); + BIND_ENUM_CONSTANT(JOINT_SHOULDER_RIGHT); + BIND_ENUM_CONSTANT(JOINT_ELBOW_RIGHT); + BIND_ENUM_CONSTANT(JOINT_WRIST_RIGHT); + BIND_ENUM_CONSTANT(JOINT_HAND_RIGHT); + BIND_ENUM_CONSTANT(JOINT_HIP_LEFT); + BIND_ENUM_CONSTANT(JOINT_KNEE_LEFT); + BIND_ENUM_CONSTANT(JOINT_ANKLE_LEFT); + BIND_ENUM_CONSTANT(JOINT_FOOT_LEFT); + BIND_ENUM_CONSTANT(JOINT_HIP_RIGHT); + BIND_ENUM_CONSTANT(JOINT_KNEE_RIGHT); + BIND_ENUM_CONSTANT(JOINT_ANKLE_RIGHT); + BIND_ENUM_CONSTANT(JOINT_FOOT_RIGHT); + BIND_ENUM_CONSTANT(JOINT_COUNT); + + // Tracking state constants + BIND_ENUM_CONSTANT(TRACKING_NOT_TRACKED); + BIND_ENUM_CONSTANT(TRACKING_INFERRED); + BIND_ENUM_CONSTANT(TRACKING_TRACKED); +} + +void KinectSkeleton::set_joint(int p_joint_id, const Vector3 &p_position, int p_tracking_state) { + if (p_joint_id < 0 || p_joint_id >= JOINT_COUNT) { + return; + } + joints[p_joint_id].position = p_position; + joints[p_joint_id].tracking_state = p_tracking_state; +} + +Vector3 KinectSkeleton::get_joint_position(int p_joint_id) const { + if (p_joint_id < 0 || p_joint_id >= JOINT_COUNT) { + return Vector3(); + } + return joints[p_joint_id].position; +} + +int KinectSkeleton::get_joint_tracking_state(int p_joint_id) const { + if (p_joint_id < 0 || p_joint_id >= JOINT_COUNT) { + return TRACKING_NOT_TRACKED; + } + return joints[p_joint_id].tracking_state; +} + +bool KinectSkeleton::is_joint_tracked(int p_joint_id) const { + return get_joint_tracking_state(p_joint_id) >= TRACKING_INFERRED; +} + +Dictionary KinectSkeleton::get_all_joints() const { + Dictionary result; + for (int i = 0; i < JOINT_COUNT; i++) { + Dictionary joint_data; + joint_data["position"] = joints[i].position; + joint_data["tracking_state"] = joints[i].tracking_state; + result[i] = joint_data; + } + return result; +} + +String KinectSkeleton::get_joint_name(int p_joint_id) { + static const char *names[JOINT_COUNT] = { + "HipCenter", "Spine", "ShoulderCenter", "Head", + "ShoulderLeft", "ElbowLeft", "WristLeft", "HandLeft", + "ShoulderRight", "ElbowRight", "WristRight", "HandRight", + "HipLeft", "KneeLeft", "AnkleLeft", "FootLeft", + "HipRight", "KneeRight", "AnkleRight", "FootRight" + }; + + if (p_joint_id < 0 || p_joint_id >= JOINT_COUNT) { + return "Unknown"; + } + return names[p_joint_id]; +} + +PackedInt32Array KinectSkeleton::get_bone_connections() { + // Pairs of joint IDs that form bones + static const int connections[] = { + JOINT_HIP_CENTER, JOINT_SPINE, + JOINT_SPINE, JOINT_SHOULDER_CENTER, + JOINT_SHOULDER_CENTER, JOINT_HEAD, + JOINT_SHOULDER_CENTER, JOINT_SHOULDER_LEFT, + JOINT_SHOULDER_LEFT, JOINT_ELBOW_LEFT, + JOINT_ELBOW_LEFT, JOINT_WRIST_LEFT, + JOINT_WRIST_LEFT, JOINT_HAND_LEFT, + JOINT_SHOULDER_CENTER, JOINT_SHOULDER_RIGHT, + JOINT_SHOULDER_RIGHT, JOINT_ELBOW_RIGHT, + JOINT_ELBOW_RIGHT, JOINT_WRIST_RIGHT, + JOINT_WRIST_RIGHT, JOINT_HAND_RIGHT, + JOINT_HIP_CENTER, JOINT_HIP_LEFT, + JOINT_HIP_LEFT, JOINT_KNEE_LEFT, + JOINT_KNEE_LEFT, JOINT_ANKLE_LEFT, + JOINT_ANKLE_LEFT, JOINT_FOOT_LEFT, + JOINT_HIP_CENTER, JOINT_HIP_RIGHT, + JOINT_HIP_RIGHT, JOINT_KNEE_RIGHT, + JOINT_KNEE_RIGHT, JOINT_ANKLE_RIGHT, + JOINT_ANKLE_RIGHT, JOINT_FOOT_RIGHT, + }; + + PackedInt32Array result; + for (size_t i = 0; i < sizeof(connections) / sizeof(int); i++) { + result.push_back(connections[i]); + } + return result; +} + +KinectSkeleton::KinectSkeleton() { + // Initialize all joints to not tracked + for (int i = 0; i < JOINT_COUNT; i++) { + joints[i].position = Vector3(); + joints[i].tracking_state = TRACKING_NOT_TRACKED; + } +} diff --git a/engine/modules/aethex_kinect/kinect_skeleton.h b/engine/modules/aethex_kinect/kinect_skeleton.h new file mode 100644 index 00000000..13566d74 --- /dev/null +++ b/engine/modules/aethex_kinect/kinect_skeleton.h @@ -0,0 +1,85 @@ +/**************************************************************************/ +/* kinect_skeleton.h */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#ifndef AETHEX_KINECT_SKELETON_H +#define AETHEX_KINECT_SKELETON_H + +#include "core/object/ref_counted.h" +#include "core/variant/dictionary.h" + +// Kinect v1 joint IDs (20 joints) +class KinectSkeleton : public RefCounted { + GDCLASS(KinectSkeleton, RefCounted); + +public: + enum JointID { + JOINT_HIP_CENTER = 0, + JOINT_SPINE = 1, + JOINT_SHOULDER_CENTER = 2, + JOINT_HEAD = 3, + JOINT_SHOULDER_LEFT = 4, + JOINT_ELBOW_LEFT = 5, + JOINT_WRIST_LEFT = 6, + JOINT_HAND_LEFT = 7, + JOINT_SHOULDER_RIGHT = 8, + JOINT_ELBOW_RIGHT = 9, + JOINT_WRIST_RIGHT = 10, + JOINT_HAND_RIGHT = 11, + JOINT_HIP_LEFT = 12, + JOINT_KNEE_LEFT = 13, + JOINT_ANKLE_LEFT = 14, + JOINT_FOOT_LEFT = 15, + JOINT_HIP_RIGHT = 16, + JOINT_KNEE_RIGHT = 17, + JOINT_ANKLE_RIGHT = 18, + JOINT_FOOT_RIGHT = 19, + JOINT_COUNT = 20 + }; + + enum TrackingState { + TRACKING_NOT_TRACKED = 0, + TRACKING_INFERRED = 1, + TRACKING_TRACKED = 2 + }; + +private: + struct JointData { + Vector3 position; + int tracking_state = TRACKING_NOT_TRACKED; + }; + + JointData joints[JOINT_COUNT]; + +protected: + static void _bind_methods(); + +public: + // Joint access + void set_joint(int p_joint_id, const Vector3 &p_position, int p_tracking_state); + Vector3 get_joint_position(int p_joint_id) const; + int get_joint_tracking_state(int p_joint_id) const; + bool is_joint_tracked(int p_joint_id) const; + + // Bulk access + Dictionary get_all_joints() const; + + // Joint names + static String get_joint_name(int p_joint_id); + + // Bone connections (for visualization) + static PackedInt32Array get_bone_connections(); + + KinectSkeleton(); +}; + +VARIANT_ENUM_CAST(KinectSkeleton::JointID); +VARIANT_ENUM_CAST(KinectSkeleton::TrackingState); + +#endif // AETHEX_KINECT_SKELETON_H diff --git a/engine/modules/aethex_kinect/register_types.cpp b/engine/modules/aethex_kinect/register_types.cpp new file mode 100644 index 00000000..368a260e --- /dev/null +++ b/engine/modules/aethex_kinect/register_types.cpp @@ -0,0 +1,39 @@ +/**************************************************************************/ +/* register_types.cpp */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#include "register_types.h" + +#include "kinect_bridge.h" +#include "kinect_skeleton.h" +#include "kinect_gesture_detector.h" + +#include "core/object/class_db.h" + +void initialize_aethex_kinect_module(ModuleInitializationLevel p_level) { + if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) { + return; + } + + // Register classes + GDREGISTER_CLASS(KinectSkeleton); + GDREGISTER_CLASS(KinectGestureDetector); + GDREGISTER_CLASS(KinectBridge); + + print_line("[AeThex Kinect] Module initialized"); + print_line("[AeThex Kinect] Available classes: KinectBridge, KinectSkeleton, KinectGestureDetector"); +} + +void uninitialize_aethex_kinect_module(ModuleInitializationLevel p_level) { + if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) { + return; + } + + // Cleanup if needed +} diff --git a/engine/modules/aethex_kinect/register_types.h b/engine/modules/aethex_kinect/register_types.h new file mode 100644 index 00000000..98a7d606 --- /dev/null +++ b/engine/modules/aethex_kinect/register_types.h @@ -0,0 +1,19 @@ +/**************************************************************************/ +/* register_types.h */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#ifndef AETHEX_KINECT_REGISTER_TYPES_H +#define AETHEX_KINECT_REGISTER_TYPES_H + +#include "modules/register_module_types.h" + +void initialize_aethex_kinect_module(ModuleInitializationLevel p_level); +void uninitialize_aethex_kinect_module(ModuleInitializationLevel p_level); + +#endif // AETHEX_KINECT_REGISTER_TYPES_H diff --git a/engine/modules/aethex_lang/aethex_script.cpp b/engine/modules/aethex_lang/aethex_script.cpp index f769d226..313f0794 100644 --- a/engine/modules/aethex_lang/aethex_script.cpp +++ b/engine/modules/aethex_lang/aethex_script.cpp @@ -6,7 +6,7 @@ /* https://aethex.foundation */ /**************************************************************************/ /* Copyright (c) 2026-present AeThex Labs. */ -/* Based on Godot Engine, MIT License. */ +/* Based on AETHEX ENGINE, MIT License. */ /**************************************************************************/ #include "aethex_script.h" diff --git a/engine/modules/aethex_lang/aethex_script.h b/engine/modules/aethex_lang/aethex_script.h index 8b5ca79b..4d459c1a 100644 --- a/engine/modules/aethex_lang/aethex_script.h +++ b/engine/modules/aethex_lang/aethex_script.h @@ -6,7 +6,7 @@ /* https://aethex.foundation */ /**************************************************************************/ /* Copyright (c) 2026-present AeThex Labs. */ -/* Based on Godot Engine, MIT License. */ +/* Based on AETHEX ENGINE, MIT License. */ /**************************************************************************/ #pragma once diff --git a/engine/modules/aethex_lang/config.py b/engine/modules/aethex_lang/config.py index 0987fb9f..4e4a357d 100644 --- a/engine/modules/aethex_lang/config.py +++ b/engine/modules/aethex_lang/config.py @@ -1,6 +1,6 @@ def can_build(env, platform): """AeThex Lang can be built on all platforms.""" - return False # Disabled until API compatibility fixes + return True def configure(env): pass diff --git a/engine/modules/aethex_lang/editor/aethex_editor_plugin.cpp b/engine/modules/aethex_lang/editor/aethex_editor_plugin.cpp new file mode 100644 index 00000000..e670a64a --- /dev/null +++ b/engine/modules/aethex_lang/editor/aethex_editor_plugin.cpp @@ -0,0 +1,231 @@ +/**************************************************************************/ +/* aethex_editor_plugin.cpp */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#include "aethex_editor_plugin.h" +#include "../export/aethex_exporter.h" +#include "editor/editor_node.h" +#include "editor/gui/editor_file_dialog.h" +#include "scene/gui/box_container.h" +#include "scene/gui/label.h" +#include "scene/gui/button.h" +#include "scene/gui/separator.h" + +// ========================================== +// AeThexScriptExportDialog +// ========================================== + +void AeThexScriptExportDialog::_bind_methods() { +} + +void AeThexScriptExportDialog::_notification(int p_what) { + switch (p_what) { + case NOTIFICATION_READY: { + connect("confirmed", callable_mp(this, &AeThexScriptExportDialog::_export_pressed)); + } break; + } +} + +void AeThexScriptExportDialog::_browse_output_path() { + EditorFileDialog *dialog = memnew(EditorFileDialog); + dialog->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_DIR); + dialog->set_access(EditorFileDialog::ACCESS_FILESYSTEM); + dialog->set_title("Select Output Directory"); + dialog->connect("dir_selected", callable_mp(output_path_edit, &LineEdit::set_text)); + add_child(dialog); + dialog->popup_centered_ratio(0.6); +} + +void AeThexScriptExportDialog::_export_pressed() { + int target_idx = target_option->get_selected_id(); + String output_path = output_path_edit->get_text(); + String project_name = project_name_edit->get_text(); + + if (output_path.is_empty()) { + EditorNode::get_singleton()->show_warning("Please select an output directory."); + return; + } + + if (project_name.is_empty()) { + project_name = "AeThexProject"; + } + + Ref exporter; + exporter.instantiate(); + + AeThexExporter::ExportOptions options; + options.output_path = output_path; + options.project_name = project_name; + options.minify = minify_checkbox->is_pressed(); + options.generate_sourcemaps = sourcemaps_checkbox->is_pressed(); + + AeThexExporter::ExportTarget target; + switch (target_idx) { + case 0: target = AeThexExporter::EXPORT_ROBLOX; break; + case 1: target = AeThexExporter::EXPORT_UEFN; break; + case 2: target = AeThexExporter::EXPORT_UNITY; break; + case 3: target = AeThexExporter::EXPORT_WEB; break; + default: target = AeThexExporter::EXPORT_ALL; break; + } + + String project_dir = EditorNode::get_singleton()->get_editor_data().get_edited_scene_root() ? + EditorNode::get_singleton()->get_editor_data().get_edited_scene_root()->get_scene_file_path().get_base_dir() : + "res://"; + + AeThexExporter::ExportResult result = exporter->export_project(project_dir, target, options); + + if (result.success) { + String msg = "Export complete!\n\nGenerated files:\n"; + for (const String &file : result.generated_files) { + msg += " - " + file + "\n"; + } + EditorNode::get_singleton()->show_warning(msg); + } else { + EditorNode::get_singleton()->show_warning("Export failed: " + result.error_message); + } +} + +void AeThexScriptExportDialog::popup_export_dialog() { + popup_centered(Size2(500, 350)); +} + +AeThexScriptExportDialog::AeThexScriptExportDialog() { + set_title("Export AeThex Project"); + set_ok_button_text("Export"); + + VBoxContainer *vbox = memnew(VBoxContainer); + add_child(vbox); + + // Title + Label *title = memnew(Label); + title->set_text("Export to Cross-Platform Targets"); + title->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER); + vbox->add_child(title); + + vbox->add_child(memnew(HSeparator)); + + // Target platform + HBoxContainer *target_hbox = memnew(HBoxContainer); + vbox->add_child(target_hbox); + + Label *target_label = memnew(Label); + target_label->set_text("Target Platform:"); + target_label->set_custom_minimum_size(Size2(120, 0)); + target_hbox->add_child(target_label); + + target_option = memnew(OptionButton); + target_option->add_item("Roblox (Luau)", 0); + target_option->add_item("UEFN (Verse)", 1); + target_option->add_item("Unity (C#)", 2); + target_option->add_item("Web (JavaScript)", 3); + target_option->add_item("All Platforms", 4); + target_option->select(4); + target_option->set_h_size_flags(Control::SIZE_EXPAND_FILL); + target_hbox->add_child(target_option); + + // Output path + HBoxContainer *output_hbox = memnew(HBoxContainer); + vbox->add_child(output_hbox); + + Label *output_label = memnew(Label); + output_label->set_text("Output Path:"); + output_label->set_custom_minimum_size(Size2(120, 0)); + output_hbox->add_child(output_label); + + output_path_edit = memnew(LineEdit); + output_path_edit->set_h_size_flags(Control::SIZE_EXPAND_FILL); + output_path_edit->set_placeholder("Select output directory..."); + output_hbox->add_child(output_path_edit); + + Button *browse_btn = memnew(Button); + browse_btn->set_text("Browse..."); + browse_btn->connect("pressed", callable_mp(this, &AeThexScriptExportDialog::_browse_output_path)); + output_hbox->add_child(browse_btn); + + // Project name + HBoxContainer *name_hbox = memnew(HBoxContainer); + vbox->add_child(name_hbox); + + Label *name_label = memnew(Label); + name_label->set_text("Project Name:"); + name_label->set_custom_minimum_size(Size2(120, 0)); + name_hbox->add_child(name_label); + + project_name_edit = memnew(LineEdit); + project_name_edit->set_h_size_flags(Control::SIZE_EXPAND_FILL); + project_name_edit->set_placeholder("MyAeThexGame"); + name_hbox->add_child(project_name_edit); + + vbox->add_child(memnew(HSeparator)); + + // Options + Label *options_label = memnew(Label); + options_label->set_text("Export Options:"); + vbox->add_child(options_label); + + minify_checkbox = memnew(CheckBox); + minify_checkbox->set_text("Minify output code"); + vbox->add_child(minify_checkbox); + + sourcemaps_checkbox = memnew(CheckBox); + sourcemaps_checkbox->set_text("Generate source maps (for debugging)"); + vbox->add_child(sourcemaps_checkbox); + + vbox->add_child(memnew(HSeparator)); + + // Info + Label *info = memnew(Label); + info->set_text("AeThex scripts (.aethex) will be transpiled to the target platform's\nnative language. Make sure all scripts compile without errors first."); + info->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER); + vbox->add_child(info); +} + +// ========================================== +// AeThexEditorPlugin +// ========================================== + +void AeThexEditorPlugin::_bind_methods() { +} + +void AeThexEditorPlugin::_menu_option(int p_option) { + switch (p_option) { + case MENU_EXPORT_PROJECT: { + export_dialog->popup_export_dialog(); + } break; + case MENU_EXPORT_ROBLOX: + case MENU_EXPORT_UEFN: + case MENU_EXPORT_UNITY: + case MENU_EXPORT_WEB: { + // Quick export with default settings + export_dialog->popup_export_dialog(); + } break; + } +} + +AeThexEditorPlugin::AeThexEditorPlugin() { + export_dialog = memnew(AeThexScriptExportDialog); + EditorNode::get_singleton()->get_gui_base()->add_child(export_dialog); + + // Add AeThex menu to Project menu + aethex_menu = memnew(PopupMenu); + aethex_menu->set_name("AeThexMenu"); + aethex_menu->add_item("Export to Platforms...", MENU_EXPORT_PROJECT); + aethex_menu->add_separator(); + aethex_menu->add_item("Quick Export: Roblox", MENU_EXPORT_ROBLOX); + aethex_menu->add_item("Quick Export: UEFN", MENU_EXPORT_UEFN); + aethex_menu->add_item("Quick Export: Unity", MENU_EXPORT_UNITY); + aethex_menu->add_item("Quick Export: Web", MENU_EXPORT_WEB); + aethex_menu->connect("id_pressed", callable_mp(this, &AeThexEditorPlugin::_menu_option)); + + add_tool_submenu_item("AeThex Export", aethex_menu); +} + +AeThexEditorPlugin::~AeThexEditorPlugin() { + remove_tool_menu_item("AeThex Export"); +} diff --git a/engine/modules/aethex_lang/editor/aethex_editor_plugin.h b/engine/modules/aethex_lang/editor/aethex_editor_plugin.h new file mode 100644 index 00000000..4eb456a2 --- /dev/null +++ b/engine/modules/aethex_lang/editor/aethex_editor_plugin.h @@ -0,0 +1,67 @@ +/**************************************************************************/ +/* aethex_editor_plugin.h */ +/**************************************************************************/ +/* This file is part of: */ +/* AETHEX ENGINE */ +/* https://aethex.foundation */ +/**************************************************************************/ +/* Copyright (c) 2026-present AeThex Labs. */ +/**************************************************************************/ + +#ifndef AETHEX_EDITOR_PLUGIN_H +#define AETHEX_EDITOR_PLUGIN_H + +#include "editor/plugins/editor_plugin.h" +#include "scene/gui/dialogs.h" +#include "scene/gui/option_button.h" +#include "scene/gui/line_edit.h" +#include "scene/gui/check_box.h" + +class AeThexScriptExportDialog : public ConfirmationDialog { + GDCLASS(AeThexScriptExportDialog, ConfirmationDialog); + + OptionButton *target_option = nullptr; + LineEdit *output_path_edit = nullptr; + LineEdit *project_name_edit = nullptr; + CheckBox *minify_checkbox = nullptr; + CheckBox *sourcemaps_checkbox = nullptr; + + void _browse_output_path(); + void _export_pressed(); + +protected: + static void _bind_methods(); + void _notification(int p_what); + +public: + void popup_export_dialog(); + AeThexScriptExportDialog(); +}; + +class AeThexEditorPlugin : public EditorPlugin { + GDCLASS(AeThexEditorPlugin, EditorPlugin); + + AeThexScriptExportDialog *export_dialog = nullptr; + PopupMenu *aethex_menu = nullptr; + + void _menu_option(int p_option); + + enum MenuOptions { + MENU_EXPORT_PROJECT, + MENU_EXPORT_ROBLOX, + MENU_EXPORT_UEFN, + MENU_EXPORT_UNITY, + MENU_EXPORT_WEB, + }; + +protected: + static void _bind_methods(); + +public: + virtual String get_plugin_name() const override { return "AeThex"; } + + AeThexEditorPlugin(); + ~AeThexEditorPlugin(); +}; + +#endif // AETHEX_EDITOR_PLUGIN_H diff --git a/engine/modules/aethex_lang/register_types.cpp b/engine/modules/aethex_lang/register_types.cpp index cb4730b3..1e009511 100644 --- a/engine/modules/aethex_lang/register_types.cpp +++ b/engine/modules/aethex_lang/register_types.cpp @@ -6,7 +6,7 @@ /* https://aethex.foundation */ /**************************************************************************/ /* Copyright (c) 2026-present AeThex Labs. */ -/* Based on Godot Engine, MIT License. */ +/* Based on AETHEX ENGINE, MIT License. */ /**************************************************************************/ #include "register_types.h" @@ -16,9 +16,14 @@ #include "aethex_parser.h" #include "aethex_compiler.h" #include "aethex_vm.h" +#include "export/aethex_exporter.h" #ifdef TOOLS_ENABLED #include "editor/aethex_highlighter.h" +#include "editor/aethex_editor_plugin.h" +#include "editor/editor_node.h" +#include "editor/script/script_editor_plugin.h" +#include "editor/plugins/editor_plugin.h" #endif #include "core/io/file_access.h" @@ -28,11 +33,21 @@ AeThexScriptLanguage *script_language_aethex = nullptr; Ref resource_loader_aethex; Ref resource_saver_aethex; +#ifdef TOOLS_ENABLED +static void _aethex_editor_init() { + // Register syntax highlighter + Ref aethex_syntax_highlighter; + aethex_syntax_highlighter.instantiate(); + ScriptEditor::get_singleton()->register_syntax_highlighter(aethex_syntax_highlighter); +} +#endif + void initialize_aethex_lang_module(ModuleInitializationLevel p_level) { if (p_level == MODULE_INITIALIZATION_LEVEL_CORE) { // Register core classes GDREGISTER_CLASS(AeThexCompiler); GDREGISTER_CLASS(AeThexVM); + GDREGISTER_CLASS(AeThexExporter); } if (p_level == MODULE_INITIALIZATION_LEVEL_SERVERS) { @@ -46,12 +61,21 @@ void initialize_aethex_lang_module(ModuleInitializationLevel p_level) { resource_saver_aethex.instantiate(); ResourceSaver::add_resource_format_saver(resource_saver_aethex); + +#ifdef TOOLS_ENABLED + EditorNode::add_init_callback(_aethex_editor_init); +#endif } #ifdef TOOLS_ENABLED if (p_level == MODULE_INITIALIZATION_LEVEL_EDITOR) { - // Register syntax highlighter for .aethex files - // ScriptEditor::register_syntax_highlighter(); + // Register syntax highlighter class + GDREGISTER_CLASS(AeThexSyntaxHighlighter); + GDREGISTER_CLASS(AeThexScriptExportDialog); + GDREGISTER_CLASS(AeThexEditorPlugin); + + // Add editor plugin + EditorPlugins::add_by_type(); } #endif } diff --git a/engine/modules/aethex_lang/register_types.h b/engine/modules/aethex_lang/register_types.h index 473f6fca..f1015d09 100644 --- a/engine/modules/aethex_lang/register_types.h +++ b/engine/modules/aethex_lang/register_types.h @@ -6,7 +6,7 @@ /* https://aethex.foundation */ /**************************************************************************/ /* Copyright (c) 2026-present AeThex Labs. */ -/* Based on Godot Engine, MIT License. */ +/* Based on AETHEX ENGINE, MIT License. */ /**************************************************************************/ #pragma once diff --git a/engine/modules/aethex_marketplace/config.py b/engine/modules/aethex_marketplace/config.py index 5374b290..c9fbc774 100644 --- a/engine/modules/aethex_marketplace/config.py +++ b/engine/modules/aethex_marketplace/config.py @@ -1,7 +1,7 @@ # config.py - AeThex Marketplace Module def can_build(env, platform): - return False # Disabled until API compatibility fixes + return True def configure(env): pass diff --git a/engine/modules/aethex_physics_2d/aethex_area_2d.cpp b/engine/modules/aethex_physics_2d/aethex_area_2d.cpp index d6c78670..5c1bb46c 100644 --- a/engine/modules/aethex_physics_2d/aethex_area_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_area_2d.cpp @@ -2,10 +2,10 @@ /* godot_area_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_area_2d.h b/engine/modules/aethex_physics_2d/aethex_area_2d.h index b5040c58..39a490d3 100644 --- a/engine/modules/aethex_physics_2d/aethex_area_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_area_2d.h @@ -2,10 +2,10 @@ /* godot_area_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_area_pair_2d.cpp b/engine/modules/aethex_physics_2d/aethex_area_pair_2d.cpp index ca12e30c..d686c5ef 100644 --- a/engine/modules/aethex_physics_2d/aethex_area_pair_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_area_pair_2d.cpp @@ -2,10 +2,10 @@ /* godot_area_pair_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_area_pair_2d.h b/engine/modules/aethex_physics_2d/aethex_area_pair_2d.h index 62d59519..549c5938 100644 --- a/engine/modules/aethex_physics_2d/aethex_area_pair_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_area_pair_2d.h @@ -2,10 +2,10 @@ /* godot_area_pair_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_body_2d.cpp b/engine/modules/aethex_physics_2d/aethex_body_2d.cpp index 65a5e1ee..245af293 100644 --- a/engine/modules/aethex_physics_2d/aethex_body_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_body_2d.cpp @@ -2,10 +2,10 @@ /* godot_body_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_body_2d.h b/engine/modules/aethex_physics_2d/aethex_body_2d.h index bcb55c6d..eabdf39b 100644 --- a/engine/modules/aethex_physics_2d/aethex_body_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_body_2d.h @@ -2,10 +2,10 @@ /* godot_body_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.cpp b/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.cpp index 3400229f..248b3559 100644 --- a/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.cpp @@ -2,10 +2,10 @@ /* godot_body_direct_state_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.h b/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.h index 7afa6142..2ef41729 100644 --- a/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_body_direct_state_2d.h @@ -2,10 +2,10 @@ /* godot_body_direct_state_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_body_pair_2d.cpp b/engine/modules/aethex_physics_2d/aethex_body_pair_2d.cpp index c108b9fb..fdf3f554 100644 --- a/engine/modules/aethex_physics_2d/aethex_body_pair_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_body_pair_2d.cpp @@ -2,10 +2,10 @@ /* godot_body_pair_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_body_pair_2d.h b/engine/modules/aethex_physics_2d/aethex_body_pair_2d.h index 3327ffd8..a3317ae3 100644 --- a/engine/modules/aethex_physics_2d/aethex_body_pair_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_body_pair_2d.h @@ -2,10 +2,10 @@ /* godot_body_pair_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_broad_phase_2d.h b/engine/modules/aethex_physics_2d/aethex_broad_phase_2d.h index 65c99872..a7437dff 100644 --- a/engine/modules/aethex_physics_2d/aethex_broad_phase_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_broad_phase_2d.h @@ -2,10 +2,10 @@ /* godot_broad_phase_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.cpp b/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.cpp index 59623a26..d4145f84 100644 --- a/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.cpp +++ b/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.cpp @@ -2,10 +2,10 @@ /* godot_broad_phase_2d_bvh.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.h b/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.h index cebfe19a..82b9d647 100644 --- a/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.h +++ b/engine/modules/aethex_physics_2d/aethex_broad_phase_2d_bvh.h @@ -2,10 +2,10 @@ /* godot_broad_phase_2d_bvh.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_collision_object_2d.cpp b/engine/modules/aethex_physics_2d/aethex_collision_object_2d.cpp index 747f6ed7..6623f359 100644 --- a/engine/modules/aethex_physics_2d/aethex_collision_object_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_collision_object_2d.cpp @@ -2,10 +2,10 @@ /* godot_collision_object_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_collision_object_2d.h b/engine/modules/aethex_physics_2d/aethex_collision_object_2d.h index ebeb056f..3c5fd808 100644 --- a/engine/modules/aethex_physics_2d/aethex_collision_object_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_collision_object_2d.h @@ -2,10 +2,10 @@ /* godot_collision_object_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.cpp b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.cpp index a1acbe9c..2f2f16d0 100644 --- a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.cpp @@ -2,10 +2,10 @@ /* godot_collision_solver_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.h b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.h index 0d941d42..8dd9ba02 100644 --- a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d.h @@ -2,10 +2,10 @@ /* godot_collision_solver_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.cpp b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.cpp index 96f0c2ce..e57bfc80 100644 --- a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.cpp +++ b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.cpp @@ -2,10 +2,10 @@ /* godot_collision_solver_2d_sat.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.h b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.h index 36801ffd..0e013485 100644 --- a/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.h +++ b/engine/modules/aethex_physics_2d/aethex_collision_solver_2d_sat.h @@ -2,10 +2,10 @@ /* godot_collision_solver_2d_sat.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_constraint_2d.h b/engine/modules/aethex_physics_2d/aethex_constraint_2d.h index 27a7dc68..eced6be3 100644 --- a/engine/modules/aethex_physics_2d/aethex_constraint_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_constraint_2d.h @@ -2,10 +2,10 @@ /* godot_constraint_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_joints_2d.cpp b/engine/modules/aethex_physics_2d/aethex_joints_2d.cpp index 457d1cbc..6541b5ae 100644 --- a/engine/modules/aethex_physics_2d/aethex_joints_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_joints_2d.cpp @@ -2,10 +2,10 @@ /* godot_joints_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_joints_2d.h b/engine/modules/aethex_physics_2d/aethex_joints_2d.h index bb3cdd57..eb706634 100644 --- a/engine/modules/aethex_physics_2d/aethex_joints_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_joints_2d.h @@ -2,10 +2,10 @@ /* godot_joints_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_physics_server_2d.cpp b/engine/modules/aethex_physics_2d/aethex_physics_server_2d.cpp index 50acb20a..047668be 100644 --- a/engine/modules/aethex_physics_2d/aethex_physics_server_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_physics_server_2d.cpp @@ -2,10 +2,10 @@ /* aethex_physics_server_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_physics_server_2d.h b/engine/modules/aethex_physics_2d/aethex_physics_server_2d.h index f6f6bcbf..4a4eb3dc 100644 --- a/engine/modules/aethex_physics_2d/aethex_physics_server_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_physics_server_2d.h @@ -2,10 +2,10 @@ /* aethex_physics_server_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_shape_2d.cpp b/engine/modules/aethex_physics_2d/aethex_shape_2d.cpp index df32692d..35c0d632 100644 --- a/engine/modules/aethex_physics_2d/aethex_shape_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_shape_2d.cpp @@ -2,10 +2,10 @@ /* godot_shape_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_shape_2d.h b/engine/modules/aethex_physics_2d/aethex_shape_2d.h index 80ac63eb..129a4847 100644 --- a/engine/modules/aethex_physics_2d/aethex_shape_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_shape_2d.h @@ -2,10 +2,10 @@ /* godot_shape_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_space_2d.cpp b/engine/modules/aethex_physics_2d/aethex_space_2d.cpp index a24416b8..549199b4 100644 --- a/engine/modules/aethex_physics_2d/aethex_space_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_space_2d.cpp @@ -2,10 +2,10 @@ /* godot_space_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_space_2d.h b/engine/modules/aethex_physics_2d/aethex_space_2d.h index c0b5a0d5..b4e4bfd1 100644 --- a/engine/modules/aethex_physics_2d/aethex_space_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_space_2d.h @@ -2,10 +2,10 @@ /* godot_space_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_step_2d.cpp b/engine/modules/aethex_physics_2d/aethex_step_2d.cpp index 8bdaed38..ad084b0f 100644 --- a/engine/modules/aethex_physics_2d/aethex_step_2d.cpp +++ b/engine/modules/aethex_physics_2d/aethex_step_2d.cpp @@ -2,10 +2,10 @@ /* godot_step_2d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/aethex_step_2d.h b/engine/modules/aethex_physics_2d/aethex_step_2d.h index 5668669e..80238606 100644 --- a/engine/modules/aethex_physics_2d/aethex_step_2d.h +++ b/engine/modules/aethex_physics_2d/aethex_step_2d.h @@ -2,10 +2,10 @@ /* godot_step_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/config.py b/engine/modules/aethex_physics_2d/config.py index 8c9a0d61..3613eaad 100644 --- a/engine/modules/aethex_physics_2d/config.py +++ b/engine/modules/aethex_physics_2d/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return False # Disabled until implementation is complete + return False # Incomplete - needs full implementation def configure(env): diff --git a/engine/modules/aethex_physics_2d/register_types.cpp b/engine/modules/aethex_physics_2d/register_types.cpp index 88c6a203..b0db8ddf 100644 --- a/engine/modules/aethex_physics_2d/register_types.cpp +++ b/engine/modules/aethex_physics_2d/register_types.cpp @@ -2,10 +2,10 @@ /* register_types.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_2d/register_types.h b/engine/modules/aethex_physics_2d/register_types.h index 3df1c632..7b5bb2a5 100644 --- a/engine/modules/aethex_physics_2d/register_types.h +++ b/engine/modules/aethex_physics_2d/register_types.h @@ -2,10 +2,10 @@ /* register_types.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_area_3d.cpp b/engine/modules/aethex_physics_3d/aethex_area_3d.cpp index d0b287b0..2c71ecc4 100644 --- a/engine/modules/aethex_physics_3d/aethex_area_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_area_3d.cpp @@ -2,10 +2,10 @@ /* godot_area_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_area_3d.h b/engine/modules/aethex_physics_3d/aethex_area_3d.h index 3b6f0913..df85592f 100644 --- a/engine/modules/aethex_physics_3d/aethex_area_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_area_3d.h @@ -2,10 +2,10 @@ /* godot_area_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_area_pair_3d.cpp b/engine/modules/aethex_physics_3d/aethex_area_pair_3d.cpp index aaa96f5a..672155b3 100644 --- a/engine/modules/aethex_physics_3d/aethex_area_pair_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_area_pair_3d.cpp @@ -2,10 +2,10 @@ /* godot_area_pair_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_area_pair_3d.h b/engine/modules/aethex_physics_3d/aethex_area_pair_3d.h index f5be4c64..77e60b1a 100644 --- a/engine/modules/aethex_physics_3d/aethex_area_pair_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_area_pair_3d.h @@ -2,10 +2,10 @@ /* godot_area_pair_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_body_3d.cpp b/engine/modules/aethex_physics_3d/aethex_body_3d.cpp index 397eb0d5..df2d1213 100644 --- a/engine/modules/aethex_physics_3d/aethex_body_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_body_3d.cpp @@ -2,10 +2,10 @@ /* godot_body_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_body_3d.h b/engine/modules/aethex_physics_3d/aethex_body_3d.h index 7dcd17b1..a311d8db 100644 --- a/engine/modules/aethex_physics_3d/aethex_body_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_body_3d.h @@ -2,10 +2,10 @@ /* godot_body_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.cpp b/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.cpp index a3529558..567335b7 100644 --- a/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.cpp @@ -2,10 +2,10 @@ /* godot_body_direct_state_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.h b/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.h index 47970e3c..88ecf589 100644 --- a/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_body_direct_state_3d.h @@ -2,10 +2,10 @@ /* godot_body_direct_state_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_body_pair_3d.cpp b/engine/modules/aethex_physics_3d/aethex_body_pair_3d.cpp index bc69ef1d..83d47d28 100644 --- a/engine/modules/aethex_physics_3d/aethex_body_pair_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_body_pair_3d.cpp @@ -2,10 +2,10 @@ /* godot_body_pair_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_body_pair_3d.h b/engine/modules/aethex_physics_3d/aethex_body_pair_3d.h index 10e02ac4..28175245 100644 --- a/engine/modules/aethex_physics_3d/aethex_body_pair_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_body_pair_3d.h @@ -2,10 +2,10 @@ /* godot_body_pair_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_broad_phase_3d.h b/engine/modules/aethex_physics_3d/aethex_broad_phase_3d.h index 852dde34..f4b8e242 100644 --- a/engine/modules/aethex_physics_3d/aethex_broad_phase_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_broad_phase_3d.h @@ -2,10 +2,10 @@ /* godot_broad_phase_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.cpp b/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.cpp index 0faa56b5..cf0b4365 100644 --- a/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.cpp +++ b/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.cpp @@ -2,10 +2,10 @@ /* godot_broad_phase_3d_bvh.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.h b/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.h index 0ba57e21..0e62733d 100644 --- a/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.h +++ b/engine/modules/aethex_physics_3d/aethex_broad_phase_3d_bvh.h @@ -2,10 +2,10 @@ /* godot_broad_phase_3d_bvh.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_collision_object_3d.cpp b/engine/modules/aethex_physics_3d/aethex_collision_object_3d.cpp index f294b2ec..e290d4a8 100644 --- a/engine/modules/aethex_physics_3d/aethex_collision_object_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_collision_object_3d.cpp @@ -2,10 +2,10 @@ /* godot_collision_object_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_collision_object_3d.h b/engine/modules/aethex_physics_3d/aethex_collision_object_3d.h index d20f941e..479d75ca 100644 --- a/engine/modules/aethex_physics_3d/aethex_collision_object_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_collision_object_3d.h @@ -2,10 +2,10 @@ /* godot_collision_object_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.cpp b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.cpp index 071ae66a..21df1b08 100644 --- a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.cpp @@ -2,10 +2,10 @@ /* godot_collision_solver_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.h b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.h index 13b097c9..642f816f 100644 --- a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d.h @@ -2,10 +2,10 @@ /* godot_collision_solver_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.cpp b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.cpp index 31431805..b43e0efd 100644 --- a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.cpp +++ b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.cpp @@ -2,10 +2,10 @@ /* godot_collision_solver_3d_sat.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.h b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.h index 20676416..e3545574 100644 --- a/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.h +++ b/engine/modules/aethex_physics_3d/aethex_collision_solver_3d_sat.h @@ -2,10 +2,10 @@ /* godot_collision_solver_3d_sat.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_constraint_3d.h b/engine/modules/aethex_physics_3d/aethex_constraint_3d.h index 96b6e48f..db5d7381 100644 --- a/engine/modules/aethex_physics_3d/aethex_constraint_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_constraint_3d.h @@ -2,10 +2,10 @@ /* godot_constraint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_joint_3d.h b/engine/modules/aethex_physics_3d/aethex_joint_3d.h index 2d885b8e..d7ab833c 100644 --- a/engine/modules/aethex_physics_3d/aethex_joint_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_joint_3d.h @@ -2,10 +2,10 @@ /* godot_joint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_physics_server_3d.cpp b/engine/modules/aethex_physics_3d/aethex_physics_server_3d.cpp index 594f1150..36e06299 100644 --- a/engine/modules/aethex_physics_3d/aethex_physics_server_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_physics_server_3d.cpp @@ -2,10 +2,10 @@ /* aethex_physics_server_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_physics_server_3d.h b/engine/modules/aethex_physics_3d/aethex_physics_server_3d.h index 5db7aa76..bf7cb5dc 100644 --- a/engine/modules/aethex_physics_3d/aethex_physics_server_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_physics_server_3d.h @@ -2,10 +2,10 @@ /* aethex_physics_server_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_shape_3d.cpp b/engine/modules/aethex_physics_3d/aethex_shape_3d.cpp index 10970ee4..234a9325 100644 --- a/engine/modules/aethex_physics_3d/aethex_shape_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_shape_3d.cpp @@ -2,10 +2,10 @@ /* godot_shape_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_shape_3d.h b/engine/modules/aethex_physics_3d/aethex_shape_3d.h index 9a7b78e3..5bc62f71 100644 --- a/engine/modules/aethex_physics_3d/aethex_shape_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_shape_3d.h @@ -2,10 +2,10 @@ /* godot_shape_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_soft_body_3d.cpp b/engine/modules/aethex_physics_3d/aethex_soft_body_3d.cpp index fc8dff51..4baff248 100644 --- a/engine/modules/aethex_physics_3d/aethex_soft_body_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_soft_body_3d.cpp @@ -2,10 +2,10 @@ /* godot_soft_body_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_soft_body_3d.h b/engine/modules/aethex_physics_3d/aethex_soft_body_3d.h index 7b5d345a..8fd667d9 100644 --- a/engine/modules/aethex_physics_3d/aethex_soft_body_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_soft_body_3d.h @@ -2,10 +2,10 @@ /* godot_soft_body_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_space_3d.cpp b/engine/modules/aethex_physics_3d/aethex_space_3d.cpp index 29bba545..fb4d3e36 100644 --- a/engine/modules/aethex_physics_3d/aethex_space_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_space_3d.cpp @@ -2,10 +2,10 @@ /* godot_space_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_space_3d.h b/engine/modules/aethex_physics_3d/aethex_space_3d.h index cc306fb1..de302877 100644 --- a/engine/modules/aethex_physics_3d/aethex_space_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_space_3d.h @@ -2,10 +2,10 @@ /* godot_space_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_step_3d.cpp b/engine/modules/aethex_physics_3d/aethex_step_3d.cpp index 7b5afcb9..93b31fbd 100644 --- a/engine/modules/aethex_physics_3d/aethex_step_3d.cpp +++ b/engine/modules/aethex_physics_3d/aethex_step_3d.cpp @@ -2,10 +2,10 @@ /* godot_step_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/aethex_step_3d.h b/engine/modules/aethex_physics_3d/aethex_step_3d.h index 4cafeb97..617e09db 100644 --- a/engine/modules/aethex_physics_3d/aethex_step_3d.h +++ b/engine/modules/aethex_physics_3d/aethex_step_3d.h @@ -2,10 +2,10 @@ /* godot_step_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/config.py b/engine/modules/aethex_physics_3d/config.py index 8c9a0d61..3613eaad 100644 --- a/engine/modules/aethex_physics_3d/config.py +++ b/engine/modules/aethex_physics_3d/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return False # Disabled until implementation is complete + return False # Incomplete - needs full implementation def configure(env): diff --git a/engine/modules/aethex_physics_3d/gjk_epa.cpp b/engine/modules/aethex_physics_3d/gjk_epa.cpp index e5678914..f8e9140a 100644 --- a/engine/modules/aethex_physics_3d/gjk_epa.cpp +++ b/engine/modules/aethex_physics_3d/gjk_epa.cpp @@ -2,10 +2,10 @@ /* gjk_epa.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/gjk_epa.h b/engine/modules/aethex_physics_3d/gjk_epa.h index c29b7868..9f55c444 100644 --- a/engine/modules/aethex_physics_3d/gjk_epa.h +++ b/engine/modules/aethex_physics_3d/gjk_epa.h @@ -2,10 +2,10 @@ /* gjk_epa.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.cpp b/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.cpp index 7641ac68..6d749cc9 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.cpp +++ b/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.cpp @@ -2,10 +2,10 @@ /* godot_cone_twist_joint_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.h b/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.h index 1071080c..0324ec30 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.h +++ b/engine/modules/aethex_physics_3d/joints/aethex_cone_twist_joint_3d.h @@ -2,10 +2,10 @@ /* godot_cone_twist_joint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.cpp b/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.cpp index 5f9cf9de..1d0e4e21 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.cpp +++ b/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.cpp @@ -2,10 +2,10 @@ /* godot_generic_6dof_joint_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.h b/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.h index a7ced46d..f36c31d0 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.h +++ b/engine/modules/aethex_physics_3d/joints/aethex_generic_6dof_joint_3d.h @@ -2,10 +2,10 @@ /* godot_generic_6dof_joint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.cpp b/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.cpp index 3d423f70..e49f75fd 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.cpp +++ b/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.cpp @@ -2,10 +2,10 @@ /* godot_hinge_joint_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.h b/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.h index 0eb0689c..b43c40a2 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.h +++ b/engine/modules/aethex_physics_3d/joints/aethex_hinge_joint_3d.h @@ -2,10 +2,10 @@ /* godot_hinge_joint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_jacobian_entry_3d.h b/engine/modules/aethex_physics_3d/joints/aethex_jacobian_entry_3d.h index d6218e19..619e31a6 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_jacobian_entry_3d.h +++ b/engine/modules/aethex_physics_3d/joints/aethex_jacobian_entry_3d.h @@ -2,10 +2,10 @@ /* godot_jacobian_entry_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.cpp b/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.cpp index 304c05f5..35b33085 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.cpp +++ b/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.cpp @@ -2,10 +2,10 @@ /* godot_pin_joint_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.h b/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.h index 69ce6138..166cda22 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.h +++ b/engine/modules/aethex_physics_3d/joints/aethex_pin_joint_3d.h @@ -2,10 +2,10 @@ /* godot_pin_joint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.cpp b/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.cpp index b9dca94b..83a93fb4 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.cpp +++ b/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.cpp @@ -2,10 +2,10 @@ /* godot_slider_joint_3d.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.h b/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.h index d7ec86a8..f9ae5738 100644 --- a/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.h +++ b/engine/modules/aethex_physics_3d/joints/aethex_slider_joint_3d.h @@ -2,10 +2,10 @@ /* godot_slider_joint_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/register_types.cpp b/engine/modules/aethex_physics_3d/register_types.cpp index 6281cddd..5f765c73 100644 --- a/engine/modules/aethex_physics_3d/register_types.cpp +++ b/engine/modules/aethex_physics_3d/register_types.cpp @@ -2,10 +2,10 @@ /* register_types.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_physics_3d/register_types.h b/engine/modules/aethex_physics_3d/register_types.h index 8e8abc52..6dddee70 100644 --- a/engine/modules/aethex_physics_3d/register_types.h +++ b/engine/modules/aethex_physics_3d/register_types.h @@ -2,10 +2,10 @@ /* register_types.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* AETHEX ENGINE */ +/* https://aethex.dev */ /**************************************************************************/ -/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ +/* Copyright (c) 2014-present AETHEX ENGINE contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/engine/modules/aethex_templates/config.py b/engine/modules/aethex_templates/config.py index 18e7834a..6453327f 100644 --- a/engine/modules/aethex_templates/config.py +++ b/engine/modules/aethex_templates/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return False # Disabled until API compatibility fixes + return True def configure(env): pass diff --git a/engine/modules/aethex_templates/editor/template_wizard.cpp b/engine/modules/aethex_templates/editor/template_wizard.cpp index d2da178a..d1c8af43 100644 --- a/engine/modules/aethex_templates/editor/template_wizard.cpp +++ b/engine/modules/aethex_templates/editor/template_wizard.cpp @@ -13,8 +13,11 @@ #include "template_wizard.h" #include "scene/gui/file_dialog.h" +#include "scene/gui/separator.h" #include "editor/editor_node.h" #include "editor/themes/editor_scale.h" +#include "core/os/time.h" +#include "core/variant/typed_array.h" // =========================================================== // AeThexTemplateWizard @@ -30,7 +33,7 @@ AeThexTemplateWizard::AeThexTemplateWizard() { // Main pages pages = memnew(TabContainer); - pages->set_v_size_flags(SIZE_EXPAND_FILL); + pages->set_v_size_flags(Control::SIZE_EXPAND_FILL); pages->set_tabs_visible(false); add_child(pages); @@ -47,7 +50,7 @@ AeThexTemplateWizard::AeThexTemplateWizard() { template_page->add_child(template_header); template_browser = memnew(AeThexTemplateBrowser); - template_browser->set_v_size_flags(SIZE_EXPAND_FILL); + template_browser->set_v_size_flags(Control::SIZE_EXPAND_FILL); template_page->add_child(template_browser); // ========================================== @@ -73,7 +76,7 @@ AeThexTemplateWizard::AeThexTemplateWizard() { project_name_edit = memnew(LineEdit); project_name_edit->set_placeholder("My Awesome Game"); - project_name_edit->set_h_size_flags(SIZE_EXPAND_FILL); + project_name_edit->set_h_size_flags(Control::SIZE_EXPAND_FILL); name_row->add_child(project_name_edit); // Project path @@ -86,7 +89,7 @@ AeThexTemplateWizard::AeThexTemplateWizard() { path_row->add_child(path_label); project_path_edit = memnew(LineEdit); - project_path_edit->set_h_size_flags(SIZE_EXPAND_FILL); + project_path_edit->set_h_size_flags(Control::SIZE_EXPAND_FILL); path_row->add_child(project_path_edit); browse_path_button = memnew(Button); @@ -133,7 +136,7 @@ AeThexTemplateWizard::AeThexTemplateWizard() { config_page->add_child(vars_label); variables_container = memnew(VBoxContainer); - variables_container->set_v_size_flags(SIZE_EXPAND_FILL); + variables_container->set_v_size_flags(Control::SIZE_EXPAND_FILL); config_page->add_child(variables_container); // ========================================== @@ -156,7 +159,7 @@ AeThexTemplateWizard::AeThexTemplateWizard() { creating_page->add_child(create_progress); create_log = memnew(RichTextLabel); - create_log->set_v_size_flags(SIZE_EXPAND_FILL); + create_log->set_v_size_flags(Control::SIZE_EXPAND_FILL); creating_page->add_child(create_log); // ========================================== @@ -267,7 +270,6 @@ void AeThexTemplateWizard::_update_buttons() { int current = pages->get_current_tab(); // Back button - Button *back_btn = get_ok_button()->get_parent()->get_child(0)->cast_to