198,747 Commits over 4,140 Days - 2.00cph!
Fixed checkedBlockBy flag not being used on UnitSpawners
Enabled the flag on a couple of unit spawners in Island_01 to fix animals being spawned inside cliffs
Tweak large gate sounds to match new anim speed
Merge my character refactor changes
Merging character refactor changes
Merge minor Character cleanup to trunk
Fixed a party invite ability not being marked as ai only
Fix for error if player gets a welfare notification right as they die.
NPC inventory no longer needs to sync to clients at all. I needed to change how ammo is sourced so that the item doesn't need to be created for the HeldItem - it's now just a prefab reference on the HeldItem gun, which will lose support for using multiple ammo types in the same gun, but we don't do that anyway.
Knowledge overlay now updates every 0.25 realtime seconds so that new labels appear as the player moves around the world
fixed scrap coming from food boxes (wtf)
specatators can use map (mod support)
setup research costs for all items
setup workbench reqs for all items
added 'basic' wood crate
Some last music setup tweaks per Alex R's suggestions (should work properly now).
made the vehicle tire smoke taper off when the car goes airborne
Disabled AudioManager on server, locked server FPS to 120
added stats, player.stats, player.list, game.lists server commands
Added a bit of music
Occluded some sounds
DispenserItemFoodValue now only writes interactions specified in a list of valid ones.
Berry Bush has Consume From Dispenser (Human) interaction.
Food value consideration now actually uses the food value (this means people won't eat shrooms anymore).
added Discord button to menu screen
Fixed lake topology settings
Fixed harbors spawning in lakes
Network++
Save++
new player records correctly get added to elo list
league table UI now hides until update received when first showing, hides unused entries
Fixed sky reflection rgbm decode intensity mapping
Overall position now shown on league table, fixed Elo calculation lower clamping
Added WeightedRoleDefinition, list in PersonalityType def
Various Goal/GoalPlan conditional asset list editor improvements
Fixed bus stops and power substations spawning on top of roads at T and Y intersections
league table preview UI now instantiates entry panels, populates with name data
Added OnLeaderBoardEntries event that fires when receiving updates from server.
UILeagueTablePreview listens for it.
items now have a DispensedBy field.
people won't drop dispensed items while taking them from the dispenser.
Roads avoid being split by monuments and prefer going around them (until I add monument road connection points)
Tweaked shadow refl occlusion to avoid undershadowing (RUST-1771)
some placeholder league table UI setup
Removed nulled module from mushrooms effect
Adding parts of the new road generation algorithm (much faster and better looking, not 100% continuous yet)