userJake_Richcancel

4,099 Commits over 1,219 Days - 0.14cph!

3 Years Ago
Added ability to recolor existing wires in world by pressing "R" on input / output of wire, will apply selected color
3 Years Ago
Fix button so it passes through full power for 0.5s when connected in passthrough mode
3 Years Ago
Sam site can passthrough power (use it to detect destroyed sam sites not power multiple)
3 Years Ago
Removed condition from most electrical entities so they stack easily when picked up (doesn't apply to batteries, solar panels, windmills, turrets, etc)
3 Years Ago
Armored door & double door 800 -> 1000 hp
3 Years Ago
Fix Rust+ throwing errors when starting up twice (mainly on hardcore & softcore)
3 Years Ago
█▅▄▌▍ ▌▌▍▉ ▄█▅█ -> ▇█▇▊▌_▆▇▋█_█▆▉▆▊▍▍▆
3 Years Ago
▍▌▇▊█▄▇██ ▊▋█ ▌▌▋▊▆ ▅▆▍▉▆ ▆▍ █▉▋▇ ▊█▅▋
3 Years Ago
▍▊▍▊ ▅█▊▅ ▇▄▊█ █▆▅▉█▌ (█▍▍▉▅▋▍ ▅▋ ▄█▅█ ▍█▅▋▄▌?)
3 Years Ago
▄▆▌▅▆ ▉█▇▋ ▊▍▄▊ -> ▊▌▆▋█_▄▍█▋_▉▆█▅▊▋█▌
3 Years Ago
Make balloon engines have different levels of fires
3 Years Ago
Mark more LOD as dynamic so they update while moving
3 Years Ago
Remove mono.cecil loading & resaving debug symbols, instead don't load .pdb
3 Years Ago
Merge from main -> harmony_qol
3 Years Ago
Set switch LOD to dynamic
3 Years Ago
Add seperate gameobject with rigidbody, apply forces to that and copy position back over
3 Years Ago
Disable render batching convar & noclip protection
3 Years Ago
Fix building manager getting cleared in CLIENT + SERVER mode
3 Years Ago
Basic manual force calculations
3 Years Ago
Fix prop_engine based on windmill prefab, fix engine power not being networked to client
3 Years Ago
Add electric airship engine (aka mini windmill)
3 Years Ago
Only run fixedupdate on server
3 Years Ago
Make the airship rigidbody kinematic and control with scripts
3 Years Ago
Add entities to airship as they are built
3 Years Ago
Change more building blocks to convex colliders / primitives rather than at runtime due to building blocks refreshing their skins
3 Years Ago
render batching finally disables, add trigger parent to airship
3 Years Ago
Defer disable render batching
3 Years Ago
Convert more prefabs to convex colliders even though they are box looking mesh colliders
3 Years Ago
1 second delay before converting base into airship rather than do it properly
3 Years Ago
Give balloon engine some starting hp
3 Years Ago
Switched stone floor frame to 4 box colliders to prevent unity complaining about non-convex colliders moving
3 Years Ago
Create airship entity when a balloon is added to a base
3 Years Ago
Disable render batching for building blocks on airships & rearrange folders
3 Years Ago
Disable throwIfSymbolsAreNotMatching
3 Years Ago
Merge from main -> harmony_qol
3 Years Ago
Update manifest & add building blocked volume to balloon engine
3 Years Ago
Fix balloon engine item
3 Years Ago
Add balloon engine Ability to build floors on the bottom of walls Ability to build walls on the bottom of floors
3 Years Ago
Added "enable_player_movement" command to test it, fixed the rpc modifying the gameobject rather than the monobehaviour
3 Years Ago
#SERVER fixes & more refactoring
3 Years Ago
Removing entities works, remove old prototype code not needed / working
3 Years Ago
Merge from main -> player_movement_rpc
3 Years Ago
Merge from main -> global_networking
3 Years Ago
Fix conditional models not working due to the way prefabs were read & prefabId mismatches
3 Years Ago
Nevermind we don't need to calculate conditional models clientside
3 Years Ago
Handle entity links in seperate manager with an octree rather than physics lookups
3 Years Ago
Move LoadEntities() call in CustomNetworkHandler
3 Years Ago
Custom renderer works with Matrix4x4 rather than position only
3 Years Ago
Apply more fixes lost to git & now works from server
3 Years Ago
Redo missing code that got lost to the git gods