199,320 Commits over 4,140 Days - 2.01cph!
Fixed other player voice notices showing on HUD
Fixed vitals covering inventory menu
- Reduced speed of patcher glue from 350 to 300
Nuked low quality version of skin shaders; only one full spec level for now
Removing EffectParameters
- Adding a randomised pitch "ow" sound effect when player takes damage. This might get annoying until we have more than one sound.
Added EffectSettingsWrapper, used where data stores a list of effects, for easier property drawer usage
Effects data
NestedEditor attribute / drawer tweaks, added to all EffecSettings fields
Removed old NestedEditor types
█ ▋▇▅▋▋▅ ▉▇▊▅▅ ▋▊▉█▅/▍▋▉/▌█▆▋▌▌▊
Fixed XP notice HUD getting huge
Reduced xp gain particle count
Craft count spacing
Hide uncraftable blueprints (like the key)
Don't allow craft if parent item hasn't been unlocked
Show "parent item needs unlock"
Order locked blueprints by cost
Show child items in blueprint description
Fixed xp particle explosion when spending xp
StatMinipulatorParametersDrawer swishy++
xp.reset works
xp.setlevel works
Windows no longer tries to load non-ttf fonts and crash
Added IMaterial:GetKeyValues
NPCs play default footsteps
Automated Linux Build #288
Merge from effect refactor
resetbp reverts unlocked items to default
Tree and mesh quality in options go up to 200
Tree and mesh qualities > 100 no longer push back the culling distances
Automated Windows Build #288
Automated Linux DS Build #288
added most of the engine and engine parts, window trim, front headlights, front grill and radiator
Fix for water depth-to-surface frame delay; ensuring proper water draw ordering to after camera is resolved
Started work on roads
fixed command line startup
Show locked level on searched icons
Updating the player classes.
Effect/StatMinipulator fixes
this is supposed to have IK on the human feet and rotate the animals on slopes then counter rotate the heads
Disabled effects data validation for the time being
removed can transition to self from some anims
Effects data fixes, ported back actions etc from 4155
First draft of character creation music loop
Fixed variable luminance in playermodel preview on Hapis (#661)
Fixed decals not getting cloud coverage shadowing on Hapis; now working in forward path
Cloud coverage path now completely excluded from all shaders when not in use (only used in Hapis right now)
Disabled/deprecated weather wetness layer (might become persistent and/or area based instead)
UnitView formatting/commented out alignment raycast stuff for now
Wrote and ran goal data conversion script
Unit View prefab creation now stores the mesh as as child
AIDesigner nodes now filter their Add goal/plan lists to exclude the current node's data ID
Started introducing ms budget to Entity Manager.
ÀIDesigner tweaks and pre-module commit
Added AIModules, which hold Goals data, AgentParameters now stores a list of AIModules
HumanView no longer initializes MaterialPropertyBlock fields
Adde BasicSurvival module to all Unit data
Fixed cusor import settings
Added music to tribe create
FOR FUCK SAKE corridor gate, made the light red when the door is closed rather than the weird orange
More entity budget tick integration stuffs.
Moved ms budget ticking into Entity Manager without a generic solution to get some more improvements. Changed Entity tick budget to 5 ms.
Ehrm, let's not iterate the list of entities more than once, shall we! Let's not keep "that" hard to the ms budget.
Not 100% sure, but I suppose we should strive to make a complete cycle before we break out pre spending entire ms budget, rather than to break out when we reach the end of the list... hm...