254,386 Commits over 3,990 Days - 2.66cph!
fixed a bug with the player switching from walk --> swimming
added new changes to inner platform and platform shader (still need to fix led texture or remove it) and tweaks to fogging values
SteamSystem becomes SteamClient
Make file inputs available
UnitManager call TickUnits via TOD_Time.OnMinute
Tweaking Unit+Senses raycasts a bit (better masking and layer checks on hit objects)
Raycasts can hit triggers now
Item now creates a child collider "SO Collider" acting as a Trigger on the SmartObjects layer
Items can piggy back onto other items blueprint unlocks
Can override clothing skins from item
Fix quarry sounds not fading out when the quarry is deactivated
▅▆▋▊▊ ▌▇▉▊▊▍▌▌
!▍▆▍▊▌ ▇▅▌▉▇▇▆ ▍▌ ▄▊▊█▄▉ ▊▋▉▌▅▄
Player Model scene reorganization
removed trees from island003, painted some forest topology map areas
3rd person animations for 2handed sword
Added rocks/bank01 mesh
Added some layer culling code for testing
Tweaks
▇▍▍▍▇▅▄ ▉▇▌█▉▍▄ █▊ ▅▉▉ █▊▄ ▇█▌▋▍▋ ▇█▊▊▍▌
▌▆▊▅ ▌▍█▄▉▆▅ ▆▊▉▅▆▊ ▅▉▌▋▆▉▋
▇▉▇ █▆▌▌▉▊▊▌ ▄▇▄▌▍▄
!▋▉▆ ▍▉▋▅▄▄▋▍▌▄ █▅▋▌▉▍
▌▌▄▊▋▋▇ ▄▋▄▊ ▌▄▉ ▉▉██▊▊ ▄▋▌█▅▋ ▉▉ ▅▌▋ █▅▍ ▌▍▆▆ ▊▍
fixed a bunch of 3rd person animations where the eyes were pointing the wrong way.
Species ecology/topology spawn settings tweaks and island001 toplogy updates
Elvis rig updates:
- Added new mesh & blendshapes
- Removed lid bones
- Added facial UI
- Hooked up blends to controllers
- Skinning tweaks
SpawnHandler tweaks. Player tribe should always get spawned now.
Units will automatically move themselves to a nearby valid navmesh position on init
Player Model scene reorganization
added glass court to cloud city and set up reflection. added backfacing to court around glass area, tweaked texturing
Removed some deprecated and very limiting foundation placement checks (now handled by terrain sockets and deploy volumes)
Fixed things not spawning in smartobject_test and other small terrain scenes
Added ForceDensity bool to SpawnPopulation
TerrainWeatherObject finds parent zone more reliably
Scenes assets (baked maps etc)
Remember position of player's dropped/thrown items and put them back there when picked up
▊▄▋▍▊▇▆▉ ▅▄▋█▊▇▆ █▄▆▍▌▉█▋
-unbroken building. Also new dlls for vs cause vs/unity does that.
-crazy maths for arrow trajectory. Arrows do fly nicely to their target at any height tho.
FOR FUCK SAKE force update on deleted and moved asset
finished the viewmodel animations for the 2handed sword.
Fixed entity network cache not getting invalidated on transform change
Added Machine EntityComponent and settings, MachineFunction WIP.
Minor refactoring and clenaup fof Entity and derived classes, moving functionality around. Cleaned up Action a bit