8000 Comparing v1.1.0...v1.2.0 · ligen131/equal_to_p · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ligen131/equal_to_p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: ligen131/equal_to_p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 18 commits
  • 38 files changed
  • 2 contributors

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    c636a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. feat(image_lib.gd)!: 添加主题、配色版和相关函数

    新增:
    
    - static var theme: String = "blue" 表示当前主题。
    - Color get_palette_color_by_name(name) 获取当前主题下代号 name 的颜色。
    - Color get_palette_color_by_info(col_theme, name) 获取主题 col_theme 下
      代号 name 的颜色。
    - 其他函数和常量。
    
    修改:
    
    - PALETTE 修改:PALETTE[col_theme][name]: Color 现在表示主题 col_theme
      下代号 name 的颜色。
    - void update_animation(...) 函数修改:现在该函数会先替换颜色,再根据
      当前 theme 替换颜色(若颜色不在 PALETTE 中则不替换)。
    
    BREAKING CHANGE: 原 PALETTE 废用,update_animation 函数更改。
    
    原先使用 PALETTE 的情况下,考虑用 get_palette_color_by_name 或
    get_palette_color_by_info 替代。
    cutekibry committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c1575a9 View commit details
    Browse the repository at this point in the history
  2. feat: 添加根据主题更改配色功能

    添加了 card, card_base, table_cloth 的更改配色功能。
    cutekibry committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7a1fc70 View commit details
    Browse the repository at this point in the history
  3. feat(styled_button): 添加 disabled 和更改颜色功能

    添加了 button_disabled.png 以及根据主题更改配色功能。
    cutekibry committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ecfddb6 View commit details
    Browse the repository at this point in the history
  4. feat(dynamic_bg)!: 添加背景色和更改配色功能

    将 DynamicBg 改为 ColorRect 类型,作为游戏场景的背景色。
    
    将 DynamicBgPattern 的透明度设置为不透明,并添加更改配色功能。
    
    BREAKING CHANGE: DynamicBg 现改为 ColorRect 类型。
    cutekibry committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7951dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    def3c75 View commit details
    Browse the repository at this point in the history
  6. < 10000 action-menu data-select-variant="none" data-view-component="true" class="d-flex d-sm-none"> Configuration menu
    Copy the full SHA
    ac5ea02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c939dfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a42ac6 View commit details
    Browse the repository at this point in the history
  9. refactor(main)!: 将 $Bg/DynamicBg 移到根节点下

    BREAKING CHANGE: $Bg 节点删除,原 $Bg/DynamicBg 节点移至 $DynamicBg。
    cutekibry committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ed1327a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af326e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8813eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7fd6d3e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #53 from ligen131/feat-20240215-color-palette

    添加配色板,配色主题以及根据主题更改配色功能;并更改默认主题色为蓝色
    cutekibry authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    87c88e7 View commit details
    Browse the repository at this point in the history
  14. chore: release 1.2.0

    Release-As: 1.2.0
    cutekibry committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1a5589e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #55 from ligen131/chore-20240216-release-1.2.0

    chore: release 1.2.0
    cutekibry authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    23fcace View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0bfa6f5 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #54 from ligen131/release-please--branches--main

    chore(main): release 1.2.0
    cutekibry authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    17a48a3 View commit details
    Browse the repository at this point in the history
Loading
0