8000 Comparing v1.0.0...main · exurd/alcubierre · 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: exurd/alcubierre
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: exurd/alcubierre
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 24 files changed
  • 1 contributor

Commits on Nov 24, 2024

  1. Set __version__ to v1.0.0-dev

    exurd committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    25a409c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. log debug messages to file

    makes debugging 10x easier
    
    also:
    - don't verbose print "rbx_token" argument
    exurd committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    94f36d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Configuration menu
    Copy the full SHA
    5d862d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6d364 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. move code to src/alcubierre/

    stops me from accidentally cd'ing into the folder
    exurd committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    658ed74 View commit details
    Browse the repository at this point in the history
  2. use versioningit for versioning

    fallback is just "dev"
    exurd committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    665917d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    735b747 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. deal_with_badge: move "badge in inventory" check to last place

    prevents 429 errors; other RbxReasons (like `NOT_PLAYABLE` or `NOT_ENABLED`) should be checked before we check the inventory
    
    also, removed gotten_badges.json check in `deal_with_badge` since the `ALREADY_COLLECTED` reason is already checked in `handle_line`.
    exurd committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    a0e2a6d View commit details
    Browse the repository at this point in the history
Loading
0