243,415 Commits over 3,898 Days - 2.60cph!

11 Months Ago
updated melee holdtype override controller
11 Months Ago
exported player update first pass melee anim set
11 Months Ago
populated melee holdtype override controller with new melee anims
11 Months Ago
disabled spine ik on hachett entity prefab
11 Months Ago
merge form b_shotgun
11 Months Ago
exported player update melee anim set
11 Months Ago
smallbackpack update
11 Months Ago
merge from gc_buffer_settings
11 Months Ago
merge from fix_guest_enter_main_code
11 Months Ago
merge from legacy_shelter
11 Months Ago
Quick and dirty loading screen when downloading game menu
11 Months Ago
VM lights setup
11 Months Ago
Added total range percentage. GetDetectionPos correctly applies view model cam offset if used. WIP light setup.
11 Months Ago
Added editor-only MainMenuSystem.IgnoreEditorEscapeKey convar to prevent escape key from bringing up the UI when you want to siwtch mouse between editor and scene views without bringing up the UI
11 Months Ago
Bunch of refactor and separate some detector/UI code.
11 Months Ago
Some placeholder VM setup
11 Months Ago
merge from main
11 Months Ago
Leaderboard backup, run #7732
11 Months Ago
Only allow aim offset when standing still or aiming, let regular animation take control while sprinting or jogging while not aiming
11 Months Ago
Fix wall being buildable between two different buildings allowing TCs to be connected and break
11 Months Ago
show armor in nametag lerp nametag armor color armor still upgrade fix cooldown opacity chests etc can drop armor
11 Months Ago
Make a new mask specifically for the aim offset layer
11 Months Ago
▅▊▋▇▆▌ ▍██▄▋▇▍ ▌▌▋▉ ▆▄▄▋▍▍▄█▅▇, ▌▇▉▉ ▌▌▊▌ ▉ ▊▇▅ ▉▆▆ ▇▅▇▄▉ ▌▋ ▌▋ ▆▇▅ ▄▆▊▊▌▄ █▅▄'▌ ▉▌▉▇▄ ▇▅ ▆▅▉ ▌█▉▋▋ █▊▉▄▉▌
11 Months Ago
Merge from main
11 Months Ago
▄▄▇▌▇ ▄▄█▅ ▇▇▌▊
11 Months Ago
Cleaned up hand hold parameter handling
11 Months Ago
More solver iterations for server-side to compensate for 16Hz. Greatly reduced jitter
11 Months Ago
Use jobs+burst for 2D painting so very fast strokes don't kill your framerate
11 Months Ago
Renamed leftHandIkModifier to leftHandIkDisable for better clarity (and the same for right hand) IK disable param is 0 by default, 1 will fully disable that hand's IK Update rifle reload to reflect new values
11 Months Ago
Add leftHandHoldDisable and rightHandHoldDisable animator parameters to disable the hand poses during an animation clip
11 Months Ago
Simplified ClientInit, less duplication
11 Months Ago
Finally fixed player neck bone issues properly for both client and server side ragdolls. Will try to clean this up a bit more.
11 Months Ago
vk: "fix" semaphore hang when recreating swapchains vk: always use D32FS8 for depth buffer
11 Months Ago
Medieval Armour LODs
11 Months Ago
Fix default keybinds applying over and over for multiple realms (`prevskin` and `nextskin` specifically)
11 Months Ago
high calibre revolver LODs basic world model prefab setup
11 Months Ago
Added an example temporary disabling of the left hand Ik driven by a curve on the 3p rifle reload animation
11 Months Ago
Disablling spine IK on a held entity will now enable the AimOffset layer
11 Months Ago
PFX scene backup
11 Months Ago
Json seems to give a fuck that these are private setters
11 Months Ago
Confetti meshes
11 Months Ago
Manifest again
11 Months Ago
Merge from main (stomp craggy and manifest)
11 Months Ago
Make arrow renderers children of the bow_root_bone so that it gets turned on/off appropriately during the bow firing animation Update manifest
11 Months Ago
Rename loads of shit, TerrainData not a resource (we can decide later), add back create menu option (I coded it but this could easily be a prefab template too if we don't save terrain as a resource) Don't cast shadows from terrain, it looks dog shit
11 Months Ago
Revert 90141, fix client-side ragdoll neck issues
11 Months Ago
Shape cast against heightfield using swept bounds, awful for long traces but fine for player controller for now
11 Months Ago
Fixed MoveItem error when putting m4 shotgun into auto turret (missing muzzle point)
11 Months Ago
Confetti cannon takes 3 damage per blast, has 100hp Poolable
11 Months Ago
Set up primitive colliders, deploy volumes, bounds, etc