130,467 Commits over 4,232 Days - 1.28cph!

1 Year Ago
- Increase tow rope resolution - Increase length slightly from the optimal distance in order to make the rope slightly slack - Setup lead points on visuals to try and make the rope -> transform rope a little nicer
1 Year Ago
▉▆▆▋▅▉▅▅█ ▅▍▌: ▄▆█▇ ▍▌▊ ▆▍ ▊▊▅ █ ▄▅▆▄▌▅▍█▌ █▌▉▄▋▄ ▌▇▄▋ ▍▊█▅▉▌ ▄▋▊ ▉▅ ▌▉▅▇ ▅█ ▍▄▉▄ ▍▇▅▌▊▋▌ ▅▊█ ▊▊▍▆▋▉ ▍▊▅▋▇▇'▍ ▊▉▆█▋▉▊ ▍▇ █▋▍ ▇▇▆▌▅▅
1 Year Ago
Slightly grey out any recipe names that we don't have the ingredients for.
1 Year Ago
▍▇▅▅_▌▍▌_▉▄▄▋█▍▋▇_▉▊▄▊▅▉▍ = ▅.▄▅, ▄▉█▆ █▄▆▆ ▋▇▊▅▄▆ ▇▉█▆█▇▄. █▄▆▉▊ ██▍▉▄ ▆▅▍▋▇█▇▊ ▄▉ ▆▅▇▋▇▊▋ ▆▊▄▊▋▋▄ ▊█▅ ▋▋▉▋▇ ▆▇█▍ ▄▉ ▄▅▅▊
1 Year Ago
Added lead point support to fake physics rope
1 Year Ago
Tweaked AO intensity on all rock formations to prevent overdarkening
1 Year Ago
Shift clicking a recipe adds ingredients for the maximum affordable items. Misc fixes.
1 Year Ago
Merge: from main Tests: none
1 Year Ago
▋█▅▍▆ ▅▇▉▋ ▇█▊▄_▉▇▆█▌▇▆▆██_▉▅▊▍▆█▇
1 Year Ago
▆▅█▋▌▆▍▄▊ ▍▊▌ ▇▍▊▊▄▅▇▌▅▆▆ ▆▄▄▄▉ ▆▉ ▍▇▌▉ ▉▅▍▉▇▅▄
1 Year Ago
▅▉▄▇▍ ▉▄▄█ ▆▆▇▄
1 Year Ago
merge from main
1 Year Ago
Merge: from main Tests: none(trivial merge)
1 Year Ago
Merge from ai_wolf_iteration (huge perf boost)
1 Year Ago
Fixed deployable spawning with the wrong health (introduced by 106680)
1 Year Ago
Store fsm transitions in the state themselves to avoid having to do dictionary lookups, makes wolves twice as performant
1 Year Ago
Updated Catapult Explosive Ammo Textures and Materials
1 Year Ago
- Optimize the fsm transitions that are called often: cache distance to target (per frame) and components - Optimize roaming and flee: don't project all points in a circle around the wolf, once points are scored, early out after both nav projection and path succeed - Remove allocation caused by List.GetRange in GetFirstReachablePointInTopPct - Remove transitions updates (time elapsed now uses a timestamp) - Add more TimeWarning coverage
1 Year Ago
1 Year Ago
Correctly include mixing table inventory (or not) in affordabilty checks.
1 Year Ago
Repeat clicking a recipe will add another set of ingredients to the mixing table. Refactored some affordability and logic to handle this.
1 Year Ago
-Ballista Added detail blockout ready for rigging
1 Year Ago
Merge: from remove_editor_update Removes around 1.5ms from 6k world in the editor and fixes longstanding bugs with the decal editing. Tests: Created a bunch of decals, modified their properties(changes visible), deleted them(no NREs), ran in game - still visible.
1 Year Ago
Merge: from main Tests: none(trivial merge)
1 Year Ago
▉▍▍▋▆ ▌▇▄▆ ▊▄_▄▅█▄_▅▆▌▉▄▇▇▉_█▇▄▍▆
1 Year Ago
▄▊▆▉▋ ▍▍▉▄ ▆▇▆█▍▇▉▌▆▉_▊▆▅▇▄▆_▇▅▊▆▅
1 Year Ago
merge from halloween24
1 Year Ago
BC: fixing cloth flinging away with large rotation changes - changed rotation origin to use player model transform's rotation, rather than its rotation field, as it depicts body root rotation better - made collision distance thresholds tunable and brought it down on the dracula cape due to its bone density - brought the floor up on the dracula cape damping curve slightly
1 Year Ago
Merge from gesturepack
1 Year Ago
Anim adjustments
1 Year Ago
Gesture picker looks a bit nicer when there are no more gestures to apply
1 Year Ago
Knuckle crack anim fixes
1 Year Ago
Don't play the lose animation when drawing
1 Year Ago
Merge from gesturepack
1 Year Ago
Added new gesture preview clips for the options menu. Enabled looping on menu video player element.
1 Year Ago
Unsaved sound timing change
1 Year Ago
RPS foley sounds
1 Year Ago
RendererLOD and MeshLOD will now only set isSmall if it can find a renderer with a bounds with a size > 0 on any axis Should hopefully resolve missing shadows when using monument scenes due to the changed initialisation sequence
1 Year Ago
Knuckle crack sound timing tweaks
1 Year Ago
Merge from qol_teleport2grid -> main
1 Year Ago
Gesture foley sound tweaks
1 Year Ago
Merge from spawn_debris_pool_fix
1 Year Ago
Add `teleport2grid` command - the magic number is 1024m/7 per map grid for anyone curious - specify grid like "D8" (case insensitive)
1 Year Ago
▋▋▇▊▄ ▊▇▍▉ ▊▄▇▄_▊▉█▆▆▉▇▇▄▅_▅▉▉▇▊▍▇
1 Year Ago
▆█▊█▉▋ ▌█▇ ▆▇▉▇▅▌▋▌ ▊▉▍▆
1 Year Ago
1 Year Ago
Merge from RF_optim/RFManager
1 Year Ago
Codegen
1 Year Ago
Merge from main