250,924 Commits over 3,959 Days - 2.64cph!
- Enemy ability picker can now be forced to pick a specific ability
- Fixed mortar spikey layer issue
- Warning ring mesh generated by DangerMarker set to not cast/receive shadows
lasersight and flashlight baseline
Sentry NRE fix
protocol++
Replaced rain particles
Removed rain falling on glass in front of eyes effect
repositioned the left arm on the m4 view model (it doesn't take up as much screenspace now)
Doors open/close 2x faster so sharrap
Sentry + ak worldmodel now uses new AK model
made the muzzleflash/shell ejection use World space coordinates.
fixed some code with prefabs that had the ParentToBone not parenting correctly.
checkin of latest so I dont break something and not have backup
viewmodel animations and sounds for the pistol weapon
Ingore ID match when setting active goal from PlayerController
Condition wrappers can now flag a desired result via enum in the editor, DSE switches on this after evaluation.
Cowboy - updated smash anim source
update to clean export script
Automated Linux DS Build #155
Fixed people trying to steal items from each other
added attacks to controller and toned down head bob on run
Refactoring Unit+Item/Attachment handling to be a more flexible and robust
Unit+Combat calculations now account for resistances to damage types, mitigation from attributes, and weapons (plus their procs)
Added DamageTypes and DamageResistances to Species combat params
Added DamageTypes to WeaponParams
Added HoldItem flag to PickUpItemSettings
Added AttackSpeed attribute, used in combat timings (value*(100/1000) = delay in seconds between attacks)
Added AmourRating attribute, used in combat calculations as mitigations (exposed in data, so optional)
Weapons data for both spears and rock items
Removed unused textures/models
Resized some oversized textures
- Missions are now passed the mission SO to their Init function
- Added new SO def type for time based missions
- TimeObjective now successfully completes on survival
Automated Windows Build #155
Automated Linux Build #155
anims are pretty rough sorry, will polish them once seen them in game
Error/ErrorNoHalt now call menu state's OnLuaError hook
Improved error handling for NextBot coroutines
set all shaders on wild west environment to use deferred rendering, baked out new lightmaps, tweaked lighting
Automated Linux DS Build #154
BuildingBlock protobuf update (backward compatibility)
- WIP new mission type: timer
Entity spawn test console command (entity.create)
Automated Windows Build #154
Automated Linux Build #154
Don't try to load binary modules that have the same name as a base Lua module
StabilityEntity protobuf stores distance from ground
Automated Windows Build #153
Automated Linux DS Build #153
StabilityEntity protobuf stability value is optional (backward compatibility)
StabilityEntity saves and loads cached stability value
Automated Linux Build #153
Profiling
LookAt perf tweaks
Fixed cyclic reference detection in util.TableToJSON
Fixed cyclic reference detection in PrintTable