Skip to content

Releases: BryceCanyonCounty/bcc-ranch

2.3.5

14 Dec 10:12
2ceef8d
Compare
Choose a tag to compare

What's Changed

  • fixes by @iseeyoucopy in #101
  • Enhancements and Bug Fixes by @iseeyoucopy in #102
    • Added checks to ensure coordinates are valid before performing actions like milking, shearing, or harvesting eggs.
    • Displays appropriate error messages if coordinates are missing or invalid.
    • Introduced new localization keys to improve user feedback for various ranch activities.
    • Implemented the HandleFeedingCooldown logic to manage animal feeding timings and avoid duplicate actions.
    • Replaced standard prints with devmode logging for cleaner and more controlled debugging output.
    • Added IsEntityDead checks to prevent issues with prompts and ensure player safety during actions.
    • Modified the UpdateRanchData logic to allow immediate management of animals after setting or updating their coordinates.

Full Changelog: 2.3.4...2.3.5

2.3.4

09 Dec 22:31
5db7fbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.3...2.3.4

2.3.3

05 Dec 06:40
627f419
Compare
Choose a tag to compare

What's Changed

  • Configuration Restructure, Database Update, and UI/Locale Improvements by @iseeyoucopy in #98

Full Changelog: 2.2.3...2.3.3

2.2.3

01 Dec 20:21
ce644b4
Compare
Choose a tag to compare

Changelog

Fixed:

  • Aging: Animals will now only age once their condition has been reached.
  • Ranch State Update: Fixed issue where ranch was being updated incorrectly after a resource restart; is_any_animals_out now correctly updated.
  • Server Events: Removed duplicate server events.

Improvements:

  • VORP Utils: Removed unnecessary VORP utilities.
  • BCCUtils RPC: Replaced with bccutils RPC for better performance and flexibility.
  • Database Updates: Added dbupdater to automatically insert new data into the database.
  • MySQL Queries: Updated to follow the latest oxmysql documentation.
  • Versioning: Added versioning to track updates and changes.
  • Versioner Check: Replaced release check with a check file for version control.
  • Menu UI: Improved menu elements for better visual presentation.
  • Inventory Docs: Updated to the latest VORP inventory documentation.

TODO:

  • Finish implementing RPC.
  • Add additional checks for each task.
  • Finalize API integration.

2.1.3

11 Aug 21:16
49d9a38
Compare
Choose a tag to compare

What's Changed

  • Fixed the Problem that you can Kill and Sell Animals by @RetryR1v2 in #93

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

23 May 05:36
372ee4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1

15 Mar 00:47
142de94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

Major Patch

08 Feb 00:11
d739acf
Compare
Choose a tag to compare
  • Fixed chores not increasing ranch condition
  • Added blip to butchering animal
  • Refactored SQL queries to more modern methodology

small patch

07 Feb 15:10
a222a77
Compare
Choose a tag to compare
  • Fixes some minor bugs

Missing thread added

05 Feb 02:35
900d564
Compare
Choose a tag to compare
  • Added missing ranch condition decrease thread