223,480 Commits over 3,684 Days - 2.53cph!

7 Years Ago
fixed it again
7 Years Ago
more, broken
7 Years Ago
Biter health reduced 6->5, movement 4->3
7 Years Ago
Ragdolls now handle explosion and other hit forces as well.
7 Years Ago
Various tweaks
7 Years Ago
Ragdolls inherit velocity of vehicle hits from the server. Adjusted vehicle->character hit forces. Also renamed PlayerHealth to CharacterHealth since NPCs use it as well.
7 Years Ago
NPCs now using the new fake trigger collision system that players use. No more real physics collisions from NPCs. Also added a little more support for NPCs in vehicles at some point.
7 Years Ago
Vehicle hit force mod, and also fixed player getting hurt FX when jumping around on stationary vehicles.
7 Years Ago
Merging in the latest from Main.
7 Years Ago
Fixed init order for characters that are already in vehicles when a new client joins. Fixes character sitting at the wrong angle.
7 Years Ago
FOR FUCK SAKE cleanup removing unused post effect
7 Years Ago
FOR FUCK SAKE camera post process
7 Years Ago
█▌▊▊█ ▉▋▅▇█▍ ▌▋█▋▅▄▊▄▊
7 Years Ago
python revolver / cleaver / hacksaw viewmodel tweaks
7 Years Ago
m249 viewmodel tweaks
7 Years Ago
7 Years Ago
hatchet / stone hatchet / mace viewmodel tweaks
7 Years Ago
hatchet / stone hatchet / mace viewmodel tweaks
7 Years Ago
hammer / salvaged hammer viewmodel tweaks
7 Years Ago
▅▌▉▅▊ ▋▌▊▅▄ ▄▆▉▅▊▉▍ ▍/ ▆▇▋█▇▄▆▉▌▍█▉ ▌█▋▆▍▅▊▇▇
7 Years Ago
flamethrower + bolt rifle viewmodel tweaks
7 Years Ago
beancan / f1 grenade viewmodel tweaks
7 Years Ago
Let's not divide by 0 when calculating combat related skill gains
7 Years Ago
▆▄▇▄█ ▆▊▊▊▉▄▇▆▆█ ▄▊█ ▇▍▆█▄█▊
7 Years Ago
▋▇▄▆▌▄ ▅▅▋▌▋▅▍ ▋▅▊▄ ▄▇▇▇▊▆▌▋▌▅ ▄▌▉▊ ▌▋▇▊▇▌▋▅▅ ▄▆▊▆█▇▅▍ ▍▇▍█ ▉▅▊ ▄▄▅█ ▄▍ ▄▇▅▆▍▇▊
bot
7 Years Ago
Automated Windows Build #665
bot
7 Years Ago
Automated Windows Build #664
7 Years Ago
7 Years Ago
▌▉▌▄▊▉ ▍▅▆▇▋▆▋ ▌▍▅▋▉█ ▌▍▊▍▆▅▇ ▉▉▍▌ ▅▌▇█▄▉▅ █▌█▅▇▍▊▉▌▉▄▇ / ▌█▆█▍█▅▉▉ ▍▆▍▇▆█▆▌
7 Years Ago
FOR FUCK SAKE unit prefab FOR FUCK SAKE fix ghost stencil sorting issue FOR FUCK SAKE fix missing material.....?
7 Years Ago
thrown rocks will now actually fall to the ground
7 Years Ago
clear combat target also clears kill desires
7 Years Ago
Basic somewhat janky implementation of hunting in area
7 Years Ago
rooflight added
7 Years Ago
▍ ▆▍▇▇▌▊▆ ▄▉▅▍▌▍▅▍
7 Years Ago
Matt tree merge
7 Years Ago
Added in game, updated TOD
7 Years Ago
junkpiles block AI movement junkpiles actually sink all the way into the ground before disappearing
7 Years Ago
People now go to a desired hunting area (but don't do anything yet)
7 Years Ago
Rocket factory building / interior texture progress
7 Years Ago
Events now get fired properly. Now have different event scheduling options.
7 Years Ago
FOR FUCK SAKE more shader tweak !A implementing Diogo's ghost shader stuff FOR FUCK SAKE unit prefab for ghost stuff / unitview scrip to assign team
7 Years Ago
JunkPile timeout check uses Unity's invoke because of its long repeat time and since it doesn't use CancelInvoke
7 Years Ago
Removed this. from all invokes as they're no longer extension methods
7 Years Ago
ListComponent now uses a ListHashSet instead of a List (better remove performance) ListHashSet implements IEnumerable and has index getter / setter ListDictionary implements IEnumerable
7 Years Ago
Moved InvokeHandler to plugins Made InvokeHandler methods part of FacepunchBehaviour rather than extension methods
7 Years Ago
boost fix
7 Years Ago
more
7 Years Ago
Finds and invokes actions that should've happed between times.
7 Years Ago
Facepunch.System project automatically includes all its cs files (like the other plugins)