userJarryd Campicancel

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

3 Years Ago
Play wrench hit anim every time a pipe piece is placed Speed up hit animation (0.8->1.2)
3 Years Ago
Merge from main
3 Years Ago
Merge from xmas_2022
3 Years Ago
Assigned icons and categories for xmas skins
3 Years Ago
Update sitting position, use throne pose
3 Years Ago
Unlock mask + vest via throne
3 Years Ago
Skin, prefab fixes, icon
3 Years Ago
Throne initial setup
3 Years Ago
Updated icons Updated IconRender scene, disabled all entities and added a canvas to allow comparison with existing icons
3 Years Ago
World models, better names + descriptions
3 Years Ago
Mask setup
3 Years Ago
Fix NRE when exiting play mode while repair bench is open Reapply vest skin (on the correct branch)
3 Years Ago
Subtract 77636, wrong branch
3 Years Ago
Vest skin setup
3 Years Ago
Unsaved
3 Years Ago
Increased sprite size to better show videos Added scientist emoji
3 Years Ago
First pass on video file emoji support
3 Years Ago
Merge from industrial
3 Years Ago
Make an emoji scriptable asset class for easier setup
3 Years Ago
Don't show the fuel row on the electric furance loot panel Update electric furnace description
3 Years Ago
If an electrical furnace loses power while on it will now automatically turn back on when it receives power again
3 Years Ago
Merge from main
3 Years Ago
Merge from industrial
3 Years Ago
Adjust IO positions on conveyor to make passthrough more obvious Fix exception when loading into a server with pipes Fix warning spam when using wrench
3 Years Ago
Fixed missing mips on new item icons Fixed missing electrical category icon on item filter dialog
3 Years Ago
Fixed animator trigger name on wrench
3 Years Ago
Added global.disableBagDropping that disables the backpacks that are dropped after a corpse times out (for cinematics)
3 Years Ago
Added some extra dismount points to the zipline to try and prevent cases where the player is killed when the zipline clips the terrain Adjusted the behaviour when a zipline reaches the end of the line to properly place the player in a valid position, seems to fix the player dying during the dismount checks when landing on a powerline platform
3 Years Ago
Fix weapon attachment active state not being respected when entering/exiting a portal
3 Years Ago
Fixed mace skinned as baseball bat displaying an incorrect price to research at the research table
3 Years Ago
Merge from industrial
3 Years Ago
Codegen, manifest
3 Years Ago
Merge from main
3 Years Ago
Server.respawnWithLoadout is now a bool, when set to true it will look for the client info string "client.RespawnLoadout" and assign that loadout to the player on respawn This way different players can have different loadouts rather than everyone on the server having the same loadout
3 Years Ago
Added Server.respawnWithLoadout (When a player respawns give them this loadout - created with inventory.saveloadout) Added Server.respawnAtDeathPosition (If a player presses the respawn button, respawn at their death location) Both for trailer filming
3 Years Ago
Typo fixes
3 Years Ago
Show a warning if line points are too close while using the industrial tool (the pipe mesh looks weird in those situations)
3 Years Ago
Removed condition and increased stack size to 5 for new industrial entities (except for electrical furnace)
3 Years Ago
Fix NRE when deleting corpses with gingerbread cinematic mode on
3 Years Ago
Moved cinematicGingerbreadCorpses to the global section and made it client + server When set on both will also emulate the particle fx of the gingerbread npc's
3 Years Ago
Added server.cinematicGingerbreadCorpses convar, when enabled a player wearing a gingerbread suit will gib like the NPC's (for trailer purposes) This will prevent any items being transferred to the corpse, so shouldn't be enabled for regular gameplay
3 Years Ago
Gingerbread impact decal
3 Years Ago
Use gingerbread fx instead of blood (still trying to fix decals)
3 Years Ago
Adjusted some socket positions for the storage adaptor now that we have final art
3 Years Ago
Add SkeletonSkinLOD for male and female gingerbread variants
3 Years Ago
Added a useEmptyAmmoState toggle to projectile weapons (under the viewmodel section) Will enable layer 1 on the viewmodel animator whenever the weapon has no rounds in the magazine Will trigger either "ammo_true" or "ammo_false" parameters immediately before reloading to play an appropriate situational reload animation Layer 1 is disabled while the reload takes palce (and will always be disabled after the reload because the magazine now has rounds) Enabled on P17, SAP and M92
3 Years Ago
Improved pipe viewmodel
3 Years Ago
Don't show corpse flies on gingerbread gibs
3 Years Ago
Fixed several UI display issues for category filtering
3 Years Ago
Performance improvements Fixed some cases where memory leaks could occur