134,717 Commits over 4,444 Days - 1.26cph!
Snowy material and texture variants of various assets
Arctic base modules / custom meshes and prefabs
cherrypicking
66864 - fixed hazmat suit displaying the incorrect VM
Revert the accidental revert of the revert. Subtracts
66868.
Reapplying all the vehicles merges (so they can be tested in local builds)
Reverting all the vehicle merges (let's test this on a branch first)
Ocean renderer optimizations, trace optimizations
Fixed prefab preprocessing never running on entities that spawn as child entities / nested prefabs (this will need testing for vehicles after loading a save and for map entities after wiping a server)
last few prefabs, manifest.
Handle bones that don't exist on the server in BoneDictionary transform lookup
NPC rename/reorganizing in stages because plastic got confused last time.
Snowmobile WIP code, protobuf setup etc
Revert
66868. Was causing trouble with PrefabAttributes that tried to double-process when already destroyed.
Allow prefab pre-processing to include sub-entities. Fixes nested entities on vehicles not stripping client/server-only components. Need André to review this.
Merge misc_improvements -> Main
Merge IntegrateVehicleSubEnts -> Main
Fix ProjectSettings set to CLIENT
Merge MLRSUpdates -> Main
Fixed cassette recorders not sticking correctly to MLRS moving parts
delete unused murderer and bear_full prefabs
removed deleted scripts from a couple of prefabs
Fix prefab id on newly renamed HeavyScientist prefab.
Deleted ApexAIStorage folder I missed during Apex removal.
Renamed HeavyScientisAd to HeavyScientist
Delete old HeavyScientist prefab
Renamed HumanNPCNew to HumanNPC,, ScientistNPCNew to ScientistNPC, updated references.
Codegen.
deleted the old and unused HumanBrain, HumanNPC, ScientistNPC stuff. Removed references.
Added model component to MLRS
Timed explosive / thrown weapon bone attachment not prefers the bone that belongs to the collider that was hit (rather than using the closest one in world space)
merge from delete_htn2, removing everything Apex and HTN related.
Fix reversed check in IsWaterlogged for vehicles that can't become waterlogged
Fix VehicleEngineController doing more work than necessary to get the fuel system
Rename HasAnyPassengers to AnyMounted
Update BaseVehicle mount menu check to not check IsMounted
Manifest build, and prefab ID fix
Merge misc_improvements -> snowmobile
Merge MLRSUpdates and IntegrateVehicleSubEnts -> Snowmobile
More inland cliff replacements
More vehicle tidy-up. Since every engine uses fuel (so far), put EntityFuelSystem inside VehicleEngineController. EntityFuelSystem can still be used separately if needed (several vehicles do this as they have their own engine implementations).