Releases: BryceCanyonCounty/bcc-stables
Releases · BryceCanyonCounty/bcc-stables
Release 1.7.1
Add additional death config options (#136) * Update version * Update package.json * Update fxmanifest.lua * Update main.lua - added option to disable horse writhe state and go directly to dead - added option for persistent writhe state stored in database * Update main.lua - small fixes for saving horse health and stamina - added functionality to manage horse writhe state on death
Release 1.7.0
General update (#135) * Update main.lua - Changed BuyTack event to callback - Changed UpdateComponents from event to callback - Changed horse death trigger to IsEntityDead check from entity damaged event - simplified code for managing horse death - updated flaming hooves functions with added checks and setting a duration to stop it * Update main.lua - reformatted flaming hooves settings - added flaming hooves duration setting * update languages * Update main.lua - optimizing server functions * update languages * Update main.lua - add variable to prevent using item while flaming hooves are active * Update main.lua - add code to initialize item on first use if durability is enabled * update languages * Update bcc_stables.sql * Update main.lua - updated format of horsebrush config * Update main.lua - added function to clear horse prompts - spawn horse in writhe if stored in database - changed whistle horse functions to events to prevent locking up the code - updated horse death event to correctly work with config settings - updated horse monitor to fix horse stats saving - updated brush horse function to prevent durability being removed when out of range - * Update main.lua - added function to set horse writhe status in database - updated functions to handle new writhe column in database - updated/added function for using horsebrush * Update main.lua - updated lantern config * Update main.lua - updated horse lantern function to remove durability only after use - durability is removed only when equipped not removed * Update main.lua - updated horse lantern function to remove durability only after use * Create horse_info.lua - moved horse info menu to separate file * Update fxmanifest.lua * Update main.lua * Update main.lua - code cleanup * Update main.lua * Update fxmanifest.lua * Update package.json * Update version * Update bcc_stables.sql * Update README.md * Update README.md
Release 1.6.2
Commits
- 2b1f518: Create discord.yml (Andrew)
Release 1.6.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
Release 1.6.0
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
Release 1.5.3
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 <37031311+JusCampin@users.noreply.github.com>
Release 1.5.2
Commits
- d67276e: minor fix (AndrewR3K)
Release 1.5.1
Add file extension to translations (#129) * Delete translations * Create translations.lua - add lua extension * Update fxmanifest.lua * Update package.json * Update version
Release 1.5.0
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 <37031311+JusCampin@users.noreply.github.com>
Release 1.4.19
add th_lang (#124) * add th_lang * Update package.json