193,490 Commits over 4,079 Days - 1.98cph!
Capture point draw returns no winner, so game continues to DM isntead of a random winner.
Support attack tiles are now green
Fix for player profile screen NRE when not connected
ui work and tweak text for names
Remove ability to take over gang houses. Can still take over personal units.
Removed gang Founder references since they're created at startup now with no founder.
Fixed some fields not persisting in MachineProcessActionDesire
Set gang leader as owner on gang buildings
Gangs can exist with no leader now, some minor edits to support that
Server/client fix for debug gang creation
Adding spawning in the new type of gang buildings
Gang buildings on testmap_smaller
Auto-create a debug gang and join it if there aren't any gangs, so test maps etc can still be used
Grey out gang selection buttons when the gangs don't exist, instead of erroring out
Building and Item placement now check that a valid path exists between the currently selected unit and the targeted build/placement position, this prevents players being able to build things in out of reach areas
Renamed MissionInstance to AvailableMission to improve clarity
added mm.list command to show players queued in matchmaking
Cherry picked shader changes from blend4-fixes
added timestamp to loggers
Hapis Island site B tunnels now has a chance to spawn elite crate loot
Wind shader api changes
Added wind to core/foliage
playerdatabase.stats now lists steam ids
playerdatabase.stats now numbers entries and also displays how many people have played an online game.
Unit panels now visible at 0.9 alpha.
Fixed scene order so emotes and emote options appear on top of the current unit panel
Reworked how league table preview is ordered/handled in the menu.
Fixed table ordere issues for all the menu screens.
Fix for board and tile toppers (capture poinst etc) disappearing when your AI game is interrupted during the board intro.
Fixed long names fucking up on scoreboard UI
Disabled DSE caching in config
added tire effects when car drives over different surfaces
vending machine tooltip shows if item for sale is blueprint or not
Fixed rust/std blend4 secondary uvs + touched relevant shaders
Cleaned and simplified up standardlayer usage
Fixed some quirks/acne in shadow feet workaround
blackboard is now passed down from modules
Remove "inherit score from module" on goal nodes
DSE skips considerations when scoring a module.
Module score (bonus - penalty) is applied to both the Goal and Goal Plan.
AI modules no longer show consideration groups in their DSE, onValidate ensures that they are not allowed
Various AI designer improvements