reporust_rebootcancel

105,881 Commits over 3,806 Days - 1.16cph!

7 Months Ago
Potential UpdateHolsteredOffset nre fix
7 Months Ago
Protobuf, codegen
7 Months Ago
Merge from main
7 Months Ago
Attack heli: Reset flare and rocket timers if new inventory is loaded in
7 Months Ago
Attack heli: Added off-state dashboard lights so they don't visually appear suddenly when the light comes on green or red.
7 Months Ago
- Attack heli flares can now only be fired once every 30 seconds - Added small lights to the heli pilot controls that indicate rocket and flare readiness - Added a little ding sound when flares become available again - Improved attack heli rocket hit pos prediction marker accuracy slightly - If the attack heli hit projection doesn't hit anything, move the marker to the middle of the UI instead of taking the end point of the last ray - Added a couple of useful methods to ItemContainer
7 Months Ago
Add a cinemachine virtual camera to the end tutorial cinematic
7 Months Ago
Merge from tutorial_island
7 Months Ago
Change `write.PacketId()` -> `Net.sv.StartWrite( packetId )` so we can prefix the packet Id before the packet ordering VarInt
7 Months Ago
Include VarInt at the beginning of each outbound client packet to improve accuracy of demos
7 Months Ago
Add cinemachine package (2.8.9)
7 Months Ago
Manifest, codegen
7 Months Ago
Merge from main
7 Months Ago
Parent merge
7 Months Ago
Merge from main
7 Months Ago
Ambience sfx will now take into account admintime when calculating if they should play based on time of day (shoud fix nighttime sfx from playing while on tutorial island if the server time is night but we've overridden the tutorial island to daytime)
7 Months Ago
Merge from tutorial_island
7 Months Ago
Hard code world temperature while player is in tutorial
7 Months Ago
Leftover mirror conditional
7 Months Ago
Merge from main
7 Months Ago
Cleaned up ASE templates and added working Rust/Standard template w/ custom inspector
7 Months Ago
Deleted unused shader (UI.Additive-SoftMaskable)
7 Months Ago
Conditional mirror code path (static; off for now)
7 Months Ago
Force the player out of god mode if the tutorial needs to kill them
7 Months Ago
Merge from tutorial_island
7 Months Ago
Fixed help prompt videos not updating
7 Months Ago
Merge from /main/hackweek_visualshader
7 Months Ago
Fixed tree billboards being aggressively culled after 92683
7 Months Ago
Truck models update
7 Months Ago
Scaling fix. Sandbag hit update.
7 Months Ago
Distance scalers.
7 Months Ago
Flesh impacts
7 Months Ago
Split up harbor crane mesh for gameplay setup
7 Months Ago
Replace prediction inside ceiling light
7 Months Ago
Fix RPC that were passing null in the function name
7 Months Ago
Move the prediction check from all RPCs into `SignalBroadcast`
7 Months Ago
Regex + manual tweaks to remove sourceConnection from all RPC methods as it's only used in a single RPC but takes 8 bytes each packet
7 Months Ago
Enqueue packets for demo from network threads instead of main thread
7 Months Ago
▍██▉▍▉
7 Months Ago
Clear the blocked topologies navigation list for tutorial Chickens so that they can move around on tutorial island correctly
7 Months Ago
▇▇▉▄ ▋▇▄▄██ ▌▊█▊█▅. ▋▌▄▄ ▊▋▇▆▄▅ ▄▉█.
7 Months Ago
▆▋▅▊ ▌▊▅▍▅▋ ▇▄▄▉▄▌▌.
7 Months Ago
network++
7 Months Ago
Fixed disableWearable check in client Cleaned and rebuild codegen
7 Months Ago
merge from server_noconsole
7 Months Ago
merge from save246 - excavator yaw prefab, disabled renderer batching on props onboard
7 Months Ago
merge from large_backpack_conveyor_filter
7 Months Ago
█▍▅▌▄ ▆▇█▉ ▍▋▌▅▌▍_▋█▉▊▆▊▄▌▄▉█▅_▆▇▄█_▉█▉
7 Months Ago
Fixed client compile error Added convar to disable overlay
7 Months Ago
Added support for showing multiple overlays at once Improved GC Cleaned up code