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: BryceCanyonCounty/bcc-stables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.16
Choose a base ref
...
head repository: BryceCanyonCounty/bcc-stables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 28 files changed
  • 4 contributors

Commits on Aug 29, 2024

  1. Fix tamed horse registration cost (#121)

    * Update version
    
    * Update package.json
    
    * Update fxmanifest.lua
    
    * Update main.lua
    
    - Created separate functions for registering tamed horses
    - Housekeeping
    
    * Update main.lua
    
    - Integrated KeepTamedHorse function into tamed horse thread
    - housekeeping
    
    * Update main.lua
    
    - removed commented code
    
    * Update main.lua
    JusCampin authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    22a3614 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add pt language (#122)

    * Update version
    
    * Update package.json
    
    * Create pt_lang.lua
    
    * Update fxmanifest.lua
    
    * Update stables.lua
    
    * Update main.lua
    JusCampin authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    82d2eff View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add th_lang (#124)

    * add th_lang
    
    * Update package.json
    JusCampin authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c7dce41 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Add translation to HorseComp (#128)

    * Add translation to HorseComp
    
    Now you can add your custom translation for Horse Components
    
    * Update bcc_stables.sql
    
    * Update horseinfo.lua
    
    * Update main.lua
    
    - add config setting for horse training distance
    - update translations to merge with Byte's pr
    - housekeeping
    
    * Update comps.lua
    
    * Update main.lua
    
    * Create translations
    
    * Update fxmanifest.lua
    
    * Update main.lua
    
    * Update package.json
    
    * Update App.vue
    
    * Update TackShopMenu.vue
    
    * Update index.js
    
    * Update version
    
    ---------
    
    Co-authored-by: Apollyon <[email protected]>
    kind-king and JusCampin authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1c6a3b9 View commit details
    Browse the repository at this point in the history
  2. Add file extension to translations (#129)

    * Delete translations
    
    * Create translations.lua
    
    - add lua extension
    
    * Update fxmanifest.lua
    
    * Update package.json
    
    * Update version
    JusCampin authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    38f074c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154ff44 View commit details
    Browse the repository at this point in the history
  4. Update menu and version bump (#130)

    * Update fxmanifest.lua
    
    * Update package.json
    
    * Update version
    
    * Update App.vue
    
    - remove duplicate entry
    
    * Update index.js
    
    - remove duplicate entry
    JusCampin authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    df18c83 View commit details
    Browse the repository at this point in the history
  5. build fix

    AndrewR3K committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e6e8537 View commit details
    Browse the repository at this point in the history
  6. minor fix

    AndrewR3K committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d67276e View commit details
    Browse the repository at this point in the history
  7. Added discord webhooks (#127)

    * Added discord webhooks
    
    * minor fixes
    
    * Update main.lua
    
    - housekeeping
    
    * Update comps.lua
    
    - removed translations that were previously moved to a separate file
    
    * Update main.lua
    
    - add default discord title
    
    * Update fxmanifest.lua
    
    - version check integrated with server file
    - version bump
    
    * Update en_lang.lua
    
    - housekeeping
    
    * Update main.lua
    
    - version check added to server file
    - housekeeping
    
    * Delete versioncheck.lua
    
    * Update package.json
    
    - version bump
    
    * Update version
    
    - version bump
    
    ---------
    
    Co-authored-by: Apollyon <[email protected]>
    AndrewR3K and JusCampin authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b304e3d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Flaming Hooves (#131)

    * Flaming Hooves
    
    - **Flaming Hooves Activation**: Players can use a customizable item to activate flaming hooves on their horse.
    - **Durability System**:
      - Configurable maximum durability.
      - Configurable durability reduction per use.
      - Automatically removes the item from inventory when durability reaches zero.
    - **Localization Support**: Supports multi-language configurations via localization files.
    
    * Update package.json
    
    * version bump
    iseeyoucopy authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    1e2c131 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Update UI icons (#132)

    * Update fxmanifest.lua
    
    - version bump
    
    * Update package.json
    
    - version bump
    
    * Update version
    
    - version bump
    
    * Update index.html
    
    - change link from fontawesome to google
    
    * Update MyStableMenuItem.vue
    
    - change to google material-icons from fontawesome
    
    * Update TackShopMenuItem.vue
    
    - change to google material-icons from fontawesome
    
    * Update HorseMenu.vue
    
    - change to google material-icons from fontawesome
    JusCampin authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    60098fd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Fixed an issue where components were not displayed on the horse (#133)

    * Fixed an issue where components were not displayed on the horse
    
    This bug occurs from time to time and not on all horse breeds.
    These changes also improve the smoothness of component replacement in the shop
    
    * Update fxmanifest.lua
    
    - version bump
    
    * Update MyStableMenuItem.vue
    
    - increase size of chevron icons for selected horse in menu
    
    * Update version
    
    - version bump
    
    * Update package.json
    
    - version bump
    
    * Update main.lua
    
    - add setting for health and stamina database save interval
    
    * Update main.lua
    
    - add function to save horse health and stamina on a timed interval
    
    * Update main.lua
    
    * Update main.lua
    
    - housekeeping
    
    * Update main.lua
    
    - update select horse function
    - update job check function
    - housekeeping
    
    * Update main.lua
    
    - add prints for user checks
    
    * Update main.lua
    
    ---------
    
    Co-authored-by: Apollyon <[email protected]>
    kind-king and JusCampin authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    769f92e View commit details
    Browse the repository at this point in the history
Loading