fix: 装备属性面板避让逻辑 + 多项功能更新

- item_tooltip_view.gd: 新增 avoid_rect 属性,tooltip 与装备窗口重叠时自动推到左侧
- inventory_ui.gd: 悬停装备时传入窗口矩形作为避让区域
- 包含其他累积的功能开发和测试文件
This commit is contained in:
shen
2026-09-21 16:38:59 -07:00
parent 1522a8a1a1
commit c93894313a
5498 changed files with 4558004 additions and 1442 deletions
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.4
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/shen/Work/Code/Metin2/metin2-client")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/shen/Work/Code/Metin2/metin2-client/build-asan")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for generate_bindings.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for generate_bindings.
@@ -0,0 +1,2 @@
CMAKE_PROGRESS_1 = 12
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"../../bin/libgodot-cpp.macos.template_debug.arm64.a"
)
@@ -0,0 +1,2 @@
# Empty compiler generated dependencies file for godot-cpp.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for godot-cpp.
@@ -0,0 +1,2 @@
# Empty dependencies file for godot-cpp.
# This may be replaced when dependencies are built.
@@ -0,0 +1,12 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.4
# compile CXX with /usr/bin/c++
CXX_DEFINES = -DDEBUG_ENABLED -DGDEXTENSION -DMACOS_ENABLED -DTHREADS_ENABLED -DUNIX_ENABLED
CXX_INCLUDES = -I/Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension/godot-cpp/gen/include -I/Users/shen/Work/Code/Metin2/metin2-client/extension/godot-cpp/include
CXX_FLAGSarm64 = -fsanitize=address -fno-omit-frame-pointer -g -std=c++17 -arch arm64 -fPIC -fvisibility=hidden -gdwarf-4 -g2 -fno-exceptions
CXX_FLAGS = -fsanitize=address -fno-omit-frame-pointer -g -std=c++17 -arch arm64 -fPIC -fvisibility=hidden -gdwarf-4 -g2 -fno-exceptions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
72
@@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/shen/Work/Code/Metin2/metin2-client/extension/godot-cpp
# Build directory: /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension/godot-cpp
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,45 @@
# Install script for directory: /Users/shen/Work/Code/Metin2/metin2-client/extension/godot-cpp
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension/godot-cpp/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()