191,033 Commits over 4,049 Days - 1.97cph!
added mod slot size handling
mod inventory slots are now large size
Game mode system refactor. Working a lot better
Going to do game modes a bit differently I think, as the sort of building block system I have now is getting a bit unwieldy. Committing some more work I have so far. Also merge from Main.
Stat balancing stuff from the sheet WIP.
Material tweaks.
Fixed missing building overlay icons
Fixed potential NRE in DetailOverlayUnitElement
Building construction state overlay
Cleaned up a bunch of old UI prefabs
Container registration now applies to stockpiling too
Building destroy on decay optional
Unit.GroupMember holds a join time
Fixed cohesion leave/join events using incorrect dateTime
Cohesion leaver stuff no longer tests mood threshold, never picks leader
Necessities cohesion drain now uses a min/max range for the time and value, evaluated by an animation curve
More mod inventory UI work
merge from container registration stuff
Stuck a load of Unit.Items logging behind UnitDebug.Items option, exposed in debug tools
Debug tools settings tab is now visible outside of playmode
Moved all debug bools to BeforeDebug static
Fixed micro tooltip missing followCursor component
Fixed some bad tooltip assignments
Registration to containers working for gathering for fire (untested for other stuff)
Fixed tooltips being hidden when being triggered quickly by multiple UI elements
Fixed building UI not registering clicks in some cases
Hand/arm meshes added to clothing .fbx
Added viewmodel clothing prefabs
mod slot index now gets correctly set on equip
fixed a bug with free mod slot check when trying to equip mods.
(Hopefully) Hooked up new item tooltip
Some StatusEffect cleanup
ItemoModeConsumable can now apply status effects (standard proc setup like other items)
Proper item tooltip UI widget.
Working on porting ZGameMode to the new GameMode system, and adding features to the system as it progresses.
Player now has to hold sprint +move to cancel a channelled spell (used to just be move)
Exposed a channelling spell move modifier to Player, set to -60
Hooked up spell fail reasons to the AlertUI
Fixed spells getting double fired
Fixed being able to cast spells with non-channelling weapons in the editor
Hooked up status effect widgets
Fixed enemy overlay widget flickering
Fixed secondary DM attack AI never winning (now highest priority, might cause issues with weapon management @sebov?)