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: akien-mga/threen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0-beta1
Choose a base ref
...
head repository: akien-mga/threen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 29, 2023

  1. Fix usage of Object::call API in 4.x

    It now supports varargs directly, so the argptr magic is no longer needed.
    
    All those hardcoded max number of arguments from 3.x days could be changed
    to properly use varargs, and further cleanup the code. Volunteers welcome :)
    akien-mga committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5a46539 View commit details
    Browse the repository at this point in the history
  2. CI: Fix artifacts folder structure and name

    It will now contain `bin/` as topmost folder, and both release and debug
    artifacts are uploaded (separately for now).
    
    Would be nice to change the release process eventually to include all
    platforms and targets in a single zip.
    akien-mga committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ced3a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Sep 29, 2023

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

Commits on Oct 5, 2023

  1. Add Threen icon (copied from Tween)

    Uses an absolute path for compatibility with 4.1.x.
    
    We can switch to relative paths for both the icon and the libraries once
    we start targeting 4.2 as minimal version.
    akien-mga committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    564620e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee5588 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    8b45e91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from akien-mga/classref-4.3

    Add class reference support with godot-cpp#1374.
    akien-mga authored May 7, 2024
    Configuration menu
    Copy the full SHA
    39d6dae View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    7e67e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d403cc View commit details
    Browse the repository at this point in the history
Loading