198,730 Commits over 4,140 Days - 2.00cph!
Add a copy of the rust Rust native dll source code for the d11 console branch, and premake files to build it. I've used d11's modified version of premake4 which has been modified to support ps4 and xbox one.
ContainerParameters now determines if we add entities to supplies or not on deposit.
Depositing to building no longer adds things to supplies.
Refix treesway to use actually unused register in vertexlitgeneric
supplies tracking of various food items
Had a really weird bug. I'd run it once and it'd be fine, then again and lots of errors. Turned out that the IsRunning state on the GameModeTrigger was being saved between runs on the ScriptableObject. So I'd run it, the end trigger would be running, then I'd stop it. Then I'd run again, and IsRunning on the end trigger was still true, so it'd mess up. BUT IsRunning is a property... surely properties aren't usually serialized! Really weird but totally confirmed in testing.
prop_vehicle and prop_vehicle_driveable are now considered Vehicles by Lua
Big complex merge into Main of my game mode flow stuff. Some slight weirdness - er, all vehicles explode immediately?
Better active player trigger checks that respect the Ready state.
Merge from branch now that Plastic is fixed
Corpses are now destroyed if eaten on a stick.
Last received hit in combat is no longer valid if the attacker is dead or disabled.
Goal Momentum is now applied to the Goal score and not the GoalPlan.
We now check if we have an item we can attach a corpse to before skinning it.
BEF-228 NRE fix.
Track Rock and Big Rock in Supplies.
Removed IsBusy condition from stowing AI (fixes BEF-220).
MachineProcess can now specify if we should add the input items to supplies or not.
Deleted some old protobuf code, converted some more serializers.
BEF-231 Notifications dont always dismiss
Cook On Stick is no longer a Machine Process.
Changed CookCookableItem action to handle all the cooking.
InputMessageQueue doesn't use list any more.
removed test map button prefab from the map list.
merged from main.
Move HUD network stats out of the way
Got tigger UI working properly between rounds
Fix belt not showing on HUD on first spawn
Disable character select min time for now until it works better with everything else
NEWLINE for CEngineSoundServer::PrecacheSound warning
Fixed weird fog issues with recent shader changes
Fix character select min show time
Force minimum show time for character select
First pass support for runtime instanced generic water pools
compass displays ontop of scope/binocular/helmet overlays
Nuked deprecated gui layer component from camera
Removed non-mrt blending path on a few shaders and water rendering
Game Over screen no longer used
ItemManager instance fix. Stop client taking over the instance ref on listen server
Fixed ItemManager using wrong references on Listen Server.
Move ISerializableStructUser to plugins