198,713 Commits over 4,140 Days - 2.00cph!
Bunch of clean up/refactoring/optimizing
solo sub intial setup,
mesh and lods and 95% of the collision.
Enabling incremental GC on macOS as a test (checking if 2019.4.22 fixed it)
Fixed junkpile_a sedan baked LOD color being incorrect
Fixed desire trails coming too close to swamp_c revealing the water plane
some misc fixes at trainyard
improved caves terrain anchors, improved the cover over cave terrain holes
removed unfinished lighting work from cave_sewers_hard
disabled batching on junkyard mounds as it seems to break vertex alpha, impact should be low
▊▄▋▇▍ ▅▄▇█▋▌ █▉█▍ ▋▅▋▄▇▇, ▋▋▆▊▄▊▊▋ █▌▄▅▅▆
Fixed "no IPV6 support" when connecting using localhost
Improved roadside wrecks LODs accuracy some more
Arid cliffs LOD3 terrain mask polish - cliffs hold up better visually and transition is less visible
made van_e LOD4 and LOD5 display where the holes in the vehicle are to prevent camping inside
further improved new sewer blocks to cope with terrain by filling in the space
Add a chance for the random move option to sometimes fold if the hand isn't good
Fixed AI's raising too much
Fixed some cases where looping gestures would end prematurely
Revert belt change (was no longer needed)
Fixed some test window issues
Various rules updates and fixes
Merge CardGames/HandleAllIn -> CardGames
- Handle all the complexities of draw results for two or more players, and/or players being all-in for different amounts, and how that affects their winnings
- Refactoring and cleaning up card games code all over the place. Protocol++
Still needs more testing.
Flesh out support for multiple player pot splitting
Fix incorrect payout calculation
▉▉█▅▌ ▌▄▋▌ ▄▉▌▊▇▊▊ ▄▋▆▅█▊▌▄▋ █▋▊▋▄ ▅█▉ ▇▅▇▇▋▇▋▍ ▆▅▊█▄▋▋▊▇ ▄▌▊▊ ▌▌▊▇▇█▅ ▇▄ ▌▍▄ ▇▆▆▇▆▆▇ ▉▅▆▉
Winner sorting changes like in
59689
Added the "Problems" tab to the Problems menu, it displays common configuration and other problems with a button to fix it where applicable.
Simplify the winner sorting
"Something is creating script errors" now directs users to the Problems panel, not the console
Localization support for Problems panel
If there are any actual problems in the Problems menu, the main menu button will display a number of problems, with different colors based on severity
Fixed a bug with VPK file searching that would result in garbage data in file.Find
Reworked Satellite dish terrain blend map, heightmap
Fixed the puzzle spawning loot incorrectly
Using alpha carve objects instead of alpha map to make holes in terrain as they seem to be more reliable
Various other fixes related
Buoyancy implements IServerComponent. Adjusted ragdoll prefab.
▍▍▆ ▊▅▄█ ▋▊█ ▇▉▋▌██▄/▊▉▄▄▆▉
Score down any roam point that we are very close to.
Distance based scoring changes.
Roam point reservation improvements.
Oilrig scientist roam idle intervals reduced.
Cover point reservation changes.
Harshly score down, instead of excluding, used cover points.
updated meta settings on player gesture anims
Made trees in monuments harvestable
Tweaked Junkyard to improve its spawn chances
Reduced density of large rock formations
fixed incorrect LOD distances set from editing multiple prefabs through RendererLOD on chainlink fences
Temperate cliffs LOD3 terrain mask polish - cliffs hold up better visually and transition is less visible
Removed bottles etc from the bandit camp poker tables. Due to a quirk in the interaction system and the proximity to the chip storage, the bottles ended up showing up with an Open interaction, which was a bit confusing.
Random moves don't go all-in unless they have to
Refactored how we handle the active player index. Handling conversion between relative numbers (player 1, player 2...) and the actual index values of the players in different seats. Handles cases like having only players 0, 1, 3, and 5 in a game.