254,390 Commits over 3,990 Days - 2.66cph!

6 Days Ago
Teddy Bear Costume Lods and Skinned, Both Citizen and Human versions. Initial push .clothing files
6 Days Ago
Updated hackweek_reduce_copies changes to latest
6 Days Ago
Ditch Stream as the read/write interface to reduce the amount of copying data around Refactor to make BufferStream a class and support resizing the backing buffer automatically Fix writing incorrect padding for len prefixes Optimize ReadFromStream(Stream, int) to not allocate because the length is known Fixes and additions for latest rust
6 Days Ago
First pass on new chicken mesh prefab Marked a bunch of animations as looping Swapped over clips on animator, disabled the walkspeed system
6 Days Ago
Fix some fields and add others
6 Days Ago
Readd IndirectLightScale property to lighting entities for enhanced control over light bounce brightness, values beyond 1.0f are not energy conserving https://files.facepunch.com/sampavlovic/1b1311b1/sbox-dev_6TJvtGnbXi.png
6 Days Ago
Merge from triangle_planter
6 Days Ago
Fixed triangle planter rotation snapping on foundations, floors and grills
6 Days Ago
Fix Model.GetVertices not getting vertices from all vertex buffers of a render mesh
6 Days Ago
merge from hackweek_automatedtesting
6 Days Ago
Removed nunit dependency in ServerProjectileTestSpawner
6 Days Ago
Revert "Use Unix trailing paths for codegen" This reverts commit eb86cb41a20dc2d3b57a0b5a67b2be5563d4d513.
6 Days Ago
merge from main
6 Days Ago
merge from doorcontroller_drain_fix
6 Days Ago
merge from hackweek_automatedtesting
6 Days Ago
Editor stuff in editor folders.... Comments
6 Days Ago
merge from hackweek_automatedtesting
6 Days Ago
Fixed copypaste loading: convert them to a BaseScriptableObject on import, so we can load them from asset bundles in builds
6 Days Ago
bullets zombie walk anim enemy SetAnim damage flash material enemy health player damage etc
6 Days Ago
Make `RPC_UpdateItems` to not kick in editor
6 Days Ago
The code generator code for last commit
6 Days Ago
Add ability to mark RPC attributes to not kick in editor - avoids you getting disconnected every time a RPC throws exception when developing - by default RPCs all throw errors
6 Days Ago
Mac/Linux build scripts Mac: Add Makefile for VPC so we can actually build it without actually having vpc Rename some IOSALL flags to just PLATFORM_APPLE, we always imply arm64 SDL_config doesnt always imply windows Update gitignore Mac: Managed Build Scripts, no need for nvpatch for non-windows targets Use Unix trailing paths for codegen
6 Days Ago
Added a recipe book UI to inventory screens, shows all the recipes for both mixing table and the new food workbench. Highlights recipes you can currently afford to craft. Refactred the original loot panel recipe UI code out so I can use it in multiple places easily.
6 Days Ago
Refactor ItemManager by moving the addition & removal of ItemDefinitions to separate methods instead of all inside one `Initialize()` method
6 Days Ago
Add `test_custom_items` command to confirm it works
6 Days Ago
Add a bunch of code to support creating custom items based on JSON sent from server
6 Days Ago
electrical enclosure hotspots
6 Days Ago
- Fixed animations not working (cleaned up animator and turned off exit time) Snap back on close?
6 Days Ago
- Dont nuke the animator on the server - Cleanup drawbridge - First steps to debugging broken anims
6 Days Ago
merge from hackweek_automatedtesting
6 Days Ago
Fixed testrunner.runall command Added testlist command, returning the server test list json Added current branch and changest in the test result filename
6 Days Ago
Merge from modding_prefabs
6 Days Ago
Apply root motion
6 Days Ago
[Pick] Set platform and Struct Pack Size properly from Facepunch.Steamworks
6 Days Ago
Collider tweaks for food cache static prefabs
6 Days Ago
- Get a collider on the new model and setup - Sort out basic animator - Setup realmed removed for the new setup
6 Days Ago
Better fail message for blocker and door controller tests
6 Days Ago
drawbridge wip anims and set up controller/avatar
6 Days Ago
▉▋█▇█ █ ▅▇█ ▄▋▉▊▌▆ ▇▇▋▌▅▊ ▅▍▍▆ ▇▍▉█▆▄▌▊▉, ▇▅▅▋██▉▉ █▋▉▌ ▄▆▋ ▆█▌▆▍://██▌.▉▄▅▉▊.▍▆▍/▍/▍▅▉▅▅▊▆▇▉▄▊▆██▆▊/▋▅▋▆▊▊▄▌▇▊▊▇▍▌▊▆
6 Days Ago
Updated anchor point for medieval door single static prefab
6 Days Ago
Removed colliders on static berry bush prefabs (not needed for static variants)
6 Days Ago
wip drawbridge greybox and anims
6 Days Ago
Initial commit - Game UI + all required panel components Update header on game start, Start Game button, chat fixes, logo update Player Cameras, Facecams included in player UI Toolbar for changing brush size + color Added character animations, win/lose positions, a few face morphs Tie up loose networking ends and update ui properly Added Voice Chat, PlayerEntry animated with voice, added mute/unmute button to chat, other chat tweaks Added basic game loop, turn order, drawing, and sfx Finished the rest of the game loop, players do their emotes based on win/loss, finished game UI, word list
6 Days Ago
merge from hackweek_automatedtesting
6 Days Ago
Removed nunit.framework refs
6 Days Ago
RPC & Protobuf for server to send custom phrases
6 Days Ago
Add support to Translate.cs for additional translate files to be added from the server - additional translations will always apply after the built-in ones
6 Days Ago
Merge from triangle_planter