userAdam Woolridgecancel
branchrust_reboot/main/double_saddlecancel

41 Commits over 31 Days - 0.06cph!

1 Year Ago
Icon fixes, text fixes, added double horse icon for purchase. Phrases.
1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
merge from alternate/swap
1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
merge from wildspawn
1 Year Ago
Fixed speed modifiers on new saddle items
1 Year Ago
Adding a saddle to a stables horse now purchases it too (removes it from sale)
1 Year Ago
code gen
1 Year Ago
merge from main
1 Year Ago
codegen
1 Year Ago
merge from main, conflict fix
1 Year Ago
merge from main
1 Year Ago
Fix for seat swapping
1 Year Ago
manifest
1 Year Ago
merge from mfm
1 Year Ago
removed the old saddle from stables vendor and added the two new ones.
1 Year Ago
compile fix
1 Year Ago
Only try and hitch when the last player has dismounted, not just any player.
1 Year Ago
Reworked the claim RPC to specify the purchase token we are using, and then check we have it. Transfer the saddle purchase item to the horse when claiming it, then mount it.
1 Year Ago
Added PurchaseOption definition. Horses can now have multiple purchase options, with menus and associated item tokens. Show dynamic purchase menu options based on held items. Setup options. Codegen.
1 Year Ago
test save
1 Year Ago
move BaseRidableAnimal stand collision check to a virtual function, override it for RidableHorse and check the relevant mount positions
1 Year Ago
Check and dismount any riders that are too heavy, not just the driver
1 Year Ago
dismount any riders if saddle is removed
1 Year Ago
Clear Flag_HasRider when mounted player count is 0, not when any player dismounts.
1 Year Ago
Added third mount point, use correct ones depending on saddle type.
1 Year Ago
never show occupied menu. update mount flags and max capacity after item change.
1 Year Ago
menu test
1 Year Ago
client-side friendly version of HasSeatAvailable
1 Year Ago
fix test
1 Year Ago
temp for testing
1 Year Ago
determine ideal mount point based on equipped saddle type and occupancy
1 Year Ago
use mount menu instead of ride menu, but check new menu conditions.
1 Year Ago
show equipped single/double saddle model
1 Year Ago
valid saddle / seat checks. seat capacity / availability checks. fix flag conflicts.
1 Year Ago
saddle items/equip and seat count wip
1 Year Ago
initial basic tests