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: 07th-mod/python-patcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.4
Choose a base ref
...
head repository: 07th-mod/python-patcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jul 9, 2024

  1. Copy the full SHA
    155f26e View commit details

Commits on Jul 13, 2024

  1. Migrate download hosting to Github

    - Migrate Umineko to Github
    - Migrate Higurashi ch2-4 to github
    - Migrate Higurashi ch5-10 to github
    - update tag for mod common files
    - Migrate higu and umi mod options
    - Update higurashi voice-only and umineko legacy links
    - Fix bad links and update cachedDownloadSizes
    - Add .exe archives for Umineko to ensure "Quick Repair" function works.
     - Note: these archives are unnecessary for manual installation
    - Fix umi movie and console extra movie file
    drojf committed Jul 13, 2024
    Copy the full SHA
    2b12943 View commit details
  2. Copy the full SHA
    66eb962 View commit details
  3. Update steamgrid url

    drojf committed Jul 13, 2024
    Copy the full SHA
    200c15d View commit details
  4. Copy the full SHA
    09d9edf View commit details
  5. Copy the full SHA
    b22c0d5 View commit details
  6. Copy the full SHA
    0f473b7 View commit details
  7. Copy the full SHA
    12ad3c9 View commit details

Commits on Jul 18, 2024

  1. Copy the full SHA
    13fadeb View commit details
  2. Copy the full SHA
    ee919dc View commit details
  3. Copy the full SHA
    503fd05 View commit details

Commits on Jul 23, 2024

  1. Copy the full SHA
    5fedab6 View commit details

Commits on Aug 13, 2024

  1. Copy the full SHA
    c0a2b6a View commit details

Commits on Aug 27, 2024

  1. Use metalink for large files

    drojf committed Aug 27, 2024
    Copy the full SHA
    df435f8 View commit details

Commits on Sep 6, 2024

  1. Copy the full SHA
    0eda9d5 View commit details

Commits on Sep 7, 2024

  1. Copy the full SHA
    2da7d34 View commit details

Commits on Sep 13, 2024

  1. Copy the full SHA
    4d45af7 View commit details
  2. Copy the full SHA
    5fbb7df View commit details

Commits on Sep 14, 2024

  1. Copy the full SHA
    09a6ab5 View commit details
  2. Copy the full SHA
    21fba98 View commit details
  3. Copy the full SHA
    8a52369 View commit details
  4. Copy the full SHA
    1953d04 View commit details
  5. Copy the full SHA
    1c8f8ed View commit details
  6. Copy the full SHA
    12a24a6 View commit details
  7. Copy the full SHA
    0ed4097 View commit details
  8. Copy the full SHA
    1e2f593 View commit details
  9. [CI] Fix syntax error

    drojf committed Sep 14, 2024
    Copy the full SHA
    eae24a1 View commit details
  10. Update script versions

    drojf committed Sep 14, 2024
    Copy the full SHA
    1bb92e8 View commit details
  11. Update hou-base archive

     - more than 2gb so split into two archives now
    drojf committed Sep 14, 2024
    Copy the full SHA
    c401775 View commit details
  12. Update oni ch1 ver

     - update DLL only
    drojf committed Sep 14, 2024
    Copy the full SHA
    cf22e88 View commit details
  13. Also clear Update folder (.txt scripts) when clearing scripts

     - If this folder is not cleared, and scripts are deleted in the script archive, they will remain in the installation which may cause issues and also cause script re-compile when the game is booted after an update
    drojf committed Sep 14, 2024
    Copy the full SHA
    798cb36 View commit details

Commits on Sep 23, 2024

  1. Update Hou+ Version

    drojf committed Sep 23, 2024
    Copy the full SHA
    72fc94f View commit details
  2. Update Ch.1 / Add Ch.2 Spanish Translation

     - NOTE: A different translation team is now working on the translation (with the ch.1 translation based on the first team's ch.1 translation), with an OK given by the original translation team.
    drojf committed Sep 23, 2024
    Copy the full SHA
    65ad7b5 View commit details

Commits on Oct 20, 2024

  1. Copy the full SHA
    bac0ac6 View commit details

Commits on Jan 12, 2025

  1. Copy the full SHA
    23ee6e8 View commit details

Commits on Feb 9, 2025

  1. Copy the full SHA
    82437f1 View commit details
33 changes: 17 additions & 16 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -32,29 +32,30 @@ jobs:
python-version: [3.8]
steps:
# Download the repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup python (Windows VM is Python 3.7 by default, we need at least Python 3.8)
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

# To get around setup-rust-toolchain@v1 not detecting install_loader/rust-toolchain.toml
# since it is in a subfolder, copy it out to the root directory
- name: Copy rust-toolchain.toml for actions-rust-lang/setup-rust-toolchain
run: cp ./install_loader/rust-toolchain.toml .

# Configure Rust for 32-bit builds
#
# NOTE: Refer to install_loader/rust-toolchain.toml for the installed toolchain and target architecture
# Please use fixed versions of rust so that installs build consistently
# (So they don't randomly trigger Windows Defender)
#
# CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
- name: Install and configure rust for 32-bit builds
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
target: i686-pc-windows-msvc
default: true

# Caching for Rust
- name: Cache rust builds
uses: Swatinem/rust-cache@v2
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
workspaces: install_loader
cache-workspaces: install_loader

# Run Python Deploy Script
# This also installs and scans .exe with virustotal on Windows (to try prevent .exe virus false positives)
@@ -72,7 +73,7 @@ jobs:
# Upload Artifact
- name: Upload Windows Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-loader-exe
path: travis_installer_output/*.*
@@ -89,11 +90,11 @@ jobs:

steps:
# Download the repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup Python
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

@@ -103,7 +104,7 @@ jobs:

# Download Windows artifacts
- name: Download all Windows .exe artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-loader-exe
path: travis_installer_output
Loading