reporust_rebootcancel

106,698 Commits over 3,836 Days - 1.16cph!

1 Year Ago
Protocol++
1 Year Ago
Minor edit, show R instead of ellipsis
1 Year Ago
Minor fix
1 Year Ago
- Do gun aim code even with no gun loaded in. Keeps the UI animating. - Fixed out-of-ammo state showing as 'reloading'. - Only attempt reload when we have ammo available. - Fixed BaseProjectile.Clip Reload method always returning false, even when it succeeds. - Improved ammo state UI text.
1 Year Ago
Parent merge
1 Year Ago
UI box moves with turret angle
1 Year Ago
Better marker edit styling
1 Year Ago
Merge from more_map_markers
1 Year Ago
Merge from main
1 Year Ago
Compile fix
1 Year Ago
Added zoom indicator to gunner UI
1 Year Ago
▋▇█▇ ▄▆▇▍▌█▋█
1 Year Ago
room_c LOD/COL/prefab Fixed mesh collider import settings on a bunch of objects Scene2prefab
1 Year Ago
CodeGen
1 Year Ago
Display ammo counts in the gunner UI
1 Year Ago
Merge from main
1 Year Ago
Show which item IDs were duplicated when duplicate item IDs are found
1 Year Ago
Fix icon rendering silently ignoring exceptions
1 Year Ago
Single tapping ping button will now automatically create an appropriate ping when looking at various entities
1 Year Ago
More pings
1 Year Ago
Loot icon
1 Year Ago
compile fix
1 Year Ago
merge from main
1 Year Ago
merge from devs_unlock_all_skins
1 Year Ago
Fix compile error
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
merge from auth_menu_option_fix
1 Year Ago
merge from main
1 Year Ago
Fix memorystream pooling
1 Year Ago
Merge from main
1 Year Ago
Small refactor
1 Year Ago
Tidy up, improved editing
1 Year Ago
Store wipeid in json instead
1 Year Ago
Merge from sav_extra_json
1 Year Ago
Remove wipeid as an optional parameter
1 Year Ago
Add json string to .sav to store optional parameters
1 Year Ago
Compile fix
1 Year Ago
test save
1 Year Ago
Merge from main -> gameplay_metrics
1 Year Ago
room_k LODs/COL/prefab Scene2prefab
1 Year Ago
Fixed TCs showing "Open" as default option when in building priv but not authorized Prevent opening turret inventory until authed on turret
1 Year Ago
Improved hashing + seed calculation to avoid placement collisions
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
Support for all LODs, trimming LOD buffer sizes to save memory.