Releases: BryceCanyonCounty/bcc-ranch
Releases · BryceCanyonCounty/bcc-ranch
2.3.5
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
2.3.3
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
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
What's Changed
- Fixed the Problem that you can Kill and Sell Animals by @RetryR1v2 in #93
New Contributors
- @RetryR1v2 made their first contribution in #93
Full Changelog: 2.1.2...2.1.3
2.1.2
What's Changed
- Menu resolution by @Emotion06 in #92
New Contributors
- @Emotion06 made their first contribution in #92
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- Update controllers.lua by @jakeyboi1 in #89
- Update harvestbyproducts.lua by @cl3i550n in #90
- create ro_lang by @iseeyoucopy in #91
New Contributors
- @iseeyoucopy made their first contribution in #91
Full Changelog: 2.1.0...2.1.1
Major Patch
- Fixed chores not increasing ranch condition
- Added blip to butchering animal
- Refactored SQL queries to more modern methodology
small patch
- Fixes some minor bugs
Missing thread added
- Added missing ranch condition decrease thread