243,147 Commits over 3,898 Days - 2.60cph!
Cleaned out broken shrub prefabs from airfield
Fixed walkways not getting included in HLOD mesh resulting in floating mesh
Fixed a misaligned shadow proxy on wall_plaster_300 prefab
S2P power_sub_big_2, harbor_1, harbor_2, powerplant, trainyard and water treatment
Fixed ladder_prop prefab having a box collider instead of it's mesh collider
Affects dome, wooden cabins b/d/e, lighthouse, water well b/c/d/e
S2P junkyard and launch site as they also used the offending walkway prefab
Fix several walkways at dome using the wrong collider and blocking bullets where they shouldn't
Fixed bike instrument light z-figting
taco, burrito
skunk
care package
cash
card model wip
Improved sidecar bike still pulling slightly to the left. Also moved centre of mass on motorbikes towards the rear a little.
Fix map collider destroying body when it shouldn't, causing a crash when map physics aggregate is destroyed
For legacy hammer maps, take global volumetric fog scale from VolumetricFogController
Merge from spectator_team_fix
Another attempt at fixing the spectator display showing incorrect team member names while spectating
Also made a small performance improvement
Merge EditorExtras -> main
Fix e defined but not set
Removed unused variable viewerPosition
Show preview tile under cursor when in Tileset Tool. Fit to Grid nicely
Fix ortho lights in SceneMapLoader and custom shadow size, note that shadow culling will suck on ortho lights until we change tiled culling to use frusta
- ▉▊▊▄▊▋ █▉▌▅ ▉▇▄▍, ▇▆▊▉▋▅▆ ▅▆▇▅▍█ ▇▊▉▇▉█▆▌▉ ▆▇ ▉▄▆▌▊▇▆
- ▋▇▄▉▌█ ▍█▊ ▄██▇▌▊▇▅ ▍▆▌▄ '--▍▋▅▋▄▇-▄▋▌█▉▌▄█▉' -> '-▇▋▌▅▇▄-▌▆█▅▌█▌▋▅' ▍▇ ▉▆ ▌▊▍▋ ▋▅-▍▋▋▊ ▌▊▆█ ▄▍█▅▄ █▍▅█▊▊▅ ▌▅▍▋▉▅▆▌▊
Store the last code entered into a code lock in player prefs so it gets saved between servers and between client restarts
Merge from travelling_vendor/dynamic_pricing
Summary: vending price changes now take place in real time and will occur every 5 hours by default (was tied to in-game time and was happening 4 times an hour)
Dir tweaks, asset reconfig
Moved the Loadouts section to the bottom since there are so many loadouts now
Fixed the 'LOADOUT' section making the editor window want to be very wide
Import some tile assets
Test Tileset Resource
TilesetLayerControl deletes on right click without the additional popup
Rebuild TilesetToolInspector when Selected Layer changes. Serialize Selected Layer as part of the ControlSheet
Fixed TilesetComponent SceneObject vertex maths. Each layer now gets its own material, sharing materials between layers if same atlas is used.
Update Grid Size to follow Tileset size
Fix Selected Layer inspector update
TilesetComponent NRE fixes
Decouple dynamic pricing entirely from in-game time, now operates off real time
Renamed IntervalHours to PriceUpdateFrequency, defaults to 5 hours (this will also ensure the new defaults roll out next month)
Add npcvendingmachine.addHours for testing now that env.addtime will no longer affect npc vending prices
A couple of minor adjustments to the editor
Added a section in the editor that allows enabling a CLIENT+SERVER physics testing mode
Added NPCVendingMachine.UseRealTime toggle, will use the system clock instead of the in-game clock when adjusting prices
Recommend adjusting IntervalHours down dramatically when using this option so that prices don't take 5 real time days to adjust (setting this to 5 would match the current behaviour)
If changed at runtime resetDynamicPricing should be called afterwards to resync the pricing to the new clock
This would also have a side effect of making prices adjust while the server is offline - prices will be processed to make up for the missing time when a server is booted up again
Fixed bad spacing in the Game section
Added prevent building volumes to the junkyard car shredder
Sync attacking animation
Broadcast Explosion animation for Exploder
Fix Fade-In. Do it entirely thru CSS so UI doesnt rebuild every frame while fading.
▊▊▋█ ▍▌▌▄▋▌▄▄ / ▇▅█▊▉▄▇▉▄▍
Don't allow zero quaternion in body transform, check against quat zero and use identity, if we find more invalid quaternions there's extra checks we can do
▊▉▍▉▅▇▄▄▆█▄▍ ▉▄▊▅▌▉▆ ▄▉▄ ▊▍▅█▇▇ ▌▊▉▄▍▋▉▊▌
coastal rocks decor modifier size tweak
v_usp: fixed fire animations having the hammer behaving wrong, and a little blend-out hitch (was caused by fire anims being turned into self-referential additives as opposed to referencing the base idle poses)
File name cleanup
Jutting cliff prototype
Large coastal rock prototype
Updated spawn settings for variety of cliff generators
Categorize all the viewmodel props
Add ViewModel.UseMovementInertia
No longer take ownership of Manager GameObject
No longer take ownership of the GameObjects that shouldn't be owned by anyone
Mark a bunch of client-side prefabs as Never Network
Update Shadow Spawning and make them client-side. Reduces a ton of network load.
Remove .wav files from ResourceFiles
Move SpawnShadow from OnAwake to OnStart to ensure GameManager initializes
Stop looping through every player and doing sqrt calculations for each individual sfx
Don't network Current/Required Experience since it isn't shown to other players
Don't run certain Spitter code on non-host
EnemyBullets should only check collisions on host
Don't update Hud on Time.Now, make fade in client-side
Save game.scene after having it run the JsonUpgraders
Use IsValid checks in AddShapeCollision, shape/body might have been removed from under us
Improved the wire deployment checks to reject any placement in prevent-building volumes, except for monument root volumes
Recreate mesh shape on update, this is the safe option until we get proper fixes