193,686 Commits over 4,079 Days - 1.98cph!
created mock building placement test scene
created low poly ultimate trim mesh
Refactored tile highlight functions into one, tips.
Removed unused prefab instantiate from Skin.ReadDefaults
Some skin cache tweaks (uses .cache file extension, supports loading from cache even if no source image exists)
Can click tip for another
Increased tip textbox size
added Tips data file and tip text to menu, showing a random tip each time menu is displayed
█ ▉▄▌▇ ▅▅█▊▆▋▍
!▊ ▍▊▅▍▍ ▉▌█▋ ▋▉▅▅▄▉▍▉▇ ▊▅ ▌▋▆▉▄▄ █▍▋▍ ▅▇█▊▉▌▉▍▆▊
Fixed tile ghosting in movement tile highlighting
Run skin manifest JSON deserialization in a thread
UnitStandardAttackRange can now exclude anchor tile
Fixed slasher attacking itself
hunting testbox added to menu
▄ ▄▉▍▊██▍▆▅█▌▅ ▉▅ ▇▄▄▋▋▄ ▍▊▇▊▇▇▊▇▉▅?
Human controller override layer for carried anim
Fixed UnitView ragdoll toggle fucking with physics on nested item views
Fixed Quiver being wearable
Fixed WorldManager cleaning up items it should not
Added override layer to animal controller, fixes deer running while held
SFX for herbalism/harvesting
Fixed issue in Unit.Navigation where destination reached callbacks wouldn't fire correctly when the navmesh path is very short
Fixed debug spawning opening the radial on click in the game view
People will always drop dispensers before interacting with them (big rocks, corpses, etc)
Fixed ProjectileHitView NRE ???
Added preferences to delete player prefs on startup, fixed delete save games on startup
Fixed UIWidget.IsActive NRE
UI execution cleanup, reset on load
NRE fixes for kill feed and chat panel coroutines being called after match end and objects are innactive
AI designer persists selected module
Now generating the city before spawning in entities. Makes sure NPCs can start on a NavMesh in particular.
Fixed double init on NetworkSimulator. Removed unnecessary warning.
Allow selling more drugs during JustBoughtItem state, so you can do rapid-fire sales. Less getting shot during shady double sales if you're quick.
Fixed door animations + simplified code
Existing entities in scenes now show up on clients again
Replace usage of hash_map with unordered_map on msvc14 and higher
Disable SAFESEH on built binaries (can't enable it until every static lib is replaced)
No longer building pointeroverride.asm
Disable compiler-specific hack in FS_setbufsize when using msvc14 or higher
Fixed some more syntax errors when compiling with C++11
round() renamed to V_round in ai_movesolver (upstream change)