255,341 Commits over 3,990 Days - 2.67cph!
resetbp reverts unlocked items to default
Merge from effect refactor
Automated Linux Build #288
Windows no longer tries to load non-ttf fonts and crash
Added IMaterial:GetKeyValues
NPCs play default footsteps
xp.reset works
xp.setlevel works
StatMinipulatorParametersDrawer swishy++
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
█ ▋▇▅▋▋▅ ▉▇▊▅▅ ▋▊▉█▅/▍▋▉/▌█▆▋▌▌▊
Removed old NestedEditor types
Effects data
NestedEditor attribute / drawer tweaks, added to all EffecSettings fields
Added EffectSettingsWrapper, used where data stores a list of effects, for easier property drawer usage
- Adding a randomised pitch "ow" sound effect when player takes damage. This might get annoying until we have more than one sound.
Removing EffectParameters
Nuked low quality version of skin shaders; only one full spec level for now
- Reduced speed of patcher glue from 350 to 300
Fixed vitals covering inventory menu
Fixed other player voice notices showing on HUD
- Set steam appid back to FP prototypes so leaderboards will work in build
- Input is enabled immediately on splash screen and crosshair set visible
- Can still use gamepad but it's not mentioned
- Added E to equip text to weapon pickups
- Cached the UI camera lookup for pickup UI
Automated Linux DS Build #287
Automated Windows Build #287
Automated Linux Build #287
▍▆▋▌▋▍▄▊ ▅▋▇▇▌▄▍▆█/, ▊▇▄/ ▋▌▄ █▄▄▉█▌/ ▅▇▊▇▊▆▄█▇ ▅█▅▋▊
WIP refactor of stat minipulator data
More details to rebars nrm
Final cooling tower models/LODs/Collisions/Prefabs
Powerplant update
Added missing radial menu widget in TribeCreate UI
Fixed tribe create customisation buttons not working, events now setup in code
Cleaning up some radial menu stuff
added character textures and original mesh for UVs
Clothing and hair picker WIP/draft
Radial buttons now align text based on their position in the radial
Icon assignement and prefab updates
Couple of tweaks to airfield
Added some icons, updated entity data with default icon or appropriate icons where available
Added RadialMenuButton UI component
Added Icon UI component for easier icon + background + color management
ActivityNoficiationsWidget doesn't use the CommandButton system
CommandButton renamed to RadialMenuCommand
fixed a couple missing collisions on trainyard outer building
fixed a place that was not walkable due to barrier on train_wagon_e
FOR FUCK SAKE playership camera, adding ui camera to fix jittering
FOR FUCK SAKEpickupUI prefab to use uicamera
UI scale and some other tweaks
Moved EntitySettings component list generation to OnEnable, not OnValidate. Derp