142,518 Commits over 4,383 Days - 1.35cph!

4 Minutes Ago
Include the code we removed when splitting into files
4 Minutes Ago
merge from darts_minigame -> game_room_dlc/darts_game (better parent branch for sharing code)
4 Minutes Ago
Split apartment room code into multiple files and subscribe for inventory updates from all furniture so we can recalculate upkeep every time it changes - same code as TC that debounces the updates to only recalculate 1x per second - this shouldn't be too many updates: without industrial the only time upkeep will recalculate is when paying for upkeep or a player is actively in their room looting
6 Minutes Ago
Start making upkeep terminal entity for apartments
6 Minutes Ago
Add upkeep terminal to medium apartment so there is a place to store scrap for upkeep (rather than it magically taking it out of a chest) and see how much your daily upkeep (rent) is
9 Minutes Ago
Swap the small apartment from the loot crate prefab to a small wooden box so it has something to store items
21 Minutes Ago
Fix issues with camera reset lerp
41 Minutes Ago
merge from efurnace_emission_fix
1 Hour Ago
workshop and emission toggle HDR potential fix (for efurnace)
1 Hour Ago
Added new input system package
1 Hour Ago
Yolo updated the unity.ugui package to latest available version Re applied our custom changes on top, seems to work 2/2
1 Hour Ago
Yolo updated the unity.ugui package to latest available version Re applied our custom changes on top, seems to work
1 Hour Ago
Tone down the emoji scale
1 Hour Ago
Fix emoji picker being hidden underneath the stats menu
1 Hour Ago
- FIx emoji overlay being offscreen - FIx emojis not being rendered correctly in the shop name input box
1 Hour Ago
Fix sold out being shown when entering a buy amount greater than the amount inside the machine
1 Hour Ago
Fix dragging item being stuck on the screen when closing the vending admin UI
1 Hour Ago
merge main -> rust_relay_server
1 Hour Ago
Fix existing sell order on modify clicked NRE
1 Hour Ago
Add support to seperate different skins into seperate vending listings. Eg you can sell a skinned ak in a different listing than a regular AK. This is optional and can be toggled on a machine by machine basis in the new UI.
1 Hour Ago
Updating heavy plate armour skinning
1 Hour Ago
setup AK to use flatback charms, setup backpack with flatback variant
2 Hours Ago
pooltable_and_dartboard_models -> game_room_dlc
2 Hours Ago
main -> game_room_dlc
2 Hours Ago
Updating knight armour helmet skinning
2 Hours Ago
move missing file
3 Hours Ago
Merge from main
3 Hours Ago
merge from tincanalarm_v2
3 Hours Ago
Cant open tin can alarm when building blocked
3 Hours Ago
Removed unknown region log spam in editor
3 Hours Ago
Clean: projectiles now internally iterate over their cache rather than instance list Tests: unit tests, 2p on craggy
3 Hours Ago
Fix wolves getting stuck (use recast move instead of manual nav raycasts + slide)
3 Hours Ago
updated tier 1 and 2 workbench lod distances to match tier 3 both tier 1 and 2 had different values and since tier 1 was too agressive i matched both 1 and 2 to 3 on the right branch this time
3 Hours Ago
- HeldEntity and BaseViewModel now find and cache which anim clips are valid for persisting in PreProcess rather than in DoPrepare and being serialized to each prefab. Makes it easier to quickly test in editor and no prefab diffs - General cleanup of the code - Fix not checking if the animation controller playable is valid in PlayerModel.IsGoingToPlayClearHoldTypeAnim - Remove some garbage allocs in AnimationEvents - In AnimationEvents.TryCacheEventReceivers always check its parent for any other IAnimationEventReceiver. No current viewmodel for which this would have been a problem for, but because it can support more than one event receiver felt like a bug waiting to happen
3 Hours Ago
updated tier 1 and 2 workbench lod distances to match tier 3 both tier 1 and 2 had different values and since tier 1 was too agressive i matched both 1 and 2 to 3
3 Hours Ago
Merge from main
4 Hours Ago
Merge from main
4 Hours Ago
merge from automated_testing
4 Hours Ago
Merge from industrial_crafter
4 Hours Ago
Craft speed multiplier fix. Pool fix
4 Hours Ago
Cleanup
4 Hours Ago
add engineer reinforced upgrades
4 Hours Ago
added shelf to tier 3 updated upgrade positions updated reinforced position to accomade the extra fbx - also adjusted the gibs
4 Hours Ago
Optimised test runner window OnGUI stack Editor test runs are faster
4 Hours Ago
adding an industrial crafter test setup save
4 Hours Ago
updated tier 2 upgrade placement positions also added a shelf to the tier2 workbench so it can more closely match the concept
5 Hours Ago
5 Hours Ago
custom editor for attachments to help joint config
5 Hours Ago
AccessoryItems can store an alternate prefab to optionally use, VM can have `useFlatBackCharm` set to use a more joint-restricted version to avoid clipping
5 Hours Ago
Update: ensure projectile stable indices are packed This simplifies code and opens up the door for better cache utilisation & simd processing, but currently savings are on the noise level Tests: unit tests + shot around player with 2 clients connected