193,473 Commits over 4,079 Days - 1.98cph!

3 Months Ago
fixed lunar dividers not being destroyed after frame is destroyed
3 Months Ago
Add debug counters to compute, adjust noise compute for better placement, add toggle for instancing, fix incorrect cell bounds calculation, improve foliage cpu count estimation, improve foliage random positions, and add camera culling to foliage compute.
3 Months Ago
Scene backups
3 Months Ago
First pass on spawning process, status tracking, loot panels
3 Months Ago
Prototyping a new simple chicken for use in coops
3 Months Ago
Cherrypick from med_assault_rifle
3 Months Ago
Merge from parent
3 Months Ago
Merge from main
3 Months Ago
Scene directory changes
3 Months Ago
Merge from admin_esp
3 Months Ago
Merge from primitive
3 Months Ago
Merge from primitive
3 Months Ago
compile fixes
3 Months Ago
Merge from primitive
3 Months Ago
Merge from primitive
3 Months Ago
4ShotMiniCrossbow -> primitive
3 Months Ago
Allow in third person
3 Months Ago
- Moved start barrel rotation to the correct time - Finally fixed the last few artifacts with reload -> idle layer changes
3 Months Ago
Merge from main
3 Months Ago
Merge from primitive
3 Months Ago
Show server convars in the find menu while playing in Client/Server mode in the editor
3 Months Ago
Added a small delay before a weapon can be used after lowering the shield (0.2s) Transition out of the attack animation faster if the player is going into a shield hold (shortens time players hand clips through shield in third person with guns)
3 Months Ago
merge from primitive -> aux2
3 Months Ago
Fix compile errors
3 Months Ago
merge from primitive -> aux2
3 Months Ago
merge from optimize_prepare_prefabs -> primitive
3 Months Ago
merge from primitive_gm -> primitive
3 Months Ago
Fix horse comfort not working with new ridable horses
3 Months Ago
Codegen
3 Months Ago
Fix items showing red (restricted) in F1 menu if they were blocked for crafting/vending but allowed in loot
3 Months Ago
- Fixed angle glitching backwards between each reload step
3 Months Ago
Tweaked ballista recoil
3 Months Ago
Fixed teleportteam2me not working correctly, will also now support sleepers Added teleporttargetteam2me, takes a team id and will teleport all logged in and sleeping members of that team to the player
3 Months Ago
Prefab fix.
3 Months Ago
Ballista: decreased reload time, increased turning speed, 360 degrees range and increased vertical down angles
3 Months Ago
Screenshake tweaks.
3 Months Ago
Ram stone impacts.
3 Months Ago
Scene & material updates
3 Months Ago
- table cloth material fix
3 Months Ago
Dir update + backups
4 Months Ago
merge from optimize_prepare_prefabs -> aux2
4 Months Ago
merge from primitive -> aux2
4 Months Ago
Make the optimization for prepare prefabs a command line option as well so it can be toggled if it has issues (`-batch_manifest_imports`)
4 Months Ago
Add opt-in command line option `throw_manifest_error` to throw an error on manifest exception instead of continuing and using the manifest in the repo - will switch to opt-out once the manifest errors are fixed
4 Months Ago
Rename StopTransaction() -> EndTransaction()
4 Months Ago
Cherrypick 11065
4 Months Ago
Reimplement PreparePrefabs build optimization - wrap game manifest in StartAssetEditing() so it doesn't import prefabs between each step of the manifest - cache the labels applied while StartAssetEditing() is called so that it correctly applies multiple tags
4 Months Ago
Delete menu button that tested callback of amplify import lag spike
4 Months Ago
Remove debug spam from previous amplify import fix
4 Months Ago
merge from primitive -> primitive_gm