Releases: BryceCanyonCounty/bcc-stables
Releases · BryceCanyonCounty/bcc-stables
Release 1.4.18
Add pt language (#122) * Update version * Update package.json * Create pt_lang.lua * Update fxmanifest.lua * Update stables.lua * Update main.lua
Release 1.4.17
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
Release 1.4.16
General update (#120) * Update fxmanifest.lua - change fx version to cerulean * Update main.lua - add user nil checks * Update main.lua - update horse component handling * Update version - version bump * Update package.json - version bump * Update fxmanifest.lua - version bump * Update main.lua * Update main.lua - housekeeping * Update main.lua - add horse ownership verification to functions - housekeeping * Update version
Release 1.4.15
Fix directional arrows in menu (#119) * Update fxmanifest.lua - version bump * Update package.json - version bump * Update version * Update index.html - update fontawesome src * Update MyStableMenuItem.vue - update svg names * Update TackShopMenuItem.vue - update svg names * Update HorseMenu.vue - update svg names
Release 1.4.14
Small update (#118) * Update version - version bump * Update package.json - version bump * Update fxmanifest.lua - version bump * Update main.lua - update horse distance check settings * Update main.lua - update horse distance check settings - update where horse components are decoded from database - housekeeping
Release 1.4.13
Small update (#117) * small update added configurable option for max distance between horse and player, the horse will be sent automatically * Update fxmanifest.lua - version bump * Update package.json - version bump * Update version - version bump --------- Co-authored-by: Apollyon <37031311+JusCampin@users.noreply.github.com>
Release 1.4.12
Horse Feeding Functionality to Support Multiple Feed Items (#116) * Horse Feeding Functionality to Support Multiple Feed Items - This allows for easy addition and management of multiple feedable items for horses * Flee horse when you move away - This small update , checks the player's proximity to the horse and automatically triggers the horse to flee if the player moves more than 50 meters away * Update bcc_stables.sql - add haycube, apple and carrot useable items - add description to oil lantern - change quantity for horse reviver * Update fxmanifest.lua - version bump * Update package.json - version bump * Update version - version bump * add images --------- Co-authored-by: Apollyon <37031311+JusCampin@users.noreply.github.com>
Release 1.4.11
Update horse looting (#115) * Update version - version bump * Update package.json - version bump * Update fxmanifest.lua - version bump * Update main.lua - add setting to disable horse kick * Update main.lua - removed functions for taming and looting state data - housekeeping * Update main.lua - updated looting functionality - added ped flag to disable horse kick - housekeeping
Release 1.4.10
Update horse tack (#114) * Update comps.lua * Update version * Update package.json * Update fxmanifest.lua * Update client/main.lua - add callbacks for new horse tack categories - housekeeping
Release 1.4.9
Horse death management (#113) * Update version - version bump * Update package.json - version bump * Update README.md * Update languages * Update bcc_stables.sql - added dead column * Update config/main.lua - added settings for horse death management * Update fxmanifest.lua - version bump * Update server/main.lua - add / update functions for horse death management * Update client/main.lua - add / update functions for horse death management