Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from K0lb3:master #2

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    ec74e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f510d24 View commit details
    Browse the repository at this point in the history
  3. copy bytes by PyBytes_FromObject

    AXiX-official authored and K0lb3 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a3a5cd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65deb2a View commit details
    Browse the repository at this point in the history
  5. 1.20.11 version bump

    K0lb3 authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    12fc9d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    c2805e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c8e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5de61e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    898c5a7 View commit details
    Browse the repository at this point in the history
  5. 1.20.12 - version bump

    K0lb3 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e63618e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix: export Shader (#280)

    * fix: export Shader
      * remove redundant hasattr
      * correctly handle int or List[int]
    
    ---------
    
    Co-authored-by: Rudolf Kolbe <[email protected]>
    martinwang2002 and K0lb3 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6daa1f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    09919e1 View commit details
    Browse the repository at this point in the history
  2. AudioClipConverter - refactor sound format dependent export and add o…

    …ptional (default) float to 16 converter
    K0lb3 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9475c47 View commit details
    Browse the repository at this point in the history
  3. setup.py - include arm64 fmod

    K0lb3 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5d6de1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87e7d9f View commit details
    Browse the repository at this point in the history
  5. 1.20.13 version bump

    K0lb3 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d2d4c16 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. ObjectReader - add parse_as functions, PPtr - fix parse_as functions,…

    … add read_typetree backward comp
    K0lb3 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    72611c7 View commit details
    Browse the repository at this point in the history
  2. 1.20.14 - version bumb

    K0lb3 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8fa1464 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Fix: some type hints (tools/extractor, legacy patch stubs) (#285)

    * fix tools.extractor type hints
    
    * classes.generated - add legacy patch type hints
    
    * Creating type stubs for legacy patches
    
    This is better than putting all patched classes into __init__.pyi, and may be worth it given the backwards-compatible immutability of the legacy patch.
    
    * better legacy patch stub style
    
    * Remove meaningless stub definitions for legacy patches.
    Nattsu39 authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d2c6697 View commit details
    Browse the repository at this point in the history
  2. 1.20.15 version bump

    K0lb3 authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    03098aa View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. 1.20.16 - Texture2DConverter - astc decompress - fix decompress impor…

    …t by checking length
    K0lb3 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    13e102b View commit details
    Browse the repository at this point in the history