199,291 Commits over 4,140 Days - 2.01cph!
fixed dryfire on the m92 viewmodel
Now using EntityId + more work on persisting smart objects and their minions!
InteractionPositionGroup shouldn't need its InteractionSettings persisted, so let's not do that!
setup the IK positions for the satchel and c4 worldmodel
added code to play the 3rd person throw animation for the c4 / satchel charge
▊▋▆ (█▆▌▍▋▍) ▇▄▅▊ ▅█▅▋▅ ▄▋▄▄█
InteractionPositionSet/Data need to inherit from DataParameters, that we get a Guid we can use to recognize the right instance when we load from persisted data.
Added Entity.Create, called when entities are created and saved for the first time, usage example in Unit.Traits
FOR FUCK SAKE ocean shader
!A camera /shader/ script for shore attenuation mask
Added editor terrain check generator script that adds checks for environment volumes
Added terrain checks to caves (to make sure they're always under the terrain)
Adjusted building blocked volume around water treatment plant
Added BaseId, derived EntityId, AssetId, ParametersId, BaseIdEx for retrieval
Building upgrades data schema WIP
Dispenser persistence (untested)
Updating stuff that changed in Unity 5.5. Fixing warnings outside of the building system. Updated global custom defines file to work with the new compiler.
Automated Windows Build #501
Automated Linux DS Build #501
Started changing from int to new ID types
UnitComponents now using correct ID types
Player health updated and working. Explosion damage working. Player health bars now work correctly (for the first time ever?).
Fixed + tested texture readback argb ordering on all platforms
Cleaned up buffer readback code
Updated my copy batch file
Added non-blocking texture/compute-buffer readback functionality + test scene
Enabled full optimizations on Renderer module
Optimized d3d11 and glcore readback data copy
Disabled compute buffer readback test on unsupported platforms
Updated native binaries with renderer dll set to full optimizations
Optimized native readback copy/swizzle to virtually no footprint in d3d11 and glcore
Updated binaries and managed native interop to latest
Updated scene + test