reporust_rebootcancel

129,160 Commits over 4,140 Days - 1.30cph!

8 Months Ago
merge from main
8 Months Ago
Show whether a gun can be used with a shield in the info panel Minor layout reshuffling in the inventory, crafting and tech tree panels to support this
8 Months Ago
merge from icon_picker
8 Months Ago
Improved the RustIcon picker, it now displays the enum names and let you scroll through all the available options
8 Months Ago
Ballista constructable ground watch
8 Months Ago
Merge from main
8 Months Ago
Added convar (accessibility.disableMovementInInventory) to block player input when then inventory screen is open. Added a UI toggle option for it in the Accessibility options menu UI.
8 Months Ago
weapon camera clipping fixes
8 Months Ago
When generating covers, automatically delete previously spawned sub monuments
8 Months Ago
primitive -> Aux2
8 Months Ago
Added wheel FX to Ballista
8 Months Ago
Fixed Repair Bench pushing an NRE if not unlocked via steam, or dlc item but also doesnt have proper steam category supplied
8 Months Ago
Ballista damage redirection
8 Months Ago
Setup Medieval Metal Double Door Skin Asset File Game Manifest Update
8 Months Ago
merge from fix_barricade_placement_excavator -> main
8 Months Ago
S2P excavator
8 Months Ago
Mark coal piles at excavator as "barricades allowed"
8 Months Ago
merge from fix_antihack_kick_reserveslot -> main
8 Months Ago
- Added catapult wheel effects - Sorted siege tower wheel effect positions
8 Months Ago
Look deving broken wood floor on jungle floor pieces
8 Months Ago
WIP: rewriting stream processing to gather frame data during pre-process step - Should fix invalid make placement in a frame + be more efficient to generate, as we only do 2 stream scans per thread stream instead of 4. Not complete, need to track down why alloc offsets are invalid for last frame.
8 Months Ago
merge from fix_exavator_bucket_lod -> main
8 Months Ago
merge from fix_exacator_bucket_lod -> main
8 Months Ago
Deployable positionOffset renamed to guideMeshPositionOffset
8 Months Ago
Removed duplicate normal map compression on workshop items
8 Months Ago
S2P excavator
8 Months Ago
Ballista damage renderer
8 Months Ago
Increased and added more trigger volumes on siege tower - should prevent random kicks for flyhack
8 Months Ago
- All constructables now automatically rotate to face away from you when placing (makes it more intuitive to place) - Increase catapult max place distance to support the larger build check radius
8 Months Ago
Added player check triggers to catapult, battering ram and ballista constructables
8 Months Ago
Battering ram damage renderer
8 Months Ago
- Setup to allow constructables to block repair if any player is ontop of the entity - Push toast to the 'repairer' to let them know - Added to siege tower initially
8 Months Ago
Material bug fix on construction stage ballista
8 Months Ago
Upgraded and recompiled the GfxPluginDLSSNative dll and fixed the DLSS artifacting when using Ultra Performance mode or small resolutions
8 Months Ago
Updated Medieval Metal Double Door Icon to stop clipping issue
8 Months Ago
Added Place Holder Medieval Metal Double Door Icon
8 Months Ago
Updated Medieval Metal Double Door Prefabs Changed Medieval Metal Double Door Frame texture resolution from 512
8 Months Ago
Updated Medieval Metal Double Door FBX's Imported and Setup Medieval Metal Double Door GIBS
8 Months Ago
Created Medieval Metal Double Door Material Imported Medieval Metal Double Door Textures
8 Months Ago
primitive -> Aux2
8 Months Ago
Full manifest rebuild
8 Months Ago
Set up battering ram and catapult death screen ui Fixed a minor battering ram issue with an unfilled hit info field
8 Months Ago
Deployables can now show "Blocked by terrain"
8 Months Ago
Added an entity whitelist setting to SocketMod_Sphere Ladders can now be deployed in siege weapons prevent building volume
8 Months Ago
main -> primitive
8 Months Ago
hash_conflict_planter -> main
8 Months Ago
Fixed respawning planter causing hash conflicts on sockets
8 Months Ago
manifesti_fix -> primitive
8 Months Ago
8 Months Ago
Merge: from amvienceemitter_recycle Fixes an inconsistent bug on client disconnect from a server trying to reactivate a gameobject. Tests: validated it doesn't affect entity pool warmup sequence (as we create->retire there). Using `log.level Audio 2` and a bit of 100% code-forcing the issue, disconnected 3 times: - without the fix, it was 100% generating an error on disconnect - with the fix, had 0 error reports