userJarryd Campicancel
reporust_rebootcancel

12,618 Commits over 2,284 Days - 0.23cph!

4 Months Ago
Merge from main
4 Months Ago
Merge from hardcore_refresh
4 Months Ago
Fix server not sending fog images to client on connect
4 Months Ago
Possible NRE fix when connecting to a hardcore server and dying quickly
4 Months Ago
Rename convar enum for clearer options down the line
4 Months Ago
Merge from hardcore_refresh
4 Months Ago
Added the ability for a game mode to multiply the crafting cost of a set of items Uses the loot tag system, added a new FirearmAmmunition tag Can be defined in sliders on the gamemode prefab, can also override per game mode to pipe in convars Exposed multiplier as a convar for hardcore (server.hardcoreFirearmAmmunitionCraftingMultiplier), defaults to x10 crafting cost (WIP) Applied to : regular/HV/incendiary pistol ammo, regular/HV/invendiary rifle ammo
4 Months Ago
Can no longer loot rifle, smg or semi bodies
4 Months Ago
Merge from main
4 Months Ago
Merge from viewmodel_workshop_fix
4 Months Ago
Fixed guitar rendering twice in workshop skin uploader
4 Months Ago
Add Workshop editor to the scene loader Fixed ViewmodelCameraAnimation running incorrectly in this scene (completely disabled now)
4 Months Ago
Merge from lighthouse_ladder_climb_fix
4 Months Ago
Merge from censorship_cubes_alt_look
4 Months Ago
Censorship cubes will now be disabled if the player alt looks and we disable the player body Added a new enum based CurrentCensorState getter in ConVar.Global so we don't need to compare ints to check censor state
4 Months Ago
Split the collider on the ladder halfway up lighthouse with a mesh collider that ignores player movement for accurate gunshots but a box collider for player movement Fixes awkward crouching behaviour when trying to crouch through window at top of ladder Workaround applied only to lighthouse version of the ladder_prop, won't apply to it's uses in other monuments
4 Months Ago
Merge from parent
4 Months Ago
Merge from main
4 Months Ago
Merge from hardcore_refresh
4 Months Ago
Adjusted map fade in animations on in-game map and death screen map to properly hide underlying info
4 Months Ago
Fixed clearAllFogOfWar not working on large maps Enable Burst on DrawPixelsJob
4 Months Ago
Fixed map marker sfx still playing even if map markers are disabled by game mode
4 Months Ago
Fixed being able to research items that are marked default craftable but also blocked for crafting in the current game mode (eg. eoka)
4 Months Ago
Fixed being able to research redirect skins of items that have been marked non craftable by the game mode
4 Months Ago
Possibly fixed out of range exception when saving fog images Fix alphaHitTestMinimumThreshold error spam
4 Months Ago
Merge from main
4 Months Ago
Merge from hardcore_refresh
4 Months Ago
Suppress warnings in Compass and CompassViewmodel
4 Months Ago
Merge from hardcore_refresh
4 Months Ago
None compile fix (CompassViewmodel)
4 Months Ago
Support alpha clipping the fog of war so we get hover events on things like vending machines that have been revealed by fog
4 Months Ago
Merge from main
4 Months Ago
Protocol++
4 Months Ago
Added admin convar debug.clearAllFogOfWar to fully reveal the map
4 Months Ago
Obscure the underlying map image by 0.15 seconds when opening the map, prevents the map image being visible for a few frames while the fog is fading in
4 Months Ago
Disable condition on compass
4 Months Ago
Clean up v_compass.anim.controller missing local files
4 Months Ago
Merge from compass
4 Months Ago
Fix resetfogofwar command
4 Months Ago
Possibly, maybe, finally fixed loading fog of war from a save
4 Months Ago
Switch to RGBAFloat for fog images, looks better and matches the data we're using in the jobs. Still broken after loading though
4 Months Ago
Fog of war works on death screen map
4 Months Ago
Compile fix
4 Months Ago
Fix fog not clearing immediately on spawn
4 Months Ago
Better initialisation flow for hardcore map, stops parts of it running when booting up in vanilla
4 Months Ago
Merge from main
4 Months Ago
Added debug.resetfogofwar
4 Months Ago
Compile fixes
4 Months Ago
Merge from fogofwar
4 Months Ago
Disable map markers (exposed option on game mode entity)