Skip to content

Releases: BryceCanyonCounty/bcc-stables

Release 1.4.19

27 Sep 21:33
c7dce41
Compare
Choose a tag to compare
add th_lang (#124)

* add th_lang

* Update package.json

Release 1.4.18

20 Sep 01:53
82d2eff
Compare
Choose a tag to compare
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

29 Aug 17:24
22a3614
Compare
Choose a tag to compare
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

10 Aug 05:00
d818d38
Compare
Choose a tag to compare
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

06 Aug 16:56
4c6c0d5
Compare
Choose a tag to compare
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

12 Jul 17:48
a503c4e
Compare
Choose a tag to compare
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

07 Jul 09:05
8e96543
Compare
Choose a tag to compare
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

06 Jul 22:19
253c438
Compare
Choose a tag to compare
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

29 Jun 06:22
1db215c
Compare
Choose a tag to compare
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

20 Jun 23:59
d5f853f
Compare
Choose a tag to compare
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