197,072 Commits over 4,110 Days - 2.00cph!
board unit dragging basics
Packed hazmat suit materials
Downscaled hazmat mask textures
Downscaled wood armor and roadsign vest
gas_station update
gas pump LODs/COLs/ Textures and prefab
Added mouse input events for releasing left mouse over a unit or a tile
Disabled drag scaling for now
moe wip dragging
Downscaled heavy plate jacket and pants
Packer tools support for 48 and 64 bpp
Fixed imageutil savetexture swizzling
Fixed compile warnings
Supermarket cash register
Fixed possible Lua error(s) in menu state
Kill SetVisible on CharacterModel. SetVisibility is king now.
Fixed construction parameters on building materials not being set properly on load
Changed character visibility to have three states. Characters that are nearby (currently, within 75m) but not visible to the player can still animate while having some other unnecessary features disabled, meaning their weapons can still play sounds in animation events and so on
Added a Go Home ability to units - if they are outside of their territory you can command them to head back to their territory
Applied Unit Controller load fix from last week to a Groups entities to fix buildings getting marked as not player controlled on load (buildings in players group but not player controlled was messing stuff up)
Added a missing ProtoInclude for PersistedGameEventManagerData
Diplomacy component now keeps track of when the last gift was given to another group, and won't give another gift until 24h later
Stop NPCs showing money FX for their initial money allowance
Fixed errors in wallhole calculations.
Forgot some BaseNpc tweaks in merge.
Missed a Main Camera tweak in the merge.
made a start on a basic game event system.
for now game events can be set up with triggers in game modes.
PlayerProgressionWidget fixes
Various activity related cleanup
Updates post processing stack
Added more cmd logging to try and catch the verification bug
arm mesh revision source added
added new arm mesh to rig source
Knowledge tab shows all tutorial screens, tracks "unread" content
fixed error in Tutorials Widget if there is no active tutorial
Lost And Found protoinclude.
Fixed error when loading Estranged groups.
Adjusted some memory pool buffer sizes
GroupProgression persistence
Bound to be more issues to fix, but at least the game runs again.
Knowledge tab boilerplate
TabbedWindowsEditor fuckerage
added some cmd verification debug log, version++